h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
}
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}
h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
}
* {
  outline: none !important;
}
/*tipografía especial nochevieja*/
@font-face {
  font-family: 'SeasideResort';
  src: url('../fonts/SeasideResort.eot');
  src: url('../fonts/SeasideResort.eot?#iefix') format('embedded-opentype'), url('../fonts/SeasideResort.woff') format('woff'), url('../fonts/SeasideResort.ttf') format('truetype'), url('../fonts/SeasideResort.svg#SeasideResort') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
}
body {
  font-size: 16px;
  font-size: 1rem;
  background: #e0e0e0;
  color: #484848;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  overflow: hidden !important;
}
a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transform: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
img {
  max-width: 100%;
}
strong,
b {
  font-weight: 700;
}
/* CUSTOM TAGS */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.overflow-hidden {
  overflow: hidden;
}
.wrap {
  width: 90%;
  margin: 0 5%;
  display: table;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 94%;
    margin: 0 3%;
  }
}
@media screen and (min-width: 1200px) {
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
/* SECTIONS */
.main {
  width: 100%;
  position: relative;
  display: inherit;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 2;
  background: #ededed;
}
section {
  position: relative;
}
aside {
  position: relative;
}
footer {
  position: relative;
}
/* ODOMETER */
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}
/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-animation: 1.2s;
  -moz-animation: 1.2s;
  -ms-animation: 1.2s;
  animation-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.reveal-effect > img {
  -webkit-animation: 2s;
  -moz-animation: 2s;
  -ms-animation: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}
.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.reveal-effect.animated img {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}
.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect.se2-white:after {
  background-color: #1ba6b7;
}
.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}
/* PAGE TRANSITION */
.transition-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #e0e0e0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transform: all 0.5s ease;
  transition: all 0.5s ease;
}
.transition-overlay.show-me {
  opacity: 1;
  visibility: visible;
}
/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #222;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  transition: all 0.4s ease;
}
.preloader * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  transition: all 0.4s ease;
}
.preloader img {
  width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -40px;
  z-index: 4;
  padding: 10px;
}
/* PAGE LOADED */
.page-loaded {
  overflow-y: auto !important;
}
.page-loaded .preloader {
  top: -100%;
  transition-delay: 0.60s;
}
.page-loaded .preloader img {
  opacity: 0;
  margin-top: -120px;
  transition-delay: 0.30s;
}
.page-loaded .header {
  top: 0;
  opacity: 1;
  transition-delay: 0.6s;
  position: fixed;
}
.page-loaded .slider {
  transform: translateY(0);
  transition-delay: 0.6s;
  opacity: 1;
}
.page-loaded .int-hero .inner h2 {
  transform: translateY(0);
  transition-delay: 0.6s;
  opacity: 1;
}
/* TEXT ROTATER*/
.text-rotater {
  width: 100%;
  float: left;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 60px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.text-rotater li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  animation: play 20s infinite;
}
.text-rotater li:nth-child(2) {
  animation-delay: 4s;
}
.text-rotater li:nth-child(3) {
  animation-delay: 8s;
}
.text-rotater li:nth-child(4) {
  animation-delay: 12s;
}
.text-rotater li:nth-child(5) {
  animation-delay: 16s;
}
.text-rotater li:nth-child(6) {
  animation-delay: 20s;
}
/* MODALS */
.modal-content {
  background: #e0e0e0;
  letter-spacing: 1px;
}
.modal-content .close {
  position: absolute;
  opacity: 1;
  right: -12px;
  top: -12px;
  font-size: 38px;
  font-size: 2.375rem;
}
.modal-content .close .fa {
  color: #1ba6b7;
}
.modal-content h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 3px;
  margin-bottom: 18px;
  text-align: center;
  color: #1ba6b7;
  font-weight: 900;
}
.modal-content h4 {
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 20px 0px 10px;
}
.modal-content .menu {
  font-size: 18px;
  font-size: 1.125rem;
}
.modal-content .menu li {
  margin-bottom: 5px;
}
.quote-name {
  position: relative;
  display: inline-block;
  float: inherit;
  margin: 0px;
  padding: 0 0 50px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #666;
}
.quote-name:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background: #26a4b1;
  left: 50%;
  margin-left: -50px;
  bottom: 50px;
}
/* SOCIAL BAR */
.social-bar {
  width: 400px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: 200px;
  z-index: 3;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  text-align: center;
}
.social-bar li {
  display: inline-block;
  list-style: none;
  padding: 20px 0;
  margin: 0 10px;
  font-weight: 600;
}
.social-bar li a {
  float: left;
  color: #fff;
  font-size: 11px;
}
.social-bar li a:hover {
  text-decoration: none;
  color: #f50c1a;
}
/* HEADER */
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 5;
  padding: 10px 100px;
  opacity: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transform: all 1s ease;
  transition: all 1s ease;
}
@media only screen and (max-width: 1360px) {
  .header {
    padding: 10px;
  }
}
.header .logo {
  float: left;
  margin-right: 20px;
}
.header .logo img {
  width: 190px;
}
.header .phone {
  top: -200px;
  color: #333;
  line-height: 32px;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 15px;
  display:none;
}
.header .phone a {
  color: #1ba6b7;
}
.header .language {
  float: right;
  margin-right: 30px;
  margin-top: 12px;
  position: absolute;
  right: 0px;
  top: 6px;
}
@media only screen and (max-width: 1080px) {
  .header .language {
    margin-right: 0px;
  }
}
.header .language li {
  float: left;
  list-style: none;
  margin: 0;
  margin-right: 25px;
  position: relative;
}
.header .language li::after {
  content: '·';
  display: inline-block;
  position: absolute;
  color: #383c41;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  right: -14px;
  top: -8px;
}
.header .language li:last-child::after {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .header .language li {
    margin-right: 17px;
  }
}
.header .language li:last-child {
  margin-right: 0px !important;
}
.header .language li:last-child::after {
  display: none;
}
.header .language a {
  float: left;
  color: #383c41;
  line-height: 35px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.header .language a:hover {
  text-decoration: none;
  color: #26a4b1;
}
@media only screen and (max-width: 1080px) {
  .header .language a {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
.header .hamburger {
  float: right;
  margin-top: -5px;
	display:none;
}
.overflow-hidden .header {
  background: none;
}
.overflow-hidden .header .phone {
  color: #fff;
}
.overflow-hidden .header .phone a {
  color: #fff;
}
.overflow-hidden .header .language {
  display: none;
}
.overflow-hidden .header .logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* DROPDOWN */
@media only screen and (max-width: 640px) {
  .hamburger-navigation li a {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 375px) {
  .hamburger-navigation li a {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.hamburger-navigation li:hover ul {
  display: block;
}
.hamburger-navigation li ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  display: none;
}
.hamburger-navigation li .dropdown li {
  width: auto;
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 375px) {
  .hamburger-navigation li .dropdown li {
    margin: 0px;
  }
}
.hamburger-navigation li ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  right: -5px;
  top: 14px;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .hamburger-navigation li ul li:after {
    display: none;
  }
}
.hamburger-navigation li ul li:last-child:after {
  display: none;
}
.hamburger-navigation li ul li a {
  font-size: 16px;
  padding: 0 10px;
}
@media only screen and (max-width: 375px) {
  .hamburger-navigation li ul li a {
    padding: 0px;
    line-height: 16px;
    line-height: 1rem;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0px;
    width: 100%;
  }
}
/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  background: #131314;
  z-index: 1;
}
.slider {
  transform: translateY(250px);
  opacity: 0;
}
.slider {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.slider .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #e41c2d;
}
.slider .video-bg video {
  min-height: 100%;
  min-width: 100%;
  float: left;
  mix-blend-mode: hard-light;
  -webkit-filter: grayscale(100%) contrast(1);
  filter: grayscale(100%) contrast(0.8);
}
.slider .video-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d3162;
  mix-blend-mode: lighten;
}
.slider .animation-hero {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/hero1.gif) center no-repeat #131314;
  background-size: 600px 450px;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.slider .swiper-container {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transform: all 0.8s ease;
  transition: all 0.8s ease;
}
.slider .swiper-container .swiper-wrapper {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
}
/* SPLIT */
.split {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  background: #131314;
  z-index: 1;
}
.split .inner {
  width: 100%;
  float: left;
  padding: 0 100px;
  color: #fff;
}
.split .inner p {
  display: inline-block;
  width: 50%;
  font-size: 17px;
  font-weight: 300;
}
.split .inner a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.split .inner a:hover {
  text-decoration: none;
}
.split .inner a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 7px;
  width: 0;
  transition: width 0s ease, background .25s ease;
  mix-blend-mode: color;
}
.split .inner a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 7px;
  width: 0;
  background: #56e9b1;
  transition: width .25s ease;
  mix-blend-mode: color;
}
.split .inner a:hover:before {
  width: 100%;
  background: #56e9b1;
  transition: width .25s ease;
}
.split .inner a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.split .split-back {
  position: relative;
  background: #ebca1c;
  color: #fff;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.split .split-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: flex-end;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.split .split-front .front-bg {
  width: 100%;
  height: 100%;
  float: left;
  background: #8e8973;
  position: absolute;
  left: 0;
  top: 0;
}
.split .split-front .text-holder {
  position: relative;
  z-index: 2;
}
.split .inner h1 {
  width: 100%;
  float: left;
  font-size: 15vw;
  font-weight: 700;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../img/hero1.jpg);
  background-size: cover;
  background-position: center;
}
/* SLIDER FRACTION */
.slider .swiper-container .swiper-pagination-fraction {
  width: 100px;
  height: 50px;
  position: absolute;
  right: 100px;
  left: auto;
  top: auto;
  bottom: 30px;
  color: #fff;
  font-size: 11px;
}
@media only screen and (max-width: 823px) {
  .slider .swiper-container .swiper-pagination-fraction {
    right: 0px;
  }
}
.slider .swiper-container .swiper-pagination-fraction span:first-child {
  font-size: 56px;
  height: 50px;
  line-height: 50px;
  float: left;
  overflow: hidden;
  text-indent: -17px;
  margin-right: -25px;
  padding-top: 3px;
  font-weight: 500;
}
.slider .swiper-container .swiper-pagination-fraction span:last-child {
  font-size: 14px;
}
.slider .swiper-container .swiper-pagination-fraction span:before {
  content: "0";
}
/* SLIDER BUTTONS */
.slider .swiper-container .swiper-button-prev {
  width: 40px;
  height: 26px;
  float: left;
  right: 200px;
  left: auto;
  top: 50%;
  z-index: 6;
  background: none;
  overflow: hidden;
  text-align: right;
}
.slider .swiper-container .swiper-button-prev img {
  height: 26px;
}
.slider .swiper-container .swiper-button-prev span {
  width: 100%;
  float: left;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
.slider .swiper-container .swiper-button-prev:hover img {
  transform: translateY(-100%);
}
.slider .swiper-container .swiper-button-prev:hover span {
  transform: translateY(-100%);
}
.slider .swiper-container .swiper-button-prev * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider .swiper-container .swiper-button-next {
  width: 40px;
  height: 26px;
  float: left;
  right: 100px;
  left: auto;
  top: 50%;
  z-index: 6;
  background: none;
  overflow: hidden;
}
.slider .swiper-container .swiper-button-line {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 150px;
  top: 50%;
  z-index: 2;
  margin-top: -10px;
}
.slider .swiper-container .swiper-button-next img {
  height: 26px;
}
.slider .swiper-container .swiper-button-next span {
  width: 100%;
  float: left;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
.slider .swiper-container .swiper-button-next:hover img {
  transform: translateY(-100%);
}
.slider .swiper-container .swiper-button-next:hover span {
  transform: translateY(-100%);
}
.slider .swiper-container .swiper-button-next * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transform: all 0.4s ease;
  transition: all 0.4s ease;
}
/* SLIDER CONTENT */
.slider .swiper-container .swiper-slide {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: 50%;
}
.slider .swiper-container .swiper-slide:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
.slider .swiper-container .swiper-slide .inner {
  width: 70%;
  padding: 50px;
  position: absolute;
  right: 0px;
  bottom: 120px;
  z-index: 4;
  background: rgba(7, 98, 102, 0.5);
}
.slider .swiper-container .swiper-slide .inner span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.slider .swiper-container .swiper-slide .inner span:before {
  content: "";
  width: 9px;
  height: 30px;
  float: left;
  background: #1ba6b7;
  margin-left: -10px;
  margin-top: 2px;
}
@media only screen and (max-width: 640px) {
  .slider .swiper-container .swiper-slide .inner span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
    width: 100%;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
  }
  .slider .swiper-container .swiper-slide .inner span:before {
    display: none;
  }
}
.slider .swiper-container .swiper-slide .inner a {
  color: #fff;
}
.slider .swiper-container .swiper-slide .inner h1,
.slider .swiper-container .swiper-slide .inner H2 {
  max-width: 100%;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 5px;
  line-height: 26px;
  line-height: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1280px) {
  .slider .swiper-container .swiper-slide .inner h1,
  .slider .swiper-container .swiper-slide .inner H2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 823px) {
  .slider .swiper-container .swiper-slide .inner h1,
  .slider .swiper-container .swiper-slide .inner H2 {
    max-width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
@media only screen and (max-width: 640px) {
  .slider .swiper-container .swiper-slide .inner h1,
  .slider .swiper-container .swiper-slide .inner H2 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.slider .swiper-container .swiper-slide .inner p {
  max-width: 100%;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1280px) {
  .slider .swiper-container .swiper-slide .inner p {
    max-width: 60%;
  }
}
@media only screen and (max-width: 823px) {
  .slider .swiper-container .swiper-slide .inner p {
    max-width: 100%;
  }
}
.slider .swiper-container .swiper-slide .inner .link {
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.slider .swiper-container .swiper-slide .inner .link:hover {
  text-decoration: none;
}
.slider .swiper-container .swiper-slide .inner .link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 7px;
  width: 0;
  transition: width 0s ease, background .25s ease;
  mix-blend-mode: color;
}
.slider .swiper-container .swiper-slide .inner .link:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
  height: 12px;
  width: 0;
  background: #1ba6b7;
  transition: width .25s ease;
  mix-blend-mode: color;
}
.slider .swiper-container .swiper-slide .inner .link:hover:before {
  width: 100%;
  background: #1ba6b7;
  transition: width .25s ease;
}
.slider .swiper-container .swiper-slide .inner .link:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
/* SLIDER LINKS */
.slider .swiper-container .swiper-slide .inner .video-link {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  position: relative;
  transition: all .5s;
  margin-left: 30px;
  margin-top: -13px;
}
.slider .swiper-container .swiper-slide .inner .video-link:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
}
.slider .swiper-container .swiper-slide .inner .video-link .video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset 0.5s;
}
.slider .swiper-container .swiper-slide .inner .video-link svg {
  transform: rotate(-90deg);
  transition: transform .3s;
}
.slider .swiper-container .swiper-slide .inner .video-link:hover .video-play-circle {
  stroke-dashoffset: 0;
}
.slider .swiper-container .swiper-slide .inner .video-link .video-play-outline {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.05);
}
/* INT HERO */
.int-hero {
  width: 100%;
  float: left;
  padding: 0 100px;
  padding-top: 170px;
  padding-bottom: 120px;
  background: #131314;
  color: #fff;
  position: relative;
}
.int-hero .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.int-hero .video-bg video {
  min-width: 100%;
  min-height: 100%;
  float: left;
  opacity: 0.1;
}
.int-hero .video-bg:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#131314', GradientType=0);
}
.int-hero .inner {
  width: 100%;
  float: left;
  position: relative;
  z-index: 3;
}
.int-hero .inner {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transform: all 0.7s ease;
  transition: all 0.7s ease;
}
.int-hero .inner h2,
.int-hero .inner h1 {
  max-width: 60%;
  font-size: 5em;
  float: left;
}
.int-hero .inner h2,
.int-hero .inner h1 {
  transform: translateY(250px);
  opacity: 0;
}
.int-hero .inner h2,
.int-hero .inner h1 {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* SCROLL DOWN */
.scroll-down {
  color: #fff;
  width: auto;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 70px;
  line-height: 4.375rem;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.scroll-down span {
  display: block;
  position: absolute;
  padding-top: 0px;
  left: 0;
  top: 14px;
  text-align: center;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.scroll-down span::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0px;
  left: 20px;
  margin-left: 0px;
  width: 1px;
  height: 70px;
  background: #fff;
  content: "";
}
/* FOOTER */
.footer-spacing {
  width: 100%;
  float: left;
  background: #1ba6b7;
}
.footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 50px 60px 0px;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.footer img {
  width: 100%;
  max-width: 280px;
  margin: 50px auto;
  display: inline-block;
}
.footer .social-media {
  width: 100%;
  float: left;
  display: none;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}
.footer .social-media li {
  display: inline-block;
  margin: 0 10px;
  list-style: none;
}
.footer .social-media li a {
  float: left;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.footer .title_footer {
  font-weight: 100;
  letter-spacing: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .footer .title_footer {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer .title_footer {
    line-height: 17px;
    line-height: 1.0625rem;
  }
}
.footer .tagline {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 50px;
  padding: 0 10%;
  width: 100%;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 1px;
  font-weight: 100;
}
@media only screen and (max-width: 1280px) {
  .footer .tagline {
    font-size: 25px;
    font-size: 1.5625rem;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer .tagline {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer .tagline {
    padding: 0px;
  }
}
.footer .footer-bar {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 50px;
  padding: 20px 0;
}
.footer .footer-bar span {
  font-size: 12px;
}
.footer .footer-bar span a {
  color: #fff;
  font-weight: 600;
}
.btn-footer {
  height: 60px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 40px;
  margin-bottom: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 58px;
  line-height: 3.625rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  color: #fff;
  overflow: hidden;
  background: #1ba6b7;
}
.btn-footer * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.btn-footer span {
  position: relative;
  display: inline-block;
  text-align: center;
}
.btn-footer span:before {
  position: absolute;
  top: 100%;
  width: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-footer span:hover {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
._index .logo {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
._index .destacado {
  padding: 250px 0px;
  text-align: center;
  background-size: cover;
  background-position: center;
  z-index: 10;
}
._index .destacado:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
._index .destacado:before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #131314;
  background: -webkit-gradient(linear, left top, left bottom, from(#131314), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #131314, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, #131314, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, #131314, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, #131314, rgba(0, 0, 0, 0));
}
._index .destacado .title {
  text-transform: uppercase;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 35px;
  line-height: 2.1875rem;
  letter-spacing: 3px;
}
._index .destacado .title .btn-footer {
  display: block;
  width: 520px;
  margin: 20px auto;
  background: #26a4b1;
}
._index .destacado .title .btn-footer span {
  width: 100%;
}
._index .destacado .title .btn-footer span::before {
  left: 0px;
}
@media only screen and (max-width: 640px) {
  ._index .destacado .title .btn-footer {
    width: 100%;
  }
}
@media only screen and (max-width: 823px) {
  ._index .destacado {
    padding: 100px 0px;
  }
  ._index .destacado .title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 27px;
    line-height: 1.6875rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 640px) {
  ._index .destacado {
    padding: 50px 0px;
  }
}
._index .porque {
  display: inline-block;
  width: 100%;
  padding: 150px 0px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  ._index .porque {
    padding: 50px 0px;
  }
}
._index .porque .into {
  text-align: center;
}
._index .porque .into figure {
  display: inline-block;
  width: 150px;
  margin: auto;
  background: #1ba6b7;
  padding: 30px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: -70px;
}
._index .porque .into figure img {
  max-width: 100%;
}
._index .porque .into figcaption {
  padding: 80px 10px 5px;
  border: solid 1px #1ba6b7;
}
._index .porque .into figcaption h2 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  ._index .porque .into figcaption h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
._index .porque .into p {
  padding: 5px 10px 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-align: left;
  color: #777;
}
@media only screen and (max-width: 1280px) {
  ._index .porque .into p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  ._index .porque .into {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  ._index .porque .into {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
._index .listado {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  padding: 50px 0px;
  width: 100%;
}
._index .listado .swiper-containerb {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
._index .listado .swiper-containerb .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
}
._index .listado .swiper-containerb .swiper-slide .foto {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0;
  background: #fff;
  position: relative;
}
._index .listado .swiper-containerb .swiper-slide .foto a {
  display: inline-block;
  width: 100%;
  float: left;
}
._index .listado .swiper-containerb .swiper-slide .foto .num {
  position: absolute;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  width: 85px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 10px;
  line-height: 0.625rem;
  z-index: 100000;
  background: rgba(7, 92, 102, 0.5);
  top: 20px;
  right: 10px;
  text-align: center;
  color: #fff;
}
._index .listado .swiper-containerb .swiper-slide .foto .num small {
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  width: 100%;
  line-height: 27px;
  line-height: 1.6875rem;
}
._index .listado .swiper-containerb .swiper-slide .texto {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 8px;
  background: #fff;
}
._index .listado .swiper-containerb .swiper-slide .texto .content-title {
  display: inline-block;
  width: 100%;
  bottom: 70px;
  position: absolute;
  left: 0px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
}
._index .listado .swiper-containerb .swiper-slide .texto .content-title .title {
  color: #333;
  margin: 0px;
  text-align: left;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 900;
  min-height: 36px;
}
._index .listado .swiper-containerb .swiper-slide .texto .link {
  float: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #333;
  position: relative;
}
._index .listado .swiper-containerb .swiper-slide .texto .link:hover {
  text-decoration: none;
}
._index .listado .swiper-containerb .swiper-slide .texto .link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 8px;
  width: 0;
  transition: width 0s ease, background .25s ease;
  mix-blend-mode: color;
}
._index .listado .swiper-containerb .swiper-slide .texto .link:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 12px;
  width: 0;
  background: #1ba6b7;
  transition: width .25s ease;
  mix-blend-mode: color;
}
._index .listado .swiper-containerb .swiper-slide .texto .link:hover:before {
  width: 100%;
  background: #1ba6b7;
  transition: width .25s ease;
}
._index .listado .swiper-containerb .swiper-slide .texto .link:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
._index .section-counter {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  padding: 100px 0px;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  z-index: 10;
}
@media only screen and (max-width: 1000px) {
  ._index .section-counter {
    display: none;
  }
}
._index .section-counter:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
._index .section-counter:before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #131314;
  background: -webkit-gradient(linear, left top, left bottom, from(#131314), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #131314, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, #131314, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, #131314, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, #131314, rgba(0, 0, 0, 0));
}
._index .section-counter .quote-name {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
}
._index .section-counter .quote-name:before {
  bottom: 40px;
}
._index .section-counter .counter-wrap {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
._index .section-counter .counter-wrap .dat {
  display: inline-block;
  float: left;
}
._index .section-counter .counter-wrap .dat .counter-number {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 900;
  color: #fff;
}
._index .section-counter .counter-wrap .dat .sub-info {
  color: #26a4b1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
._index .section-doble {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
._index .section-doble .dia,
._index .section-doble .noche {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 200px 0px;
  width: 50%;
  text-align: center;
  background-size: cover;
  background-position: center;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  ._index .section-doble .dia,
  ._index .section-doble .noche {
    width: 100%;
  }
}
._index .section-doble .dia .content,
._index .section-doble .noche .content {
  background: #fff;
  width: 50%;
  margin: 0px auto;
  display: block;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  padding: 30px;
}
@media only screen and (max-width: 980px) {
  ._index .section-doble .dia .content,
  ._index .section-doble .noche .content {
    width: 80%;
  }
}
._index .section-doble .dia .content .title,
._index .section-doble .noche .content .title {
  background-position: 50% 31%;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  line-height: 43px;
  line-height: 2.6875rem;
}
@media only screen and (max-width: 980px) {
  ._index .section-doble .dia .content .title,
  ._index .section-doble .noche .content .title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
._index .section-doble .dia .content p,
._index .section-doble .noche .content p {
  color: #333;
}
._index .section-doble .dia .content .link,
._index .section-doble .noche .content .link {
  text-transform: uppercase;
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #333;
  position: relative;
}
._index .section-doble .dia .content .link:hover,
._index .section-doble .noche .content .link:hover {
  text-decoration: none;
}
._index .section-doble .dia .content .link:before,
._index .section-doble .noche .content .link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 8px;
  width: 0;
  transition: width 0s ease, background .25s ease;
  mix-blend-mode: color;
}
._index .section-doble .dia .content .link:after,
._index .section-doble .noche .content .link:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 12px;
  width: 0;
  background: #1ba6b7;
  transition: width .25s ease;
  mix-blend-mode: color;
}
._index .section-doble .dia .content .link:hover:before,
._index .section-doble .noche .content .link:hover:before {
  width: 100%;
  background: #1ba6b7;
  transition: width .25s ease;
}
._index .section-doble .dia .content .link:hover:after,
._index .section-doble .noche .content .link:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
/* CONTACT */
@media only screen and (max-width: 1280px) {
  .error {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.error .title {
  z-index: 100;
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .error .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .error .title {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .error .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 360px) {
  .error .title {
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.error .into-error {
  padding: 0px 50px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
  .error .into-error {
    padding: 0px;
  }
}
.error .into-error h4 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1ba6b7;
}
.error .into-error a {
  color: #26a4b1;
}
.error .into-error a:hover {
  color: #1ba6b7;
}
@media only screen and (max-width: 1280px) {
  .steps {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.steps .into-steps {
  padding: 0px 50px;
}
@media only screen and (max-width: 480px) {
  .steps .into-steps {
    padding: 0px;
  }
}
.steps .into-steps ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.steps .into-steps ul li {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 20px 80px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1px;
  position: relative;
}
.steps .into-steps ul li::before {
  z-index: 5;
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: 23px;
  top: 23;
  background: #1ba6b7;
}
.steps .into-steps ul li:last-child::before {
  display: none;
}
.steps .into-steps ul li i {
  z-index: 100;
  font-style: normal;
  position: absolute;
  left: 0px;
  font-weight: 900;
  font-size: 36px;
  font-size: 2.25rem;
  width: 55px;
  height: 55px;
  line-height: 55px;
  line-height: 3.4375rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  background: #1ba6b7;
  color: #ededed;
}
.contact {
  padding: 0px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .contact {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact .title {
  z-index: 100;
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.contact .title strong {
  position: relative;
  border-bottom: 0px;
  color: #ededed;
  margin: 0px;
  padding: 0px;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  letter-spacing: 3px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .contact .title strong {
    width: 100%;
    display: inline-block;
  }
}
.contact .title::after {
  z-index: 10;
  content: '';
  width: 45%;
  height: 10px;
  position: absolute;
  left: 0px;
  bottom: -15px;
  background: #1ba6b7;
}
@media only screen and (max-width: 640px) {
  .contact .title::after {
    width: 100%;
  }
}
.contact .title::before {
  z-index: 5;
  content: '';
  width: 55%;
  height: 100%;
  position: absolute;
  right: 3px;
  top: -6px;
  background: #1ba6b7;
}
@media only screen and (max-width: 640px) {
  .contact .title::before {
    width: 100%;
    height: 50%;
    position: absolute;
    right: 3px;
    top: 39%;
  }
}
.contact form {
  position: relative;
  z-index: 200;
}
.contact form .planselec {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: solid 2px #1ba6b7;
}
.contact form .planselec figure {
  display: inline-block;
  float: left;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .contact form .planselec figure {
    width: 30%;
  }
}
.contact form .planselec figcaption {
  padding-left: 20px;
  display: inline-block;
  float: left;
  width: 80%;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1ba6b7;
}
.contact form .planselec figcaption strong {
  display: block;
  color: #fff;
  text-transform: none;
  letter-spacing: 1px;
  margin: 5px 0px;
  font-weight: 900;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .contact form .planselec figcaption {
    width: 70%;
  }
  .contact form .planselec figcaption h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact form .planselec figcaption strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
    font-weight: 700;
  }
}
.polPriv {
  position: relative;
  padding: 0px 20px 20px;
  width: 100%;
}
.polPriv input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.polPriv input[type=checkbox]:checked + label {
  background-color: rgba(27, 166, 183, 0.4);
}
.polPriv input[type=checkbox]:checked + label:after {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  color: #1ba6b7;
  font-size: 13px;
  font-size: 0.8125rem;
}
.polPriv label {
  width: 25px !important;
  height: 25px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(27, 166, 183, 0.2);
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 30px;
}
.polPriv span {
  float: left;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 3px;
  margin-left: 30px;
}
.polPriv span a {
  color: #1ba6b7;
  font-weight: 600;
}
.polPriv span a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .polPriv span {
    width: 80%;
  }
}
@media only screen and (max-width: 375px) {
  .polPriv span {
    width: 75%;
  }
}
._ficha {
  overflow-x: hidden !important;
}
._ficha .int-hero {
  width: 100%;
  min-height: 480px;
  position: relative;
  background-size: cover;
  background-position: 50% 0px;
}
@media only screen and (max-width: 1024px) {
  ._ficha .int-hero {
    min-height: 280px;
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 640px) {
  ._ficha .int-hero {
    min-height: 200px;
    padding: 80px 20px;
  }
}
._ficha .int-hero:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
._ficha .int-hero .inner {
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
}
._ficha .int-hero .inner h1 {
  opacity: 1;
  display: inline-block;
  transform: translateY(0px);
  width: 100%;
  line-height: 70px;
  line-height: 4.375rem;
  font-size: 60px;
  font-size: 3.75rem;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  ._ficha .int-hero .inner h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  ._ficha .int-hero .inner h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
._ficha .slider_ficha {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 30px 10px;
  width: 100%;
}
._ficha .slider_ficha .container .cont_slider {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 0px 20px 0px 0px;
}
._ficha .slider_ficha .container .cont_slider .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
._ficha .slider_ficha .container .cont_slider .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
._ficha .slider_ficha .container .minInfo {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 15px;
  background: #fff;
}
._ficha .slider_ficha .container .minInfo .desde {
  text-align: center;
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 10px 0px 0px;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 4px;
}
._ficha .slider_ficha .container .minInfo .precio {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 900;
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
._ficha .slider_ficha .container .minInfo .precio small {
  text-align: center;
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 21px;
  line-height: 1.3125rem;
}
._ficha .slider_ficha .container .minInfo .btn {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 20px 0px;
  padding: 5px;
  width: 100%;
  background: #26a4b1;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-radius: 0px;
}
._ficha .slider_ficha .container .minInfo .fecha {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0 15px 15px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
._ficha .slider_ficha .container .minInfo .fecha strong {
  text-align: center;
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 10px 0px;
  padding: 0;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00c4ff;
}
._ficha .slider_ficha .container .minInfo .duracion {
  text-align: center;
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1ba6b7;
}
._ficha .description {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 30px 40px;
  width: 100%;
}
._ficha .description .container {
  padding: 30px;
  background: #fff;
}
._ficha .description .container .about-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #444;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
._ficha .description .container .content-descripcion {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #444;
  line-height: 25px;
  line-height: 1.5625rem;
  text-align: left;
}
._ficha .informacion {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 50px 10px;
  width: 100%;
}
._ficha .informacion .alert {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
._ficha .informacion .alert .notice-box {
  display: flex;
  display: -ms-flex;
  align-items: center;
  align-items: -ms-center;
  margin: 12px 0;
  padding: 20px 30px 20px 50px;
  background-color: #d2e4f2;
}
._ficha .informacion .alert .notice-box .fa {
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  color: #3ca8dc;
  display: inline-block;
  margin-right: 30px;
  margin-left: -30px;
  float: left;
  background-color: #fff;
  border-radius: 50px;
}
._ficha .informacion .alert .notice-box .title {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
._ficha .informacion .alert .notice-box p {
  font-size: 13px;
  font-size: 0.8125rem;
}
._ficha .opciones {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 30px 40px;
  width: 100%;
  text-align: center;
}
._ficha .opciones .container {
  padding: 30px;
  background: #fff;
  display: inline-block;
  text-align: left;
}
._ficha .opciones .container .about-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #444;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
._ficha .opciones .container .list {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
._ficha .opciones .container .list .item {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0 0 30px;
  padding: 20px;
  width: 100%;
}
._ficha .opciones .container .list .item:last-child {
  margin: 0px;
}
._ficha .opciones .container .list .item .title {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0 0 15px;
  padding: 10px 0px;
  width: 50%;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  ._ficha .opciones .container .list .item .title {
    width: 100%;
  }
}
._ficha .opciones .container .list .item .precio {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  ._ficha .opciones .container .list .item .precio {
    width: 100%;
  }
}
._ficha .opciones .container .list .item .precio a {
  display: inline-block;
  background: #00c4ff;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 20px;
  float: right;
}
@media only screen and (max-width: 540px) {
  ._ficha .opciones .container .list .item .precio a {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
  }
}
._ficha .opciones .container .list .item .precio .num {
  display: inline-block;
  width: 38%;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 0px;
  line-height: 30px;
  line-height: 1.875rem;
  float: left;
}
@media only screen and (max-width: 540px) {
  ._ficha .opciones .container .list .item .precio .num {
    width: 100%;
  }
}
._ficha .opciones .container .list .item .precio .num small {
  display: block;
  width: 100%;
  float: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 10px;
  line-height: 0.625rem;
  text-align: center;
  padding-left: 0px;
  margin: 2px auto;
}
._ficha .opciones .container .list .item .precio .num small strong {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
._ficha .opciones .container .list .item .descripcion {
  border-top: solid 2px #ccc;
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 20px 0px 0px;
  width: 100%;
  list-style: none;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 20px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;
  /* Firefox */
  column-gap: 20px;
  -webkit-column-gap: 50px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 50px;
  /* Firefox */
  column-gap: 50px;
  /* Chrome, Safari, Opera */
  /* Firefox */
  -webkit-column-rule: 1px solid #a5a5a5;
  /* Chrome, Safari, Opera */
  -moz-column-rule: 1px solid #a5a5a5;
  /* Firefox */
  column-rule: 1px solid #a5a5a5;
}
@media only screen and (max-width: 960px) {
  ._ficha .opciones .container .list .item .descripcion {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  ._ficha .opciones .container .list .item .descripcion {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
._ficha .opciones .container .list .item .descripcion li {
  display: flex;
  float: left;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  padding: 7px 11px;
  border-bottom: solid 1px #ECECEC;
  vertical-align: middle;
}
.separator {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  position: relative;
  display: block;
  float: left;
  margin: 20px auto;
  padding: 0px;
  width: 100%;
}
._listado {
  overflow-x: hidden !important;
}
._listado .int-hero {
  width: 100%;
  min-height: 480px;
  position: relative;
  background-size: cover;
  background-position: 50% 0px;
}
@media only screen and (max-width: 1024px) {
  ._listado .int-hero {
    min-height: 280px;
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 640px) {
  ._listado .int-hero {
    min-height: 200px;
    padding: 80px 20px;
  }
}
._listado .int-hero:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
._listado .int-hero .inner {
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
}
._listado .int-hero .inner h1 {
  opacity: 1;
  display: inline-block;
  transform: translateY(0px);
  width: 100%;
  line-height: 70px;
  line-height: 4.375rem;
  font-size: 60px;
  font-size: 3.75rem;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  ._listado .int-hero .inner h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  ._listado .int-hero .inner h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
._listado .listado {
  display: inline-block;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  width: 100%;
}
._listado .listado .into-list {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
._listado .listado .into-list .item {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0 0 40px;
  padding: 25px;
  background: #fff;
  width: 100%;
}
._listado .listado .into-list .item .foto {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0 30px 0 0;
  width: 30%;
}
._listado .listado .into-list .item .foto a {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
._listado .listado .into-list .item .texto {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0 20px 0 0;
  width: 50%;
}
._listado .listado .into-list .item .texto .content-title {
  width: 100%;
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
}
._listado .listado .into-list .item .texto .content-title .title {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
._listado .listado .into-list .item .texto .breve {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #777;
}
._listado .listado .into-list .item .precio {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0 0 0 20px;
  border-left: solid 1px #ccc;
  width: 20%;
}
._listado .listado .into-list .item .precio .num {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-weight: 900;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
  text-transform: uppercase;
}
._listado .listado .into-list .item .precio .num small {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
._listado .listado .into-list .item .precio .ofert,
._listado .listado .into-list .item .precio .fecha {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  text-transform: uppercase;
}
._listado .listado .into-list .item .precio .ofert strong,
._listado .listado .into-list .item .precio .fecha strong {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: #1ba6b7;
}
._listado .listado .into-list .item .precio .ofert {
  margin: 10px 0px;
  line-height: 15px;
  line-height: 0.9375rem;
}
._listado .listado .into-list .item .precio .btn {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 20px 0px;
  padding: 5px;
  width: 100%;
  background: #26a4b1;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 0px;
}
._listado .row {
  width: 100%;
  margin: 0px;
}
._contacto .int-hero {
  width: 100%;
  min-height: 480px;
  position: relative;
  background-size: cover;
  background-position: 50% 0px;
}
@media only screen and (max-width: 1024px) {
  ._contacto .int-hero {
    min-height: 280px;
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 640px) {
  ._contacto .int-hero {
    min-height: 200px;
    padding: 80px 20px;
  }
}
._contacto .int-hero:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
._contacto .int-hero .inner {
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
}
._contacto .int-hero .inner h1 {
  opacity: 1;
  display: inline-block;
  transform: translateY(0px);
  width: 100%;
  line-height: 70px;
  line-height: 4.375rem;
  font-size: 60px;
  font-size: 3.75rem;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  ._contacto .int-hero .inner h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  ._contacto .int-hero .inner h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
._contacto .into-contact {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 150px 0px;
}
@media only screen and (max-width: 640px) {
  ._contacto .into-contact {
    padding: 50px 0px;
  }
}
._contacto .into-contact .contact form .form-group {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
._contacto .into-contact .contact form label {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  z-index: 2;
}
._contacto .into-contact .contact form label span {
  float: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #e9e9e9;
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 10px;
  padding: 0 6px;
  font-weight: 600;
  margin-bottom: -15px;
}
._contacto .into-contact .contact form input[type="text"],
._contacto .into-contact .contact form input[type="email"],
._contacto .into-contact .contact form input[type="number"],
._contacto .into-contact .contact form input[type="tel"] {
  width: 100%;
  height: 50px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 0px;
  background: #e9e9e9;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
._contacto .into-contact .contact form textarea {
  width: 100%;
  height: 100px;
  float: left;
  line-height: 25px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px;
  background: #e9e9e9;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
._contacto .into-contact .contact form button[type="submit"] {
  height: 60px;
  line-height: 58px;
  display: inline-block;
  border: none;
  padding: 0 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #26a4b1;
  overflow: hidden;
  cursor: pointer;
}
._contacto .into-contact .contact form .alert {
  width: 100%;
  float: left;
  background: #cc00004f;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
}
._contacto .into-contact .contact form .alert::before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f106';
  position: absolute;
  top: -7px;
  left: 14px;
  display: inline-block;
  color: #330001;
  font-size: 60px;
  font-size: 3.75rem;
}
._contacto .into-contact .contact #success,
._contacto .into-contact .contact #error {
  display: none;
  float: left;
}
._contacto .into-contact .contact #contact label.error {
  width: 100%;
  color: #f50c1a;
  margin-top: 10px;
  text-align: center;
}
._contacto .into-contact .contact #contact input.error {
  width: 100%;
  border: 1px solid #f50c1a;
}
._contacto .into-contact .contact #contact textarea.error {
  width: 100%;
  border: 1px solid #f50c1a;
}
._contacto .into-contact .contact .plannoselec h3 {
  float: left;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 3px;
  margin-left: 0px;
  text-transform: uppercase;
}
._contacto .into-contact .contact .plannoselec .int_nw {
  background: #ededed;
  color: #333;
  cursor: pointer;
  border-radius: 0px;
  margin-bottom: 50px;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 17px;
  font-size: 1.0625rem;
}
._contacto .row {
  width: 100%;
  margin: 0px;
}
._contacto .sec-icons {
  padding: 80px 20px 20px;
  width: 100%;
  position: relative;
}
._contacto .sec-icons .item {
  display: inline-block;
  padding: 20px;
  position: relative;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  ._contacto .sec-icons .item {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  ._contacto .sec-icons .item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
._contacto .sec-icons .item .fbox-plain {
  display: inline-block;
  padding: 20px 0px;
  position: relative;
  float: left;
  width: 100%;
  border: solid 1px #ffffff;
  min-height: 125px;
}
._contacto .sec-icons .item .fbox-plain .fbox-icon {
  position: absolute;
  display: inherit;
  float: none;
  margin: 0;
  padding: 0;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  font-size: 50px;
  font-size: 3.125rem;
  background: #ededed;
  color: #1ba6b7;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  line-height: 5rem;
}
._contacto .sec-icons .item .fbox-plain .title {
  position: inherit;
  display: inherit;
  float: inherit;
  margin: 0px;
  padding: 10px 0 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 'Lato', sans-serif;
  font-family: 400;
  font-style: italic;
}
._contacto .sec-icons .item .fbox-plain span,
._contacto .sec-icons .item .fbox-plain a {
  font-size: 16px;
  font-size: 1rem;
  color: #1ba6b7;
}
._contacto .sec-icons .item .fbox-plain span.phone,
._contacto .sec-icons .item .fbox-plain a.phone {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
}
._contacto .sec-icons .item .fbox-plain a:hover {
  color: #3cd0e2;
}
._gracias .int-hero {
  width: 100%;
  min-height: 480px;
  position: relative;
  background-size: cover;
  background-position: 50% 0px;
}
@media only screen and (max-width: 1024px) {
  ._gracias .int-hero {
    min-height: 280px;
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 640px) {
  ._gracias .int-hero {
    min-height: 200px;
    padding: 80px 20px;
  }
}
._gracias .int-hero:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
._gracias .int-hero .inner {
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
}
._gracias .int-hero .inner h1 {
  opacity: 1;
  display: inline-block;
  transform: translateY(0px);
  width: 100%;
  line-height: 70px;
  line-height: 4.375rem;
  font-size: 60px;
  font-size: 3.75rem;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  ._gracias .int-hero .inner h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  ._gracias .int-hero .inner h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
._gracias .into-contact {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 100px 0px;
}
._gracias .into-contact h2 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
._gracias .row {
  width: 100%;
  margin: 0px;
}
._gracias .steps {
  margin-top: 100px;
}
._gracias .steps .title {
  width: 100%;
}
._error .int-hero {
  width: 100%;
  min-height: 480px;
  position: relative;
  background-size: cover;
  background-position: 50% 0px;
}
@media only screen and (max-width: 1024px) {
  ._error .int-hero {
    min-height: 280px;
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 640px) {
  ._error .int-hero {
    min-height: 200px;
    padding: 80px 20px;
  }
}
._error .int-hero:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
._error .int-hero .inner {
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
}
._error .int-hero .inner h1 {
  opacity: 1;
  display: inline-block;
  transform: translateY(0px);
  width: 100%;
  line-height: 70px;
  line-height: 4.375rem;
  font-size: 60px;
  font-size: 3.75rem;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  ._error .int-hero .inner h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  ._error .int-hero .inner h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
._error .into-error ul {
  list-style: none;
  padding: 0px;
}
._error .into-error ul li h4 {
  color: #333;
}
._error .into-error ul li a {
  color: #26a4b1;
}
._error .into-contact {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 150px 0px;
}
@media only screen and (max-width: 640px) {
  ._error .into-contact {
    padding: 50px 0px;
  }
}
._error .row {
  width: 100%;
  margin: 0px;
}
._error .contact form .form-group {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
._error .contact form label {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  z-index: 2;
}
._error .contact form label span {
  float: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #e9e9e9;
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 10px;
  padding: 0 6px;
  font-weight: 600;
  margin-bottom: -15px;
}
._error .contact form input[type="text"],
._error .contact form input[type="email"],
._error .contact form input[type="number"],
._error .contact form input[type="tel"] {
  width: 100%;
  height: 50px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 0px;
  background: #e9e9e9;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
._error .contact form textarea {
  width: 100%;
  height: 100px;
  float: left;
  line-height: 25px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px;
  background: #e9e9e9;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
._error .contact form button[type="submit"] {
  height: 60px;
  line-height: 58px;
  display: inline-block;
  border: none;
  padding: 0 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #26a4b1;
  overflow: hidden;
  cursor: pointer;
}
._error .contact form .alert {
  width: 100%;
  float: left;
  background: #cc00004f;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
}
._error .contact form .alert::before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f106';
  position: absolute;
  top: -7px;
  left: 14px;
  display: inline-block;
  color: #330001;
  font-size: 60px;
  font-size: 3.75rem;
}
._error .contact #success,
._error .contact #error {
  display: none;
  float: left;
}
._error .contact #contact label.error {
  width: 100%;
  color: #f50c1a;
  margin-top: 10px;
  text-align: center;
}
._error .contact #contact input.error {
  width: 100%;
  border: 1px solid #f50c1a;
}
._error .contact #contact textarea.error {
  width: 100%;
  border: 1px solid #f50c1a;
}
._error .contact .plannoselec h3 {
  float: left;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 3px;
  margin-left: 0px;
  text-transform: uppercase;
}
._error .contact .plannoselec .int_nw {
  background: #ededed;
  color: #333;
  cursor: pointer;
  border-radius: 0px;
  margin-bottom: 50px;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 17px;
  font-size: 1.0625rem;
}
._404 .int-hero {
  width: 100%;
  min-height: 480px;
  position: relative;
  background-size: cover;
  background-position: 50% 0px;
}
@media only screen and (max-width: 1024px) {
  ._404 .int-hero {
    min-height: 280px;
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 640px) {
  ._404 .int-hero {
    min-height: 200px;
    padding: 80px 20px;
  }
}
._404 .int-hero:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
._404 .int-hero .inner {
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
}
._404 .int-hero .inner h1 {
  opacity: 1;
  display: inline-block;
  transform: translateY(0px);
  width: 100%;
  line-height: 70px;
  line-height: 4.375rem;
  font-size: 60px;
  font-size: 3.75rem;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  ._404 .int-hero .inner h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  ._404 .int-hero .inner h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
._404 .into-contact {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 150px 0px;
}
@media only screen and (max-width: 640px) {
  ._404 .into-contact {
    padding: 50px 0px;
  }
}
._404 .row {
  width: 100%;
  margin: 0px;
}
._cookies a {
  color: #26a4b1;
}
._cookies .int-hero {
  width: 100%;
  min-height: 480px;
  position: relative;
  background-size: cover;
  background-position: 50% 0px;
}
@media only screen and (max-width: 1024px) {
  ._cookies .int-hero {
    min-height: 280px;
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 640px) {
  ._cookies .int-hero {
    min-height: 200px;
    padding: 80px 20px;
  }
}
._cookies .int-hero:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
._cookies .int-hero .inner {
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 100;
  position: relative;
}
._cookies .int-hero .inner h1 {
  opacity: 1;
  display: inline-block;
  transform: translateY(0px);
  width: 100%;
  line-height: 70px;
  line-height: 4.375rem;
  font-size: 60px;
  font-size: 3.75rem;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  ._cookies .int-hero .inner h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
@media only screen and (max-width: 640px) {
  ._cookies .int-hero .inner h1 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
._cookies .into-contact {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 150px 0px;
}
@media only screen and (max-width: 640px) {
  ._cookies .into-contact {
    padding: 50px 0px;
  }
}
._cookies .row {
  width: 100%;
  margin: 0px;
}
/* RESPONSIVE MEDIUM  FIXES */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .slider .swiper-container .swiper-slide .inner {
    padding: 0 60px;
  }
  .icon-features p {
    padding: 0;
  }
  .icon-features h3 {
    font-size: 20px;
  }
  .side-image-content .inner .contenty h2 {
    font-size: 2em;
    text-indent: 0;
  }
  .awards h2 {
    font-size: 3em;
    text-indent: 0;
  }
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .slider .swiper-container .swiper-button-prev {
    right: 160px;
  }
  .slider .swiper-container .swiper-button-line {
    right: 110px;
  }
  .slider .swiper-container .swiper-button-next {
    right: 60px;
  }
  .works .grid-item {
    width: 50%;
  }
  .works .grid-item-double {
    width: 100%;
  }
  .int-hero .video-bg {
    display: none;
  }
  .side-image-content {
    display: block;
  }
  .side-image-content .inner {
    width: 100%;
    float: left;
    display: block;
  }
  .side-image-content .inner .contenty {
    padding: 100px 15%;
  }
  .contact form input[type="text"] {
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .contact form textarea {
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .slider .swiper-container .swiper-slide .inner p {
    max-width: 100%;
  }
  .slider .swiper-container .swiper-button-prev {
    display: none;
  }
  .slider .swiper-container .swiper-button-line {
    display: none;
  }
  .slider .swiper-container .swiper-button-next {
    display: none;
  }
  .slider .swiper-container .swiper-pagination-fraction {
    display: none;
  }
  .scroll-down {
    display: none;
  }
  .int-hero {
    padding-left: 30px;
    padding-right: 30px;
  }
  .int-hero .inner h2 {
    max-width: 100%;
    font-size: 3.5em;
  }
  .content {
    width: 100%;
    padding: 0 15px;
  }
  .about-studio .hero-image {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .about-studio .hero-image img {
    width: 150%;
    max-width: inherit;
  }
  .about-studio h5 {
    font-size: 2em;
  }
  .about-studio p:last-child {
    max-width: 100%;
    margin-bottom: 0;
  }
  .team-members .member {
    width: 50%;
  }
  .works .grid-item {
    width: 100%;
  }
  .works .grid-item-double {
    width: 100%;
  }
  .icon-features a {
    margin-bottom: 50px;
  }
  .side-image-content {
    margin-bottom: 0;
  }
  .side-image-content .inner .contenty .award-list li span {
    float: none;
  }
  .side-image-content .inner .main-image {
    margin-bottom: 0;
  }
  .side-image-content .inner .sub-image {
    width: 100%;
    float: left;
    position: static;
    margin: 0;
  }
  .awards {
    text-align: center;
  }
  .awards h5:before {
    display: none;
  }
  .awards .award {
    width: 60%;
    margin: 0 20%;
    margin-top: -1px;
  }
  .clients ul li {
    width: 50%;
  }
  .clients ul li:after {
    display: none;
  }
  .journal .post.highlight {
    margin-bottom: 50px;
  }
  .journal .post figure {
    overflow: hidden;
  }
  .journal .post figure img {
    width: 150%;
    max-width: inherit;
  }
  .journal .post.highlight .post-content {
    padding: 15px;
    padding-right: 0;
  }
  .journal .post.highlight .post-content h3 {
    font-size: 2em;
  }
  .journal .post.highlight .post-content p {
    display: none;
  }
  .contact .titles {
    padding: 0;
  }
  .footer {
    padding: 0 15px;
  }
  .footer h2 {
    font-size: 3em;
    padding: 0;
  }
  .footer .social-media {
    display: block;
  }
  .footer .footer-bar span {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .slider .swiper-container .swiper-slide .inner {
    padding: 0 20px;
  }
}
#jquery-cookie-law-script,
#jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999 !important;
  display: none;
  width: 100%;
  border-color: #CCC;
  border-style: solid;
  border-top-width: 1px;
  background: #EEE;
  color: #F1F1F3;
  font-size: 15px;
  font-size: 0.9375rem;
}
#jquery-cookie-law-script.claro {
  color: #333;
  background: #EEE;
  border-color: #CCC;
}
#jquery-cookie-law-script.naranja {
  color: #fff;
  background: #004e66 !important;
  border-color: #1ba6b7;
}
#jquery-cookie-law-script.verde {
  color: #fff;
  background: #390 !important;
  border-color: #060;
}
#jquery-cookie-law-script.azul {
  color: #fff;
  background: #09c !important;
  border-color: #069;
}
#jquery-cookie-law-script.amarillo {
  color: #fff;
  background: #fc0 !important;
  border-color: #c90;
}
#jquery-cookie-law-script.violeta {
  color: #fff;
  background: #939 !important;
  border-color: #606;
}
#jquery-cookie-law-script.rojo {
  color: #fff;
  background: #c00 !important;
  border-color: #900;
}
#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}
#jquery-cookie-law-script.absolute {
  position: absolute;
}
#jquery-cookie-law-script a {
  color: #3B89C7;
}
/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  /*  background: rgba(32, 34, 38, 0.8); */
}
#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC;
}
#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  width: 70%;
}
#jquery-cookie-law-script a.cookie-law-button {
  text-transform: uppercase;
  padding: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #1ba6b7;
  /* Color botón Aceptar */
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  display: block;
  width: 100%;
  float: none;
  margin: 3px auto;
}
#jquery-cookie-law-script #cookie-law-container-box #cookie-law-action {
  width: 20%;
  position: relative;
  top: 0px;
  text-align: center;
}
@media (max-width: 960px) {
  #jquery-cookie-law-script #cookie-law-message {
    width: 100%;
  }
  #jquery-cookie-law-script #cookie-law-container {
    padding-top: 40px;
  }
  #jquery-cookie-law-script #cookie-law-container-box #cookie-law-action {
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  #jquery-cookie-law-script #cookie-law-message {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}
#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  color: #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#jquery-cookie-law-script a#cookie-law-button-more {
  background: #999;
  /* Color botón más info */
  color: #FFF;
  padding: 1px;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover,
#jquery-cookie-law-script a#cookie-law-button-more:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}
#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5;
}
#jquery-cookie-law-script #cookie-law-info-container {
  /*  padding: 10px 20px;*/
  padding: 20px;
}
#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}
#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3B89C7;
}

/*# sourceMappingURL=style.css.map */