@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Inter', sans-serif;
	
}
/*------CARRUSEL------------*/

/*--------------------*/



.imgIndex{
	padding: 25px 0px 0px;
	box-sizing: border-box;
}
.titleIndex{
	color:aliceblue;
	width: 100%;
	display: block;
	padding: 25px 10px 10px;
	box-sizing: border-box;
}

.welcome{
	color:aliceblue;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 400;
	font-size: 18px;
}
.welcome>strong{
	color:#EBC242;
}

.containerImgSpecials{
	max-width:95%;
	margin: 15px auto 0px;
}

.separador {
    border: 0;
    height: 5px;
    background-image: linear-gradient(to right, RGBA( 0,12,147,0 ), RGBA( 0,12,147, .75 ), RGBA( 0,12,147,0 ));
	width: 100%;
	box-sizing: border-box;
	margin: 30px 0px;
	color: rgba(0,12,147,1.00)
}

.containerImgPromo{
	padding:10px 16px;
	box-sizing: border-box;
}
/*-----------*/
.logoFont{
font-family: 'Brygada 1918', serif;
}
.inter{
font-family: 'Inter', sans-serif;
}

.centerIcon{
	text-align:center;
}

.justifiIcon{
	justify-content:center;
	text-align: center;
}
.containerPrice{
	margin-top:15px;
	margin-bottom: 15px;
	border-radius: 15px;
}

.capsulaPrice{
	background-color:#002171;
	border-radius: 30px;
	max-width: 80%;
	margin: 0 auto;
}

/*-------------------*/


.imgLogo{
	max-width:1000px;
	width: 1000px;
	margin: 0 auto;
}

.bgImgIndex{
}

.containerImgIndex{
	padding-bottom: 20px;
	}

.aling-self{
	align-self:flex-end;
}
.containerInfoPromoIndex{
	justify-content: center;
	padding: 10px;
}

.ifoPaqIndex{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 28px;
	/*padding: 0px 15px;*/
	box-sizing: border-box;
	text-align: center;
	color:#F4F4F4;
}

.titlePromo{
	color: #F4F4F4;
	font-family: 'Luckiest Guy', cursive;
	font-size: 40px;
	line-height: 40px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 5px #170A06;
}

.titlePromo>span{
	color: #ffd600;
}


.infoFooter{
	padding:5px;
	color: #fff;
	font-size:1.1em;
	font-family: 'Brygada 1918', serif;
}

.animacionesAparicion{
	opacity:0;
}

.desapareceIcon{
	display:none;
}
.class_a_href{
pointer-events: none;
cursor: default;
 }

/*-----*/
.iconSocialMedia{
	max-width:50px;
	width:50px;
}
.iconSocialMedia:hover{
	max-width:55px;
	width:55px;
}
/*--------*/


/*-------------------*/



/*--------------------------*/


/*--------------*/
.containerTitleSecction{
	justify-content:center;
	width: 100%;
}

.titleSecction{
	text-align: center;
	font-weight: 900;
	font-family:"Arial", "sans-serif";
	width: 100%;
	color: #c4001d;
	font-size:1.5em;
	padding: 10px 30px;
	box-sizing: border-box;
	
}
.subtitle{
	text-align: center;
	font-weight: 900;
	width: 100%;
	color: #212121;
	
}

/*----------------------*/

.price{
	margin: 0px 5px;
	text-align: center;
	color: #F4F4F4;
	font-weight: normal;
}

.imgIndex{
	max-width:1200px;
}
.especialidades{
	width: 100%;
    color: #c4001d;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 10px;
	box-sizing: border-box;
	font-size: 1em;
	text-align: left;
	font-family:"Arial", "sans-serif";
}
.ingredientes{
	width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    padding-bottom: 20px;
	color: #0B1C71;
	font-size: 1em;
	font-weight:bold;
	text-align: left;
	font-family:"Arial", "sans-serif";
}
.especialidades2{
	width: 100%;
    color: #c4001d;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 10px;
	box-sizing: border-box;
	font-size: 1em;
	text-align: center;
	font-family:"Arial", "sans-serif";
}
.ingredientes2{
	width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
	color: #0B1C71;
	font-size: 1em;
	font-weight:bold;
	text-align: center;
	font-family:"Arial", "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;
 } 
	
	.imgLogo{
		max-width:100%;
		width: 100%;
		margin: 0 auto;
	}
	
	.bgImgIndex{
		/*height: 200px;*/
	}
	
	.containerInfoPromoIndex{
	justify-content: center;
}
	
	.containerImgIndex{
	border-bottom: 3px #000 dashed;
	padding-bottom: 20px;
	}
	
	
/*-----*/
.iconSocialMedia{
	max-width:45px;
	width:45px;
}
.iconSocialMedia:hover{
	max-width:45px;
	width:45px;
}
/*--------*/
	
/*------------*/
.complementos{
	font-size:24px;
}
.complementosPollo{
	top: 100px;
	font-size:24px;
}
	

.pricePaq{
	font-size: 33px;
}

	
.price{
	font-size: 20px;
}
	
}