*{
    font-family: 'Roboto', sans-serif;
}

.overflow-x-hidden{
    overflow-x: hidden !important;
}
/* Header */
.header-barra-navegacion{
    font-family: 'Roboto', sans-serif;
    /* padding-left: 360px; */
    /* padding-right: 300px; */
    padding: 24px 30px;
    background: transparent;
    background: linear-gradient(0deg, transparent, rgba(0,0,0,0.7707457983193278) 100%);
    justify-content: center;
}
.header-col-1{
    margin-right: 190px;  
}
.header-col-2{
    display: flex;
    align-items: center;
}
.header-contenedor-menus{
    align-items: center;
}
.header-nav-enlace{
    color: white !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
    top: -7px;
    margin: 0 10px;
}
.header-nav-enlace::before{
    content: "";
	position: absolute;
	width: 0;
	height: 5px;
	background-color: rgb(192, 162, 125);
	bottom: 5px;
	transition: 0.4s;
	opacity: 0;
}
.header-nav-enlace:hover::before{
    opacity: 1;
    width: 30px;
}
.nav-link-activo{
    font-weight: 500;
}
.nav-link-activo::before{
    opacity: 1;
    width: 30px;
}
.btn-abrir-menu{
    background-color: transparent !important;
    color: white !important;
    font-size: 2.2rem !important;
    display: none !important;
    visibility: hidden !important;
    padding: 0px 10px !important;
}
.btn-abrir-menu > i{
    position: relative;
    top: 2px;
}
.nav-icono-rs-1{
    margin-left: 20px;
    margin-right: 30px;
    position: relative;
    top: -5px;
}
.nav-icono-rs-2{
    position: relative;
    top: -5px;
}

.btns-lang{
    position: fixed;
    right: 0;
    top: 8rem;
    z-index: 10000000;
    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;
}

/* Footer */
.footer1 a{
	display: inline-block;
	margin: 0 5px;
}
.footer3 ul{
	padding-left: 0;
	text-align: center;
	margin-bottom: 0;
}
.footer3 ul li{
	list-style: none;
	display: inline-block;
	margin: 0 15px;
    position: relative;
}
.footer3 ul li:before{
    content: "";
	position: absolute;
	width: 0;
	height: 4px;
	background-color: rgb(199, 161, 122);
	bottom: -7px;
	transition: 0.4s;
	opacity: 0;
}
.footer3 ul li:hover a{
    color: rgb(199, 161, 122);
}
.footer3 ul li:hover::before{
    opacity: 1;
    width: 30px;
}
.footer3 ul a{
	font-size: 1.5rem;
	color: white;
	text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.footer3 .active a{
    /* font-weight: 600; */
    color: rgb(199, 161, 122);
}
.footer3 .active:before{
    opacity: 1;
    width: 30px;
}
.footer-rs-1{
    margin: 0 15px;
}
.footer-rs-2{

}
.footer4{
    padding: 40px 15px 20px;
}
.footer4 p{
	font-size: 0.7rem;
	margin-bottom: 0;
    color: white;
}
.footer4 a{
    color: white;
}
.footer2{
	padding: 50px;
}
.footer{
	padding-top: 50px;
    padding-bottom: 0px;
    /* border-top: 2px solid #eaeaea; */
    background: black;
}

.section_general{
	position: relative;
}
.link-dev{
    padding-top: 10px;
}
.link-dev a {
    font-size: 0.8rem;
    color: white;
    text-decoration: none;
}
.header-offcanvas{
    background-color: rgb(29, 23, 23) !important;
    border-right: 0;
}
.offcanvas-enlace{
    color: #fff !important;
    font-size: 2rem;
}
.offcanvas-enlace-activo{
    color: #eb9956 !important;
    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;
}

@media (max-width: 1920px) {
    .header-col-1{
        margin-right: 210px;
    }
}

@media (max-width: 1440px) {
    .header-col-1{
        margin-right: 0px;
    }
    .header-barra-navegacion{
        justify-content: space-between !important;
    }
}

@media (max-width: 1200px) {
    .header-nav-enlace{
        font-size: 1.4rem;
    }
    .header-logo img{
        width: 150px;
    }
}

@media (max-width: 1100px) {
    .nav-icono-rs-1, 
    .nav-icono-rs-2{
        display: none !important;
        visibility: hidden !important;
    }
}

@media (max-width: 992px) {
    .header-contenedor-menus{
        display: none !important;
        visibility: hidden !important;
    }
    .btn-abrir-menu{
        display: inline !important;
        visibility: visible !important;
    }
    .footer2{
        padding-bottom: 20px;
    }
    .footer3 li{
        display: none !important;
        visibility: hidden !important;
    }
}

@media (max-width: 768px) {
    /* .header-logo > img{
        width: 170px;
    } */
}

@media (max-width: 576px) {
    .header-logo > img{
        width: 150px;
    }
    .btn-abrir-menu{
        font-size: 2rem !important;
    }
    .btn-abrir-menu > i{
        top: 1px;
    }
    .btns-lang{
        display: none;
    }
}

@media (max-width: 425px) {
    .header-logo > img{
        width: 120px;
    }
    .btn-abrir-menu{
        font-size: 1.8rem !important;
    }
    .footer{
        padding-top: 0;
    }
}

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