/*
    Verde Principal: #00A070
    Verde Complementario: #009065

    Verde Secundario: #83C161
*/


*{
    font-family: 'Roboto', sans-serif;
}
p, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0;
}

/* Header */
.header-logo{
    width: 200px;
}
.bg-header{
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(0, 102, 102, 1), rgba(0, 102, 102, 1));
    /*background: linear-gradient(180deg, #5f7721, #5f7721ce, #5f772100);*/
}
.btn-abrir-menu{
    display: none !important;
    visibility: hidden !important;
    background: none !important;
    color: rgba(0, 0, 0, .5) !important;
    border-color: rgba(0, 0, 0, .2) !important;
    font-size: 2rem !important;
    padding: 0px 10px !important;
}
.header-barra-navegacion{
    padding: 10px 80px;
}
.header-nav-enlace{
    color: white !important;
    font-weight: 300;
    font-size: 1.1rem;

}
.dropdown-menu{
    background-color: #40530f !important;
}
.dropdown-item {
    color: white !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #59721b !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: white !important;
    background-color: #59721b !important;
}
.header-nav-enlace > span{
    font-family: 'Poppins', sans-serif !important;
    padding-top: 5px;
    transition: all .3s ease-in-out;
    border-top: 3px solid #5f2b0100;
}
.header-nav-enlace:hover > span{
    border-top: 3px solid #83C161;
}
.header-col-2 > .nav > .nav-link{
    color: white;
}
.nav-link-activo span{
    border-top: 3px solid #83C161;
    font-weight: 500;
}
.header-rs{
    margin-left: 30px;
}
.header-rs>a{
    text-decoration: none;
}
.nav-icono-rs-1{
    margin-right: 10px;
}
.borde-menu-header{
    color: rgba(255, 255, 255, .3);
    font-size: 1.5rem;
}
.borde-menu-header:hover{
    color: rgba(255, 255, 255, .3);
}
.btns-lang{
    position: fixed;
    right: 0;
    top: 9rem;
    z-index: 999;
    padding: 1rem;
    padding-left: 1.2rem;
    background: rgb(229 229 229 / 80%);
    border-radius: 30px 0 0 30px;
}
.btns-lang a{
    border-radius: 50%;
    border: 3px solid #fff;
}
.btns-lang .active{
    border: 3px solid #f1ff23;
}
.header-offcanvas{
    background-color: #009065;
}
.offcanvas-enlace{
    color: white !important;
    font-size: 2rem;
    font-weight: 100;
}
.offcanvas-title{
    color: white !important;
}
.offcanvas-enlace-activo{
    color: white !important;
    font-weight: bolder;
}
.off-canvas-contenedor-rs{
    margin-top: 10px;
}

/* Footer */
/* .cont-footer{
    margin-bottom: 20px;
    background:#6b3613;
}
.footer-enlace{
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
}
.footer-enlace:hover{
    text-decoration: underline;
    color: white;
}
.mb-2rem{
    margin-bottom: 2rem;
} */
.footer-1{
    background-image: url('../img/home/footer.png');
    background-position: top center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
}
.footer-img{
    display: inline-block;
    margin: 60px 0 16px;
}
.link-dev{
    padding-bottom: 20px;
}
.link-dev > a{
    color: black;
    text-decoration: none;
}
.otros-active{
    color: #688d03;
}
.div-rpe{
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
/*===========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.6;
}
@media (max-width: 1920px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {
    .header-barra-navegacion{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1200px) {
    .header-barra-navegacion{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-logo{
        width: 150px;
    }
    .header-rs{
        display: none !important;
        visibility: hidden !important;
    }
    .header-nav-enlace{
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    .header-barra-navegacion{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .btn-abrir-menu{
        display: block !important;
        visibility: visible !important;
    }
    .header-contenedor-menus{
        display: none;
        visibility: hidden;
    }
    .btns-lang{
        display: none;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

@media (max-width: 425px) {
    .header-logo{
        width: 80px;
    }
    .btn-abrir-menu{
        font-size: 1.5rem !important;
        padding: 0px 8px !important;
    }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}
