/*@font-face {
    font-family: 'Sansterdam';
    src: url('/fonts/SansterdamDemo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}*/

* {
    font-family: "Open Sans", sans-serif;
}

/* header, footer{
	font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Roboto', sans-serif;
} */
.overflow-x-hidden{
    overflow-x: hidden !important;
}
.main-web{
    min-height: 80vh;
}
.header{
	background: #fff;
	/* padding: 40px 0px; */
	position: sticky;
    top: 0;
	z-index: 999;
	width: 100%;
	display: block;
    box-shadow: #2e2e2e 0px 0px 2px 0px;
}
.enlace-logo{
    position: absolute;
    left: 100px;
    top: 15px;
}
.header-part-1{
    background-color: #E73637;
    padding: 10px 116px 10px 100px;
}
.header-part-2{
    padding: 20px 20px;
    position: relative;
}
.header-part-1 > p{
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.img-logo{
    width: 170px;
}
.nav-menu{
    display: flex;
}
.nav-menu>.nav-link {
    /* flex: none; */
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
    margin-right: 80px;
    position: relative;
}
.nav-menu>.nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #F58634;
    bottom: 0;
    transition: 0.4s;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
}
.nav-link-activo::before, .nav-menu>.nav-link:hover::before {
    opacity: 1 !important;
    width: 50px !important;
}
/* .nav-menu, .header-redes{
    display: none;
} */
.nav-menu .nav-link-activo{
    font-weight: 700;
}
/* .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 #f1ff23;
}


/*Footer*/
.footer{
	padding: 14px 0;
    background: #000;
	color: #fff;
}
.footer-part-1{
    background-color: #F58634;
    color: white;
    padding: 50px 100px 0px;
    justify-content: space-between;
}
.footer-part-2{
    background-color: #648F07;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    color: white;
    padding: 15px 0px 10px;
}
.footer-sub-1{
    width: 40%;
    min-width: 275px;
    margin-right: 100px;
}
.footer-icono{
    margin-right: 25px;
}
.footer-div-texto{
    margin-right: 80px;
    margin-bottom: 30px;
}
.footer-subtitulo{
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0;
}
.footer-texto{
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 400;
    color: white !important;
    text-decoration: none;
}
.footer-conoc{
    margin-top: 10px;
    margin-bottom: 15px;
    justify-content: space-between;
}
.footer-ipt-correo{
    border: none;
    margin-top: 20px;
    margin-bottom: 8px;
    padding: 12px 15px;
    font-size: 0.8rem;
}
.footer-ipt-correo::placeholder{
    color: #cbcbcb;
}
.footer-btn-enviar{
    background-color: #b1301b;
    border: none;
    color: white;
    font-weight: 300;
    font-size: 0.8rem;
    padding-top: 12px;
    padding-bottom: 12px;
}
.div-rpe{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
/* FIN FOOTER */

.section_general{
	position: relative;
}
.link-dev{
    padding-top: 10px;
}
.link-dev a {
    font-size: 0.8rem;
    color: #000;
    text-decoration: none;
}
.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);
}
footer span{
    font-size: 0.9rem;
}

/*===========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.8;
}

@media(max-width: 1600px){
    .nav-menu >.nav-link {
        margin-right: 40px;
    }
}
@media(max-width: 1440px){
    .header-part-2{
        padding: 20px 20px;
    }
    .img-logo{
        width: 120px;
    }
    .footer-div-texto{
        margin-right: 30px;
    }
    .footer-sub-1{
        margin-right: 50px;
    }
}
@media(max-width: 1200px){
    .header-part-1{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-part-2{
        padding: 10px 20px;
    }
    .nav-menu{
        align-items: center;
    }
    .img-logo{
        width: 100px;
    }
    .enlace-logo {
        position: static;
    }
    .footer-part-1{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 992px){
    .img-logo{
        width: 80px;
    }
    .nav-menu >.nav-link{
        margin-right: 0px;
        font-size: 0.8rem;
    }
    .header-part-2{
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-part-1{
        flex-direction: column-reverse;
        align-items: center;
        gap: 3rem;
    }
    .footer-sub-1 {
        margin-right: 0px;
    }
    .footer-div-1 > div{
        justify-content: center;
    }
    .footer-div-2{
        justify-content: center;
    }
}
@media(max-width: 768px){
    .nav-menu{
        visibility: hidden !important;
        display: none !important;
    }
    .btn-abrir-menu{
        visibility: visible !important;
        display: block !important;
    }
    .header-part-1{
        visibility: hidden !important;
        display: none !important;
    }
    .header-part-2{
        align-items: center;
    }
    .btns-lang{
        display: none;
    }
}
@media(max-width: 576px){
    .footer-div-2{
        flex-direction: column;
    }
    .footer-sub-1{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media(max-width: 425px){
    .img-logo{
        width: 50px;
    }
    .header-part-2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-subtitulo{
        text-align: center;
    }
    .footer-part-1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-div-1 > div {
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width: 375px){
    .footer-conoc{
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
    .footer-sub-1 .footer-subtitulo:first-child{
        margin-bottom: 15px;
    }
}
@media(max-width: 320px){}
