@import url(https://fonts.googleapis.com/css?family=Changa+One);
@import url(https://fonts.googleapis.com/css?family=Raleway:400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:700);
.col100,
.wrapper {
  width: 100%;
}
a.logo:after,
h2:after {
  content: "";
  display: block;
}
h2,
h3,
/* header .pre p,
nav a.rrhh {
  color: #fff;
} */
h1 small,
h3 {
  letter-spacing: 1px;
}
/* .innerText a,
a.cta,
h3,
nav a {
  font-weight: 500;
} */
#contact-container,
#contact-container-mobile {
  right: 0;
  top: 105%;
  position: absolute;
}
/* a,
a.burger span,
a.logo:after,
header,
input,
nav,
ul.logosList *,
ul.servicios span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */
header .pre {
  background: #df202b;
  margin-bottom: 15px;
  padding: 3px 0;
}
header .pre p {
  float: right;
  margin: 0 7px;
}
.col100,
.col24,
.col33,
.col50,
.col66 {
  padding: 0 15px;
  float: left;
  position: relative;
  text-align: left;
}
ul.servicios img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
*,
input,
textarea {
  box-sizing: border-box;
  font-family: Raleway, sans-serif;
}
/* h1,
h2,
h3,
ul.unidadesBig > li .title h4 {
  font-family: "Changa One";
} */
body {
  background: #333;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 10;
}
.col66 {
  width: 66.66%;
}
.col33 {
  width: 33.33%;
}
.col24 {
  width: 24%;
}
.col50 {
  width: 50%;
}
.colCenter,
.ilustra,
article#numeros ul.contador li span,
article#portada h3,
article#slideshow .wrapper > div,
article#slideshow a.arrow,
h1,
h2,
ul.icons li,
ul.logosList li,
ul.servicios li {
  text-align: center;
}
.colCenter {
  float: none;
  margin: 0 auto;
}
.slideNoticias h4,
h3 {
  font-family: Raleway;
}
h3 {
  font-size: 18px;
  line-height: 33px;
  border-left: 15px solid #df202b;
  padding: 21px 0 21px 42px;
  margin: 30px 0;
}
h2 {
  margin: 30px 0 60px;
  position: relative;
  font-size: 30px;
}
h2:after {
  position: absolute;
  margin-left: -30px;
  margin-top: 7px;
  width: 60px;
  height: 3px;
  background: #df202b;
  left: 50%;
}
header {
  background: linear-gradient(90deg, #fff 33.33%, rgba(255, 255, 255, 0.5));
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 7px solid #df202b;
  border-bottom: 1px solid #ddd;
  padding: 15px 0 0;
  z-index: 999;
}
header.scrolled {
  background: linear-gradient(90deg, #fff, #fff);
}
a.logo {
  float: left;
  display: inline-block;
  margin: 0 0 -12px;
  position: relative;
}
a.logo:after {
  position: absolute;
  width: 90px;
  height: 25px;
  background: url(../img/logo-t5-circle.png) center center no-repeat;
  left: -7px;
  bottom: -13px;
  z-index: -1;
  border-top: 1px solid #fff;
}
article#slideshow:after,
article#slideshow:before {
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  content: "";
}
header.scrolled a.logo:after {
  opacity: 1;
}
/* nav {
  float: right;
  margin-top: 24px;
}
nav ul {
  margin: 0 -20px;
  padding: 0;
}
nav li {
  float: left;
  margin: 0 5px;
}
nav a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 15px 5px 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav a.active,
nav a:hover {
  box-shadow: inset 0 -7px 0 #df202b;
}
nav a.rrhh {
  background: #df202b;
  padding: 9px;
  border-radius: 50px;
  box-shadow: none !important;
}
nav a.rrhh:hover {
  background: #333;
} */
article {
  padding: 0;
}
article#slideshow {
  width: 100%;
  height: 85vh;
  background: url(../img/portadas/01.jpg) center center no-repeat #fff;
  background-size: contain;
  padding: 140px 0 70px;
  position: relative;
  overflow: hidden;
}
article#slideshow:after {
  height: 80%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
article#slideshow:before {
  height: 130px;
  position: absolute;
  background: url(../img/slide-smile.png) center center no-repeat;
  background-size: 1920px;
  z-index: 3;
}
.mainSlides {
  z-index: 0;
}
.mainSlides,
.mainSlides ul.slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article#slideshow ul.slides li {
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
article#slideshow .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}
article#slideshow h1 {
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  font-size: 50px;
  line-height: 0.7em;
  display: inline-block;
  background: url(../img/icon-curve01.png) top left no-repeat,
    url(../img/icon-curve02.png) top right no-repeat,
    url(../img/icon-curve03.png) bottom right no-repeat,
    url(../img/icon-curve04.png) bottom left no-repeat;
  padding: 60px 80px 40px;
  margin: -90px -80px -20px;
  -webkit-transition: padding 0.4s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: padding 0.4s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: padding 0.4s ease-in-out, color 0.3s ease-in-out;
  -o-transition: padding 0.4s ease-in-out, color 0.3s ease-in-out;
  transition: padding 0.4s ease-in-out, color 0.3s ease-in-out;
}
a.cta,
ul.icons .icon {
  background: linear-gradient(to right, #df202b, #de1940);
}
.trigger,
a.cta {
  text-decoration: none;
  -webkit-transition: letter-spacing 0.3s ease-in-out;
  -moz-transition: letter-spacing 0.3s ease-in-out;
  -o-transition: letter-spacing 0.3s ease-in-out;
}
article#slideshow h1.ready {
  padding: 20px 0;
  color: transparent;
  text-shadow: none;
}
article#slideshow h1 small {
  display: block;
  font-size: 20px;
  margin-top: 0;
}
h1 small {
  display: block;
  font-size: 21px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  line-height: 30px;
  margin-top: 15px;
}
a.cta,
form label {
  line-height: 1.2em;
}
img.iconH {
  margin-bottom: 15px;
  width: 60px;
}
a.cta {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  position: relative;
  -ms-transition: letter-spacing 0.3s ease-in-out;
  transition: letter-spacing 0.3s ease-in-out;
}
a.cta:hover {
  letter-spacing: 4px;
}
ul.icons {
  padding: 15px 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.icons li {
  width: 33.33%;
  padding: 15px;
}
ul.icons .icon {
  border-radius: 50%;
  display: inline-block;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.icons .icon:hover {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  box-shadow: 0 0 0 21px rgba(190, 40, 40, 0.7);
}
ul.icons p {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
  letter-spacing: 1px;
  line-height: 18px;
}
article#slideshow a.arrow {
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -60px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 18px 0;
}
article#slideshow a.arrow:after,
article#slideshow a.arrow:before {
  border-radius: 50%;
  position: absolute;
  height: 90%;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  box-shadow: inset #fff 0 0 0 2px, inset 0 0 15px #fff;
  pointer-events: none;
  display: block;
  content: "";
}
article#slideshow a.arrow:after {
  -webkit-animation: pulsate 2s +2s infinite;
  animation: pulsate 2s +2s infinite;
}
article#slideshow a.arrow:before {
  -webkit-animation: pulsate 2s infinite;
  animation: pulsate 2s infinite;
}
@-webkit-keyframes pulsate {
  0%,
  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
    box-shadow: inset #fff 0 0 0 1px, 0 0 15px #fff;
  }
  1% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  99.999% {
    width: 150%;
    height: 150%;
    opacity: 0;
    box-shadow: inset #fff 0 0 0 1px, 0 0 30px #fff;
  }
}
@keyframes pulsate {
  0%,
  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
    box-shadow: inset #fff 0 0 0 1px, 0 0 15px #fff;
  }
  1% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  99.999% {
    width: 150%;
    height: 150%;
    opacity: 0;
    box-shadow: inset #fff 0 0 0 1px, 0 0 30px #fff;
  }
}
article#slideshow a.arrow:hover {
  box-shadow: 0 0 0 21px rgba(255, 255, 255, 0.2);
  bottom: -60px;
}
.slideNoticias {
  background: linear-gradient(to right, #df202b, #de1940);
  padding: 30px 45px 21px;
  position: relative;
  margin: 30px 0 42px;
}
.slideNoticias.waiting {
  height: 200px;
  overflow: hidden;
  background: url(../img/loading.gif) center center no-repeat,
    linear-gradient(to right, #df202b, #de1940);
}
.slideNoticias.waiting li {
  opacity: 0;
}
.slideNoticias ul.slides li .innerText {
  padding: 7px 0 7px 30px;
  box-shadow: inset 3px 0 0 #333;
}
.innerText a {
  color: #ff999a;
  text-decoration: none;
}
.slideNoticias h4 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.slideNoticias h4 span {
  font-size: 13px;
  font-weight: 100;
  margin-left: 7px;
}
.slideNoticias p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slideNoticias a.mas {
  float: right;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding-right: 30px;
  background: url(../img/icon-arrowright.png) center right no-repeat;
  letter-spacing: 1px;
  margin-right: 7px;
}
.slideNoticias a.mas:hover {
  padding-right: 45px;
  margin-right: 0;
}
.slideNoticias ol.flex-control-nav.flex-control-paging {
  background: #222;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -40px;
  display: block;
  margin: 0;
  padding: 15px;
  height: 42px;
}
.flex-control-paging li a {
  background: #515151;
  box-shadow: none;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #df202b;
}
.flex-control-nav li {
  margin: 0 7px;
  padding: 0;
}
article#numeros {
  background: url(../img/banner-numeros.jpg) center center no-repeat;
  background-size: cover;
  margin: 30px 0 0;
  padding: 150px 0 120px;
}
article#numeros ul.contador {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
article#numeros ul.contador li {
  float: left;
  color: #fff;
  text-align: center;
}
article#numeros ul.contador li img {
  display: inline-block;
  margin: -42px 7px 0 0;
}
article#numeros ul.contador li p {
  display: inline-block;
  font-size: 69px;
  font-family: "Roboto Mono";
  margin: 0;
  line-height: 60px;
  letter-spacing: -3px;
}
article#numeros ul.contador li p.small {
  font-size: 27px;
  -webkit-mask-image: none;
  font-family: Raleway;
  margin: 0 0 0 5px;
  font-weight: 700;
  line-height: 1em;
}
article#numeros ul.contador li span,
ul.servicios a {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
article#numeros ul.contador li .cont {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 10px 2px 5px;
  border-radius: 7px;
  display: inline-block;
  -webkit-mask-image: linear-gradient(
    #fff 32px,
    rgba(255, 255, 255, 0) 32px,
    rgba(255, 255, 255, 0) 34px,
    #fff 34px,
    #fff
  );
}
article#numeros ul.contador li span {
  display: block;
  width: 100%;
  margin: 12px 0 0;
}
article#unidades {
  background: #292929;
  margin: 0 0 -30px;
}
.ilustra.red,
ul.servicios img {
  background: linear-gradient(to right, #df202b, #de1940);
}
ul.servicios {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
ul.servicios li {
  float: left;
  width: 20%;
}
ul.servicios a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
ul.servicios img {
  float: none;
  border-radius: 50%;
}
ul.servicios span {
  display: block;
  margin-top: 15px;
  letter-spacing: 1px;
  position: relative;
}
article#portada h3,
ul.logosList p,
ul.servicios a:hover span {
  letter-spacing: 2px;
}
ul.servicios a:hover img {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  box-shadow: 0 0 0 21px rgba(190, 40, 40, 0.7);
}
.ilustra {
  position: relative;
  margin: 30px 0;
}
.ilustra img {
  max-width: 300px;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.ilustra.red {
  padding: 30px;
}
.ilustra.red img {
  max-width: 150px;
}
ul.logosList {
  margin: 30px -15px;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.logosList li {
  width: 33.33%;
  float: left;
  padding: 15px;
}
ul.logosList a {
  background: #252525 !important;
  display: block;
  padding: 69px 15px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
ul.logosList.logosList2 a,
ul.logosList.logosList2 a:hover {
  background: #222 !important;
}
ul.logosList a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
  z-index: 1;
}
ul.logosList img {
  opacity: 0.5;
  position: relative;
  z-index: 5;
  top: 0;
}
ul.logosList.logosList2 img {
  opacity: 1;
}
ul.logosList a:hover img {
  opacity: 1;
  top: 7px;
}
ul.logosList a:hover span {
  opacity: 0.5;
}
ul.logosList a:hover {
  background: #000 !important;
}
ul.logosList p {
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  font-size: 14px;
  top: 40px;
  opacity: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

p {
  letter-spacing: 1px;
  color: #fff;
}
ul.logosList a:hover p {
  opacity: 1;
  top: 25px;
}
footer {
  background: #222;
  padding: 15px 0;
}
footer ul.menu {
  margin: 30px -15px;
  padding: 0;
  list-style: none;
  width: 100%;
}
footer ul.menu li {
  float: left;
  margin: 0 15px;
  font-size: 13px;
}
footer ul.menu a {
  color: #fff;
  text-decoration: none;
}
footer ul.logosFooter {
  width: 100%;
  margin: 15px -15px;
}
footer ul.logosFooter li {
  float: left;
  margin: 0 15px;
}
footer ul.logosFooter li img {
  height: 48px;
}
footer ul.logosFooter.iso {
  margin: 70px -15px 30px;
}
footer ul.logosFooter.iso li img {
  height: 66px;
}
footer img.logoFirma {
  margin: 7px 0 30px;
  float: left;
}
footer ul.dataFooter {
  margin: 0 0 15px;
  box-shadow: inset 1px 0 0 #bbb;
  padding: 7px 0 7px 21px;
}
footer ul.dataFooter li {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
}
footer ul.dataFooter li strong {
  margin-bottom: 9px;
  display: block;
  font-size: 15px;
}
footer ul.dataFooter li.social {
  margin-top: 15px;
}
footer ul.dataFooter li.social a {
  margin-right: 15px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  background-size: contain !important;
}
article#portada:after,
article#portada:before {
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}
footer ul.dataFooter li.social a.fb {
  background: url(../img/social-fb.png) center center no-repeat;
}
footer ul.dataFooter li.social a.tw {
  background: url(../img/social-tw.png) center center no-repeat;
}
footer ul.dataFooter li.social a.yt {
  background: url(../img/social-yt.png) center center no-repeat;
}
footer ul.dataFooter li.social a.in {
  background: url(../img/social-in.png) center center no-repeat;
}
footer ul.dataFooter li.social a.ins {
  background: url(../img/social-ins.png) center center no-repeat;
}
footer ul.dataFooter li.social a.fb:hover {
  background: url(../img/social-fb-color.png) center center no-repeat;
}
footer ul.dataFooter li.social a.tw:hover {
  background: url(../img/social-tw-color.png) center center no-repeat;
}
footer ul.dataFooter li.social a.yt:hover {
  background: url(../img/social-yt-color.png) center center no-repeat;
}
footer ul.dataFooter li.social a.in:hover {
  background: url(../img/social-in-color.png) center center no-repeat;
}
footer ul.dataFooter li.social a.ins:hover {
  background: url(../img/social-ins-color.png) center center no-repeat;
}
img {
  max-width: 100%;
}
article#content {
  z-index: 10;
}
article#content2 {
  padding: 150px 0 30px;
}
article#content2 h1 {
  font-size: 50px;
}
article#portada {
  width: 100%;
  height: 70vh;
  padding: 120px 0 60px;
  background: top center no-repeat fixed #ccc;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
article#portada:after {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
article#portada:before {
  width: 100%;
  height: 130px;
  background: url(../img/slide-smile.png) center center no-repeat;
  background-size: 1920px;
  z-index: 3;
}
article#portada .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}
article#portada h3:before,
article#portada + article:before,
ul.unidadesBig:before {
  display: block;
  content: "";
}
article#portada .wrapper > div {
  float: none;
  margin: 0 auto;
}
article#portada h3 {
  padding: 30px 0;
  border: none;
  position: relative;
  font-weight: 400;
  max-width: 66.66%;
  margin: 0 auto;
  font-size: 17px;
  line-height: 27px;
}
a.close,
footer .bottom a,
form label,

article#portada h3:before {
  position: absolute;
  top: 0;
  width: 90px;
  margin-left: -45px;
  height: 3px;
  background: #A21C02;
  left: 50%;
}
article#portada + article {
  position: relative;
}
article#portada + article:before {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(to right, #A21C02, #A21C02);
}
h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1em;
  margin: 0 0 30px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
#seo.internal h1 {
  font-size: 45px !important;
}

p {
  font-size: 15px;
  line-height: 27px;
}
ul.unidadesBig {
  padding: 0;
  margin: 30px 0;
  background: url(../img/portadas/bg-servicios.jpg) center center no-repeat
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
ul.unidadesBig > li {
  width: 100%;
  padding: 90px 30px 45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
}
ul.unidadesBig h5,
ul.unidadesBig li,
ul.unidadesBig p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
ul.unidadesBig:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-80deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  top: 0;
  left: 0;
}
ul.unidadesBig > li .title {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  max-width: 50%;
}
ul.unidadesBig > li .title img {
  float: left;
  background: linear-gradient(to right, #df202b, #de1940);
  border-radius: 50%;
  margin-right: 21px;
  padding: 7px;
}
ul.unidadesBig > li .title h4 {
  color: #fff;
  font-size: 45px;
  line-height: 1em;
}
form label,
ul.list li {
  font-size: 15px;
  color: #fff;
}
ul.list {
  margin: 7px 0;
  padding: 0;
}
ul.list li {
  line-height: 24px;
  letter-spacing: 2px;
  padding: 2px 0 2px 37px;
  position: relative;
}
ul.list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 21px;
  height: 2px;
  background: #df202b;
}
ul.list.listIcons li,
ul.listImages li {
  width: 33.33%;
  text-align: center;
  float: left;
}
ul.list.smallList li {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
}
ul.list.smallList li:before {
  top: 11px;
}
.valores:before,
p.cita:before {
  top: 0;
  content: "";
}
ul.list.listIcons {
  margin: 30px -15px 90px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
ul.list.listIcons li {
  padding: 30px 15px;
  line-height: 18px;
  font-size: 13px;
}
ul.list.listIcons li:before {
  display: none;
}
ul.list.listIcons li strong {
  display: block;
  text-transform: uppercase;
  margin: 15px 0;
}
ul.listImages {
  margin: 0;
  padding: 0;
}
ul.listImages li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
}
ul.listImages li:nth-child(1),
ul.listImages li:nth-child(4) {
  border-left: none;
}
ul.listImages li:nth-child(1),
ul.listImages li:nth-child(2),
ul.listImages li:nth-child(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
ul.listImages img {
  width: 50px;
  margin-bottom: 7px;
  opacity: 0.5;
}
ul.listImages span {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
form label,
p.cita {
  letter-spacing: 2px;
}
.valores {
  background: url(../img/bg-valores.jpg) center center no-repeat fixed;
  position: relative;
  padding: 30px 0 60px;
  margin: 30px 0;
}
.valores:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-80deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  left: 0;
}
p.cita {
  display: block;
  margin: 60px 0;
  font-style: italic;
  position: relative;
  padding: 60px 0 30px;
}
p.cita:before {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: url(../img/icon-quote.png) center center no-repeat;
}

#gMap {
  width: 100%;
  height: 390px;
  margin: 30px 0;
}
.datosContacto {
  background: #444;
  margin: 30px 0;
}
.datosContacto #gMap {
  margin: 0;
}
.datosContacto h5 {
  margin: -15px 0 12px;
  padding-bottom: 7px;
  display: inline-block;
  position: relative;
}
.datosContacto h5:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 45px;
  height: 3px;
  background: #df202b;
  bottom: 0;
}
.contact-error,
.contact-success,
.formEdit,
.overlay {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0;
}
.datosContacto ul {
  margin: 0;
  padding: 30px;
}
.datosContacto ul li {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 3px 0;
}
#seo h2,
.trigger {
  letter-spacing: 2px;
}
.datosContacto ul li:last-child {
  margin-bottom: 0;
}
.datosContacto ul li.separa {
  border-bottom: 1px solid #666;
  margin: 15px 0;
}
a.burger {
  display: none;
}
.overlay {
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
}
.contact-error,
.contact-success,
.formEdit {
  z-index: 1000;
}
.contact-error .wrapper,
.contact-success .wrapper,
.formEdit .wrapper {
  height: 100%;
  max-width: 650px;
  display: flex;
  align-items: center;
  z-index: 30;
  padding: 0 15px;
}
.contact-error .col100,
.contact-success .col100 {
  background: #333;
  padding: 30px;
}
a.close {
  position: absolute;
  right: 0;
  background: #df202b;
  color: #fff;
  padding: 9px 15px;
  top: 0;
  text-decoration: none;
}
footer .bottom {
  background: #111;
  margin: 0 0 -15px;
}
footer .bottom p {
  display: block;
  margin: 12px 0;
  font-size: 13px;
  color: #bbb;
}
footer .bottom a {
  color: #bbb;
  text-decoration: none;
}
.bottomLinks {
  padding: 15px 0;
  background: #222;
  border-top: 1px solid #333;
}
.bottomLinks a {
  float: left;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  opacity: 0.5;
  text-decoration: none;
}
@media (max-height: 800px) {
  li.cust-dropdown ul {
    position: relative;
    margin-bottom: 20px;
  }
  article#slideshow .wrapper > div {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  article#slideshow {
    padding: 150px 0 70px;
    background-position: top center;
  }
}
@media (max-width: 1200px) {
  article#slideshow .wrapper > div {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  article#slideshow {
    padding: 150px 0 70px;
    background-position: top center;
    height: 70vh;
  }
  article#slideshow h1 {
    margin: -100px -80px -20px;
  }
 /*  nav {
    margin-top: 24px;
  }
  nav a {
    padding: 15px 7px;
  }
  nav ul {
    margin: 0 -7px;
  } */
  a.logo {
    width: 230px;
    margin: 0 0 -7px;
  }
  header {
    padding: 12px 0 0;
    border-top: 3px solid #A21C02;
  }
  a.logo:after {
    background-size: 120px;
    width: 120px;
    left: -27px;
    bottom: -16px;
  }
  h1 {
    font-size: 50px;
  }
  #seo h1 {
    font-size: 45px;
  }
  article#portada h3 {
    font-size: 15px;
    line-height: 24px;
  }
  article#portada {
    height: 75vh;
  }
  .ilustra img {
    max-width: 200px;
  }
}
@media (max-width: 800px) {
/*   nav,
  nav li,
  nav ul {
    margin: 0;
  } */
  header {
    border-top: 0;
  }
  a.logo {
    width: 200px;
  }
 /*  nav {
    position: fixed;
    right: 0;
    background: #fff;
    height: 100vh;
    top: 57px;
    padding: 15px 0 80px;
    min-width: 60%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  nav.open {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  nav ul {
    width: auto;
  }
  nav li {
    float: none;
    padding: 0;
  }
  nav a {
    padding: 15px 30px;
    display: block;
  }
  nav a.active,
  nav a:hover {
    box-shadow: inset 7px 0 0 #df202b;
  } */
  a.logo:after {
    background-size: 90px;
    width: 71px;
    left: -7px;
    bottom: -13px;
  }
  a.burger {
    display: block;
    width: 35px;
    float: right;
    height: 27px;
    position: relative;
    top: 9px;
  }
  a.burger span {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #df202b;
  }
  a.burger span:nth-child(1) {
    top: 2px;
  }
  a.burger span:nth-child(2) {
    top: 11px;
  }
  a.burger span:nth-child(3) {
    top: 20px;
  }
  a.burger.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a.burger.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  a.burger.open span:nth-child(2) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  article#slideshow {
    background: url(../img/portadas/01-tablet.jpg) center center no-repeat #fff;
    background-size: contain;
    height: 85vh;
  }
  article#slideshow h1 {
    font-size: 45px;
    background-size: 60px;
    padding: 42px 60px;
    margin: -200px -60px 0;
  }
  article#slideshow h1 small {
    font-size: 18px;
  }
  article#slideshow a.arrow {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    bottom: -24px;
    padding: 7px 0;
  }
  article#slideshow a.arrow img {
    width: 9px;
  }
  article#slideshow:before {
    height: 55px;
    background-size: 800px;
  }
  h3 {
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 7px 0 7px 21px;
    border-left: 7px solid #df202b;
  }
  ul.servicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.servicios li {
    width: 50%;
    padding: 15px 7px;
  }
  ul.servicios img {
    width: 90px;
  }
  ul.servicios span {
    margin-top: 9px;
    font-size: 13px;
  }
  article#numeros ul.contador {
    display: block;
  }
  article#numeros ul.contador li {
    width: 100%;
    margin: 30px 0;
  }
  article#numeros {
    padding: 30px 0;
  }
  article#numeros ul.contador li img {
    width: 42px;
    margin: -27px 7px 0 0;
  }
  article#numeros ul.contador li p {
    font-size: 45px;
    line-height: 40px;
  }
  article#numeros ul.contador li .cont {
    -webkit-mask-image: linear-gradient(
      #fff 21px,
      rgba(255, 255, 255, 0) 21px,
      rgba(255, 255, 255, 0) 23px,
      #fff 23px,
      #fff
    );
  }
  article#numeros ul.contador li p.small {
    font-size: 17px;
  }
  article {
    padding: 15px 0;
  }
  .col24,
  .col33,
  .col50,
  .col66,
  post {
    width: 100%;
  }
  footer ul.menu {
    display: none;
  }
  footer ul.logosFooter.iso {
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer ul.logosFooter.iso li img {
    height: 50px;
  }
  footer ul.logosFooter {
    margin: 15px 0;
    display: flex;
    align-items: center;
  }
  footer img.logoFirma,
  h2 br,
  ul.logosList p {
    display: none;
  }
  footer ul.logosFooter li {
    width: 25%;
    padding: 0 15px;
    float: left;
    margin: 0;
  }
  footer ul.logosFooter li img {
    height: auto;
  }
  footer ul.dataFooter {
    box-shadow: none;
    text-align: center;
  }
  h1 {
    font-size: 36px;
    margin: 0 0 15px;
  }
  article#portada h3 {
    font-size: 14px;
    line-height: 21px;
    max-width: 100%;
    padding: 30px 0 15px;
  }
  article#portada {
    padding: 60px 0 30px;
    height: 80vh;
    background-attachment: scroll;
  }
  ul.unidadesBig > li {
    padding: 30px 0;
  }
  ul.unidadesBig > li .title img {
    width: 90px;
  }
  ul.unidadesBig > li .title {
    max-width: 100%;
    margin-bottom: 15px;
  }
  ul.unidadesBig > li .title h4 {
    font-size: 30px;
  }
  ul.logosList li {
    width: 50%;
  }
  ul.logosList li a {
    padding: 30px 15px;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
  ul.list.listIcons li {
    width: 100%;
  }
  .slideNoticias {
    padding: 15px 30px;
  }
}
#seo h2:after,
#seo h2:before {
  content: "";
  position: absolute;
  height: 3px;
  left: 50%;
}
@media (max-width: 640px) {
  .wrapper {
    padding: 0;
  }
  header {
    padding-top: 7px;
  }
  article#slideshow:before {
    height: 35px;
    background-size: 640px;
  }
  article#slideshow {
    background: url(../img/portadas/01-mobile.jpg) center center no-repeat #fff;
    background-size: contain;
    height: 85vh;
  }
  article#slideshow h1 {
    padding: 42px 60px 25px;
    margin: -50px -60px 0;
  }
  article#slideshow .cta {
    width: fit-content;
    margin: 0 auto;
  }
}
.seo h1 {
  font-size: 45px;
}
#seo h2 {
  padding: 30px 0;
  border: none;
  position: relative;
  font-weight: 400;
  max-width: 66.66%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 27px;
  font-family: Raleway;
}
#seo h2:before {
  display: block;
  top: 0;
  width: 90px;
  margin-left: -45px;
  background: #fff;
}
#seo h2:after {
  display: none;
  margin-left: -30px;
  margin-top: 7px;
  width: 60px;
  background: 0 0;
}
ul.unidadesBig#seo-text {
  padding: 0;
  margin: 30px 0;
  background: #000 !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  text-align: center !important;
}
#contact-container #contact-tab,
#contact-container-mobile #contact-tab-mobile {
  float: left;
  border-radius: 6px 0 0 6px;
  background: url(../img/email-tab.png) top no-repeat #df202b;
  height: 45px;
  width: 55px;
}
#testimonios .quotes-slider {
  color: #fff;
  font-size: 1.1rem;
}
#testimonios .quotes-slider div span.quote {
  padding: 35px;
  text-align: center;
  display: block;
}
#testimonios .quotes-slider img {
  margin: 15px auto;
  max-height: 70px;
  opacity: 0.7;
}
#contact-container span {
  display: block;
  clear: both;
}
#contact-container #contact-tab {
  background-size: contain;
}
#contact-container #float-form {
  background: #df202b;
  width: 280px;
  margin-left: 55px;
  padding: 20px;
  min-height: 400px;
  color: #fff;
  height: fit-content;
  border-radius: 0 0 0 6px;
}
#contact-container #float-form #close {
  float: right;
  font-size: 25px;
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
}
#contact-container #float-form #close:hover {
  cursor: pointer;
}
#contact-container #float-form form {
  display: block !important;
  opacity: 1 !important;
  position: relative;
  background: 0 0;
  margin: -20px 0 0;
  padding-right: 25px;
  padding-left: 0;
  -webkit-transform: none !important;
}
#contact-container #float-form form input {
  margin: 3px 0 1px;
}
#contact-container #float-form form textarea {
  height: 60px;
}
#contact-container #float-form form form input[type="submit"] {
  margin-top: 10px !important;
}
#contact-container #float-form form ::placeholder {
  color: #eee;
}
#contact-container-mobile {
  display: none;
}
#contact-container-mobile #contact-tab-mobile {
  background-size: contain;
}
#contact-container-mobile #contact-tab-mobile a {
  height: 45px;
  width: 55px;
  display: block;
}
#contact-home {
  background: 0 0;
  color: #fff;
  display: block;
}
#contact-home form {
  max-width: 50%;
  margin: 0 auto;
}
#top-margin {
  margin-bottom: 7px;
  background-color: #df202b;
  color: #fff;
  font-size: 0.9rem;
  text-align: right;
}
#top-margin a {
  color: #fff;
  text-decoration: none;
  padding: 4px 7px;
  display: inline-block;
}
#top-margin a:hover {
  color: #000;
}
#top-margin a#mail {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
header {
  padding-top: 0;
}
.internas {
  padding-left: 20px;
}
.internas #image {
  margin: 20px 0;
}
.internas ul {
  background-color: #333;
  margin-bottom: 45px;
}
#contact-mobile {
  display: none;
}
@media (max-width: 640px) {
  #top-margin a#mail {
    border-right: none;
    display: block;
    clear: both;
  }
  #top-margin {
    font-size: 0.85rem;
  }
}
@media (max-width: 540px) {
  #contact-container-mobile,
  #contact-home {
    padding-top: 120px;
    display: block;
  }
  #contact-home form {
    width: 90%;
    max-width: 90%;
  }
  #contact-container {
    display: none;
  }
  .post .img-container {
    max-height: 200px;
  }
  #slideshow #contact,
  .internas #contact {
    display: none;
  }
  #contact-mobile {
    display: block;
  }
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #df202b;
}
.trigger {
  background-color: #df202b;
  border-radius: 6px 6px 0 0;
  padding: 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  -ms-transition: letter-spacing 0.3s ease-in-out;
  transition: letter-spacing 0.3s ease-in-out;
  z-index: 1000;
  position: fixed !important;
  bottom: 0;
  left: 5%;
}
.trigger:hover {
  letter-spacing: 4px;
}
#modal-iframe {
  max-width: 80% !important;
  width: 80% !important;
  height: fit-content !important;
  max-height: fit-content !important;
}
.clients-slider div {
  text-align: center;
}
.clients-slider img {
  max-width: 180px;
  margin: 10px auto;
}
.clients-slider .slick-dots {
  bottom: -35px;
}
.slick-dots li button::before {
  color: #666;
}
.flags {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  float: right;
  text-decoration: none;
  padding: 4px 7px;
  display: inline-block;
}
.flags i {
  float: left;
  margin-right: 10px;
  padding: 0 5px;
}
.flags i img {
  max-height: 15px;
  box-shadow: 1px 1px 5px #666;
}
li.cust-dropdown {
  max-width: 150px;
  position: relative;
}
li.cust-dropdown ul {
  float: none;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 35px;
  left: 10px;
  width: 200px;
  display: none;
  padding: 15px 0px;
}
li.cust-dropdown ul li {
  display: block;
  clear: both;
  padding: 0;
}
li.cust-dropdown ul li a {
  padding: 10px;
  display: block;
}
li.cust-dropdown ul li a:hover {
  border-bottom: none;
  border-left: 5px solid #df202b;
  box-shadow: none;
}
li.cust-dropdown:hover ul {
  display: block;
}
.wa_cta {
  position: fixed;
  right: 1px;
  bottom: 1px;
  z-index: 1000;
}
.wa_button.fixed_corner {
  margin: 10px;
  padding: 10px;
  border-radius: 50px;
  background: #3ab928;
  display: block;
}
@media (max-width: 540px) {
  .wa_cta {
    bottom: -20px;
  }
  .wa_button.fixed_corner {
    background: transparent;
  }
}
