/*
    Verde Oscuro: #317068
    Verde:        #63AC41
    Celeste:      #49A5B2
    Blanco:       #fefefe
    Azul:         #013753
*/

@font-face {
  font-family: 'Install2';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/install2.otf") format("opentype");
}

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

body{
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100dvh;
}
.contenedor{
    max-width: 1440px;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-left: auto;
    margin-right: auto;
}
.titulos{
    color: #317068;
    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: #fefefe;
    box-shadow: 0 0 5px -1px #929292;
}
.header_general{
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 1rem;
    padding-bottom: 1rem;
}
.header_logo{
    max-width: 250px;
    transition: all .15s ease-in-out;
}
.header_logo:hover{
    transform: scale(1.05);
}
.header_navbar{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: -15px;
}
.header_navbar a{
    text-decoration: none;
    color: #317068;
    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 #317068, 0 0 0.001px #317068, 0 0 0.001px #317068, 0 0 0.001px #317068;
    transform: scale(1.05);
    opacity: 1;
    color: #317068;
}
.nav-link-activo{
    text-shadow: 0 0 0.001px #317068, 0 0 0.001px #317068, 0 0 0.001px #317068, 0 0 0.001px #317068;
    opacity: 1;
    color: #317068;
}
.header_enlaces{
    display: flex;
    justify-content: flex-end;
}
.logo_insta{
    margin-left: 30px;
}
/*================BANDA NARANJA FOOTER================*/

/*================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: #6A4E39 !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: #8eaa48 !important;
    font-weight: 500;
}
.off-canvas-contenedor-rs{
    margin-top: 10px;
}
/*============== FOOTER =============*/
.footer-div{
    background-color: #fefefe;
    box-shadow: 0 0 5px -1px #929292;
}
.footer-div-int{
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}
.footer-div-int div{
    width: 33.3333%;
    display: flex;
    justify-content: center;
}
.footer-logo{
    max-width: 200px;
    transition: all .15s ease-in-out;
}
.footer-logo:hover{
    transform: scale(1.05);
}
.footer-div-derechos{
    padding-top: .25rem;
    padding-bottom: .25rem;
    background-color: #317068;
    text-align: center;
}
.footer-derechos{
    color: white !important;
    text-decoration: none;
}
.div-rpe{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
/*================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_enlaces{
        display: none;
    }
    /*---------------*/
    .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: 550px) {
    .bi-list{
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {
    /*---------------*/


}
@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: 0px;
    }
}

@media (min-width: 1200px) {

    .header_enlaces {
        display: flex;
    }
    .navbar_lista{
        width: 150px;
    }
    .header_navbar a {
        margin-left: 0px;
    }
    /*--------------*/
}

@media (max-width: 1200px) {
    .contenedor {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 992px) {
    .contenedor {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 768px) {
    .footer-div-int div{
        display: none;
    }
    .header_logo{
        max-width: 120px;
    }
}
