/* ==========================================================================

   Colors

   Yellow: #ffe600;
   Blackish: #191919;
   Light gray: #eee;

   ========================================================================== */

/* ==========================================================================
	GLOBAL
========================================================================== */

@font-face {
    font-family: 'Under the Weather';
    src: url('../fonts/UndertheWeather.woff2') format('woff2'),
         url('../fonts/UndertheWeather.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4 {
	font-family: 'Under the Weather', sans-serif;
	/* font-weight: 700; */
}
.ui-loader {
	display: none;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #000 url('../img/preloader.gif') no-repeat center center;
}


/* ==========================================================================
	HELPER CLASSES
========================================================================== */

.align-both {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.align-vert {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-section {
	height: 100vh;
	overflow: hidden;
	position: relative;
	padding: 0 !important;
}
.section-title {
	font-family: 'Under the Weather', sans-serif;
	font-size: 80px;
	font-weight: 900;
	margin: 48px 0;
	text-align: center;
}


/* ==========================================================================
	NAV
========================================================================== */

#main-nav {
	top: 0;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	transition: all ease 0.6s;
	width: 100%;
	z-index: 7;
}
#main-nav .navbar-nav {
	text-align: center;
	width: 100%;
  margin: 0 !important;
}
#main-nav .navbar-nav > li {
	display: inline-block;
	float: none;
}
#main-nav .navbar-nav > li > a {
	color: #f4f3e3;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;

}
#main-nav .navbar-nav > li > a:hover {
	/*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='#ffe600' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 82%;
  background-size: auto 4px;
  background-repeat: repeat-x;*/
  text-decoration: none;
	background-color: transparent;
	border-bottom: 3px solid #ffe600;
}


/* ==========================================================================
	HOME
========================================================================== */

#page-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
#page-track {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.jumbotron {
	background-color: #000;
	margin: 0;
}
#logo-anim {
	background: url(../img/logo.png) center center no-repeat;
	background-size: contain;
	height: 30px; /* was 240px */
	left: 10%;
	position: absolute;
	top: 45%; /* was 12% */
	width: 80%;
}
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#hero-content {
	left: 0;
	position: absolute;
	text-align: center;
	bottom: 12%;
	width: 100%;
}
#hero-content h3 {
	font-size: 40px;
	margin: 36px auto;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
#hero-content h3 span {
	font-size: 64px;
}
#hero-content:before {
	background-color: #ffe600;
	content: '';
	display: block;
	left: 0;
	height: 63%;
	position: absolute;
	top: 17%;
	width: 100%;
	z-index: 0;
}
#slogan h2 {
	font-weight: 100;
	font-size: 165px;
	margin: 0;
  mix-blend-mode: difference;
  color: #fff;
}
/* What we do */
#what-we-do {
	background-color: #f4f3e3;
}
#what-we-do .row {
	/*margin-top: 2%;*/
}
#what-we-do>.row {
	/*padding-top: 32px;*/
	width: 101%; /* was 100% lol */
}

#what-we-do h2 a {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='#ffe600' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 95%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
	color: #000;
}
.what-we-do-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.what-we-do-img, .what-we-do-title {
	height: 180px;
	position: relative;
}
#what-we-do h3 {
	font-size: 25px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
}
#what-we-do p {
	font-size: 16px;
	/*margin: 36px 0;
	padding: 0 24px;*/
	text-align: right;
}
#slogan {
  text-align: center;
  color: #000;
  zoom: 70%;
}
.giphyembed {
	box-shadow: 10px 10px 0px 0px #000;
	-webkit-box-shadow: 10px 10px 0px 0px #000;
	width: 100%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	display: inline-block;
}
.contenedorNegro {
	width: 75%;
	/*background-color: rgba(0, 0, 0, 0.84);*/
	display: inline-block;
	padding: 25px;
}
/*.contenedorNegro h3, p { color: #f4f3e3; }*/
#equis{
	width: 130px;
	margin-bottom: 10px;
}
#equises {
	background-image: url(../img/pat1.png);
	background-repeat: repeat-x;
	background-size: contain;
	height: 10px;
}
.boxAmarillo {
  background-color: #ffe600;
  height: 33.33vh;
  display:flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
}
.boxContenido {
  background-color: #f4f3e3;
  background-image: url("../img/x2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 33.33vh;
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.flechaRight {
  text-align: right;
  margin-right: 15px;
  margin-bottom: 15px;
}
.flechaLeft {
  text-align: left;
  margin-left: 15px;
  margin-bottom: 15px;
}

/*Portfolio*/
#grid-title {
	position: absolute;
	top: 0;
}
#grid-bg {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}
#grid-bg img {
	min-height: 100%;
	min-width: 100%;
}
.grid-tile {
	background-color: #eee;
	/*border: 5px solid #000;*/
  /*border-right: 5px solid #000;*/
	cursor: pointer;
	height: 33.33vh;
	overflow: hidden;
	position: relative;
	transition: all ease 0.6s;
	z-index: 5;
}
.grid-tile:after {
	background-color: rgba(0,0,0,0.2);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background-color ease 0.6s;
	width: 100%;
}
.inactive-tile:after {
	background-color: transparent !important;
}
.inactive-tile {
	background-color: transparent;
}
.grid-tile img {
	min-height: 100%;
	min-width: 100%;
	transition: all ease 0.6s;
}
.inactive-tile img {
	opacity: 0;
}
.grid-text {
	color: #f4f3e3;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0,0,0,0.2);
	z-index: 6;
}
.grid-text h3 {
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 2px;
}
.grid-text p {
	font-size: 18px;
	font-weight: 500;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height ease 0.6s, opacity ease 1s;
	white-space: nowrap;
}
.grid-tile:hover .grid-text p, .grid-tile.tapped .grid-text p {
	max-height: 100px;
	opacity: 1;
}
#grid-sep {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 6;
}

/*Where we work*/
.team-subtext {
  color: #f4f3e3;
  font-size: 235px;
  position: absolute;
}
#team, #team-2, #team-3 {
	background-color: #ffe600;
	height: 34vh;
	overflow: hidden;
	position: relative;
	border-bottom: 10px solid #000;
}
#team-intro {
	background: url(../img/mugshots/finger.png) left bottom no-repeat #ffe600;
	height: 100%;
	font-size: 20px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	top: 0;
	width: 260px;
	z-index: 4;
}
#team-intro h2 {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 48px;
	font-weight: 100;
	margin: 15% 0 0;
}
#tomorrow-roster-1, #tomorrow-roster-1 li {
	height: 100%;
	list-style-type: none;
	padding: 0;
}
#tomorrow-roster-1 {
	/*left: 260px;*/
	position: absolute;
	top: 0;
	z-index: 3;
}
#tomorrow-roster-1 li {
	position: absolute;
	text-align: center;
	width: 248px;
}
#tomorrow-roster-1 li .team-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 330px 785px;
	bottom: 0;
	height: 260px;
	left: 0;
	position: absolute;
	width: 330px;
}
/*
#tomorrow-roster li:hover .team-img {
	background-position: bottom center;
}
*/
#tomorrow-roster-1 li .team-name {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 100;
	font-size: 36px;
	margin-top: 12%;
	text-transform: uppercase;
}
/* */
#tomorrow-roster-2, #tomorrow-roster-2 li {
	height: 100%;
	list-style-type: none;
	padding: 0;
}
#tomorrow-roster-2 {
	/*left: 260px;*/
	position: absolute;
	top: 0;
	z-index: 3;
}
#tomorrow-roster-2 li {
	position: absolute;
	text-align: center;
	width: 248px;
}
#tomorrow-roster-2 li .team-img {
	background-repeat: no-repeat;
	background-position: center;
  background-size: 330px 785px;
	bottom: 0;
	height: 260px;
	left: 0;
	position: absolute;
	width: 330px;
}
/*
#tomorrow-roster-2 li:hover .team-img {
	background-position: bottom center;
}
*/
#tomorrow-roster-2 li .team-name {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 100;
	font-size: 36px;
	margin-top: 12%;
	text-transform: uppercase;
}
#tomorrow-roster-3, #tomorrow-roster-3 li {
	height: 100%;
	list-style-type: none;
	padding: 0;
}
#tomorrow-roster-3 {
	/*left: 260px;*/
	position: absolute;
	top: 0;
	z-index: 3;
}
#tomorrow-roster-3 li {
	position: absolute;
	text-align: center;
	width: 248px;
}
#tomorrow-roster-3 li .team-img {
	background-repeat: no-repeat;
	background-position: center;
  background-size: 330px 785px;
	bottom: 0;
	height: 260px;
	left: 0;
	position: absolute;
	width: 330px;
}
/*
#tomorrow-roster-3 li:hover .team-img {
	background-position: bottom center;
}
*/
#tomorrow-roster-3 li .team-name {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 100;
	font-size: 36px;
	margin-top: 12%;
	text-transform: uppercase;
}
/* */
#team-prev, #team-next  {
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100px;
	z-index: 4;
}
#team-prev {
	background: -moz-linear-gradient(left,  rgba(255,230,0,1) 30%, rgba(255,230,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,230,0,1) 30%,rgba(255,230,0,0) 100%);
	background: linear-gradient(to right,  rgba(255,230,0,1) 30%,rgba(255,230,0,0) 100%);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe600', endColorstr='#00ffe600',GradientType=1 );
	/*left: 260px;*/
}
#team-next {
	background: -moz-linear-gradient(left,  rgba(255,230,0,0) 0%, rgba(255,230,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,230,0,0) 0%,rgba(255,230,0,1) 100%);
	background: linear-gradient(to right,  rgba(255,230,0,0) 0%,rgba(255,230,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe600', endColorstr='#ffe600',GradientType=1 );
	right: 0;
}
#team-prev:after, #team-next:after {
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 46px;
	left: 50%;
	margin-left: -15px;
	margin-top: -23px;
	position: absolute;
	top: 50%;
	width: 30px;
}
#team-prev:after {
	background-image: url(../img/prev.png);
}
#team-next:after {
	background-image: url(../img/next.png);
}


#team-prev-2, #team-next-2  {
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100px;
	z-index: 4;
}
#team-prev-2 {
	background: -moz-linear-gradient(left,  rgba(255,230,0,1) 30%, rgba(255,230,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,230,0,1) 30%,rgba(255,230,0,0) 100%);
	background: linear-gradient(to right,  rgba(255,230,0,1) 30%,rgba(255,230,0,0) 100%);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe600', endColorstr='#00ffe600',GradientType=1 );
	/*left: 260px;*/
}
#team-next-2 {
	background: -moz-linear-gradient(left,  rgba(255,230,0,0) 0%, rgba(255,230,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,230,0,0) 0%,rgba(255,230,0,1) 100%);
	background: linear-gradient(to right,  rgba(255,230,0,0) 0%,rgba(255,230,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe600', endColorstr='#ffe600',GradientType=1 );
	right: 0;
}
#team-prev-2:after, #team-next-2:after {
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 46px;
	left: 50%;
	margin-left: -15px;
	margin-top: -23px;
	position: absolute;
	top: 50%;
	width: 30px;
}
#team-prev-2:after {
	background-image: url(../img/prev.png);
}
#team-next-2:after {
	background-image: url(../img/next.png);
}
#team-prev-3, #team-next-3  {
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100px;
	z-index: 4;
}
#team-prev-3 {
	background: -moz-linear-gradient(left,  rgba(255,230,0,1) 30%, rgba(255,230,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,230,0,1) 30%,rgba(255,230,0,0) 100%);
	background: linear-gradient(to right,  rgba(255,230,0,1) 30%,rgba(255,230,0,0) 100%);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe600', endColorstr='#00ffe600',GradientType=1 );
	/*left: 260px;*/
}
#team-next-3 {
	background: -moz-linear-gradient(left,  rgba(255,230,0,0) 0%, rgba(255,230,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,230,0,0) 0%,rgba(255,230,0,1) 100%);
	background: linear-gradient(to right,  rgba(255,230,0,0) 0%,rgba(255,230,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe600', endColorstr='#ffe600',GradientType=1 );
	right: 0;
}
#team-prev-3:after, #team-next-3:after {
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 46px;
	left: 50%;
	margin-left: -15px;
	margin-top: -23px;
	position: absolute;
	top: 50%;
	width: 30px;
}
#team-prev-3:after {
	background-image: url(../img/prev.png);
}
#team-next-3:after {
	background-image: url(../img/next.png);
}

#map, #where-we-work {
	height: 100vh;
	padding: 0;
	border-right: 10px solid #000;
}
#map {
	background-color: #abc;
}
#where-we-work a {
	background-position: center;
	background-size: cover;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.office-lightbox {
	width: 50%;
}
.team-member h4 {
	display: none;
}
.tituloTeam {
	font-size: 150px;
  text-align: center;
  margin-top: 4%;
	color: #000;
}

/*Contact*/
#contact {
	background-color: #ffe600;
}
#contact-text {
	text-align: right;
}
#contact-text h3 {
	font-size: 30px;
	text-transform: uppercase;
  margin-top: 30px;
}
#contact-text p {
	font-size: 16px;
}
#contact-form input, #contact-form textarea {
	border: none;
	display: block;
	font-size: 20px;
	padding: 12px 8px;
	resize: none;
	text-align: center;
	width: 100%;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form textarea {
	background: none;
	border-bottom: 1px solid #191919;

	color: #191919;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-weight: 300;
	margin-bottom: 8px;
}
#contact-form textarea {
	font-size: 15px;
}
#contact-form textarea::-webkit-input-placeholder {
	font-size: 15px;
}
#contact-form textarea:-moz-placeholder {
	font-size: 15px;
}
#contact-form textarea::-moz-placeholder {
	font-size: 15px;
}
#contact-form textarea:-ms-input-placeholder {
	font-size: 15px;
}
#contact-form input[type="submit"] {
	background-color: #191919;
	color: #ffe600;
	font-family: 'Encode Sans Condensed', sans-serif;
	text-transform: uppercase;
}
::-webkit-input-placeholder {
    color: #191919;
}
:-moz-placeholder {
    color: #191919;
}
::-moz-placeholder {
    color: #191919;
}
:-ms-input-placeholder {
    color: #191919;
}
#contact-img {
	/* background: url(../img/take-number.png) center no-repeat; */
	background-size: contain;
	height: 400px;
}
#premios {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
#premios img {
  width: 60%;
}
footer {
	background-color: #191919;
	bottom: 0;
	color: #f4f3e3;
	left: 0;
	padding: 0 0 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}
footer img {
	/*padding-bottom: 15px;*/
}
footer p {
	margin: 0;
}

/* tick tock */

*,:after,:before{box-sizing:border-box}
.pull-left{float:left}
.pull-right{float:right}
.clearfix:after,.clearfix:before { content:'';display:table }
.clearfix:after { clear:both; display:block}

.tick-tock { font-weight: 700; }
.tick-tock:before,.tick-tock:after{color:#333;position:absolute;width:30px;left:50%;margin-left:-15px;font-size:24px;text-align:center}
.tick-tock:before{content:'T';top:47px}.tick-tock:after{content:'C K';top:105px;line-height:24px}
.tick-tock>.text{color:#f4f3e3;position:absolute;top:0;left:0;right:0;bottom:0}
.tick-tock>.text>i{position:absolute;height:250px;width:30px;top:50%;margin-top:-125px;left:50%;margin-left:-15px;font-style:normal}
.tick-tock>.text>i:before,.tick-tock>.text>i:after{position:inherit;width:30px;height:30px;line-height:30px;text-align:center;font-size:24px}
.tick-tock>.text>i:before{top:0}
.tick-tock>.text>i:after{bottom:0}
.tick-tock>.text>i:nth-child(even):after,
.tick-tock>.text>i:nth-child(even):before{content:'I'}
.tick-tock>.text>i:nth-child(odd):after,
.tick-tock>.text>i:nth-child(odd):before{content:'O'}
.tick-tock>.text>i:nth-child(2){transform:rotate(-30deg)}
.tick-tock>.text>i:nth-child(3){transform:rotate(120deg)}
.tick-tock>.text>i:nth-child(4){transform:rotate(90deg)}
.tick-tock>.text>i:nth-child(5){transform:rotate(-120deg)}
.tick-tock>.text>i:nth-child(6){transform:rotate(30deg)}

/* Animation */
.tick-tock>.text{animation:tick-tock 12s infinite}
@keyframes tick-tock{
	0%,4.1667%{transform:rotate(0)}
	8.3333%,12.5000%{transform:rotate(30deg)}
	16.6667%,20.8333%{transform:rotate(60deg)}
	25.0000%,29.1667%{transform:rotate(90deg)}
	33.3333%,37.5000%{transform:rotate(120deg)}
	41.6667%,45.8333%{transform:rotate(150deg)}
	50.0000%,54.1667%{transform:rotate(180deg)}
	58.3333%,62.5000%{transform:rotate(210deg)}
	66.6667%,70.8333%{transform:rotate(240deg)}
	75.0000%,79.1667%{transform:rotate(270deg)}
	83.3333%,87.5000%{transform:rotate(300deg)}
	91.6667%,95.8333%{transform:rotate(330deg)}
	100%{transform:rotate(360deg)}
}
.tick-tock>.text>i:nth-child(1):before{animation:text_1 12s infinite}
.tick-tock>.text>i:nth-child(2):before{animation:text_2 12s infinite}
.tick-tock>.text>i:nth-child(3):after{animation:text_3 12s infinite}
.tick-tock>.text>i:nth-child(4):after{animation:text_4 12s infinite}
.tick-tock>.text>i:nth-child(5):before{animation:text_5 12s infinite}
.tick-tock>.text>i:nth-child(6):after{animation:text_6 12s infinite}

.tick-tock>.text>i:nth-child(1):after{animation:text_7 12s infinite}
.tick-tock>.text>i:nth-child(2):after{animation:text_8 12s infinite}
.tick-tock>.text>i:nth-child(3):before{animation:text_9 12s infinite}
.tick-tock>.text>i:nth-child(4):before{animation:text_10 12s infinite}
.tick-tock>.text>i:nth-child(5):after{animation:text_11 12s infinite}
.tick-tock>.text>i:nth-child(6):before{animation:text_12 12s infinite}

@keyframes text_1{ 0%,4.1667%{color:#333} 4.17%,100%{color:#888} }
@keyframes text_2{ 8.3333%,12.5000%{color:#333} 0%,8.32%,12.51%,100%{color:#888} }
@keyframes text_3{ 16.6667%,20.8333%{color:#333} 0%,16.66%,20.84%,100%{color:#888} }
@keyframes text_4{ 25.0000%,29.1667%{color:#333} 0%,24.99%,29.17%,100%{color:#888} }
@keyframes text_5{ 33.3333%,37.5000%{color:#333} 0%,33.32%,37.51%,100%{color:#888} }
@keyframes text_6{ 41.6667%,45.8333%{color:#333} 0%,41.65%,45.84%,100%{color:#888} }
@keyframes text_7{ 50.0000%,54.1667%{color:#333} 0%,49.99%,54.17%,100%{color:#888} }
@keyframes text_8{ 58.3333%,62.5000%{color:#333} 0%,58.32%,62.51%,100%{color:#888} }
@keyframes text_9{ 66.6667%,70.8333%{color:#333} 0%,66.65%,70.84%,100%{color:#888} }
@keyframes text_10{ 75.0000%,79.1667%{color:#333} 0%,74.99%,79.16%,100%{color:#888} }
@keyframes text_11{ 83.3333%,87.5000%{color:#333} 0%,83.32%,87.51%,100%{color:#888} }
@keyframes text_12{ 91.6667%,95.8333%{color:#333} 0%,91.65%,95.84%,100%{color:#888} }


/* MEDIA QUERIES */

@media screen and (max-height: 600px) {
  #premios {
    display: none;
  }
  footer {
    padding: 20px 0 10px;
  }
}

@media screen and (max-height: 800px) {
  #tomorrow-roster-1 li .team-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 230px 544px;
    bottom: 0;
    height: 180px;
    left: 0;
    position: absolute;
    width: 230px;
  }
  #tomorrow-roster-2 li .team-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 230px 544px;
    bottom: 0;
    height: 180px;
    left: 0;
    position: absolute;
    width: 230px;
  }
  #tomorrow-roster-3 li .team-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 230px 544px;
    bottom: 0;
    height: 180px;
    left: 0;
    position: absolute;
    width: 230px;
  }
  .team-subtext {
    font-size: 175px;
  }
  #what-we-do h3 {
    font-size: 22px;
  }
  .section-title {
    font-size: 60px;
    margin: 25px 0 10px 0;
  }
  #contact-form input {
    font-size: 15px;
  }
  #premios img {
    width: 40%;
  }
}

@media (min-width: 1400px) {
	#hero-content h3 {
		font-size: 46px;
	}
	#hero-content h3 span {
		font-size: 96px;
	}
	.what-we-do-img, .what-we-do-title {
	    height: 240px;
	}
	#what-we-do p {
		font-size: 18px;
	}
	#team-intro h2 {
		font-size: 60px;
	}

  /*
	#tomorrow-roster-1 li {
		width: 330px;
	}
	#tomorrow-roster-2 li {
		width: 330px;
	}
  #tomorrow-roster-3 li {
		width: 330px;
	}
	#tomorrow-roster-1 li .team-img {
		background-size: 330px 785px;
		height: 260px;
		width: 330px;
	}
	#tomorrow-roster-2 li .team-img {
		background-size: 330px 785px;
		height: 260px;
		width: 330px;
	}
  #tomorrow-roster-3 li .team-img {
		background-size: 330px 785px;
		height: 260px;
		width: 330px;
	}

  */
}
@media (max-width: 1199px) {
	.grid-text h3 {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.section-title {
		font-size: 80px;
		margin: 36px 0;
	}
	#cuadrosAnimados {
		display: none;
	}
	#logo-anim {
		left: 5%;
		width: 90%;
	}
	#hero-content h3 {
		font-size: 48px;
	}
	#hero-content h3 span {
		font-size: 100px;
		line-height: 90px;
	}
  #sloganWrapper, #videoColumn {
    display: none;
  }
	#what-we-do>.row {
		padding-bottom: 24px;
		padding-top: 0;
	}
	.what-we-do-title {
		height: auto;
	}
	.what-we-do-img {
		height: 150px;
	}
	#what-we-do h3 {
	    display: block;
	    font-size: 14px;
	    left: auto;
			position: relative;
	    top: auto;
	    -webkit-transform: none;
	    transform: none;
			margin-bottom: 25px;
	}
	#what-we-do p {
		margin: 0;
	}
	#team-intro {
		background-position: left bottom;
		background-size: auto 90%;
		height: auto;
		text-align: center;
		width: 100%;
	}
	#team-intro h2 {
		margin: 16px 0 0;
	}
	#tomorrow-roster-1 {
		height: 100%;
		left: 0;
	}
	#tomorrow-roster-1 li, #team-prev, #team-next {
		bottom: 0;
		/*height: calc(100% - 106px);*/
    height: 100%;
		top: auto;
	}
	#tomorrow-roster-2 {
		height: 100%;
		left: 0;
	}
	#tomorrow-roster-2 li, #team-prev-2, #team-next-2 {
		bottom: 0;
		height: 100%;
		top: auto;
	}
  #tomorrow-roster-3 {
		height: 100%;
		left: 0;
	}
	#tomorrow-roster-3 li, #team-prev-3, #team-next-3 {
		bottom: 0;
		height: 100%;
		top: auto;
	}
	#team-prev {
		left: 0;
	}
	.grid-tile {
		height: 25vh;
	}
	#map, #where-we-work {
		height: 30vh;
    display: none;
	}
}
@media (max-width: 767px) {
  .hideMobile {
    display: none;
  }
	.section-title {
		font-size: 35px;
		margin: 20px 0 10px;
	}
  .align-both {
    transform: translate(-50%, -50%) scale(0.5);
  }
  #company {
    display: none !important;
  }
	#main-nav {

	}
	#logo-anim {

	}
	#hero-content {
		bottom: 2%;
	}
	#hero-content h3 {
		font-size: 32px;
		max-width: 320px;
	}
	#hero-content h3 span {
		font-size: 50px;
		line-height: 50px;
	}
	#hero-content:before {
		height: 72%;
		top: 13%;
	}
	#what-we-do>.row {
		padding-bottom: 16px;
	}
	.what-we-do-img {
	    height: 100px;
	}
  form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  #telefonoMovil {
    display: block !important;
    margin: 0 !important;
    text-align: center;
  }
  #direccionMovil {
    margin: 0 !important;
    text-align: center;
  }
	#what-we-do p {
    margin-right: 0 !important;
	}
  .flechaRight img, .flechaLeft img {
    width: 10px;
  }
	.grid-tile {
		border-width: 5px;
		height: 16.66vh;
	}
	.grid-text h3 {
	    font-size: 24px;
	    margin-bottom: 0;
	}
	.grid-text p {
	    font-size: 14px;
	}
  #team, #team-2, #team-3 {
    border-bottom: 5px solid #000;
  }
	#team-intro {
		background-image: none;
	}
	#team-intro h2 {
		font-size: 36px;
	}
	#team-intro p {
		display: none;
	}
  .team-subtext {
    font-size: 150px;
  }
	#tomorrow-roster-1 li, #tomorrow-roster-2 li, #tomorrow-roster-3 li, #team-prev, #team-next {
	    /*height: calc(100% - 55px);*/
      height: 100%;
	}
	#team-prev, #team-next {
		width: 50px;
	}
	#tomorrow-roster-1 li {
		width: 152px;
	}
	#tomorrow-roster-1 li .team-name {
	    bottom: 132px;
		font-size: 24px;
		position: absolute;
	    width: 100%;
	}
	#tomorrow-roster-1 li .team-img {
    background-size: 198px 468px;
  height: 154px;
  width: 198px;
	}
	#tomorrow-roster-2 li {
		width: 152px;
	}
	#tomorrow-roster-2 li .team-name {
	    bottom: 132px;
		font-size: 24px;
		position: absolute;
	    width: 100%;
	}
	#tomorrow-roster-2 li .team-img {
    background-size: 198px 468px;
  height: 154px;
  width: 198px;
	}
  #tomorrow-roster-3 li {
		width: 152px;
	}
	#tomorrow-roster-3 li .team-name {
	    bottom: 132px;
		font-size: 24px;
		position: absolute;
	    width: 100%;
	}
	#tomorrow-roster-3 li .team-img {
    background-size: 198px 468px;
  height: 154px;
  width: 198px;
	}
	#contact-text p, #contact-text h4 {
		display: none;
	}
	#contact-text h3 {
		font-size: 16px !important;
		margin-bottom: 8px;
		margin-top: 0 !important;
		text-align: center;
	}
	#contact-form input, #contact-form textarea {
		font-size: 15px;
		padding: 6px;
	}
	footer {

	}
	footer img {
		padding-bottom: 0;
	}
	footer p {
		font-size: 10px;
	}
}
@media (max-width: 767px) {
	.grid-text h3 {
		font-size: 18px;
	}
}
