@import url(../bootstrap-5.2.3-dist/css/bootstrap-grid.css);

@font-face{
    font-family: font1;
    src: url(../fonts/EB_Garamond/EBGaramond-VariableFont_wght.ttf);
}


@font-face{
    font-family: jost;
    src: url(../fonts/Jost/Jost-VariableFont_wght.ttf);
}


:root{
    --color-dark: #03172B;
    --color-blue: #1C2244;
    --color-softblue: #3F3D60;
    --color-dark-gray: #7c7c7c;
    --color-gray: #B4B4B4;
    --color-lightblue: #5BCBF5;

    --tittles-blue: #151643;
    --subtittles: #3F3D60;

    --bg-white: #FAFCFF;

    --atena : url(../img/miembros/atena.jpg);
    --carolina: url(../img/miembros/carolina.jpg);
    --celeste : url(../img/miembros/celeste.jpg);
    --julio : url(../img/miembros/julio.jpg);
    --lourdes : url(../img/miembros/lourdes.jpg);
    --marcela : url(../img/miembros/marcela.jpg);
    --daniel : url(../img/miembros/daniel.jpg);
    --marina : url(../img/miembros/marina.jpg);
    --matias : url(../img/miembros/matias.jpg);

}

html{

    font-size: 16px;

    overflow-x: hidden;

}



html.block-scroll{

    overflow: hidden;

}



body{

    width: 100vw;

    overflow-x: hidden;

    font-family: font1;

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    background: var(--bg-white);

    scroll-behavior: smooth;

}



body.block{
    overflow: hidden;
}



/*Fonts and Overall Config*/


h2{
    font-size: 42px;
    font-weight: 800;
    color: var(--tittles-blue);
    text-transform: uppercase;
}

@media screen and (max-width: 450px) {
    h2{
        font-weight: 700;
    }
}

h2.section-tittle{
    font-size: 42px;
    font-weight: 800;
    color: var(--tittles-blue);
    text-transform: uppercase;
}

h2.banner-tittle{
    font-size: 42px;
    font-weight: 800;
    color: var(--tittles-blue);
    text-transform: uppercase;
}

h2.nosotros-tittle{
    font-size: 3.2em;
    color: var(--color-gray);
    position: absolute;
    top: 55%;
    left: 7%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left top;
    white-space: nowrap;
    text-transform: uppercase;
}



h4{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05ch;
    color: var(--color-dark);
}

h6.subtittle{
    font-size: 20px;
    font-weight: 600;
    color: var(--subtittles);
    letter-spacing: 0.05ch;
    margin-top: 1rem;
}

h6.card-subtittle{
    font-size: 20px;
    font-weight: 500;
    color: var(--tittles-blue);
}


h6.ortiz-macaluzzo{
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--subtittles);
}

p{
    font-weight: 500;
    color: var(--color-dark);
    letter-spacing: 0.05ch;
}

p.card-text{
    font-size: 20px;
    color: var(--color-dark);
    font-weight: 500;
    letter-spacing: 0.02ch;
}

a{
    text-align: none;
}




.btn-1{
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border: 2px solid var(--color-lightblue);
    background: var(--color-lightblue);
    transition: all 0.2s ease-in-out;
}

.btn-1 a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-blue);
    text-decoration: none;
    text-transform: uppercase;
    font-family: jost;
    font-size: 14px;
    letter-spacing: 0.08ch;
    font-weight: 600;
}

.btn-1:hover{
    border: 2px solid var(--color-softblue);
    background-color: transparent;
}

.btn-1:hover a{
    color: var(--color-lightblue);
}

.btn-2{
    width: 230px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-blue);
    background: transparent;
    transition: all 0.2s ease-in-out;
}

.btn-2 a{    
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-blue);
    text-decoration: none;
    text-transform: uppercase;
    font-family: jost;
    font-size: 14px;
    letter-spacing: 0.08ch;
    font-weight: 600;
}

.btn-2:hover{
    background-color: var(--color-blue);
}

.btn-2:hover a{
    color: var(--color-gray);
}

.btn-3{
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-softblue);
    border: 2px solid var(--color-softblue);
    transition: all 0.2s ease-in-out;
}

.btn-3 a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bg-white);
    text-decoration: none;
    text-transform: uppercase;
    font-family: jost;
    font-size: 14px;
    letter-spacing: 0.08ch;
    font-weight: 600;
}

.btn-3:hover{
    border: 2px solid var(--color-softblue);
    background-color: transparent;
}

.btn-3:hover a{
    color: var(--color-softblue);
}

.btn-4{
    width: 230px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-blue);
    background: transparent;
    transition: all 0.2s ease-in-out;
}

.btn-4 a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-blue);
    text-decoration: none;
    text-transform: uppercase;
    font-family: jost;
    font-size: 14px;
    letter-spacing: 0.08ch;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.btn-4:hover{
    background-color: var(--color-blue);
}

.btn-4:hover a{
    color: var(--color-gray);
}

#section1 {
    scroll-margin-top: 9vh; /* Ajusta este valor según el número de píxeles que quieres */
}

.scroller{
    background-color: var(--color-blue);
    width: 65px;
    height: 65px;
    border-radius: 12px;
    position: fixed;
    bottom: 75px;
    right: 75px;
    border: 1px solid var(--color-gray);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    opacity: 0;
    transition: transform 0.6s ease-out, box-shadow 0.2s ease-out, opacity 0.4s ease-in-out;
    z-index: 999;
}

@media screen and (max-width: 600px) {
    .scroller{
        display: none;
    }
}

.scroller.moving-up {
    box-shadow: 0 10px 20px #1c22445c; /* Sombra hacia abajo */
  }

  .scroller.moving-down {
    box-shadow: 0 -10px 20px #1c22445c;; /* Sombra hacia arriba */
  }

.scroller i{
    color: var(--color-gray);
    font-size: 2.5rem;
    border: none;
    text-decoration: none;
}

/* Elementos ocultos por defecto */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

/* Activa las transiciones cuando el loader desaparece */
.fade-in.visible{
    opacity: 1;
    transform: translateY(0);
}


/*Loader*/

.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blue);
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 999;
}

.loader-hidden{
    visibility: hidden;
    opacity: 0;
}

.loader::after{
    content: '';
    width: 75px;
    height: 75px;
    border: 15px solid var(--bg-white);
    border-top: 15px solid var(--color-gray);
    border-radius: 50%;
    animation: loading 1s linear infinite;
}

@keyframes loading{
    from{
        transform: rotate(0turn);
    }
    to{
        transform: rotate(1turn);
    }
}


/*Header*/

header{
    width: 100vw;
    height: 140px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: var(--color-blue);
    padding: 40px 5%;
    position: fixed;
    top: 0; left: 0;
    z-index: 10;
    transition: 0.3s;
}

header.sticky{
    height: 100px;
    padding: 10px 5%;
}

header .cont .icon{
    display: none;
}

.menu-desplegable{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-blue);
    z-index: 100;
    padding: 10%;
    opacity: 0;
    visibility: hidden; /* Inicialmente oculto */
    transform: translateX(-150%);
    transition: all 0.6s ease-in-out;
}

header .cont{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header .cont .logo{
    max-width: 300px;
    width: 80%;
    min-width: 250px;
    height: fit-content;
}

header .cont .logo img{
    max-width: 300px;
    width: 100%;
    min-width: 250px;
    height: auto;
    transition: filter 0.2s ease-in-out;
    margin-top: 16px;
}

header .cont .logo img:hover{
    filter: brightness(1.2);
}

header .cont .nav-cont{
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

header .cont .nav-cont .nav{    
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: nowrap;
    gap: 24px;
}
 

header .cont .nav-cont .nav li{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .cont .nav-cont .nav .separador{
    width: 2px;
    height: 14px;
    background: var(--color-gray);
}

@media screen and (max-width: 1350px) {
    header .cont .nav-cont .nav .last{
        display: none;
    }   
}


header .cont .nav-cont .nav li a{
    color: var(--color-gray);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.30ch;
    transition: all 0.2s ease-in-out;
}

header .cont .nav-cont .nav li a:hover{
    font-weight: 500;
    color: #cac8c8;
}

header .cont .nav-cont .language{
    width: 50px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
}


header .cont .nav-cont .language div{
    width: 14px;
    height: 1px;
    background: var(--color-gray);

}

header .cont .nav-cont .language li{
    padding: 2px;
}


header .cont .nav-cont .language li a{
    color: var(--color-gray);
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.30ch;
}

header .cont .nav-cont .language li a:hover{
    font-weight: 500;
    color: #cac8c8;
}

@media screen and (max-width: 1200px) {


    /*Logos*/

    header .cont .logo{
        max-width: 300px;
        width: 80%;
        min-width: 250px;
    }
    
    header .cont .logo img{
        width: 100%;
        height: auto;
    }

    /*Menu Desplegable*/
    header .cont .nav-cont{
        display: none;
    } 

    header .cont .icon{
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .cont .icon i{
        font-size: 2rem;
        color: var(--color-gray);
    }
    
    .menu-desplegable.active{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        opacity: 1;
        transform: translateX(0%);
        visibility: visible;
        transition: all 0.6s ease-in-out;
        padding: 3rem;
        font-size: 16px;
    }

    .menu-desplegable .icon{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    .menu-desplegable .icon a{
        text-decoration: none;
    }

    .menu-desplegable .icon a i{
        font-size: 2rem;
        color: var(--color-gray);
    }

    .menu-desplegable .logo{
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-desplegable .logo img{
        width: 100%;
        max-width: 450px;
        min-width: 200px;
    }

    .menu-desplegable .cont{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 2.5rem;
    }

    .menu-desplegable .cont .nav{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 1.2rem;
        margin: 0;
        padding: 0;
        
    }

    .menu-desplegable .cont .nav li{
        width: 100%;
        height: fit-content;
        text-align: center;
        list-style: none;
    }

    .menu-desplegable .cont .nav li a{
        font-size: 1.5em;
        text-decoration: none;
        color: var(--color-gray);
        text-transform: uppercase;
        letter-spacing: 0.05ch;
    }

    .menu-desplegable .cont .language{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        list-style: none;
    }

    .menu-desplegable .cont .language li{
        width: fit-content;
        height: fit-content;
        text-align: center;
        margin-left: 1rem;
        transform: translateX(-1.5rem);
    }
    .menu-desplegable .cont .language li a{
        font-size: 1.5em;
        text-decoration: none;
        color: var(--color-gray);
        text-transform: uppercase;
        letter-spacing: 0.05ch;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

    .menu-desplegable .cont .nav{
        gap: 2rem;
        
    }

    .menu-desplegable{
        font-size: 20px;
    }
}



/*Footer*/

footer{
    width: 100%;
    height: fit-content;
    background: var(--color-blue);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    box-sizing: border-box;
}

footer img{
    max-width: 350px;
    width: 85%;
    min-width: 250px;
}


/*Font Sizes*/


@media screen and (max-width: 800px) {
    
    h2 {
        font-size: 39.5px; /* 42px reducido */
    }
    
    h2.section-tittle {
        font-size: 39.5px; /* 42px reducido */
        font-weight: 600;
    }
    
    h2.banner-tittle {
        font-size: 39.5px; /* 42px reducido */
    }
    
    h2.nosotros-tittle {
        font-size: 3em; /* 3.2em reducido */
    }

    h2.nosotros-tittle{
        top: 50%;
        left: 12%;
    }
    
    h4 {
        font-size: 28px; /* 30px reducido */
        font-weight: 600;
    }
    
    h6.subtittle {
        font-size: 18.5px; /* 20px reducido */
        font-weight: 500;
    }
    
    h6.card-subtittle {
        font-size: 18.5px; /* 20px reducido */
    }
    
    h6.ortiz-macaluzzo {
        font-size: 15px; /* 16px reducido */
        font-weight: 600;
    }
    
    p.card-text {
        font-size: 18.5px; /* 20px reducido */
    }
    
}

@media screen and (max-width: 600px) {
    .menu-desplegable.active{
        font-size: 14px;
    }
    h2 {
        font-size: 34.5px; /* 37px reducido */
    }
    
    h2.section-tittle {
        font-size: 34.5px; /* 37px reducido */
    }
    
    h2.banner-tittle {
        font-size: 34.5px; /* 37px reducido */
    }
    
    h2.nosotros-tittle {
        font-size: 2.8em; /* 3em reducido */
    }
    
    h2.nosotros-tittle{
        top: 42%;
        left: 18%;
    }

    h4 {
        font-size: 26.5px; /* 28px reducido */
    }
    
    h6.subtittle {
        font-size: 17.5px; /* 18.5px reducido */
    }
    
    h6.card-subtittle {
        font-size: 17.5px; /* 18.5px reducido */
    }
    
    h6.ortiz-macaluzzo {
        font-size: 14px; /* 15px reducido */
    }
    
    p.card-text {
        font-size: 17.5px; /* 18.5px reducido */
    }

    .btn-1{
        width: 180px;
        height: 45px;
    }
    
    .btn-1 a{
        font-size: 12px;
        font-weight: 600;
    }

    .btn-2{
        width: 200px;
        height: 35px;
    }
    
    .btn-2 a{
        font-size: 12px;
    }
    
    .btn-3{
        width: 180px;
        height: 35px;
    }
    
    .btn-3 a{
        font-size: 12px;
    }

    .btn-4{
        width: 200px;
        height: 35px;
    }
    
    .btn-4 a{
        font-size: 12px;
    }
    
}

@media screen and (max-width: 400px) {
    h2 {
        font-size: 29.5px; /* 32px reducido */
    }
    
    h2.section-tittle {
        font-size: 29.5px; /* 32px reducido */
    }
    
    h2.banner-tittle {
        font-size: 29.5px; /* 32px reducido */
    }
    
    h2.nosotros-tittle {
        font-size: 2.6em; /* 2.8em reducido */
    }

        
    h2.nosotros-tittle{
        top: 37%;
        left: 27%;
    }

    
    h4 {
        font-size: 25px; /* 26.5px reducido */
    }
    
    h6.subtittle {
        font-size: 16.5px; /* 17.5px reducido */
    }
    
    h6.card-subtittle {
        font-size: 16.5px; /* 17.5px reducido */
    }
    
    h6.ortiz-macaluzzo {
        font-size: 13px; /* 14px reducido */
    }
    
    p.card-text {
        font-size: 16.5px; /* 17.5px reducido */
    }
    
}

