@charset "utf-8";
/* CSS Document */

body{
	/*font-family: 'Inter', sans-serif;*/
	
}
/*------CARRUSEL------------*/

/*--------------------*/


.containerImgSpecials{
	max-width:95%;
	margin: 15px auto 0px;
}

.separador {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, rgb(196, 0, 29, 0), rgb(196, 0, 29, .75), rgb(196, 0, 29,0));
	width: 100%;
	box-sizing: border-box;
	margin: 30px 0px;
}

/*-----------*/


.capsulaPrice{
	background-color:#c4001d;
	border-radius: 0px;
	max-width: 80%;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
}
.capsulaPrice2{
	background-color:green;
	border-radius: 0px;
	max-width: 80%;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
}

/*-------------------*/


/*.desapareceIcon{
	display:none;
}
.class_a_href{
pointer-events: none;
cursor: default;
 }*/



/*--------------------------*/


/*--------------*/
.containerTitleSecction{
	justify-content:center;
	width: 100%;
	background-color:#c4001d; 
	margin-bottom: 10px;
}
.containerTitleSecctionOrilla{
	justify-content:center;
	width: 100%;
	background-color:green; 
	margin-bottom: 10px;
	margin-top: 10px;
}

.titleSecction{
	text-align: center;
	width: 100%;
	color: #fff;
	font-size:1.5em;
	padding: 10px 30px;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	font-weight:900;
}

.titleSecction>small{
	font-weight:300;
	font-size:.7em;
}


/*----------------------*/

.price{
	margin: 0px 5px;
	text-align: center;
	color: #F4F4F4;
}


.especialidades{
	width: 100%;
    color: darkgreen;
    font-weight: 900;
	padding: 10px 10px 0px;
	box-sizing: border-box;
	font-size: 1em;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.ingredientes{
	width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
	color: black;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 576px) { 
	
.containerPrice{
	margin-top:15px;
	margin-bottom:0px;
}
	
	
	
/*.desapareceIcon{
display:block;
}
	
.class_a_href{
pointer-events: auto;
cursor: pointer;
 }*/ 
	
.containerImgIndex{
	border-bottom: 3px #000 dashed;
	padding-bottom: 20px;
}
	
	

	
*.pricePaq{
	font-size: 33px;
}

	
.price{
	font-size: 20px;
}
	
}