/*================BANDA NARANJA================*/
.header_secc1{
    background-color: rgb(191,144,0);
    height: 35px;
}
/*-------*/
.header_contenedor{
    width: 90vw;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    align-items: center;
}
/*-------*/
.header_secc1-contenedor{
    justify-content: flex-end;
    height: 35px;
}
.header_wsp-logo{
    filter: invert(1);
}
.header_wsp-numero{
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
}
.bg-header{
    background-color: rgb(29, 23, 23);
}
/*================BANDA NAVBAR================*/
.header_secc2{
    background-color: #fff;
    height: 80px;
    box-shadow: 0 0 3px #ccc;
}
.header_secc2-contenedor{
    height: 80px;
    justify-content: space-between;
}
.header_navbar{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: -15px;
}
.header_navbar a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar_lista{
    display: none;
    align-items: center;
    justify-content: center;

    transition: all 0.15s ease-in-out;
}
.header_logo{
    width: 104px;
}
.navbar_lista:hover{
    background-color: #01042D;
    color: white;
}
.nav-link-activo{
    background-color: #632e12;
    color: white;
}

/*================BANDA NARANJA FOOTER================*/
.footer_secc{
    background-color: rgb(254,236,200);
    height: 400px;
    display: flex;
    align-items: center;
}
.footer_contenedor{
    margin-left: auto;
    margin-right: auto;
}
.footer_secc-contenedor{
    padding-top: 0px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}
/*----------LISTA 1----------*/
.footer_lista{
    margin-bottom: 0;
    display: none;

}
.footer_lista h3{
    font-weight: 400;
}
.footer_lista a{
    text-decoration: none;
    color: #000;
}
.footer_item{
    list-style: none;
    margin-top: 20px;
}
/*----------ENVIAR CORREO----------*/
.footer_enviar-correo{
    display: none;
}
.footer_enviar-correo h3{
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer_correo{
    border-color: rgba(255, 255, 255, 0);
    padding: 5px 10px;
    width: 260px;
    height: 50px;
    outline: none;
}
.footer_btn{
    margin-top: 10px;
    color: white;
    font-weight: 400;
    background-color: #B0301B;
    border-color: #b02f1b00;
    width: 100%;
    height: 50px;
    outline: none;
    transition: all 0.15s ease-in-out;
}
.footer_btn:hover{
    transform: scale(1.1);
}
.footer_logo{
    width: 200px;
}
/*================BANDA AZUL FOOTER================*/
.derechos{
    background-color: #01042D;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.derechos span{
    color: white;
    font-size: 0.8rem;
}
.btn-abrir-menu{
    background: none !important;
    color: rgb(0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    font-size: 2rem !important;
    padding: 0px 10px !important;
}

/*================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;
    margin-top: 30px;
}
.btns-lang a{
    border-radius: 50%;
    border: 3px solid #fff;
}
.btns-lang .active{
    border: 3px solid #f1ff23;
}

/*================OFF CANVAS================*/
.header-offcanvas{
    background-color: #F6A001 !important;
}
.offcanvas-enlace{
    color: black !important;
    font-size: 2rem !important;
    transition: all 0.15s ease-in-out;
}
.offcanvas-enlace:hover{
    transform: scale(1.08);
}
.offcanvas-enlace-activo{
    color: black !important;
    font-weight: bold;
    font-weight: 500;
}
.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;
}
.footer_lista2{
    width: 10%;
}
.footer_item:hover{
    font-weight: bold;
}
/*================RESPONSIVE================*/
@media (min-width: 320px) {
    .btn-abrir-menu{
        display: inline !important;
        visibility: visible !important;
    }
    .btns-lang{
        display: none;
    }
    .lang-off{
        display: flex;
        justify-content: center;
        gap: 30px;
        background: unset;

        position: unset;
    }
}
@media (max-width: 992px) {
    .header_logo {
        width: 90px;
    }
    .header_secc2-contenedor a{
        margin-top: -35px !important;
    }

}
@media (min-width: 992px) {
    .btn-abrir-menu{
        display: none !important;
        visibility: hidden !important;
    }
    .btns-lang{
        display: block;
    }
    .header_secc1 {
        height: 50px;
    }
    .header_secc1-contenedor{
        height: 50px;
    }
    .header_secc2{
        height: 105px;
    }
    .header_secc2-contenedor{
        height: 105px;
        justify-content: space-between;
    }
    .navbar_lista{
        display: flex;
        width: 135px;
        height: 35px;
    }
    .header_navbar a {
        margin-left: 10px;
    }
    /*-----------*/
    .footer_secc {
        height: 420px;
    }
    .footer_secc-contenedor{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }
    .footer_contenedor{
        width: 90vw;
    }
    .footer_lista{
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 1050px) {
    .footer_enviar-correo{
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .navbar_lista{
        width: 150px;
    }
    .header_navbar a {
        margin-left: 20px;
    }
    .footer_logo {
        margin-top: 40px;
    }
}

