*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    
}

.header {
    width: 100%;
    height: 70pt;
    background: transparent;
    
    
/*-----Anclado arriba-----*/
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
}

.inner_header {
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 30px;
    height: 30%;    
    display: block;
    margin: 0 auto;
    background: transparent;
    "background-color: red;"
}



.logo_container {
    height: 100%;
    display: table;
    float: left;
    background: transparent;
}

.logo_container a{
    color: white;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: 'montserrat';
    font-size: 25px;
    font-weight: 700; 
    background: transparent;
}

.logo_container a:hover {
        color: rgba(255,255,255,0.5);        
    }

.nav_container {
    float: right;
    height: 100%;    
    background: transparent;
}

.nav_container a{
    height: 100%;  
    display: table;
    float: left;
    padding: 0px 10px;
    background: transparent;
   
}

.nav_container a:last-child{
    padding-right: 0;
}

.nav_container a li{
    display: table-cell;
    vertical-align: middle;
    height: 50%;
    color: white;
    font: 'montserrat';
    font-size: 25px;
    font-weight: 700; 
    background: transparent;
}

.nav_container a li:hover {
        color: rgba(255,255,255,0.5);        
    }

.language_container {
    float: right;
    height: 100%; 
    background: transparent;
}

.language_container a{
    height: 100%;  
    display: table;
    float: left;
    padding: 0px 2px;
    background: transparent;
}

.language_container a li{
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 2px;
    height: 100%;
    color: white;
    font: 'montserrat';
    font-size: 15px;
    font-weight: 700; 
    background: transparent;
}

.language_container a li span{
    font-size: 11px;
    background: transparent;
}

.language_container a li:hover {
        color: rgba(255,255,255,0.5);  
        
    }

#menu_bar {
    display: none;
    background: transparent;
}

.header label {
    display: none; 
    color: white;
    font-size: 30px;    
    bottom: 1pt;
    background: transparent;
}





/*-----Responsive tablet horizontal-----*/


@media (max-width: 1024px) {
    
    

    #menu_bar:checked ~ .nav_container{
        transform: translateX(0%);        
    } 
    #menu_bar:checked ~ .language_container{
          transform: translateX(0%);      
    } 
    
    #menu_bar:checked ~ .logo_container a{
        color: black;
        position: relative;
        z-index: 100;
    } 
    
     #menu_bar:checked ~ .logo_container a:hover{
        color: rgba(0,0,0,0.5);
    }
    
    #menu_bar:checked ~ .icon-menu{
        color: black;
    }
    
     #menu_bar:checked ~ .icon-menu:hover{
        color: rgba(0,0,0,0.5);
    }
    
    .header label {
        display: block;
        float: right;       
        cursor: pointer;
        position: relative;
        z-index: 100; 
        margin-right: -8pt;
        
    }
    
     .header label:hover {
        color: rgba(255,255,255,0.7); 
        
    }
       
    
    .nav_container {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: rgba(255,255,255,0.9);
        top: 0pt;
        left: 0;
        right: 0;
        padding-top: 40vh;
        transform: all 0.5s;
        transform: translateX(-100%);
    }   
   
    
     .nav_container a { 
         height: 40px; 
         padding-left:0;
         width: 100%; 
         text-align: center;
         overflow: auto;
       
    }
    
    .nav_container a li{               
        color:rgb(120,120,120);
        height: 50%;
       
        
    }
    
    .nav_container a li:hover {
        color:black;        
    }
    
    
    
    
    .language_container {
        position: absolute;
        width: 100%;
        height: 100vh;       
        top: 65vh;
        left: 0;       
        transform: all 0.5s;
        transform: translateX(-100%);        
    }
    
    .language_container a{
        height: 30px;
        padding-left: 0;        
        text-align: center;
        width: 100%; 
       
        
    }

    .language_container a li{
        color:rgb(120,120,120);
        
    }
    
     .language_container a li:hover {
        color:black;        
    }

   
   
 }

	/*-----Responsive smartphone-----*/

@media (max-width: 540px) {
    
       .inner_header {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 25px;
  
}
   .logo_container a{   
    font-size: 20px;
    vertical-align: bottom;
        
} 
 
}

	/*-----Responsive smartphone-----*/

@media (max-width: 440px) {
    
    .inner_header {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 20px;
    
  
}

.logo_container a{
    font-size: 17px;
      }      
}

/*-----Responsive smartphone-----*/

@media (max-height: 500px) {

.language_container {
       display: none;        
    }
    
    
 } 