.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: 'Roboto-Regular';
    font-size: 16px;
    color: black ;
    text-transform: uppercase;
    margin-left: 5px;
    /* padding-top: 40px;
    padding-bottom: 20px; */
}
.navbarInicio .nav-item .nav-link{
    color: white !important;
}

.navbar-nav .nav-link.active{
    font-family: 'Roboto-Bold';
    font-weight: 700;
    color: #B22B3E !important;
   
 }
 .menuInicio{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8));
 }

 .btn_zonaPrivada{
    color: white;
    border: 1px solid #B22B3E;
    background-color: #B22B3E;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    text-transform: uppercase;
 }
 .btn_zonaPrivada:hover{
    color: #B22B3E;
    background-color:white;
    border: 1px solid #B22B3E;
  
 }
 .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: 'Roboto-Medium';
     font-size: 16px;  
     font-weight: 500;
 }
 .link_encabezado{
     color: white;
     font-family: 'Roboto-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;
  }  
 }