
body{
        margin: 0px !important;
        font-family: 'Inter', sans-serif;
    
    }
#app{
    overflow: hidden;
}

/*header*/
.bg__nav{
    background-color: #B69872   ;
    line-height: 40px;
}

.header__nav{    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;;
    color: #131313;

}


.header__nav:hover{    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    
    color: #131313;

}

.active__header{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

color: #B69872 !important;

    
}
.active__header:hover{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    
    color: #B69872 !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;

}

.btn-privada{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
  
    color: black !important;
    background: #FFFFFF;
    border-radius: 40px;
    
}

.btn-privada:hover{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
  
    color: black !important;
    background: #FFFFFF;
    border-radius: 40px;
    
}


.btn-ingresar{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    /* 3 */
    
    color: #D80201;
    border: 1px solid #D80201;
    border-radius: 10px;
    background-color: white;

}
.btn-ingresar:hover{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: white;
    border: 1px solid #D80201;
    border-radius: 10px;
    background-color: #D80201;

}
.btn-registrar{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: white;
    border: 1px solid #D80201;
    border-radius: 10px;
    background-color: #D80201;
}
.btn-registrar:hover{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    /* 3 */

    color: #D80201;
    border: 1px solid #D80201;
    border-radius: 10px;
    background-color: white;
}






    /*footer*/
    

 
    .fondofooterseccion{
        
       background-color: #FFFFFF;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
       
        
    }
    .footer__titulo{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */
        
        letter-spacing: 0.06em;
        
        color: #999EA2;
        

    }
    .footer__secciones{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        
        color: #999EA2;

        text-decoration: none;
        
        
        
    }
    .footer__secciones:hover{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        
        color: #999EA2;

    }

    


    .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;
        
    } 

