/*
    Verde: #1F7145
*/

*{
    font-family: 'Montserrat';
}

.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: #1F7145;
    padding: 10px 116px 10px 100px;
}
.header-part-2{
    padding: 2.25rem 20px;
    position: relative;
}
.header-part-1 > p{
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.img-logo{
    width: 135px;
}
.nav-menu{
    display: flex;
    gap: 1rem;
}
.nav-menu>.nav-link {
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
    position: relative;
    padding: 0rem 1rem;
}
.nav-menu>.nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #FEC134;
    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: 80% !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{
    background-color: #7D3B16;
}
.footer-part-1{
    flex-direction: column;
    background-color: #7D3B16;
    color: white;
    padding: 3rem 8rem;
    justify-content: space-between;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    gap: 5rem;
}
.footer-part-2{
    background-color: #3a1a08;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    color: white;
    padding: 15px 0px 10px;
}
.footer-sub-1{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 1rem;
}
.footer-sub-1-linea{
    width: 2px;
    background-color: #eb9956;
    transform: rotate(15deg);
}
.footer-div-1{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.footer-div-1-int{
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.footer-div-texto{
    display: flex;
    align-items: center;
    gap: 0.5rem;

}
.enlace-texto{
    color: white !important;
    text-decoration: none;
    text-align: right;
    transition: all .15s ease-in-out;
}
.enlace-texto-activo{
    font-weight: bold;
}
.enlace-texto:hover{
    transform: scale(1.05);
}
.footer-ancho{
    align-items: center;
}
.footer-div-2{
    display: flex;
    justify-content: center;
}
.footer-subtitulo{
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0;
}
.footer-texto{
    color: white !important;
    text-decoration: none;
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 400;
}
.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;
}
/* 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;
}
@media(max-width: 1600px){
    .nav-menu >.nav-link {

    }
}
@media(max-width: 1440px){
    .header-part-2{
        padding: 30px 20px;
    }
    .img-logo{
        width: 120px;
    }

}
@media(max-width: 1200px){
    .header-part-1{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-part-2{
        padding: 1rem 20px;
    }
    .nav-menu{
        align-items: center;
    }
    .img-logo{
        width: 10vw;
        min-width: 50px;
        max-width: 80px;
    }
    .enlace-logo {
        position: static;
    }
    .footer-part-1{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 992px){
    .nav-menu >.nav-link{

        font-size: 0.8rem;
    }
    .header-part-2{
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-part-1{
        gap: 3rem;
    }
    .div-rpe {
        align-items: center;
    }
    .footer-div-1 > div{
        justify-content: center;
    }

    .enlace-texto{
        text-align: center;
    }
    .footer-ancho{
        width: 100%;
    }
    .footer-div-texto{
        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;
    }

    .footer-div-2{
        display: none;
    }
    .footer-part-1{
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media(max-width: 576px){

}
@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;
    }

    .footer-div-texto{
        width: 100%;
    }
    .footer-div-1-int{
        gap: 2rem;
    }
}
@media(max-width: 375px){

}
@media(max-width: 320px){}
