.contenedor{
    max-width: 1450px;
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: auto;
}
.titulos{
    color: #034F83;
    font-size: 2.5rem;
    text-align: center;
}
.sub_titulos{
    font-size: 2rem;
    text-align: center;
    font-weight: 350;
}
.textos{
    text-align: center;
    font-size: 1rem;
}
/*================BANDA NAVBAR================*/
.header_secc1{
    background-color: #808080;
}
.header_general{
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: space-between;
}
.header_logo{
    margin-bottom: -60px;
}
.header_navbar{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: -15px;
}
.header_navbar a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 0.9em;
    letter-spacing: 1px;
}
.navbar_lista{
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.1s ease-in-out;
}
.navbar_lista:hover{
    text-shadow: 0 0 0.001px #ffffff, 0 0 0.001px #ffffff, 0 0 0.001px #ffffff, 0 0 0.001px #ffffff;
    transform: scale(1.05);
    opacity: 1;
    color: white;
}
.nav-link-activo{
    text-shadow: 0 0 0.001px #ffffff, 0 0 0.001px #ffffff, 0 0 0.001px #ffffff, 0 0 0.001px #ffffff;
    opacity: 1;
    color: white;
}
.header_enlaces{
    width: 202px;
    display: flex;
    justify-content: flex-end;
}
.logo_insta{
    margin-left: 30px;
}
/*================BANDA NARANJA FOOTER================*/
.footer_secc{
    background-color: #808080;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
}
.footer_contenedor{
    margin-left: auto;
    margin-right: auto;
}
.footer_secc-contenedor{
    display: flex;
    justify-content: space-between;
}
.footer_division{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.division1{
    flex-direction: column;
    justify-content: flex-start;
    gap: 15%;
}
/*================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: #6B7552 !important;
}

.offcanvas-enlace{
    color: white !important;
    font-size: 2rem !important;
    transition: all 0.15s ease-in-out;
}
.offcanvas-enlace:hover{
    transform: scale(1.08);
}
.offcanvas-enlace-activo{
    color: #034F83 !important;
    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) {

    .header_secc1{
        height: 100px;
    }
    .header_general {
        height: 100px;
    }
    .header_logo {
        width: 130px !important;
        margin-bottom: -40px;
    }
    .header_enlaces{
        display: none;
    }
    .contenedor {
        width: 90vw;
    }
    /*---------------*/
    .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;
    }
    /*---------------*/
    .footer_secc {

    }
    .footer_logo{
        width: 200px;
        margin-top: -80px;
    }
    .division1{
        display: none;
    }
    .footer_secc-contenedor {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .footer_division{
        justify-content: center;
    }
}
@media (min-width: 550px) {
    .bi-list{
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    .header_secc1{
        height: 150px;
    }
    .header_general {
        height: 130px;
    }
    .header_logo {
        width: 200px !important;
        margin-bottom: -60px;
    }
    /*---------------*/
    .footer_secc {

    }
    .footer_logo {
        width: 220px;

        margin-top: -125px;
    }
    .footer_division{
        display: flex;
    }
    .footer_secc-contenedor {
        justify-content: space-between;
        flex-direction: row;
    }
    .rpe_logo{
        width: 150px !important;
    }
    .division2{
        justify-content: flex-end;
    }
}
@media (min-width: 992px) {
    .rpe_logo{
        width: 250px !important;
    }
    /*---------------*/
    .navbar_lista {
        width: 115px;
    }
    /*---------------*/
    .btn-abrir-menu{
        display: none !important;
        visibility: hidden !important;
    }
    .btns-lang{
        display: block;
    }
    .header_secc1 {
        height: 130px;
    }
    .navbar_lista{
        display: flex;
        height: 35px;
    }
    .header_navbar a {
        margin-left: 0px;
    }
}
@media (min-width: 1050px) {
    .footer_enviar-correo{
        display: flex;
        flex-direction: column;
    }
    .footer_logo{
        width: 220px !important;
    }
}
@media (min-width: 1200px) {

    .header_enlaces {
        display: flex;
    }
    .navbar_lista{
        width: 150px;
    }
    .header_navbar a {
        margin-left: 0px;
    }
    /*--------------*/
    .footer_logo{
        padding: 0 20px;
    }
    .division1 p:first-child {
        display: block;
    }
    .division2 p:first-child,
    .division2 p:nth-child(2) {
        display: block;
    }
    .division2 {
        justify-content: flex-end;
    }
}
@media (min-width: 1600px) {
    .header_general {
        width: calc(100% - 200px);
    }
}
@media (max-width: 768px) {
    .header_secc1 {
        height: unset !important;
        padding: 20px;
    }
}
