
body{
    margin: 0px !important;
    font-family: 'Inter', sans-serif;

}
#app{
overflow: hidden;
}

/*header*/
.ocultar_{
    display: none;
}

.header__menu{
font-family: 'Inter';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;;
color: white !important;
}


.header__menu:hover{
font-family: 'Inter';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;;
color:#fff !important;
}

.active__header__menu{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-decoration: none;
color:#D57C1B !important;

}



.active__header__menu:hover{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-decoration: none;
color:#D57C1B !important;

}
.bg__nav{
background-color: #D57C1B   ;
line-height: 40px;
}

.header__nav{    
font-family: 'Inter';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;;
color: #000 !important;

}


.header__nav:hover{    
font-family: 'Inter';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;

color: #54B64F !important;

}

.active__header{
font-family: 'Inter';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;

color: #54B64F !important;


}
.active__header:hover{
font-family: 'Inter';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;

color: #54B64F !important;


}



.header__link{    
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-decoration: none;
color: #FFFFFF;

}


.header__link:hover{    
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */




color: #131313;

}






/*footer*/



.fondofooterseccion{
    
   background-color: ;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
    
}
.footer__titulo{
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;

}
.footer__secciones{
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-decoration: none;
    
    
    
}
.footer__secciones:hover{
  
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    color: #54B64F;

}




.form-control::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 45px;
    /* identical to box height, or 375% */
    
    
    /* Gris */
    
    color: #726F6D;
}

.input-group-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    
} 

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}