/*
    Amarillo Principal:       #FFCC29
    Amarillo Secundario:      #9D8205
    Amarillo Complementario:  #FCED9A
    
    Verde Principal:          #096F59
    Verde Secundario:         #00522c
*/


header{
    background-color: rgba(255, 255, 255, 0.6);
    padding-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.titulos{
    font-family: "Kaisei Opti", serif;
    color: white;
    text-align: center;
    max-width: 700px;
    font-size: 4.5rem;
}
.titulos-2{
    font-weight: bold;
    font-size: 4rem;
}
.contenedor{
    max-width: 1440px;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto;
}

p, h1, h2, h3, h4{
    margin: 0;
}

a{
    color: black;
    text-decoration: none;
}

/*===========HEADER===========*/
.header-div{
    padding-top: 20px;
}
.header-div-enlaces{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-left: 70px;
    padding-right: 70px;
}
.header-nav-logo{
    width: 17vw; 
    max-width: 280px; 
    min-width: 120px;
    transition: transform .15s ease-in-out;
}
.header-nav-logo:hover{
    transform: scale(1.05);
}
.header-nav-enlace{
    color: #00522c;
    font-size:1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all .15s ease-in-out;
    width: 170px;
    text-align: center;

    transition: all .10s ease-in-out;
    position: relative;
}
.header-nav-enlace::after{
    content: '';
    opacity: 1;
    width: 80%;
    transform: scale(0, 1);
    position: absolute;
    background-color: #00522c;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    transition: all .3s ease-in-out;
}
.header-nav-enlace:hover::after{
    transform: scale(1, 1);
}
.header-nav-enlace:hover{
    transform: scale(1.1);
}


.nav-link-activo::after{
    content: '';
    opacity: 1;
    width: 80%;
    transform: scale(1, 1);
    position: absolute;
    background-color: #00522c;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
}

/*===========FOOTER===========*/
.footer-div{
    background-color: #096F59;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.footer-div-int{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-div-int-2{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/*-------------*/
.footer-div-enlaces{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-enlace{
    color: white;
    font-weight: bold;
    transition: all .10s ease-in-out;
}
.footer-enlace:hover{
    color: #FCED9A;
}
.footer-enlace-activo{
    color: #FCED9A !important;
}
/*-------------*/
.footer-div-int-2-subdiv{
    display: flex;
    flex-direction: column;
    width: 55%;
    gap: 20px;
}
.footer-div-int-2-subdiv-titulo{
    text-align: center;
    color: #FFCC29;
}
.footer-div-int-2-subdiv-1{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.footer-div-int-2-subdiv-2{
    display: flex;
    flex-direction: column;
    color: white;
}
.footer-div-int-2-subdiv-2 h1{
    display: flex;
    flex-direction: column;
}
/*-------------*/
.footer-div-int-2-subdiv2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}
.footer-div-int-2-subdiv2-1{
    display: flex;
    gap: 20px;
}
/*-------------*/
.footer-div2{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #00522c;
}
/*--------*/
.div-rpe {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.footer-logo-a{
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1rem;
    border-radius: 1rem;
    backdrop-filter: blur(.4rem);
}
.footer-logo-img{
    width: 20vw; 
    max-width: 250px; 
    min-width: 120px;
}

/*===========LANG===========*/
.btns-lang{
    position: fixed;
    right: 0;
    top: 8rem;
    z-index: 9;
    padding: 1rem;
    padding-left: 1.2rem;
    background: rgb(229 229 229 / 80%);
    border-radius: 30px 0 0 30px;
}
.btns-lang a{
    border-radius: 50%;
    border: 3px solid #fff;
}
.btns-lang .active{
    border: 3px solid #f1ff23;
}
.btns-lang2{
    display: flex;
    padding: 1rem;
    padding-left: 1.2rem;
    border-radius: 30px 0 0 30px;
    justify-content: center;
    margin-top: 40px;
    gap: 3rem;
}
.btns-lang2 a{
    border-radius: 50%;
    border: 3px solid #fff;
}
.btns-lang2 .active{
    border: 3px solid #f1ff23;
}



.header-offcanvas{
    font-family: 'Poppins', sans-serif;
}

/*===========OFF CANVA===========*/
.offcanvas{
    background-color: #222D1C !important;
}
.btn-close{
    filter: invert(1);
}
.offcanvas-title{
    color: white;
}
.navbar-nav{
    align-items: center;
    gap: 20px;
}
.btn-abrir-menu{
    display: none !important;
    visibility: hidden !important;
    background: none !important;
    color: white !important;
    border-color: white !important;
    font-size: 2rem !important;
    padding: 0px 10px !important;
}

/*===========OFF CANVA ENLACE===========*/
.offcanvas-enlace{
    color: white !important;
    font-size: 2rem;
    transition: all .10s ease-in-out;
}
.nav-item{
    transition: all .10s ease-in-out;
}
.nav-item:hover{
    transform: scale(1.2);
}
.offcanvas-enlace-activo{
    font-weight: bold;
    font-size: 1.75rem !important;
}
.off-canvas-contenedor-rs{
    margin-top: 10px;
}

/*===========WSP===========*/
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    z-index: 9999;
    transition: opacity 0.3s ease;
}
.whatsapp-float:hover {
    opacity: 0.8;
}


/*=====RESPONSIVE=====*/

@media (max-width: 1200px) {
    .contenedor{
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-div-int-2-subdiv-titulo{
        font-size: 2rem;
    }
}

@media (max-width: 992px) {
    .titulos{
        font-size: 3rem;
    }
    .titulos-2{
        font-size: 3rem;
    }
    /*-----------*/
    .contenedor{
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-nav-enlace{
        display: none;
    }
    .btn-abrir-menu{
        display: inline !important;
        visibility: visible !important;
    }
    .btns-lang{
        display: none;
    }
    /*-------------*/
    .footer-div-int-2{
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .footer-div-enlaces{
        display: none;
    }
    .footer-div-int-2-subdiv{
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .footer-div-int-2-subdiv-1{
        flex-direction: column;
    }
    .footer-div-int-2-subdiv-titulo{
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .titulos{
        font-size: 2.5rem;
    }
    .titulos-2{
        font-size: 2.5rem;
    }
}