* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

body, div, ul, nav, header, footer, a, li, label, h1, h2 {
    margin: 0;
    padding: 0;
}

/** HEADER - FOOTER **/

.header-box {
    position: sticky;
    top: 0;
    z-index: 2;
}

.footer-box {
    z-index: 2;
}

/* ----- FONT PAGE / VISIÓN Y MISIÓN ----- */

.grid__container-fontpage {
    width: 100%;
    height: 60vh;
    background-image: url("../img/imagenes/Nosotros/Visión_y_Misión/portada_vision_y_mision.webp");
    background-size: cover;
    background-position: center center;
    display: grid;
    grid-template-columns: 1fr 70vw 1fr;
}

@media screen and (max-width:600px){
    .grid__container-fontpage {
        grid-template-columns: 1fr 80vw 1fr;
    }
}

.grid-item-fontpage {
    background-color: #0000006c;
}

.grid-item-fontpage-content {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-bottom: 3rem;
    background-color: #0000006c;
    z-index: 1;
}

.title-fontpage {
    font-size: 80px;
    font-family: League_Spartan_Regular;
    color: #ffffff;
    text-align: center;
    z-index: 2;
}

@media screen and (max-width:600px){
    .title-fontpage {
        font-size: 45px;
    }
}

/** ----- CONTENT - VISIÓN Y MISIÓN ----- **/

.grid__container-visionymision {
    width: 100%;
    display: grid;
    padding: 2rem 0;
    grid-template-columns: 1fr 1150px 1fr;
}

@media screen and (max-width:1819px){
    .grid__container-visionymision {
        grid-template-columns: 1fr 60vw 1fr;
    }
}

@media screen and (max-width:600px){
    .grid__container-visionymision {
        grid-template-columns: 1fr 80vw 1fr;
    }
}

.grid-item-visionymision-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/** ----- FIRST AND SECOND SECTION - MISIÓN ----- **/

.flexbox__container-sections-visionymision {
    display: flex;
    justify-content: space-evenly;
    gap: 2rem;
    align-items: center;
}

@media screen and (max-width:1470px){
    .flexbox__container-sections-visionymision {
        flex-direction: column;
        text-align: center;
    }
}

.flex-item-sections-img {
    display: flex;
    justify-content: center;
}

.img-visionymision {
    width: 400px;
    border-radius: 30px;
}

@media screen and (max-width:900px){
    .img-visionymision {
        width: 70%;
    }
}

.flex-item-sections-text {
    display: flex;
    flex-direction: column;
}

.title-visionymision {
    font-family: Garet_Book;
    font-size: 45px;
    color: #0c4028;
    text-decoration: double;
}

@media screen and (max-width:600px){
    .title-visionymision {
        font-size: 30px;
    }
}

.text-visionymision {
    font-family: Garet_Book;
    font-size: 18px;
    text-align: justify;
}

@media screen and (max-width:600px){
    .text-visionymision {
        font-size: 15px;
    }
}

/** ----- THIRD SECTION - OBJETIVOS 

.flexbox__container-third-section-objetivos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-item-third-section-img {
    width: 700px;
}

@media screen and (max-width:1200px){
    .flex-item-third-section-img{
        width: 100%;
    }
}
----- **/