@font-face {
    font-family: 'slackey';
    src: url('../fonts/Slackey-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.titulos{
    font-size: 3.2rem;
}
.subtitulos{
    font-size: 2.6rem;
}

header{
    background-color: white;
    position: relative;
    z-index: 3 !important;
}
.contenedor{
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.contenedor-int{
    padding-left: 40px;
    padding-right: 40px;
}
/*--------------*/
.contenedor-2{
    max-width: 1600px;
    padding-left: 170px;
    padding-right: 170px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------*/
p, h1, h2, h3, h4{
    margin: 0;
}

/*===========HEADER===========*/
.header-div-int{
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
    padding-bottom: 12px;
}
.header-logo{
    margin-right: auto;
    padding-left: 110px;
}
.header-div-enlaces{
    display: flex;
    align-items: center;
    gap: 2.5vw
}

/*----Enlaces----*/
.nav-enlace{
    color: #512112;
    font-weight: bold;
    font-size: 0.79rem;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: all .10s ease-in-out;
}
.nav-enlace:hover{
    color: #E7962D;
}

.nav-escribenos{
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #E7962D;
    color: white;
    font-size: 0.79rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-decoration: none;
    padding: 20px;
    border-radius: 0.5rem;
    transition: all .10s ease-in-out;
}
.nav-escribenos:hover{
    border-radius: 0;
    color: white;
    transform: scale(1.1);
}
.nav-enlace-activo{
    color: #E7962D;
}

/*===========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;
    gap: 2rem;
}
.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===========*/
.btn-abrir-menu{
    display: none !important;
    visibility: hidden !important;
    background: none !important;
    color: rgba(0, 0, 0, .5) !important;
    border-color: rgba(0, 0, 0, .3) !important;
    font-size: 2rem !important;
    padding: 0px 10px !important;
}

/*===========OFF CANVA ENLACE===========*/
.nav-enlace-off{
    text-decoration: none;
    color: #512112;
    transition: all .10s ease-in-out;
}
.nav-enlace-off:hover{
    color: #F9AE14;
}
.offcanvas-enlace-activo{
    color: #F9AE14;
    font-weight: bold;
}   
.navbar-nav{
    display: flex;
    align-items: center;
    gap: 15px;
}

/*===========WSP===========*/
.whatsapp-float {
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    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;
}

/*===========FOOTER===========*/
.footer-div1{
    background-color: #E7962D;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-div1-int{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-div1-titulo{
    color: white;
    text-align: center;
}
.footer-div1-titulo span{
    color: #7C4812;
}
.footer-div1-subdiv{
    display: flex;
    align-items: center;
}

/*----FOOTER 2----*/
.footer-div2{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-div2-int{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}
.footer-div2-subdiv{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.footer-div2-subdiv p{
    max-width: 345px;
    font-size: 0.8rem;
    font-weight: 500;
}
.footer-div2-subsubdiv{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-div2-titulo span{
    color: #F9AE14;
}
.footer-div2-numero{
    font-weight: 400;
}

/*----FOOTER 3----*/
.footer-div3{
    margin-bottom: 80px;
}
.footer-div3 .contenedor{
    max-width: 1200px;
}
.footer-div-enlaces{
    display: flex;
    justify-content: space-between;
}
.footer-enlace{
    font-size: 0.79rem;
    letter-spacing: 1.5px;
    font-weight: bold;

    text-decoration: none;
    color: black;
    opacity: 0.4;
    transition: all .10s ease-in-out;
}
.footer-enlace-activo{
    opacity: 1;
}
.footer-enlace:hover{
    text-decoration: none;
    color: #E7962D;
    opacity: 1;
    transition: all .10s ease-in-out;
}

/*----FOOTER 4----*/
.footer-div4{
    background-color: #00B8D1;
}
.footer-div-derechos{
    color: #6C3D1E;
    font-size: 0.79rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-align: center;
}
.footer-div-derechos p{
    padding-top: 20px;
    padding-bottom: 20px;
}
.div-rpe{
    display: flex;
    flex-direction: column;
}

.active>.page-link, .page-link.active {
    background-color: #E7962D;
    border-color: #E7962D;
}

/*========RESPONSIVE========*/
@media (max-width: 1366px) {
    .titulos{
        font-size: 2.6rem;
    }
    .subtitulos{
        font-size: 2.3rem;
    }
    /*------HEADER------*/
    .header-div-enlaces{
        gap: 20px;
    }
    .nav-escribenos{
        padding: 15px;
    }
    .header-logo {
        padding-left: 70px;
    }
    /*------FOOTER------*/
    .footer-div1-titulo{
        font-size: 1.5rem;
    }
    .footer-div2-int{
        gap: 130px;
    }
    .header-logo{
        left: 50px;
    }
    .contenedor-int{
        padding-left: 20px;
        padding-right: 20px;
    }
    .contenedor-2{
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media(max-width: 1200px){
    .header-logo{
        left: 0;
    }
    .contenedor-2{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    /*------HEADER------*/
    .nav-enlace, .nav-escribenos{
        display: none;
    }
    .btn-abrir-menu{
        display: inline !important;
        visibility: visible !important;
    }
    .btns-lang{
        display: none;
    }

    /*------FOOTER------*/
    .footer-div1{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-div1-int{
        flex-direction: column;
        gap: 40px;
    }
    .footer-div2-int{
        flex-direction: column-reverse;
        align-items: center;
        gap: 60px;
    }
    .footer-div2-subdiv{
        align-items: center;
        text-align: center;
    }
    .footer-div3{
        display: none;
    }
}

@media (max-width: 992px) {
    .header-logo{
        padding-left: 0px;
    }
    .header-logo img{
        width: 120px;
    }
}

@media (max-width: 768px) {
    .barra-footer {
        object-fit: cover;
        height: 45px;
    }
}