*{
    font-family: 'Poppins';
}

.hamburguesa{
    font-size: 1.3rem !important;
}

header, body, footer{
	font-family: 'Poppins', sans-serif;
}
.overflow-x-hidden{
    overflow-x: hidden !important;
}
.header {
    background: #ffffff;
    padding: 30px;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    display: block;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 1px 0px;
}
.header > div{
    max-width: 1750px;
}
.nav-menu>.nav-link {
    /* display: flex; */
    color: #000000;
    font-size: 1.2rem;
    margin: 0 25px;
    position: relative;
    /* margin-right: 1.2rem; */
}
.nav-menu>.nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #000000;
    bottom: 20px;
    left: 0px;
    margin: auto;
    transition: width .5s;
    opacity: 0;
}
.nav-link:hover{
    background-color: #00a1ff;
    border-radius: 15px;
    font-weight: bold;
}
.nav-menu>.nav-link.active:hover::before {
    opacity: 1;
    width: 15px;
    font-weight: bolder;
}
.nav-menu>.nav-link:last-child{
    margin-right: 0;
}
.nav-menu>.nav-link:hover {
    font-weight: 500;
}
.nav-menu .nav-link-activo{
    color: black;
}
.nav-menu .nav-link-activo::before {
    opacity: 1;
    width: 15px;
}
.nav-icono img{
    width: 20px;
}
.btns-lang{
    position: fixed;
    right: 0;
    top: 12rem;
    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 red;
}


/* Off canvas */
.header-offcanvas{
    background-color: rgb(182 225 247) !important;
    border-right: 0;
}
.offcanvas-enlace{
    color: #057ec4;
    font-size: 2rem;
}
.offcanvas-enlace-activo{
    color: #000000;
    font-weight: 500;
}
.off-canvas-contenedor-rs{
    margin-top: 10px;
}
.btn-abrir-menu{
    display: none !important;
    margin-left: auto;
}
.nav-icono-rp img{
    filter: invert(1);
}
.btn_enlace{
	display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: 8px 25px;
    background: #fee870;
    color: #000 !important;
    text-decoration: none !important;
}

/* Footer */
footer{
    margin-top: 38px;
    background-color: #ffffff;
}
.footer {
    color: rgb(0, 0, 0);
    max-width: 1365px;
    margin: auto;
    padding: 30px;
}
.cont-footer-1{
    margin-right: 80px;
}
.cont-footer-2 hr{
    margin: 40px 0 30px;
    opacity: 1;
}
.footer1 a{
    font-size: 1.2rem;
    color: rgb(0, 0, 0) !important;
    text-decoration: none;
    margin: 0 40px;
    font-family: 'Montserrat', sans-serif;
}
.footer1 a:last-child{
    margin-right: 0;
}
.footer2{
    justify-content: center;
}
.footer-2-p1{
    font-family: 'Montserrat', sans-serif;
    max-width: 250px;
    text-align: justify;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 20px;
}
.footer-2-p1 span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.footer-2-div1 img{
    margin-right: 15px;
}
.footer-2-div1 span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
}
.footer-2-div2 img{
    margin-right: 15px;
}
.footer-2-div2 span{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
}
.cont-footer-capsula{
    background-color: #ffffff;
}
.footer-capsula{
    font-size: 1.1rem;
    /* display: block; */
    text-align: center;
    /* background-color: #dfdad7; */
    text-decoration: none;
    padding: 15px 0;
    color: black;
    /* letter-spacing: 2px; */
    font-family: 'Montserrat', sans-serif;
}

.correo,
.numero{
    display: flex;
    align-items: flex-end;
}

.correo p,
.numero p{
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;

}


@media (max-width: 1440px) {
    .header-logo{
        width: 120px;
    }
    .btns-lang{
        top: 10rem;
    }
}

@media (max-width: 1229px) {
    .correo p,
    .numero p{
        font-size: 1rem;
    }
    .cont-footer-1 {
        margin-right: 20px;
    }

    .cont-footer-1 img{
        width: 130px !important;
    }
}

@media (max-width: 1200px) {
    .header-logo{
        width: 100px;
    }
    .nav-menu .nav-link{
        font-size: 1.1rem;
        margin: 0 15px;
    }
    .btns-lang{
        top: 8rem;
    }
    .footer1 a{
        margin: 0 20px;
    }
    .cont-footer-1{
        margin-right: 30px;
    }
    .cont-footer-1 img{
        width: 200px;
    }
}

@media (max-width: 1033px) {
    .correo_numero{
        display: none;
    }

    .cont-footer-1 img{
        width: 150px !important;
    }
}

@media (max-width: 992px) {
    .nav-menu{
        display: none !important;
        visibility: hidden !important;
    }
    .btn-abrir-menu{
        display: block !important;
    }
    .footer{
        flex-direction: column;
        padding: 0 20px 20px;
    }
    .cont-footer-1{
        margin-right: 0;
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer1{
        justify-content: center !important;
    }
    .footer1 a:last-child{
        margin-right: 20px;
    }
    .footer-2-div1 span{
        font-size: 1rem;
    }
    .footer-2-div2 span{
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .footer1{
        display: none !important;
        visibility: hidden !important;
    }
    .footer2{
        flex-direction: column;
    }
    .footer-2-p1{
        margin-bottom: 20px;
    }
    .footer-2-div1, .footer-2-div2{
        margin-bottom: 20px;
    }
    .cont-footer-1{
        margin-bottom: 0;
    }
    .cont-footer-2 hr{
        margin: 30px 0 30px;
    }
    .footer-2-p1{
        max-width: none;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .btns-lang{
        display: none;
    }
}

@media (max-width: 425px) {
    .header-logo{
        width: 100px;
    }
    .footer-capsula{
        font-size: 1rem;
    }
}

