@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');

[data-toggle="collapse"]:before {
	font-family: "FontAwesome"; margin-right: 5px; display: inline-block;
    float: right; font-size: inherit; text-rendering: auto;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	content: "\f105"; transform: rotate(-90deg); transition: all linear 0.25s;
}   
[data-toggle="collapse"].collapsed:before { transform: rotate(90deg); }

body, h5{ font-family: 'Roboto', sans-serif; }

.cabecera { position: relative; text-align: center; }
.logo{
	width: 90%;
    margin: 0 auto !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    margin-top: -20px !important;
    margin-left: 5% !important;
    padding-top: 10px !important;
}
	.telefono { font-family: 'Roboto', sans-serif; font-size: 1.2rem; position: absolute; top: 10px; right: 0px; color: #FFF; padding: 4px 10px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; background: url("images/background-telefono.png") repeat; }
	.telefono a { font-size: 1.0rem; color: #FFF; opacity: 1; }
	.descrip-local{	font-size: 16px; margin-bottom: -40px; }
	.descrip-menu{ font-size: 16px; margin-top: -20px !important;}
	.descrip-menu span{ font-size: 20px !important; color: #804297 !important; font-size: 18px; font-weight: 600; }
	.descrip-menu i{ font-size: 14px; margin-top: 8px; display: block;}

    label.wrap {
		width: 100%;
	    overflow: hidden;
	    position: relative;
	    display: block;
	    padding: 0 15px;
	    margin-top: 40px;
    }

    select.selMenu{
		font-size: 1.25rem;
	    border-radius: 5px;	    
	    border: 2px solid rgba(0,0,0,.125);
	    
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		 -o-appearance: none;
			appearance: none;
			
	    padding: .5rem 1.25rem;
	    background-color: rgba(0,0,0,.03);   
	    width: 100%;
	    overflow: hidden; 	
	    color: #212529;
    }
    label.wrap:after {
        content:"\f141";
        font-family: FontAwesome;
	    color: #212529;
	    position: absolute;
	    right: 28px;
	    top: 10px;
	    z-index: 1;
	    width: 10%;
	    height: 100%;
	    pointer-events: none;
	    font-size: 20px;
    }
    select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
	
#menus { text-align: center }

#detalle { display: none; position: fixed; left: 0; top: 0; padding-top: 20px; width: 100%; height: 100%; z-index: 10000; background-color: #F7F7F7; overflow: auto;}
#detalle .cerrar{position: absolute; right: 20px; }
#detalle .cerrar .far{ font-size: 50px;}
#detalle .foto{ max-height: 600px; max-width: 100% }
#detalle .grupo{ font-size: 0.8rem; color: #999;}
#detalle .nombre{ font-size: 1.5rem; font-weight: bold; color: #333; }
#detalle .extra{ font-size: 1.2rem; color: #555;}
#detalle .precio{ font-size:1.5rem; font-weight: bold; color: #555;}
#detalle .desc{ font-size: 1.2rem; color: #555;}


ul { list-style: none; margin: 0px; padding: 0px }

.detalle .listado > li { display: flex; align-items: center; border-top: 1px solid #E4E4E4; margin-top: 15px; padding-top: 15px;}
.detalle .listado > li:first-child { border-top:none; margin-top: 0; padding-top: 0;}

.detalle .plato_basic { display: flex; align-items: flex-end; }
.detalle .plato_foto  { width: 30%; border-radius:5px; margin-right: 12px }
.detalle .plato_info  { flex-grow: 1; text-align: left; box-sizing: border-box;}
.detalle .plato_nombre{ font-size: 1rem; width: 100%; line-height: 18px;}
.detalle .plato_precio{ font-size: 1.1rem; color: #222; margin-left:12px; }
.detalle .plato_extra { text-align: left; font-size: 0.8rem; color: #777; 
	text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.footer { background-color: #F7F7F7; text-align: center; font-size: 16px; padding: 40px 0 15px 0; margin-top: 20px; }
.footer .accesos .btn { font-size: 14px; color: #555; border-color: #555;}
.footer .accesos .btn .fas, .footer .accesos .btn .fab { font-size: 22px; margin-top: 5px;margin-bottom: 5px;}
.footer .direccion-local { font-size: 12px; color: #555 }
.footer .cc, .footer .cc a { font-size: 12px; color: #555; margin-bottom: 0; }

.noMostrar{
	display: none;
}
@media (max-width: 700px){
	h4 { border-bottom: 1px solid Gray }	
}

@media only screen and (min-width: 1200px) 
{
	
	.NuestraCarta, .footer{
	    width: 40%;
	    margin: 0 auto;		
	    margin-top: 20px;
	}
}
