/* Verde claro rgb(83, 175, 49)
Naranja rgb(240, 130, 55) */

*{
    font-family: 'Poppins', sans-serif;
}

/* Header */
.bg-header{
    background-color: rgb(29, 23, 23);
}
.btn-abrir-menu{
    display: none !important;
    visibility: hidden !important;
    background: none !important;
    color: rgba(255, 255, 255, .5) !important;
    border-color: rgba(255, 255, 255, .2) !important;
    font-size: 2rem !important;
    padding: 0px 10px !important;
}
.header-barra-navegacion{
    padding: 10px 20px;
}
.header-nav-enlace{
    color: white;
    font-weight: 300;
    font-size: 1rem;
}
.header-contenedor-menus{
    position: relative;
}
.header-contenedor-menus::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 2px;
    height: 60%;
    background-color: rgba(255, 255, 255, .3);
    transform: translateY(-50%);
}
.header-contenedor-menus::after{
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    width: 2px;
    height: 60%;
    background-color: rgba(255, 255, 255, .3);
    transform: translateY(-50%);
}
.header-col-2 > .nav > .nav-link{
    color: white;
}
.nav-link-activo{
    color: rgb(83, 175, 49) !important;
    font-weight: 500;
}
.header-col-1{
    width: 20%;
}
.header-col-2{
    width: 60%;
}
.header-col-3{
    width: 20%;
}
.header-col-3>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: 9.5rem;
    z-index: 9;
    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: rgb(29, 23, 23) !important;
}
.offcanvas-enlace{
    color: white !important;
    font-size: 2rem;
}
.offcanvas-enlace-activo{
    color: rgb(83, 175, 49) !important;
    font-weight: 500;
}
.off-canvas-contenedor-rs{
    margin-top: 10px;
}

/* Footer */
.footer-container{
    padding-top: 110px;
    padding-bottom: 25px;  
}
.footer-p-1{
    text-align: center;
    color: rgb(83, 175, 49);
    font-weight: 600;
    font-size: 2rem;    
}
.footer-cont-1{
    margin-bottom: 100px;
}
.footer-cont-1 img{
    width: 40px;
}
.footer-p-2{
    font-size: 2.5rem;
    margin-left: 20px;   
}
.footer-subtitulo-1, .footer-subtitulo-2, .footer-subtitulo-3{
    font-size: 1.3rem;
    font-weight: 700;
    color: rgb(83, 175, 49);
    margin-bottom: 2px;
}
.footer-cont-2{
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 60px;
}
.footer-subcont-1{
    width: 26%;
}
.footer-subcont-2{
    width: 30%;
    padding-top: 38px;
}
.footer-subcont-3{
    width: 30%;
    padding-top: 38px;
}
.footer-p-3{
    font-size: .85rem;
    font-weight: 500;
    margin-bottom: 50px;
}
.footer-p-4{
    font-size: 1.5rem;
    font-weight: 700;
}
.footer-fb-1{
    margin-right: 10px;
}
.footer-logo{
    width: 250px;
    margin-bottom: 15px;
}
.footer-copyright{
    text-align: center;
    font-size: .85rem;
    letter-spacing: 1px;
}
.footer-titulo-1{
    font-size: 1.5rem;
    font-weight: 700;
}
.footer-enlace{
    font-size: 1.2rem;
    color: rgb(78, 78, 78);
    text-decoration: none;
    margin-bottom: 16px;
}
.footer-enlace:hover{
    color: rgb(83, 175, 49);
}
.footer-enlace-activo{
    font-weight: 700;
    color: rgb(83, 175, 49);
}
.footer-titulo-2{
    font-size: 1.5rem;
    font-weight: 700;
}
.footer-p-5{
    font-size: 1.2rem;
    color: rgb(78, 78, 78);
    margin-bottom: 20px;
}
.footer-p-6{
    font-size: 1.2rem;
    color: rgb(78, 78, 78);
    margin-bottom: 0px;
}
.footer-p-7{
    font-size: 1.2rem;
    color: rgb(78, 78, 78);
    margin-bottom: 20px;
}
.footer-p-8{
    font-size: 1.2rem;
    color: rgb(78, 78, 78);
}
.footer-barra-carga-1, .footer-barra-carga-2{
    margin-bottom: 45px;
}
.footer-barra-carga-1 > .bg-success{
    background-color: rgb(83, 175, 49) !important;
}
.footer-barra-carga-2 > .bg-success{
    background-color: rgb(83, 175, 49) !important;
}
.link-dev a{
    font-size: 0.85rem;
    color: #000 !important;
    text-decoration: none;
}

@media (max-width: 1462px) {
    .header-col-2{
        width: 64%;
    }
    .header-col-3{
        width: 16%;
    }
}

@media (max-width: 1440px) {
    .footer-cont-2{
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (max-width: 1300px) {
    .header-contenedor-menus{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 1221px) {
    .header-col-2{
        width: 68%;
    }
    .header-col-3{
        width: 12%;
    }
    .header-contenedor-menus{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 1200px) {
    .footer-cont-2{
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 1150px) {
    div .header-col-3{
        display: none !important;
        visibility: hidden !important;
    }
    .header-col-1{
        width: 24%;
    }
    .header-col-2{
        width: 76%;
    }
}

@media (max-width: 992px) {
    .btn-abrir-menu{
        display: inline !important;
        visibility: visible !important;
    }
    .header-contenedor-menus{
        display: none !important;
        visibility: hidden !important;
    }
    .header-col-1{
        width: auto;
    }
    .header-col-2{
        display: flex;
        justify-content: end;
    }
    div .footer-subcont-2{
        display: none !important;
        visibility: hidden !important;
    }
    .footer-subcont-1{
        width: auto;
        margin-right: 50px;
    }
    .footer-subcont-3{
        width: auto;
    }
}

@media (max-width: 768px) {
    .footer-container{
        padding-bottom: 0px;  
    }
    .footer-cont-2{
        flex-direction: column;
    }
    .footer-subcont-1{
        width: auto;
        margin-right: 0px;
    }
    .footer-p-1{
        font-size: 2rem; 
    }
    .footer-p-2{
        font-size: 3rem; 
    }
    .footer-cont-1>img{
        width: 60px;
    }
}

@media (max-width: 576px) {
    .footer-cont-2{
        margin-left: 30px;
        margin-right: 30px;
    }
    .footer-p-1{
        font-size: 1.5rem; 
    }
    .footer-p-2{
        font-size: 2rem; 
    }
    .footer-cont-1>img{
        width: 40px;
    }
    .footer-logo{
        margin: auto;
    }
    .footer-p-3{
        text-align: center;
        margin-top: 20px;
    }
    .btns-lang{
        display: none;
    }
    .img-rpe{
        left: 0px;
        position: static;
        display: block;
        margin: auto;
    }
}

@media (max-width: 425px) {
    .header-col-1{
        position: relative;
        left: -30px;
    }
    .header-barra-navegacion{
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-p-2{
        font-size: 1.8rem; 
    }
    .footer-cont-1>img{
        width: 35px;
    }
    .footer-p-4 {
        text-align: center;
    }
    .footer-subcont-rs{
        justify-content: center;
    }
    .footer-titulo-2{
        text-align: center;
        padding-bottom: 8px;
        border-bottom: 2px solid rgb(83, 175, 49);
        margin-bottom: 30px;
    }
    .footer-barra-carga-2{
        display: none !important;
        visibility: hidden !important;
    }
    .footer-subtitulo-1, .footer-subtitulo-2, .footer-subtitulo-3{
        text-align: center;
    }
    .footer-p-5, .footer-p-6, .footer-p-7, .footer-p-8{
        font-size: 1rem;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .footer-p-2{
        font-size: 1.5rem;
        margin-left: 10px; 
    }
    .footer-cont-1>img{
        width: 25px;
    }
}

/* @media (min-width: 992px) {
    .header-barra-navegacion{
        padding: 30px 0;
    }
} */

@media (min-width: 1440px) {
    .header-nav-enlace{
        font-size: 1.2rem;
    }
}
