#hero{
	position: relative;
}
#hero .color{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: .7;
}
#hero picture img{
	width: 100%;
}
#hero #logo-sushiitto{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	max-height: 65%;
	max-width: 80vw;
}
#historia{
	color: black;
	margin-top: 135px;
	margin-bottom: 100px;
}
#historia .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);
	transform: translateY(-10%) rotate(5deg);
	opacity: 0;
}
#historia.seen .quote{
	transform: none;
	opacity: 1;
}
#historia .quote p.sucursales{
	font-weight: 800;
	font-size: 2.29rem;
	text-transform: uppercase;
	line-height: 1.128em;
	color: #8F2476;
}
#historia .quote a.btn-negro {
	display: inline;
	text-decoration: none;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .6s;
	transform: translateY(-50%) scale(.1);
	opacity: 0;
	display: inline-block;
}
#historia.seen .quote a.btn-negro {
	transform: none;
	opacity: 1;
}
#historia .textos{
	padding-left: 80px;
	color: black;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .2s;
	transform: translateY(-10%) rotate(5deg);
	opacity: 0;
}
#historia.seen .textos{
	transform: none;
	opacity: 1;
}
#historia .textos a{
	color: #269AE7;
}
#sucursales{
	background: #F8F8F8;
	padding-top: 160px;
	padding-bottom: 130px;
	margin-bottom: 100px;
}
#sucursales h3{
	text-transform: uppercase;
	color: #8F2476;
	margin-bottom: 1.5em;
}
#sucursales .listado {
	width: 40%;
}
#sucursales .listado .input-group{
	border: none;
	border-bottom: 1px solid #DEE5ED;
}
#sucursales .listado .input-group input{
	border: none;
	border-radius: 0px;
}
#sucursales .listado .input-group input::placeholder{
}
#sucursales .listado .input-group .input-group-text{
	background: none;
	border: none;
}
#sucursales .listado ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow-y: auto;
	max-height: 60vh;
}
#sucursales .listado ul li{
	padding-bottom: 2em;
}
#sucursales #map{
	width: 100%;
	height: 100%;
	min-height: 60vh;
}

#trabaja .contenedor-2 .d-flex{
	position: relative;
}
#trabaja .imagen{
	position: relative;
}
#trabaja .imagen img{
	border-radius: 30px;
}
#trabaja .imagen h3{
	position: absolute;
	color: white;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
	text-transform: uppercase;
	padding-left: 3em;
	
}
#trabaja .formulario{
	background: #8F2476;
	border-radius: 30px;
	padding-top: 80px;
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 15px;
	width: 60%;
	position: absolute;
	right: 20%;
	height: 100%;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702);
}
#trabaja.seen .formulario{
	right: 0px;
}
#trabaja .formulario .row{
	height: 100%;
}
#trabaja .formulario input#form-cv-text{
	cursor: pointer;
}
#trabaja .formulario input#form-cv{
	display: none;
}
#trabaja .formulario .invalid-feedback {
	transform: translateY(-100%);
}


#promociones{
	margin-top: 100px;
	background: #8F2476;
	position: relative;
	height: 580px;
}
#promociones img{
	width: 100%;
}
#promociones .contenidos{
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	color: white;
	text-align: left;
	height: 40%;
	width: 100%;
}
#promociones .contenidos h2{
	text-align: left;
}
#promociones .contenidos h2 b{
	display: block;
	color: white;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Rokkitt;
	font-size: 5.375rem;
	font-style: normal;
	font-weight: 900;
	line-height: 93.023%;
	text-transform: uppercase;
}
#promociones .contenidos .btn-amarillo{
	display: inline-block;
	margin-top: 2em;
	transition: .3s cubic-bezier(0.586, 0.056, 0.34, 1.702) .1s;
	transform: translateY(-50%) scale(.1);
	opacity: 0;
	display: inline-block;
}
#promociones.seen .contenidos .btn-amarillo{
	transform: none;
	opacity: 1;
}

#promociones .contenidos img{
	width: unset;
	height: 100%;
}
#promociones .logo img {
	width: 90%;
	margin-left: 10%;
}
/* Large */
@media only screen and (max-width: 1200px) {
	#trabaja .imagen h3{
		width: 50%;
		font-size: 3rem;
		padding-left: 1em;
	}
}
/* Medium, small & x-small */
@media only screen and (max-width: 992px){
	#trabaja .imagen h3{
		font-size: 2.8rem;
		padding-left: .5em;
		text-shadow: 0px 0px 4px rgba(0,0,0,.5);
	}
	#trabaja .formulario {
		position: relative;
		width: 100%;
		right: unset;
		height: auto;
		padding: 1.5rem;
		padding-top: 3em;
		transform: translateY(-40px);
		border-radius: 20px;
	}
	#trabaja .formulario .form-control {
		margin-bottom: 1em;
	}
	#trabaja .formulario {
		position: relative;
		width: 100%;
	}
	#trabaja .formulario .btn-amarillo{
		display: inline-block;
	}
	#trabaja .imagen img {
		height: 380px;
		object-fit: cover;
		border-radius: 20px;
		width: 100%;
	}
	#promociones .contenidos h2 b {
		font-size: 3.2rem;
	}
	
	#promociones .contenidos .logo img {
		width: 25vw;
		height: 100%;
	}
}
/* Small & X-small */
@media only screen and (max-width: 768px) {
	#hero #logo-arbys {
		height: 60%;
	}
	#hero img{
		width: 80%%;
	}
	#historia {
		margin-top: 60px;
		margin-bottom: 2em;
	}
	#historia .textos{
		padding-left: 0px;
		margin-top: 2em;
	}
	#historia .ficha {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 80px;
	}
	#promociones .logo img {
		width: 30%;
		margin-bottom: 2em;
	}
	
	#promociones {
		padding-top: 50px;
	}
	#promociones .contenidos {
		position: relative;
		transform: none;
	}
	#promociones .contenidos h2{
		text-align: center;
		text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		font-size: 1.89rem;
	}
	#promociones .contenidos h2 b{
		font-size: 1.89rem;
		text-transform: uppercase;
		text-shadow: 3px 3px 0 #FFFFFF,  -3px -3px 0 #FFFFFF,  -3px 3px 0 #FFFFFF,  3px -3px 0 #FFFFFF;
		color: #8F2476;
	}
	#promociones .contenidos .textos {
		width: 100%;
		margin-top: 3em;
		margin-bottom: 3em;
	}
	#promociones .btn-promociones-mobile{
		margin-top: 3em;
		margin-bottom: 2em;
		display: inline-block;
	}
	#sucursales{
		margin-bottom: 0px;
		padding-bottom: 0px;
		margin-top: 80px;
		padding-top: 0px;
	}
	#sucursales h3 {
		margin-bottom: 1em;
	}
	#sucursales .contenedor-3 {
		padding: 0px;
	}
	#sucursales .d-flex.flex-md-row.flex-column{
		margin-bottom: -40px;
	}
	
	#sucursales .listado {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		background: #FFF;
		box-shadow: 10px 0px 4px 2px rgba(189, 193, 194, 0.25);
		padding: 2em;
		padding-top: 3em;
		transform: translateY(-40px);
		z-index: 1;
		width: 100%;
	}
	#sucursales .listado ul {
		margin-top: 3em;
	}
	#sucursales #map {
		height: 585px;
	}
}