    #h_block{
       padding-bottom: 20px;
    padding-top: 10px;
    } 
    #h_text{
       font-size:20px;
    } 
    #h_tel{
       border-radius:20px;
       margin-top: auto;
        margin-bottom: auto;
		font-size: 15px;
    } 
    
    #h_info{
        border-radius:20px; 
        box-shadow: 2px 2px 2px 2px black; 
         max-height:50px;
        margin-top: auto;
        margin-bottom: auto;
    }
    
    
    #h_tel:hover{
        background-color:rgba(218,3,82,0.8) !important;
        color:#01cdcc !important;
    }
    #h_info:hover{
        background-color:rgba(1,205,204,0.8) !important;
        color:#da0352 !important;
    }
    #h_logo{
/*       display:none;*/
    } 

    #h_menu{
       background-color: #fff !important;
    }

     .categorias_menu{
        text-decoration:none;
        color: #da0352;
        padding: 15px 0px;
		 font-size: 24px;
    }
     .categorias_menu:hover{
        color:#494949;
        background-color:rgba(255,255,255,0.3);
    }
    
    #h_descript{
        width:100%;
    }
    
    #h_descript > img{
        width:100%;
    }
    
    .fa-bars{
     padding-bottom: 10px;
     padding-top: 10px;
     font-size:40px;
    }
    .fa-times{
        padding-bottom: 10px;
        padding-top: 10px;
        font-size:40px;
        color:#404040;
    }
    
@media only screen and (max-width: 1023px){
 #h_menu{
       background-color: #fff;
    }
   #h_foto{        
       width:100% !important;  
       background-color:#a7a7a7; 
       position:static;      
    } 
    
    #h_burguer , #h_enlaces{
        width:100%;
    }
    .fa-bars{
        display:flex;    
    }
    .fa-times{
        display:none; 
    }
    
    #h_enlaces{
        display:none;
    }
    
    #cont_categorias_menu{
        margin-left: -5%;
        margin-right: -5%; 
    }
    
    .categorias_menu{
        border-top: 1px solid #01cdcc;
    }
} 
            
@media only screen and (min-width: 1024px){
    #h_block{
       height:100px;
       padding-bottom:30px;
	padding-top: 15px;
    } 
    
    #h_text{
        font-size:1.9vw;
    } 
    #h_info {
        font-size:1.3rem;
       
    } 
    #h_tel{
        font-size:1.1rem;
    } 
    
    #h_foto{  
       width:25% !important;  
       top:100px;
       position:absolute;
       margin-left:auto !important;
		z-index: 2;
    } 

    #h_burguer{
        width:20% !important;
    }
    
    #h_enlaces{
        width:80% !important;
        margin-left: auto;
        display:block;
        margin-right: 5%;
    }

    .fa-bars , .fa-times{
        display:none;
    }
    
    #h_descript{
        max-width:223px;
    }
    
    #h_block_menu{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    
    #cont_categorias_menu{  
        margin-right: 0px !important;
     
    }
    #h_home{
        text-align: right !important; 
        padding-right:5%;
    }
}    


.menu_fijo{
    position: fixed !important;
    top: 0px !important;
    z-index:99 !important;
    opacity:0.95;
    width:100%;
}

