/*
    Marron Principal: #613912
    Verde Principal:  #006B52
*/

*{
    font-family: 'Poppins';
}

header, body, footer{
	font-family: 'Poppins', sans-serif;
}
.overflow-x-hidden{
    overflow-x: hidden !important;
}
.main-web{
    min-height: 80vh;
}
.header{
	background: #fff;
	padding: 10px 0;
	position: sticky;
    top: 0;
	z-index: 999;
	width: 100%;
	display: block;
    box-shadow: #2e2e2e 0px 0px 2px 0px;
}
.img-logo{
    width: 15vw;
    max-width: 200px;
    min-width: 120px;
}
.nav-menu>.nav-link {
    flex: none;
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
}
.nav-menu>.nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #613912;
    bottom: 0;
    transition: 0.4s;
    opacity: 0;
}
.nav-link-activo::before, .nav-menu>.nav-link:hover::before {
    opacity: 1 !important;
    width: 30px !important;
}
.nav-menu, .header-redes{
    display: none;
}
.nav-menu .nav-link-activo{
    font-weight: 600;
}
.nav-icono img{
    width: 20px;
}
.btns-lang{
    display: none;
    position: fixed;
    right: 0;
    top: 8rem;
    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: #FFF2CC;
	color: #7E381F;
}
.f-2 p{
	font-size: 0.6rem;
	letter-spacing: 1px;
	font-weight: 300;
	margin-bottom: 20px;
}
.footer .h-opcs li a{
	color: #7E381F;
}
.footer .h-opcs ul{
	padding: 0;
	text-align: center;
}
.footer .h-opcs-li a:before{
    background: #7E381F;
}
.footer-cont div{
	padding: 15px 0;
}
.footer .h-opcs{
	justify-content: center;
	margin-bottom: 20px;
}
.link-dev a{
    font-size: 12px;
    color: #7E381F !important;
}
.h-opcs li{
	display: inline-block;
	margin-right: 20px;
	list-style: none !important;
	font-size: 14px;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
}
.h-opcs li a{
	text-decoration: none;
	color: #7E381F;
	position: relative;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 0.8rem;
}
.h-opcs-li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #7E381F;
    bottom: -7px;
    transition: 0.4s;
    opacity: 0;
}
.h-opcs-li a:hover:before{
	opacity: 1;
	width: 30px;
}
.h-opcs-li.active a{
	font-weight: 600;
}
.h-opcs-li.active a:before{
	opacity: 1;
	width: 30px;
}
/*--------*/
.div-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.div-rpe{
    color: #7E381F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* 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;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.whatsapp-float:hover {
    opacity: 1;
}

@media (min-width: 576px){
    .btns-lang{
        display: block;
    }
}

@media (min-width: 768px){
    .footer{
		text-align: left;
	}
}

@media (max-width: 991px) {
    .btn-abrir-menu{
        display: block !important;
    }
    .btns-lang{
        display: none;
    }
}

@media(min-width: 992px){
    .nav-menu{
        display: flex;
    }
    
}

@media(min-width: 1200px){
    
}

@media(min-width: 1600px){
    .nav-menu>.nav-link {
        font-size: 1.1rem;
    }
}


@media (max-width: 768px) {
    .f-1{
        display: none;
    }
    .div-logos{
        flex-direction: column-reverse;
        margin-bottom: 3rem;
    }
    .h-opcs{
        display: none;
    }
}