@font-face {
  font-family: "Protest";
  src: url(fonts/Protest.ttf) format('truetype');
}

#banner-menu1{
	display: block;
}

#banner-menu2{
	display: none;
}

body{
	font-family: protest;
	text-decoration: none;
}

.container-banner img{
	width: 100%;
}

.menu__link{
	color: black;
}

body.sticky-header .menu__item a{
color: #fff;
}

body.sticky-header .menu__item a:hover{
background: #fff;
color: #000;
}

.fa-chevron-down{
	transition-duration: 1s;
}

.arrow{
	transform: rotate(180deg); /* Equal to rotateZ(45deg) */
	transition-duration: 1s;
}

.container{
	margin-top: 50px;
}

.container-item{
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	width: 100%;
	font-family: protest;
	
}

.item1{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	background: #fba919;
	border-radius: 50px;
	border: 5px solid #212529;
	padding: 10px;
	transition-duration: 1s;
}

.item1:hover{
	cursor: pointer;
}

.item1 img{
	width: 10%;
	border-radius: 50%;
	margin-right: 20px;
}

.item1 h1{
	width: 70%;
	font-size: 80px;
	text-align: center;
}

.item1 i{
	width: 10%;
	font-size: 40px;
	text-align: center;
}

.container-all-items{
	display: flex;
	justify-content: center;
	border: none;
	width: 90%;
	border-radius: 50px;
}

.options{
	display: none;
	width: 100%;
}

.hidde1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.border1{
	border: 5px solid #212529
}

.item2{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #212529;
	border-radius: 40px;
	min-width: 100%;
}

.item1:hover{
	background: #fff;
	color: red;
	transition-duration: 1s;
}

.item2 .imagen-item{
	width: 15%;
	
}

.item2 img{
	width: 100%;
	max-height: 100px;
	object-fit: cover;
	border-radius: 20%;
	margin-left: 20px;
}

.item2 .info-item{
	width: 70%;
	padding: 30px;
}

.info-item h2{
	font-size: 15px;
}

.info-item h1, .info-item h2{
	margin-left: 20px;
}

.item-price{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.item-price h1{
	font-size: 30px;
}

#combo{
	color: #000;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
}

#combo h1{
	font-size: 20px;
}

.item-price a{
	background: #fba919;
	color: #212529;
	padding: 10px;
	font-weight: bolder;
	border-radius: 10px;
	text-align: center;
}

.item-price a:hover{
	cursor: pointer;
	background: #212529;
	color: #fba919;
	text-align: center;
	text-decoration: none;
}





@media(max-width:1000px) {
#banner-menu1{
	display: none;
}

#banner-menu2{
	display: block;
}

body.sticky-header .menu__item a{
color: black;
}


.item1{
width: 100%;
}

.item1 h1{
	font-size: 30px;
}

.item1 img{
	width: 20%;
}

.container-all-items{
	min-width: 100%;
}

.item2{
	flex-direction: column;
	padding-bottom: 50px;
	text-align: center;
}

.info-item{
	min-width: 100%;
}

.item2 .imagen-item{
	width: 100%;	
}

.item2 img{
	margin-top: 30px;
	margin-left: 0px;
	width: 50%;
	object-fit: cover;

}

.info-item h1, .info-item h2{
	margin-left: 0px;
}
	
.item2 h1{
	font-size: 30px;
}

.item-price a{
	font-size: 25px;
}

#combo{
	margin-top: 30px;
}

#combo h1{
	font-size: 20px;
}
}