/*================BANDA NARANJA================*/
.header_secc1{
    /*background-color: rgb(118, 80, 4);*/
    background-color: rgb(254,245,226);
    padding: 8px 96px;
}


.header_wsp-logo{
    height: 20px;
    /*filter: invert(1);*/
}
.header_wsp-numero{
    margin-left: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    color: black;
}
.bg-header{
    background-color: rgb(29, 23, 23);
}
/*================BANDA NAVBAR================*/
.header_secc2{
    background-color: white;
}
.header_contenedor{
    padding: 20px 70px;
    position: relative;
    justify-content: end;
}
.header_contenedor > a{
    position: absolute;
    left: 70px;
    top: -25px;
}
.header_navbar{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: -15px;
    gap: 15px;
}
.header_navbar a{
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.navbar_lista{
    align-items: center;
    justify-content: center;

    transition: all 0.15s ease-in-out;
    padding: 7px 40px;
}
.header_logo{
    /* height: 75px; */
    height: 87px;
}
.navbar_lista:hover{
    background-color: #01042D;
    color: white;
}
.nav-link-activo{
    background-color: #01042D;
    color: white;
}

.footer-enlaces{
  width: 50%;
}
/*================BANDA NARANJA FOOTER================*/
.footer_secc{
    background-color: rgb(254,245,226);
    padding: 50px 100px 20px;
    color: black;
}
.footer-contenedor1{
    display: flex;
    align-items: flex-start;
    width: 50%;
}
.footer-contenedor2{
    width: 50%;
}
/*----------LISTA 1----------*/
.footer-lista1{
    /* margin-bottom: 0; */
    /* display: none; */
    padding-left: 0;
    margin-right: 70px;
}
.footer-lista2{
    padding-left: 0;
    margin-right: 30px;
}
.footer-lista h3{
    color: black;
    font-weight: 400;
}
.footer-lista1 h3{
    font-weight: 400;
}
.footer-lista1 a{
    text-decoration: none;
    color: black !important;
}
.footer-lista2 h3{
    font-weight: 400;
}
.footer-lista2 a{
    text-decoration: none;
    color: black!important;
}
.footer_item:hover {
    font-weight: bold;
  }
.footer_item{
    list-style: none;
    margin-top: 20px;
}
.footer-img-rpe{
    margin-right: 70px;
}
/*----------ENVIAR CORREO----------*/
.footer_enviar-correo{
    /* display: none; */
    margin-right: 100px;
    width: 50%;
}
.footer_enviar-correo h3{
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
}
.footer_correo{
    border-color: rgba(255, 255, 255, 0);
    padding: 5px 10px;
    /* width: 260px; */
    /* height: 50px; */
    outline: none;
    width: 100%;
}
.footer_btn{
    margin-top: 10px;
    color: white;
    font-weight: 400;
    background-color: #591707;
    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-div{
    width: 50%;
}
/* .footer_logo{
    height: 64px;
} */
/*================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;
    display: none !important;
    visibility: hidden !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: rgb(254,245,226) !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;
}

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

@media (max-width: 1200px) {
    .btns-lang{
        top: 7rem;
    }
    .header_secc1{
        padding-left: 45px;
        padding-right: 45px;
    }
    .navbar_lista{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header_contenedor{
        padding-left: 30px;
        padding-right: 30px;
    }
    /*.header_logo{
        height: 64px;
    }*/
    .header_contenedor > a{
        left: 30px;
    }
    .footer_enviar-correo{
        margin-right: 50px;
    }
    .footer-lista1{
        margin-right: 50px;
    }
    .footer_secc{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 992px) {
    .header_contenedor{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header_navbar{
        display: none !important;
        visibility: hidden !important;
    }
    .btn-abrir-menu{
        display: block !important;
        visibility: visible !important;
    }
    .footer_secc{
        flex-direction: column;
    }
    .footer-contenedor1{
        width: 100%;
        margin-bottom: 50px;
        justify-content: center;

    }
    .footer-contenedor2{
        width: 100%;
        justify-content: center;
    }
    .footer-lista2 h3{
        text-align: center;
    }
    .footer-lista2 a{
        text-align: center;
    }
}

@media (max-width: 576px) {
    .btns-lang{
        display: none;
        visibility: hidden;
    }
    .footer-contenedor1{
        flex-direction: column-reverse;
        align-items: center;
        /*display: none !important;
        visibility: hidden !important;*/
    }
    .footer-lista1{
        margin-right: 0px;
    }
    .footer-enlaces{
        display: none !important;
        visibility: hidden !important;
    }
    .footer-img-rpe{
        margin-right: 0px;
    }
    .footer-contenedor2{
        /*flex-direction: column;*/
    }
    .footer_correo{
        width: 100%;
    }
    .footer_enviar-correo{
        width: 60%;
        margin-right: 0;
        margin: auto;
        margin-bottom: 30px;
    }
    .footer-logo-div{
        width: 100%;
    }
    .footer_logo{
        display: block;
        margin: auto;
        width: 200px;
    }
}

@media (max-width: 425px) {
    .btns-lang {
        top: 3rem;
    }
    .header_secc1{
        display: none !important;
        visibility: hidden !important;
    }
    .header_contenedor{
        padding: 5px 20px;
        justify-content: space-between;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
    .header_contenedor > a{
        position: static;
    }
    .header_logo{
        height: 50px;
    }
    .footer_enviar-correo{
        width: 100%;
    }
    .footer_secc{
        padding-left: 20px;
        padding-right: 20px;
    }
}