#hero{
	position: relative;
}
#hero img{
	width: 100%;
}
#hero .textos{
	font-family: 'Rokkitt';
	font-weight: 700;
	font-size: 1.67rem;
	line-height: 1.125em;
	color: #2C2C2C;
	position: absolute;
	top: 50%;
	/* initial state */
	transform: translateY(-50%) scale(.7);
	opacity: 0;
	transition: .5s ease-out;
}
.domReady #hero .textos{
	transform: translateY(-50%) scale(1);
	opacity: 1;
}
#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;
	transition: .5s ease-in-out .3s;
	transform: translateY(10%);
	opacity: 0;
}
.domReady #hero .textos b{
	transform: translateY(0%);
	opacity: 1;
}
#marcas{
	text-align: center;
	margin-top: 6.2em;
	position: relative;
}
#marcas h2{
	margin-bottom: .6em;
}
#marcas .listado-marcas{
	list-style: none;
	margin: 0px;
	margin-top: 3.5em;
	padding: 0px;
	margin-bottom: 6.2em;
}
#marcas .listado-marcas li.dominos{
	transform: translateX(100%);
	transition: .75s ease-in-out;
}
#marcas .listado-marcas.seen li.dominos{
	transform: translateX(0);
}
#marcas .listado-marcas li.arbys{
	transform: translateX(-100%);
	transition: .75s ease-in-out;
}
#marcas .listado-marcas.seen li.arbys{
	transform: translateX(0);
}
#banners .banner{
	width: calc(50% - 9px);
	margin-left: 9px;
	margin-bottom: 18px;
	transition: .25s ease-in-out;
	transform: translateX(-20px) translateY(5px) scaleX(.9);
	opacity: .7;
}
#banners .banner-2{
	transition: .25s ease-in-out .15s;
}
#banners .banner-3{
	transition: .25s ease-in-out .3s;
}
#banners .banner-4{
	transition: .25s ease-in-out .45s;
}
#banners.seen .banner{
	transform: none;
	opacity: 1;
}
#banners .banner:first-child{
	margin-left: 0px;
	margin-right: 9px;
}
#banners .banner.image{
	width: 50%;
}
#banners .banner.image img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
#banners .innovacion{
	background: #3BBF5D;
	text-align: center;
	font-family: 'Rokkitt';
	font-weight: 800;
	font-size: 2.67rem;
	line-height: 1.09em;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	border-radius: 30px;
	background-image: url('/img/fondo-trazo-verde.svg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
}
#banners .innovacion b{
	background: #54D971;
	display: inline-block;
	border-radius: 2em;
	padding-left: .5em;
	padding-right: .5em;
}
#banners .experiencias{
	background: #269AE7;
	font-weight: 400;
	font-size: 0.92rem;
	line-height: 1.36em;
	color: #FFFFFF;
	border-radius: 30px;
	width: 50%;
}
#banners .experiencias p{
	padding: 13%;
	margin: 0px;
}
#unete {
	margin-top: 4em;
}
#unete .textos{
	padding-left: 13%;
	padding-right: 13%;
	text-align: center;
}
#unete .textos p{
	padding-left: 14%;
	padding-right: 14%;
}
#unete .contenedor-4{
	transform: translateY(-20px);
	z-index: 1;
	position: relative;
}
#unete .cta{
	background: linear-gradient(360deg, #FDA700 0%, #FED47C 100%);
	border-radius: 30px;
	font-family: 'Rokkitt';
	font-weight: 700;
	font-size: 1.67rem;
	line-height: 1.125em;
	text-align: center;
	color: #FFFFFF;
	object-fit: cover;
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	transform: translateY(-80px);
	z-index: 0;
}
#unete .cta p{
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 1em;
	margin-bottom: 1em;
}
#unete picture{
	transition: .7s ease-in-out .3s;
	transform: translateY(10%);
}
#unete picture.seen{
	transform: none;
}
#unete .cta img{
	height: 76%;
	position: absolute;
	bottom: 12%;
	right: 6%;
	max-width: 25%;
}
#unete .btn-negro{
	transform: scale(.1);
	transition: .7s cubic-bezier(0.586, 0.056, 0.34, 1.702) .2s;
}
#unete .btn-negro.seen{
	transform: none;
}
#reel{
	margin-top: 4em;
}
#reel img#estrella-1 {
	position: absolute;
	right: 10em;
	top: -6em;
}
#reel img#estrella-2 {
	position: absolute;
	bottom: 0em;
	left: 4em;
}

#reel {
	position: relative;
}
#reel ul{
	list-style: none;
	margin: 0px;
	margin-top: 3em;
	margin-bottom: 6em;
}
#reel ul li.imagen-1{
	transform: translateX(150%);
	transition: .7s ease-in-out .2s;
	z-index: 0;
}
#reel ul li.imagen-2{
	z-index: 1;
}
#reel ul li.imagen-3{
	transform: translateX(-150%);
	transition: .7s ease-in-out .25s;
	z-index: 0;
}
#reel ul li.imagen-1.seen, #reel ul li.imagen-3.seen{
	transform: none;
}

#reel h2 b{
	display: inline-block;
	background: #54D971;
	border-radius: 2em;
	padding-left: .3em;
	padding-right: .3em;
	transition: .75s cubic-bezier(0.586, 0.056, 0.34, 5);
	transform: scale(0);
	display: inline-block;
}
#reel h2 b.seen{
	transform: none;
}
#close .textos{
	background: #269AE7;
	border-radius: 30px;
	font-family: 'Rokkitt';
	font-weight: 400;
	font-size: 1.58rem;
	line-height: 105%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2.5em;
	padding-bottom: 1.5em;
}
#close .textos p{
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 1em;
}
/* Medium */
@media only screen and (max-width: 992px) and (min-width: 768px) {
	#unete .textos {
		padding-left: 20px;
		padding-right: 20px;
	}
	#unete .contacto{
		width: 100%;
		margin-top: 2em;
	}
	#unete .contacto button {
		margin-left: 50%;
		transform: translateX(-50%);
	}
	#unete .cta {
		transform: translateY(-60px);
	}
}
/* Small */
@media only screen and (max-width: 768px) and (min-width: 576px) {
	#hero .textos{
		font-size: 1rem;
	}
	#hero .textos b{
		font-size: 4.5rem;
	}
	#marcas .listado-marcas img{
		max-width: 33vw;
		max-height: 6em;
	}
	#banners .flex-md-row .banner {
		width: calc(100% - 80px);
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	#banners .innovacion, #banners .experiencias{
		min-height: calc((100vw - 120px) * 306 / 632);
	}
	#unete {
		margin-top: 7em;
	}
	section#unete img {
		max-width: 20vw;
	}
	#unete picture {
		width: 33%;
		text-align: center;
	}
	#unete picture img {
		width: calc(100% - 10px);
	}
	#unete picture.order-1 {
		transform: translateY(-20%);
	}
	#unete .textos {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 3rem;
	}
	#unete .textos p {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	#unete .contacto{
		width: 100%;
		margin-top: 2em;
	}
	#unete .contacto button {
		margin-left: 50%;
		transform: translateX(-50%);
	}
	#unete .cta {
		transform: none;
		width: 100vw;
		border-radius: 0px;
		margin-left: -20px;
	}
	#unete .cta button{
		text-wrap-mode: nowrap;
		z-index: 1;
	}
	#unete .cta p{
		margin-left: 12%;
		margin-right: 12%;
		z-index: 1;
		position: relative;
	}
	#unete .cta img {
		max-width: unset;
		height: 80%;
		z-index: 0;
	}
	#reel img {
		max-width: 90%;
	}
	#close .textos{
		width: 100vw;
		margin-left: -20px;
		border-radius: 0px;
	}
}
/* X-small */
@media only screen and (max-width: 576px) {
	#hero .textos{
		font-size: 1.77rem;
	}
	#hero .textos b{
		font-size: 4rem;
		line-height: .8em;
	}
	#marcas .listado-marcas img{
		max-width: 33vw;
		max-height: 4em;
	}
	#banners .banner{
		width: unset;
	}
	#banners .banner.image{
		width: unset;
	}
	#banners .flex-md-row .banner {
		width: calc(100%);
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	#banners .innovacion, #banners .experiencias{
		font-size: 1.777rem;
		width: 60vw;
		border-radius: 14px;
		height: 77vw;
	}
	#banners .experiencias{
		font-size: 0.833rem;
		line-height: 1.47em;
	}
	
	#banners .image.banner img {
		width: 29.77vw;
		height: 100%;
		object-fit: cover;
		border-radius: 14px;
	}
	#unete {
		margin-top: 7em;
	}
	#unete picture {
		width: 33%;
		text-align: center;
	}
	#unete picture img {
		width: calc(100% - 10px);
	}
	#unete picture.order-1 {
		transform: translateY(-20%);
	}
	#unete .textos {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 3rem;
	}
	#unete .textos p {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	#unete .contacto{
		width: 100%;
		margin-top: 2em;
		margin-bottom: 2em;
	}
	#unete .contacto button {
		margin-left: 50%;
		transform: translateX(-50%);
	}
	#unete .cta {
		transform: none;
		width: 100vw;
		border-radius: 0px;
		margin-left: -20px;
	}
	#unete .cta button{
		text-wrap-mode: nowrap;
		z-index: 1;
	}
	#unete .cta p{
		margin-left: 12%;
		margin-right: 12%;
		z-index: 1;
		position: relative;
	}
	#unete .cta img {
		max-width: unset;
		height: 80%;
		z-index: 0;
	}
	#reel img {
		max-width: 90%;
	}
	#close .textos{
		width: 100vw;
		margin-left: -20px;
		border-radius: 0px;
	}
}