@charset "UTF-8";
/*///////// Quinro ///// Mi Agencia ///// Daniel Sánchez //////////*/
/*// Clearfix //*/
._clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

._clearfix {
  display: inline-block;
}

* html ._clearfix {
  height: 1%;
}

._clearfix {
  display: block;
}

/*// Remove dotted outline/border //*/
:focus {
  outline: none;
}

button:focus,
a:focus,
a:active,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  outline: none !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*////////// Variables //////////*/
/*////////// General //////////*/
html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}
body > header,
body > div {
  width: calc(100% - 10%);
  margin-left: 5%;
}

a {
  text-decoration: none;
  transition: 400ms;
}

p,
li {
  color: #25449F;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Saira Semi Condensed", sans-serif;
  color: #25449F;
  margin: 0;
}

h2 {
  font-size: 42px;
  padding-bottom: 10px;
  font-weight: 500;
}

.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

._deskOnly {
  display: block !important;
}

._mobileOnly {
  display: none !important;
}

/*////////// Col //////////*/
.col3 {
  width: calc(33.333333% - 30px);
  margin: 0 15px;
  float: left;
}

.col2 {
  width: calc(50% - 30px);
  margin: 0 15px;
  float: left;
}
.col2 img {
  display: block;
  width: 100%;
}

.col4 {
  width: calc(25% - 30px);
  margin: 0 15px;
  float: left;
}
.col4 img {
  display: block;
  width: 100%;
}

/*////////// Form, Button //////////*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
  padding: 0 20px;
  background-color: #efefef;
  border: none;
  min-height: 50px;
  font-family: inherit;
  font-size: 16px;
  color: #25449F;
  border: 1px solid transparent;
  transition: border 300ms;
}

textarea {
  resize: vertical;
  min-height: 235px;
  padding-top: 15px;
}

.stdButton {
  display: block;
  padding: 6px 10px 8px 10px;
  border: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 20px;
  color: white;
  background-color: #25449F;
  text-align: center;
  border: 2px solid #25449F;
  cursor: pointer;
  transition: background-color 400ms;
}

.stdButton:hover {
  background-color: #5c77c7;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 1px solid #25449F;
}

/*////////// Header //////////*/
header {
  position: absolute;
  height: 110px;
  margin: 0 !important;
  padding: 0 5%;
  z-index: 100;
}
header img {
  position: absolute;
  top: 0;
  left: -2px;
  margin-top: 5vh;
  width: 20px;
}
header img[alt=Contacto] {
  left: calc(100% - 18px);
}
header a img {
  width: 160px;
  position: absolute;
  top: 0;
  left: 5%;
  margin-top: 5vh;
  transform: translate(0, -50%);
}

nav ul {
  position: relative;
  float: right;
  top: 0;
  left: 20px;
  transform: translate(0, -50%);
  margin: 5vh 0 0 0;
  list-style-type: none;
}
nav ul li {
  float: left;
  padding: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
nav ul li a {
  padding-bottom: 16px;
  border-bottom: 2px solid transparent;
  color: white;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a.current {
  border-bottom: 2px solid white;
}

.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  margin: 0;
  padding: 0 5%;
  z-index: 1000;
  background-color: white;
  display: none;
  opacity: 0;
}
.headerFixed img {
  position: absolute;
  height: 28px;
  padding: 11px 0;
}
.headerFixed h1 {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-right: -50%;
  font-size: 20px;
  color: white;
}
.headerFixed > img {
  position: absolute;
  top: 50%;
  left: calc(5% - 2px);
  transform: translate(0, -50%);
  height: 21px;
  padding: 0;
  cursor: pointer;
}
.headerFixed ul {
  margin-top: 7px;
  position: static;
  margin-top: 24px;
  margin-right: -20px;
}
.headerFixed ul li a {
  color: #25449F;
}
.headerFixed ul li a:hover,
.headerFixed ul li a:active,
.headerFixed ul li a.current {
  border-bottom: 2px solid #25449F;
}

/*////////// Hero //////////*/
.hero {
  width: 100%;
  height: 60vh;
  margin: 0;
  background-color: transparent;
  overflow: hidden;
  z-index: 10;
}
.hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 5vh;
  padding-bottom: 10px;
  border: none;
  font-size: 3vw;
  font-weight: 500;
  color: #ffffff;
}
.hero img,
.hero video {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.hero.heroNewsInner {
  height: 30vh;
  background-color: #25449F;
}

/*////////// SuperCont //////////*/
.superCont {
  position: relative;
  width: 90%;
  margin: 0;
  padding: 0 5%;
  background-color: white;
  border-top: none;
  border-bottom: none;
}
.superCont > div {
  position: relative;
  padding-top: 5%;
}

.bkg1 {
  background-image: url(../img/bkg1.jpg);
  background-size: cover;
}

.loadCont {
  margin: 0;
  width: 100%;
}

/*////////// Why //////////*/
#why {
  padding-bottom: 5%;
}
#why h2,
#why p {
  text-align: center;
}
#why > div {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
#why > div p:first-of-type {
  margin-bottom: 60px;
}
#why > div h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 28px;
  text-align: center;
  color: white;
}
#why > div h3 span {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 30px;
  transition: font-size 400ms;
}
#why > div > div {
  position: absolute;
  width: 100%;
  height: calc(100% - 3px);
  z-index: 1;
  background-color: rgba(47, 56, 61, 0.6);
  transition: background-color 400ms;
}
#why > div img {
  width: 100%;
  margin: 80px 0;
}
#why > div ul {
  padding-left: 20px;
}
#why > div ul li {
  list-style-type: square;
  margin-bottom: 20px;
}
#why > div ul li span {
  display: block;
  margin-left: -20px;
  margin-bottom: 10px;
  font-size: 24px;
}
#why > div:first-of-type > p:first-of-type {
  margin-bottom: 60px;
  font-size: 24px;
  text-align: center;
}
#why > div:first-of-type h2 {
  margin-top: 0;
}
#why > div:first-of-type ul li {
  list-style-type: none;
  width: calc(100% - 120px);
}
#why > div:first-of-type ul li:nth-of-type(3),
#why > div:first-of-type ul li:nth-of-type(4) {
  float: left;
  width: calc(100% - 120px);
}
#why > div:first-of-type ul img {
  width: 100px;
  float: right;
  margin: 30px 0 0 0;
}
#why > div.imgFull {
  position: relative;
  width: 100%;
  margin: 80px 0;
}
#why > div.imgFull img {
  width: 100%;
  display: block;
}

.superCont > .whyModular {
  padding-top: 0;
  padding-bottom: 5%;
}
.superCont > .whyModular h2 {
  text-align: center;
  margin-bottom: 50px;
}

.features > div {
  float: left;
  width: calc(20% - 40px);
  padding: 0 20px;
  text-align: center;
}
.features > div .fa {
  font-size: 62px;
  color: #25449F;
  margin-bottom: 20px;
}
.features > div h3 {
  font-size: 20px;
  line-height: 23px;
}

/*////////// What //////////*/
#what {
  margin: -25px 0 0 0;
  padding: 5% 0;
  width: 80%;
  margin: 0 auto;
}
#what h2 {
  margin-bottom: 5vh;
  text-align: center;
}
#what .col2 {
  position: relative;
  width: calc(50% - 40px);
  margin: 0 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
#what .col2 h3 {
  height: 40px;
  margin: 0;
  padding: 20px 30px 25px 30px;
  font-size: 28px;
  font-weight: 500;
  color: white;
  background-color: #25449F;
  z-index: 10;
  transition: background-color 300ms, color 300ms;
  text-align: center;
}
#what .col2 img {
  width: 100%;
}
#what .col2 p {
  margin: 0;
  padding: 20px 30px;
  text-align: center;
}
#what .col2 .stdButton {
  width: 20%;
  display: block;
  margin: 0 auto;
}

/*////////// OutsideCont //////////*/
.outsideCont {
  position: relative;
  width: 100%;
  margin: 0;
}
.outsideCont > div:first-of-type {
  position: relative;
}
.outsideCont > div:first-of-type p,
.outsideCont > div:first-of-type a {
  display: block;
  margin: 0 30px 30px 30px;
  text-align: center;
}
.outsideCont > div:first-of-type a {
  width: 100px;
}
.outsideCont > img {
  width: 100%;
  position: absolute;
  top: -40%;
  z-index: -1;
  opacity: 0.2;
}

/*////////// Clients //////////*/
#clients {
  padding-top: 3%;
}
#clients h2 {
  text-align: center;
}
#clients > div:first-of-type {
  width: 90%;
  margin: 0 5%;
}
#clients > div:first-of-type > div {
  width: 20%;
  float: left;
  margin-bottom: calc(5% - 25px);
}
#clients > div:first-of-type > div img {
  display: block;
  width: 100%;
  transition: padding 300ms, width 300ms;
}
#clients > div:first-of-type > div img:hover {
  padding: 10px;
  width: calc(100% - 20px);
}

/*////////// Gallery //////////*/
.gallery {
  padding-top: 3%;
  padding-bottom: 5%;
  width: 100%;
  margin-left: 0;
}
.gallery h2 {
  margin-bottom: 2.5%;
  text-align: center;
}
.gallery .col4 {
  margin: 0;
  width: 25%;
}
.gallery a {
  height: 100%;
  display: block;
  position: relative;
}
.gallery a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 68, 159, 0.9);
  opacity: 0;
  transition: opacity 300ms;
}
.gallery a > div h3,
.gallery a > div p {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.gallery a > div:hover {
  opacity: 1;
}
.gallery .stdButton {
  width: 180px;
  margin: 5% auto 0 auto;
}

.superCont .gallery.materialsGallery .col4 h3 {
  height: auto;
}
.superCont .gallery .col4 {
  width: calc(25% - 30px);
  margin: 0 15px;
}
.superCont .gallery .col4 h3 {
  height: 35px;
  margin: 0;
  padding: 20px 10px;
  font-size: 21px;
  font-weight: 500;
  color: white;
  background-color: #25449F;
  z-index: 10;
  text-align: center;
}
.superCont .gallery .col4 a > div {
  height: calc(100% - 75px);
}
.superCont .gallery .col4 p {
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  font-size: 16px;
}
.superCont .gallery ._clearfix {
  margin-bottom: 30px;
}
.superCont .gallery .stdButton {
  margin: 5% auto 0 auto;
}

.gallery:nth-of-type(2) {
  margin-top: -5%;
}

.featherlight {
  left: -5%;
  width: 100%;
}

/*////////// Materiales //////////*/
.superCont .gallery.materialsGallery .col4 a > div {
  height: calc(100% - 85px);
}

#clients.brands {
  padding-top: 0;
}

#clients.brands > div:first-of-type > div:first-of-type {
  margin-left: 20%;
}

.fichasTec {
  width: 50%;
  margin: 0 auto 50px auto;
}
.fichasTec ul {
  list-style-type: square;
}
.fichasTec ul li {
  margin-bottom: 10px;
}
.fichasTec ul li a,
.fichasTec ul li a:visited {
  color: #25449F;
}
.fichasTec ul li a:hover {
  color: #5c77c7;
}

/*////////// News //////////*/
.news {
  margin: 0 auto 5% auto;
  width: 80%;
}
.news img {
  display: block;
  float: none;
  width: calc(100% - 40px);
  margin: 0 auto 25px auto;
}
.news > div {
  width: calc(60% - 40px);
  float: left;
  margin: 0 20px 20px 20px;
}
.news > div > p:first-of-type {
  margin-top: 0;
}
.news .stdButton {
  width: 140px;
  margin-top: 36px;
}
.news h2 {
  line-height: 36px;
  font-size: 32px;
  min-height: 72px;
}

.news:first-of-type > a > div {
  float: left;
  width: calc(66.6666666% - 40px);
  height: 350px;
  margin: 0 20px;
  overflow: hidden;
}
.news:first-of-type > div {
  width: calc(33.3333333% - 40px);
  float: left;
  margin: 0 20px 20px 20px;
}
.news:first-of-type > div > p:first-of-type {
  margin-top: 0;
}
.news:first-of-type > div p:nth-of-type(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 18px;
  max-height: 200px;
}

.news.col3 {
  width: 26.6666666667%;
}
.news.col3 > a > div {
  float: left;
  width: calc(100% - 40px);
  height: 230px;
  margin: 20px;
  overflow: hidden;
}
.news.col3 > div {
  width: calc(100% - 40px);
}
.news.col3 > div p:nth-of-type(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 18px;
  max-height: 200px;
}

.news.col3:nth-of-type(2) {
  margin-left: 10%;
}

/*////////// News Home //////////*/
.newsHome {
  width: 90%;
  padding: 5%;
}
.newsHome .col2:first-of-type {
  height: 320px;
  padding: 0;
  margin: 0;
  width: calc(50% - 4px);
  overflow: hidden;
  background-image: url(../img/serv3/cover.jpg);
  background-size: cover;
  background-position: 60%;
}
.newsHome .col2:nth-of-type(2) {
  position: relative;
  width: calc(50% - 32px);
  height: 260px;
  border-left: 0;
  padding: 30px 0 30px 30px;
  margin: 0;
  background-color: white;
}
.newsHome h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.newsHome h3 {
  font-size: 32px;
}
.newsHome p {
  width: 60%;
}
.newsHome .stdButton {
  width: 120px;
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
  .newsHome h3 {
    font-size: 24px;
  }
  .newsHome p {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .newsHome h2 {
    padding: 0;
  }
  .newsHome h3 {
    font-size: 22px;
  }
  .newsHome p {
    margin: 5px 0 10px 0;
  }
  .newsHome .stdButton {
    padding: 2px;
  }
}
/*////////// News Inner //////////*/
.imgHeroInnerNews {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: auto;
}
.imgHeroInnerNews > div:first-of-type {
  position: absolute;
  width: 100%;
  height: 60vh;
  background-color: rgba(24, 34, 62, 0.74);
}

.superCont > .newsInnerCont {
  padding-top: 50px;
}
.superCont > .newsInnerCont .newsInner {
  width: 40%;
  margin: 0 auto 50px auto;
}
.superCont > .newsInnerCont .newsInner p:first-of-type {
  text-align: right;
  font-size: 12px;
}
.superCont > .newsInnerCont .newsInner img {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.superCont > .newsInnerCont .newsInner .stdButton {
  margin: 50px auto 0 auto;
  width: 170px;
}

/*////////// SuperCont before Footer //////////*/
._superContBeforeFooter {
  position: relative;
}

.newsletter {
  width: 90%;
  padding: 0 5%;
  margin-top: 0;
}
.newsletter > div:first-of-type {
  width: 50%;
  margin: 0 auto;
}
.newsletter > div:first-of-type h2 {
  font-size: 32px;
  padding: 2.5% 0 2.5% 20px;
  margin: 0;
  text-align: center;
}
.newsletter > div:first-of-type img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.newsletter > div:first-of-type form {
  position: relative;
}
.newsletter > div:first-of-type input[type=email] {
  width: calc(100% - 40px);
  padding: 2px 20px 2px 20px;
  background-color: white;
}
.newsletter > div:first-of-type input[type=submit] {
  float: right;
  position: absolute;
  top: 0px;
  left: calc(100% - 141px);
  padding: 9px 25px 11px 25px;
}
.newsletter > div:nth-of-type(2) {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 2.5%;
}
.newsletter > div:nth-of-type(2) > img:first-of-type {
  width: 30px;
  top: 50%;
  left: -2.5vw;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.newsletter > div:nth-of-type(2) p {
  width: 80%;
  margin-bottom: 0;
}
.newsletter .formSpinner {
  display: none;
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
  color: #25449F;
}
.newsletter .messages {
  text-align: center;
  margin-top: 20px;
  color: #25449F;
}
.newsletter .messages .alert {
  padding: 10px 0;
}
.newsletter .messages .alert-success {
  background-color: #abffb5;
  color: #288233;
}
.newsletter .messages .alert-danger {
  background-color: #ffabab;
  color: #8d1f1f;
}

.linkTo {
  margin: 5% 0;
}
.linkTo > div * {
  margin: 0 auto;
  text-align: center;
}
.linkTo > div:first-of-type a {
  margin: 0 auto;
  width: 140px;
}

/*////////// Maps //////////*/
#google-container {
  height: 60vh;
}

.addressMaps {
  width: 90%;
  margin: 0;
  padding: 10px 5%;
  background-color: #25449F;
}
.addressMaps address {
  text-align: center;
}
.addressMaps address p {
  font-size: 18px;
}
.addressMaps address a {
  color: white;
  font-style: normal;
}
.addressMaps address a span {
  padding: 0 5px 0 20px;
}
.addressMaps address a:first-of-type span {
  padding: 0 5px 0 0;
}
.addressMaps address a:hover {
  color: #5c77c7;
}

/*////////// Contact - Form //////////*/
.contact {
  margin: 0 15px;
  padding: 5% 0;
  padding-top: calc(5% - 25px) !important;
}
.contact h2 {
  margin-left: 15px;
  text-align: center;
}
.contact p {
  text-align: center;
  margin: 0 auto;
  padding-bottom: calc(5% - 25px);
}
.contact .stdButton {
  width: 140px;
  margin: 0 auto;
}
.contact label {
  display: none;
  margin: 0 auto 10px auto;
  width: calc(33.3333333% - 30px);
  font-size: 13px;
  color: #5d5d5d;
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
  display: block;
  margin: 0 auto;
  width: calc(33.3333333% - 30px);
  margin-bottom: 30px;
  border: 1px solid transparent;
  transition: border 300ms;
}
.contact input[type=text]:focus,
.contact input[type=email]:focus,
.contact input[type=tel]:focus,
.contact textarea:focus {
  border: 1px solid #5c77c7;
}
.contact .g-recaptcha > div {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact .formSpinner {
  display: none;
  text-align: center;
  margin-top: 10px;
  font-size: 25px;
  color: #25449F;
}
.contact .messages {
  text-align: center;
  margin-top: 20px;
  color: #25449F;
}
.contact .messages .alert {
  padding: 10px 0;
}
.contact .messages .alert-success {
  background-color: #abffb5;
  color: #288233;
}
.contact .messages .alert-danger {
  background-color: #ffabab;
  color: #8d1f1f;
}

.headerContact {
  background: rgba(23, 45, 107, 0.63);
  background: -webkit-linear-gradient(rgba(23, 45, 107, 0.63), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(rgba(23, 45, 107, 0.63), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(rgba(23, 45, 107, 0.63), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(23, 45, 107, 0.63), rgba(0, 0, 0, 0));
}

/*////////// Footer //////////*/
footer {
  padding: 0 calc(5% + 15px);
  background-color: #25449F;
  clear: both;
}
footer img {
  float: left;
  width: 190px;
}
footer p,
footer small,
footer a {
  color: white;
}
footer a:hover {
  color: #8ca3e5;
}
footer address {
  font-style: normal;
}
footer address .fa {
  color: white;
  margin: 0 5px 0 20px;
}
footer .fa-stack {
  margin-top: 30px;
  font-size: 18px;
}
footer .fa-stack .fa-stack-1x {
  color: #25449F;
}
footer p {
  margin: 0;
  padding: 20px 0 30px 0;
  text-align: center;
}
footer small {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
}
footer p > a:first-of-type > span {
  margin-left: 0;
}

._mobileOnly {
  display: none;
}

/*////////// Media Queries //////////*/
/*///// Mobile Small /////*/
@media screen and (max-width: 350px) {
  .templateCard .stdButton {
    padding: 6px 6px 9px 6px !important;
  }
}
/*///// Mobile /////*/
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    left: 0;
    transform: none;
    width: 100%;
  }
  .col2 {
    width: 100%;
    margin: 0;
  }
  .hero h1 {
    transform: translate(-50%, -50%);
  }
  #why {
    margin: 0;
  }
  #why h2,
#why .col2:first-of-type h2 {
    width: 100%;
    margin-top: 30px;
  }
  #why .col2 p span {
    display: block;
    font-size: 24px;
  }
  #why .col2 ul li span {
    display: block;
    margin-left: -20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  #why .col2 img {
    margin-top: 40px;
  }
  #why .imgFull {
    position: static;
    margin: 20px 0 0 0;
  }
  #why > div:first-of-type ul li,
#why > div:first-of-type ul li:nth-of-type(3) {
    width: 100%;
  }
  .col3 {
    width: 100%;
  }
  #what {
    width: 100%;
    padding: 40px 0;
  }
  #what .col2 {
    width: calc(100% - 40px);
    margin-bottom: 50px;
  }
  #what .col2 h3 {
    height: auto;
    font-size: 22px;
  }
  #what .col2 .stdButton {
    width: 50%;
  }
  #why > div:first-of-type > p:first-of-type {
    font-size: 18px;
    text-align: left;
  }
  #why > div ul li span {
    font-size: 20px;
  }
  #why > div.imgFull,
#why > div img {
    margin: 50px 0;
  }
  .newsHome .col2:first-of-type {
    width: 100%;
    height: 200px;
  }
  .newsHome .col2:nth-of-type(2) {
    width: calc(100% - 30px);
    height: auto;
  }
  .gallery,
#clients {
    padding: 10px 0 20px 0;
  }
  .gallery:nth-of-type(2) {
    margin-top: -20px;
  }
  .gallery h2 {
    margin: 20px 0;
  }
  #clients div:first-of-type > div {
    width: 50%;
  }
  #clients.brands div:first-of-type > div:first-of-type {
    margin-left: 0;
  }
  .newsletter {
    padding: 50px 5%;
  }
  .newsletter > div:first-of-type,
.newsletter div:nth-of-type(2) {
    width: 100%;
  }
  .newsletter > div:first-of-type h2 {
    font-size: 22px;
    padding: 0;
    margin-bottom: 20px;
  }
  .superCont > .whyModular h2 {
    margin-top: 50px;
  }
  .features > div {
    width: calc(100% - 40px);
    padding: 0 20px 40px 20px;
  }
  .news:first-of-type,
.news,
.news.col3 {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #5c77c7;
  }
  .news:first-of-type > a > div,
.news > a > div,
.news.col3 > a > div {
    width: 100%;
    margin: 0;
  }
  .news:first-of-type > div,
.news > div,
.news.col3 > div {
    width: 100%;
    margin: 20px 0 40px 0;
  }
  .news:first-of-type > div > p:first-of-type,
.news > div > p:first-of-type,
.news.col3 > div > p:first-of-type {
    margin: 0 0 10px 0;
  }
  .news:first-of-type > div h2,
.news > div h2,
.news.col3 > div h2 {
    padding: 0;
  }
  .news:first-of-type .stdButton,
.news .stdButton,
.news.col3 .stdButton {
    margin-top: 20px;
  }
  .news.col3:nth-of-type(2) {
    margin-left: 0;
  }
  .news img {
    width: 100%;
  }
  .superCont > .newsInnerCont .newsInner {
    width: 100%;
  }
  .featherlight {
    width: 105%;
  }
  ._deskOnly {
    display: none !important;
  }
  ._mobileOnly {
    display: block !important;
  }
}
/*///// Tablet /////*/
@media screen and (max-width: 1024px) and (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
  .col3 {
    width: calc(33.333333% - 10px);
    margin: 0 5px;
  }
  #what {
    padding: 50px 0;
  }
  #what .col2 .stdButton {
    width: 60%;
  }
  #what .col2 h3 {
    height: 70px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #why .col2 {
    float: none;
    width: calc(80% - 30px);
    margin: 0 auto;
  }
  #why .col2 p:first-of-type {
    margin-bottom: 40px;
  }
  #why .col2 p span {
    display: block;
  }
  #why .col2 ul li span {
    font-size: 18px;
  }
  #why .col2:nth-of-type(6) img {
    margin-bottom: 40px;
  }
  #why .imgFull {
    margin: 40px 0;
  }
  .newsletter > div:first-of-type,
.newsletter > div:nth-of-type(2) {
    width: 80%;
  }
  .features > div {
    width: calc(50% - 40px);
    padding: 0 20px 40px 20px;
  }
  .news {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .news h2 {
    line-height: 32px;
  }
  .news img {
    width: calc(100% - 40px);
  }
  .news > div {
    width: calc(60% - 40px);
  }
  .news > div > p:first-of-type {
    margin-top: 0;
  }
  .news .stdButton {
    width: 140px;
    margin-top: 20px;
  }
  .news:first-of-type img {
    width: calc(66.6666666% - 40px);
    float: left;
  }
  .news:first-of-type > div {
    width: calc(33.3333333% - 40px);
  }
  .news:first-of-type > div > p:first-of-type {
    margin-top: 0;
  }
  .news.col3 {
    width: 33.3333333333%;
  }
  .news.col3:nth-of-type(2) {
    margin-left: 0;
  }
  .superCont > .newsInnerCont .newsInner {
    width: 80%;
    margin: 0 auto 50px auto;
  }
  ._deskOnly {
    display: none !important;
  }
  ._mobileOnly {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  #why > div {
    width: 100%;
  }
  #home,
.headerFixed nav {
    display: none;
  }
  .headerFixed {
    display: block;
    opacity: 1;
    padding: 0 10px;
  }
  .headerFixed img {
    height: 22px;
    padding: 14px 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .headerFixed h1 {
    font-size: 16px;
  }
  .headerFixed > img,
.headerFixed img[alt=Contacto] {
    display: block;
    position: absolute;
    top: 0;
    left: 24px;
    float: right;
    padding: 13px 10px 15px 10px;
    width: 21px;
  }
  .headerFixed img[alt=Contacto] {
    right: -16px;
    left: auto;
  }
  .headerFixed nav {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #25449F;
  }
  .headerFixed nav ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    color: white;
    float: left;
  }
  .headerFixed nav ul li {
    float: none;
    padding: 0;
  }
  .headerFixed nav ul li a {
    display: block;
    width: calc(100vw - 30px);
    padding: 15px;
    color: white;
  }
  .headerFixed nav ul li a:hover,
.headerFixed nav ul li a:active {
    border-bottom: none;
    background-color: #8ca3e5;
  }
  body > header,
body > div {
    width: calc(100vw - 20px);
    margin-left: 10px;
  }
  .hero {
    width: 100vw;
    height: 100%;
    margin-top: 50px;
  }
  .hero h1 {
    font-size: 6vw;
    margin-top: 0;
  }
  #what {
    width: 90%;
  }
  .outsideCont {
    overflow: hidden;
  }
  .outsideCont > img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0%;
    overflow: hidden;
  }
  .newsHome .col2:nth-of-type(2) {
    padding: 30px 15px;
  }
  .newsHome p {
    width: calc(100% - 20px);
  }
  .gallery .col4 {
    width: 50%;
  }
  .superCont .gallery .col4 {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .superCont .gallery .col4 h3 {
    height: auto;
    padding: 10px 10px;
    font-size: 18px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .superCont .gallery ._clearfix {
    margin-bottom: 0;
  }
  .addressMaps address a {
    display: block;
    margin-bottom: 10px;
  }
  .addressMaps address a span {
    padding: 0 5px 0 0;
  }
  .contact h2 {
    margin: 40px 0 0 0;
  }
  .contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
    width: calc(100% - 60px);
    margin-bottom: 20px;
  }
  .contact p {
    margin: 30px 10px;
  }
  footer address {
    clear: both;
  }
  footer address a {
    display: block;
  }
  footer address .fa {
    margin: 20px 10px 0 0;
  }
  footer p,
footer small {
    width: 100%;
    text-align: left;
  }
  .featherlight {
    width: 105%;
  }
}
/*///// Animated Headlines /////*/
.cd-title,
.cd-title::after,
.cd-title::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}

.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

.cd-headline.slide span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/*# sourceMappingURL=styles.css.map */
