/* fonts 

font-family: "Dancing Script", serif;
font-family: "Doto", serif;
font-family: "Dynalight", serif;
font-family: "Funnel Sans", serif;
font-family: "Galada", serif;
font-family: "Geist Mono", serif;
font-family: "Lavishly Yours", serif;
font-family: "Poppins", serif;
font-family: "Roboto", serif;
font-family: "Montserrat", serif;
font-family: "Ubuntu", serif;

*/

/* 
    #F4F2EF
    #213E60
    #E68C3A
    #D8D1BD
*/ 

:root {
    --blanco: #F4F2EF;
    --azul: #213E60;
    --naranja: #E68C3A;
    --gris: #D8D1BD;
}
@media screen and (min-width:400px) and (max-width: 800px) {
    .contenedorSeccion {
        width: 100% !important;
        display: flex;
        flex-direction: column !important;
    }
    .row2 {
        width: 100% !important;
        text-align: justify;
        padding: 15px;
    }
    .imgProyecto {
        width: 100% !important;
        height: auto;
        /* mask-image: linear-gradient(transparent, black 80%, transparent); */
        /* mask-image: linear-gradient(transparent, black 20%); */
        mask-image: linear-gradient(black 70%, transparent);
        border-radius: 10px;
    
    }
}
@media screen and (max-width: 801px) {
    /* .seccion01 {
        background: url(../media/index/bg02.png) !important;
        background-attachment: fixed !important;
        background-size: contain !important;
    } */
    .seccion01 {
        min-height: 100vh;
    }
    .seccion01 img {
        /* object-fit: cover !important; */
        width: 100% !important;
        /* min-height: 100vh !important; */
    }
    .divLogo {
        width: 100px;
    }
    .logoGarvi {
        width: 100px;
    }
    .proyectos {
        display: flex;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .proyectosDiv {
        width: 50% !important;
    }
    .imgProyectos {
        width: 100% !important;
    }
    .seccionProyectos01 h2, .seccionProyectos0 h2, .seccionProyectos03 h2 {
        font-size: 3.5rem !important;
    }
    .seccionProyectos {
        flex-direction: column !important;
    }
    .seccionProyectos010 {
        width: 100% !important;
    }
    .seccionProyectos01 {
        width: 100% !important;
        overflow-x: hidden;

        writing-mode: horizontal-tb !important; 
        transform: rotate(0deg) !important;    
    }
    .seccionProyectos0 h2 {
        margin: 10px;

    }
}
body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.nav-link {
    font-size: .9rem !important;
    color: var(--blanco) !important;
    font-weight: bold;
}
section {
    min-height: 100vh;
    padding: 0;
    margin: 0;
}
/* .seccion01 {
    background: url(../media/index/bg01.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    object-fit: fill;
} */
/* .seccion01 img {
    object-fit: fill;
    width: 100%;
    min-height: 100vh;
} */

.seccion01 div {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: var(--azul);
}
.seccion02 {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 25px;
}

.seccionLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.bgOrange {
    background: #DDD;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.bgAzul {
    background: var(--azul);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.subs {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Poppins", serif;
}
.subs2 {
    font-size: 1rem;
    font-weight: bold;
    font-family: "Poppins", serif;
}
.texto {
    font-family: "Montserrat", serif;
    font-size: 0.9rem;
    
}

.contenedorSeccion {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    object-fit: cover;
}
.row2 {
    width: 45rem;
    text-align: justify;
    padding: 15px;
}

.imgProyecto {
    width: 30%;
    height: auto;
    /* mask-image: linear-gradient(transparent, black 80%, transparent); */
    /* mask-image: linear-gradient(transparent, black 20%); */
    mask-image: linear-gradient(black 70%, transparent);
    border-radius: 10px;

}

.columnas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.titulo {
    margin: 25px;
    text-align: right;
}
.titulo hr {
    margin: 0;
}
.mosaico {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 5px;
}
.mosaico img {
    width: 220px;
    height: 220px;
    transition: all .3s ease;
    object-fit: cover;
    /* filter: grayscale(); */
}
.mosaico img:hover {
    filter: none;
    transition: all .3s ease;
}

.imgLogo {
    width: 55%;
}

.mosaico2  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    object-fit: fill;
    gap: 10px;

}
.mosaico2 img {
    width: 30%;
    object-fit: cover;
    aspect-ratio: 1/1;
}


.bg-azul {
    background: var(--azul) !important;
}

.seccion02H2 {
    font-size: 3rem;
    font-weight: bold;
}
.txtServicios {
    color: var(--azul);
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.bg-gris {
    background: var(--gris);
}

.proyectos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: stretch;
    flex-basis: 400px;

}
.imgProyectos {
    width: 20rem;
    height: 20rem;
    /* object-fit: cover; */
    margin: 0 auto;
}

.proyectosDiv {
    width: 200px;
    flex-grow: 1;
    flex-basis: 300px;
}

.proyectos2Div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    align-content: space-between;
    flex-grow: 1;
    flex-basis: 200px;
    text-align: center;
}
.proyectos2Div1 {
    margin-top: 20px;
}

.divImgFondo {
    
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    position: absolute;
    gap: 0;
    overflow: hidden;
    z-index: 0;
}

.divImgFondo img {

    object-fit: cover;
    filter: grayscale(1);
    filter: opacity(.5);
    position: static;
    width: 100%;

}

.rel1 {
    position: relative;
    z-index: 9;
}

[data-id='proyectos'] {
    background: var(--blanco);
}
[data-id="quienes"] {
    background: var(--blanco);
}
[data-href] {
    font-weight: bold;
    cursor: pointer;
}

.logoGarvi {
    width: 50%;
}

.seccionProyectos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seccionProyectos01 {
    width: 25rem;
    display: flex;
    align-items: flex-end;
    writing-mode: vertical-lr; 
    transform: rotate(180deg);

}
/* .seccionProyectos010 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.seccionProyectos020 {
    width: 50rem;
} */
.seccionProyectos010 hr{
    background-color: var(--blanco);  
}
.seccionProyectos01 h2, .seccionProyectos0 h2, .seccionProyectos03 h2 {
    font-size: 5rem;
    font-weight: bold;
    font-family: "Ubuntu", serif;
}
.seccionProyectos020 .titulo div, .titulo hr {
    color: var(--blanco) !important;
}
.seccionProyectos0 h2 {
    color: var(--blanco);
}
.seccionProyectos02 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.seccionProyectos03, .seccionProyectos03 h2, .titulo hr {
    color: #111 !important; 
}

.division {
    width: 100%;
    height: 10vh;
}


.imgAlta {
    height: 400px !important;
    width: 100%;
}