.header__menu{
    color: #DFDFDF;
    font-family: 'TitilliumWeb-Regular';
    font-size: 14px;
    text-decoration: none;
}
.header__menu:hover{
    color: white;
    text-decoration: underline;
}
.navbar-nav .nav-link{
           
    font-family: 'Inter-Medium';
    font-size: 15px;
    color: black ;
    text-transform: capitalize;
    /* padding-top: 40px;
    padding-bottom: 20px; */
}
.navbarInicio .nav-item .nav-link{
    color: #1D1D1D !important;
}

.navbar-nav .nav-link.active{
    font-family: 'Inter-Bold';
    font-size: 15px;
    font-weight: 700;
    color: #1D1D1D !important;
   
 }
 .menuInicio{
    position: absolute;
    background: transparent linear-gradient(1deg, #00000000 0%, #00000062 58%, #000000F8 100%) 0% 0% no-repeat padding-box;
 }

 .btn_zonaPrivada{
    color: white;
    border: 1px solid #008037;
    background-color: #008037;
    font-family: 'Inter-Regular';
    font-size: 16px;
    
 }
 .btn_zonaPrivada:hover{
    color: #008037;
    background-color:white;
    border: 1px solid #008037;
  
 }
 .header__menu--shadow{
    z-index: 10;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
 }
 .header__dropdown_label{
    color: #000000;
     font-family: 'Inter-Medium';
     font-size: 16px;  
     font-weight: 500;
 }
 .link_encabezado{
     color: white;
     font-family: 'Inter-Regular';
     font-size: 15px; 
     text-decoration: none;
 }
 .link_encabezado:hover{
     text-decoration: underline;
     color: white;
 }
 .Header__enlacecontacto{
    color: #1D1D1D;
    text-decoration: none;
 }
 @media screen and (max-width:468px) {
  .navbar-collapse{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }  
 }