#hero{
	position: relative;
	margin-bottom: 180px;
}
#hero img{
	width: 100%;
}
#hero .textos{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#hero .textos h1{
	color: white;
	text-align: center;
}
#hero .textos b{
	font-weight: 900;
	font-size: 5.375rem;
	line-height: 0.93em;
	color: #000000;
	text-shadow: 7px 7px 0 #FFFFFF,  -7px -7px 0 #FFFFFF,  -7px 7px 0 #FFFFFF,  7px -7px 0 #FFFFFF;
	display: block;
}
section .ficha{
	padding-left: 110px;
	padding-right: 110px;
	padding-top: 130px;
	padding-bottom: 50px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 50px;
	border-radius: 30px;
	overflow: hidden;
}
section .ficha h1{
	text-transform: uppercase;
	margin-bottom: .65em;
}
section .ficha img{
	border-radius: 30px;
	width: 100%;
	margin-bottom: 4.5rem;
	transition: .3s ease-in-out;
	transform: translateX(-120%) rotate(-15deg) scale(.9)
}
section.seen .ficha img{
	transform: none
}
section .ficha .quote{
	font-family: 'Rokkitt';
	font-weight: 800;
	font-size: 2.25rem;
	line-height: 89%;
	letter-spacing: 0.01em;	
	min-width: 40%;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .2s;
	transform: scale(.1);
	opacity: 0;
}
section .ficha .quote.seen{
	transform: none;
	opacity: 1;
}
section .ficha .quote a{
	font-weight: 700;
	font-size: 1.625rem;
	line-height: 1.128em;
	background: white;
	border-radius: 1em;
	padding-left: .5em;
	padding-right: .5em;
	display: inline-block;
	text-decoration: none;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .5s;
	transform: scale(.1);
	opacity: 0;
}
section .ficha .quote.seen a{
	transform: none;
	opacity: 1;
}
section .ficha .textos{
	padding-left: 80px;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .8s;
	transform: scale(.1);
	opacity: 0;
}
section .ficha .textos.seen{
	transform: none;
	opacity: 1;
}
section .ficha .textos a{
	color: #269AE7;
}

section#dominos .ficha{
	background: #085173;
	color: #F8F8F8;
}
section#dominos .ficha h1{
	color: #F8F8F8;
}
section#dominos .ficha .quote a{
	color: #085173;
}

section#sushiitto .ficha{
	background: #F8F8F8;
	border-radius: 30px;
	
}
section#sushiitto .ficha h1 {
	color: #5C3769;
}
section#sushiitto .ficha .quote a{
	background: black;
	color: #F4F9FC;
}
section#arbys .ficha{
	background: #D71920;
	color: #F8F8F8;
}
section#arbys .ficha h1{
	color: #F8F8F8;
}
section#arbys .ficha .quote a{
	color: #D71920;
}

section#cta .ficha{
	padding-top: 70px;
	padding-bottom: 60px;
	background: #A180E8;
	color: white;
	font-family: 'Rokkitt';
	font-weight: 700;
	font-size: 1.67rem;
	line-height: 1.125em;
	text-align: center;
}
section#cta p{
	margin: 0px;
}
#cta .btn-amarillo{
	transition: .5s cubic-bezier(0.586, 0.056, 0.34, 1.702) .8s;
	transform: translateY(200%);
	opacity: 0;
}
#cta.seen .btn-amarillo{
	transform: none;
	opacity: 1;
}
/* Medium, small & x-small */
@media only screen and (max-width: 992px) {
	section .ficha .textos{
		padding-left: 0px;
	}
	section .ficha {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 80px;
	}
}
/* Small */
@media only screen and (max-width: 768px){
	#hero {
		margin-bottom: 80px;
	}
	
	#hero .textos h1{
		font-size: 3.22rem;
	}
	#hero .textos b{
		font-size: 3.33rem;
	}
	#marcas {
		margin-top: 4rem;
	}
	section .ficha h1{
		font-size: 1.8888rem;
	}
	section .ficha {
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 14px;
	}
	
	section .ficha img {
		border-radius: 14px;
		margin-bottom: 3rem;
	}
	section .ficha .quote a {
		text-transform: uppercase;
		margin-top: 1.7rem;
		margin-bottom: 1.5rem;
		font-size: 1.389rem;
		line-height: 1.44em;
		padding-left: 1em;
		padding-right: 1em;
	}
	#cta h4 {
		font-size: 1.5em;
		margin-bottom: 1em;
	}
}
