*{
    font-family: 'Poppins';
}

header, body, footer{
	font-family: 'Poppins', sans-serif;
}
.overflow-x-hidden{
    overflow-x: hidden !important;
}
.header{
	background: #e9e2d0;
	padding: 0;
	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: #8b8680;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0 25px;
    position: relative;
    /* margin-right: 1.2rem; */
}
.nav-menu>.nav-link::before {
    content: "";
	position: absolute;
	width: 0;
	height: 6px;
	background-color: #004b50;
	bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
	transition: width .5s;
	opacity: 0;
}
.nav-menu>.nav-link:hover::before {
    opacity: 1;
    width: 22px;
}
.nav-menu>.nav-link:last-child{
    margin-right: 0;
}
.nav-menu>.nav-link:hover {
    font-weight: 500;
}
.nav-menu .nav-link-activo{
    color: #004b50;
}
.nav-menu .nav-link-activo::before{
    opacity: 1;
    width: 22px;
}
.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(29, 23, 23) !important;
    border-right: 0;
}
.offcanvas-enlace{
    color: #fff;
    font-size: 2rem;
}
.offcanvas-enlace-activo{
    color: #eb9956;
    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: rgb(245,231,203);
}
.footer{
    color: #000;
    max-width: 1365px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
}
.footer2 img {
    filter: invert(1);
}
.cont-footer-1{
    margin-right: 80px;
}
.cont-footer-2 hr{
    margin: 40px 0 30px;
    opacity: 1;
}
.footer1 a{
    font-size: 1.2rem;
    color: #000 !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;
    font-size: 1.2rem;
}
.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: rgb(64,19,10);
}
.footer-capsula{
    font-size: 0.8rem;
    /* display: block; */
    text-align: center;
    /* background-color: #dfdad7; */
    text-decoration: none;
    padding: 15px 0;
    color: #fff;
    /* letter-spacing: 2px; */
    font-family: 'Montserrat', sans-serif;
}


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

@media (max-width: 1200px) {
    .header-logo{
        width: 180px;
    }
    .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: 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;
    }
    .footer-2-p1 {
        font-size: 1.2rem;
    }
    .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: 140px;
    }
    .footer-capsula{
        font-size: 1rem;
    }
}
