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

/*================BANDA NARANJA================*/
.header_secc1{
    background-color: #03332b;
}
/*-------*/
.header_contenedor{
    width: 90vw;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    align-items: center;
}
/*-------*/
.header_secc1-contenedor{
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header_wsp-logo{
    height: 20px;
    filter: invert(1);
}
.header_wsp-numero{
    margin-left: 20px;
    font-weight: 600;
    color: white;
}
.bg-header{
    background-color: rgb(29, 23, 23);
}
/*================BANDA NAVBAR================*/
.header_secc2{
    background-color: #F5F5DC;

}
.header_secc2-contenedor{
    padding-top: 10px;
    padding-bottom: 10px;
    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: 25vw;
    max-width: 280px;
    min-width: 150px;
}
.navbar_lista:hover{
    background-color: #A56A42;
    color: white;
}
.nav-link-activo{
    background-color: #A56A42;
    color: white;
}

/*================BANDA NARANJA FOOTER================*/
.footer_secc{
    background-color: #03332b;
    display: flex;
    align-items: center;
}
.footer_contenedor{
    margin-left: auto;
    margin-right: auto;
}
.footer_secc-contenedor{
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}
/*----------LISTA 1----------*/
.footer_lista{
    margin-bottom: 0;
    display: none;

}
.footer_lista h3{
    color: white;
    font-weight: 400;
}
.footer_lista a{
    text-decoration: none;
    color: white;
}
.footer_item:hover {
    font-weight: bold;
  }
.footer_item{
    list-style: none;
    margin-top: 20px;
    transition: all .15s ease-in-out;
}
.footer-item-activo{
    font-weight: bold;
}
.footer_logo{
    max-width: 280px;
}
.div-rpe{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.div-logos{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
/*================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: #09703B !important;
}
.offcanvas-enlace{
    color: #CCDB36 !important;
    font-size: 2rem !important;
    transition: all 0.15s ease-in-out;
}
.offcanvas-enlace:hover{
    transform: scale(1.08);
}
.offcanvas-enlace-activo{
    color: #F0A65B !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 (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 (min-width: 992px) {
    .btn-abrir-menu{
        display: none !important;
        visibility: hidden !important;
    }
    .btns-lang{
        display: block;
    }
    .navbar_lista{
        display: flex;
        width: 135px;
        height: 35px;
    }
    .header_navbar a {
        margin-left: 10px;
    }
    /*-----------*/
    .footer_secc {
    }
    .footer_secc-contenedor{
        display: flex;
        justify-content: space-between;
    }
    .footer_contenedor{
        width: 90vw;
    }
    .footer_lista{
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .navbar_lista{
        width: 150px;
    }
    .header_navbar a {
        margin-left: 20px;
    }
}


@media (max-width: 992px) {
    .footer_secc-contenedor{
        gap: 2rem;
        flex-direction: column;
    }
    .div-rpe{
        align-items: center;
    }
}
@media (max-width: 550px) {
    .footer_secc-contenedor{
        flex-direction: column;
    }
}