.fixed{
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 2;
}

.user-panel{
	height: 60px;
}

.user-panel>.info{
	position: relative;
	left: auto;
	
}

.login-page .main-footer{
	display: none;
}

.select2{
	border-radius: 0px!important;
}

ul.lista-precios{
	list-style: none;
	padding: 0;
	margin: 0;

}

.numero{
	font-size: 30px;

}

.contenido-dia{
    padding:20px;
    display:none; 
}
.tabla-precio ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.tabla-precio h3{
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #fe4918;
    padding-bottom: 5px;
    font-size: 1.5em;
    
}
@media only screen and (min-width: 768px){
    .contenido-dia > div{
        float: left;
        width: 33.3%;
    }
}

h4{
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #fe4918;
    padding-bottom: 5px;
    font-size: 1.5em;
    
}
.contenido-dia > div p{
    text-align: left;
}

.contenido-dia > div label{
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}
.contenido-dia > div input{
    margin-right: 10px;
}
.contenido-dia > div label time{
    color: #fe4918;
    font-weight: bold;
}
.contenido-dia div p{
    margin: 0;
    display: inline;
    font-size: 14px;
    text-transform: uppercase;

}

.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
 .owl-prev, .owl-next {
        width: 25px;
        height: 100px;
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
        display: block !important;
        border:0px solid black;
        margin-top: -20px;
        text-align: center;
    line-height: 45px;
    }
    .owl-prev { left: -20px; }
    .owl-next { right: -20px; }
    .owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;}

    