@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700');
.tag {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #494949;
  display: block;
}
h1 {
  font-weight: 400;
  font-size: 48px;
  color: #000;
  letter-spacing: -0.025em;
  margin: 10px 0 12px;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 36px;
}
h3 {
  font-size: 21px;
  color: #020202;
  font-weight: 500;
  letter-spacing: -0.025em;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  line-height: 1.8em;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
p.lead {
  font-size: 18px;
  color: #494949;
  font-weight: 400;
  line-height: 1.6em;
}
p.gordo {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.6em;
}
.btn-line-big {
  font-weight: 600;
  font-size: 16px;
  color: #e81f27;
  border: 1px solid #e81f27;
  padding: 14px 25px;
  display: inline-block;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-big:hover {
  background: #e81f27;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .btn-line-big {
    padding: 12px 25px;
  }
}
.btn-fill-big {
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  border: 1px solid #e81f27;
  padding: 16px 28px;
  display: inline-block;
  background: #e81f27;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-big:hover {
  background: #FFF;
  color: #e81f27;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .btn-fill-big {
    padding: 12px 25px;
  }
}
.btn-fill {
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  border: 1px solid #e81f27;
  padding: 9px 25px;
  display: inline-block;
  background: #e81f27;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill:hover {
  background: #FFF;
  color: #e81f27;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .btn-fill {
    padding: 9px 25px;
  }
}
.btn-line {
  font-weight: 600;
  font-size: 14px;
  color: #e81f27;
  border: 1px solid #e81f27;
  padding: 9px 25px;
  display: inline-block;
  background: #FFF;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line:hover {
  background: #e81f27;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .btn-line {
    padding: 9px 25px;
  }
}
.btn-simple {
  font-weight: 600;
  font-size: 16px;
  color: #e81f27;
  padding: 5px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-simple:hover {
  color: #bf0e15;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-simple-s {
  font-weight: 400;
  font-size: 14px;
  color: #e81f27;
  padding: 5px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-simple-s:hover {
  color: #bf0e15;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.cond {
  letter-spacing: -0.025em;
}
.upper {
  text-transform: uppercase;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Poppins', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
.marco {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .marco {
    border: 20px solid #FFF;
  }
}
@media (min-width: 992px) {
  .marco {
    border: 25px solid #FFF;
  }
}
@media (min-width: 1200px) {
  .marco {
    border: 29px solid #FFF;
  }
}
@media (max-width: 767px) {
  .marco {
    border: 10px solid #FFF;
  }
}
header {
  background: #000;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  header.inv {
    background: #000;
  }
}
@media (min-width: 992px) {
  header.inv {
    background: #f1f3f6;
  }
}
@media (max-width: 767px) {
  header.inv {
    background: #000;
  }
}
header.inv nav li a {
  color: #020202;
}
header.inv nav li a:hover {
  color: #020202;
}
header:after {
  clear: both;
}
header .logo {
  float: left;
  padding: 21px;
  background: #000;
  text-align: center;
}
@media (min-width: 768px) {
  header .logo {
    width: 180px;
  }
  header .logo img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  header .logo {
    width: 120px;
    padding: 21px 10px;
  }
  header .logo img {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  header .logo {
    padding: 21px;
    width: 218px;
  }
  header .logo img {
    width: 141px;
  }
}
@media (max-width: 767px) {
  header .logo {
    width: 140px;
  }
  header .logo img {
    width: 100%;
  }
}
header .yt {
  position: absolute;
  top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #555;
  border: 1px solid #CCC;
  padding: 4px 25px;
}
@media (min-width: 768px) {
  header .yt {
    right: 100px;
  }
}
@media (min-width: 992px) {
  header .yt {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  header .yt {
    right: 50px;
  }
}
@media (max-width: 767px) {
  header .yt {
    display: none;
  }
}
header .yt:hover {
  background: #555;
  color: #FFF;
}
header nav {
  float: right;
  margin-right: 20px;
}
@media (min-width: 768px) {
  header nav {
    display: none;
  }
}
@media (min-width: 992px) {
  header nav {
    display: block;
  }
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  text-align: right;
  padding: 0;
}
@media (min-width: 768px) {
  header nav ul {
    margin: 38px 0 0 0;
  }
}
@media (min-width: 992px) {
  header nav ul {
    margin: 46px 0 0 0;
  }
}
header nav li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  header nav li {
    padding-right: 5px;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  header nav li {
    padding-right: 10px;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  header nav li {
    padding-right: 15px;
    font-size: 13px;
  }
}
header nav li a {
  color: #FFF;
  display: block;
  padding: 11px 0;
  border-bottom: 4px solid transparent;
  font-size: 14px;
  font-weight: 500;
}
header nav li a:hover {
  color: #FFF;
  border-bottom: 4px solid #e81f27;
}
header nav li a.active {
  color: #FFF;
  border-bottom: 4px solid #e81f27;
}
@media (min-width: 992px) {
  header nav li a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  header nav li a {
    font-size: 14px;
  }
}
footer {
  background: #000;
  padding: 54px 0 70px;
}
@media (min-width: 768px) {
  footer {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  footer {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  footer {
    margin-top: 29px;
  }
}
@media (max-width: 767px) {
  footer {
    margin-top: 10px;
  }
}
footer .redes {
  margin-top: 20px;
}
footer .redes a {
  background: #1b1b1b;
  color: #969696;
  margin-right: 3px;
  font-size: 21px;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  padding: 7px 0;
}
footer .redes a:hover {
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer h6 {
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 28px;
}
footer .txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 2em;
  color: #969696;
}
footer .txt a {
  color: #969696;
}
footer .txt a:hover {
  color: #FFF;
}
footer .pais {
  background: #1b1b1b;
  color: #969696;
  padding: 12px;
  font-size: 12px;
  font-weight: 500;
}
footer .pais img {
  padding-right: 5px;
  vertical-align: middle;
}
footer .copy {
  margin-top: 70px;
  font-size: 10px;
  font-weight: 500;
  color: #969696;
}
@media (max-width: 767px) {
  footer .copy {
    margin-top: 20px;
  }
  footer .copy .text-right {
    text-align: left;
  }
}
footer .copy a {
  color: #969696;
}
footer .copy a:hover {
  color: #FFF;
}
.hero {
  position: relative;
  height: 600px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero {
    margin-top: 96px;
  }
}
@media (min-width: 992px) {
  .hero {
    margin-top: 107px;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .hero {
    margin-top: 96px;
  }
}
.hero .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.hero .txt {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .hero .txt {
    left: 20px;
    right: 20px;
    bottom: 30px;
    transform: none;
  }
}
.hero .txt .pre {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.hero .txt .tit {
  font-size: 48px;
  color: #FFF;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
@media (max-width: 767px) {
  .hero .txt .tit {
    font-size: 32px;
  }
}
.hero .txt p {
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .hero .txt p br {
    display: none;
  }
}
.hero .txt .btn-fill-big {
  margin-top: 30px;
}
.hero-in {
  position: relative;
  height: 486px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-in {
    margin-top: 96px;
  }
}
@media (min-width: 992px) {
  .hero-in {
    margin-top: 107px;
  }
}
@media (min-width: 1200px) {
  .hero-in {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .hero-in {
    margin-top: 96px;
  }
}
.hero-in .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-in .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.hero-in .txt {
  position: absolute;
  bottom: 70px;
  left: 80px;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero-in .txt {
    left: 20px;
    right: 20px;
    bottom: 30px;
  }
}
.hero-in .txt .pre {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.hero-in .txt h1 {
  font-size: 48px;
  color: #FFF;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
@media (max-width: 767px) {
  .hero-in .txt h1 {
    font-size: 32px;
  }
  .hero-in .txt h1 br {
    display: none;
  }
}
.hero-in .txt p {
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .hero-in .txt p br {
    display: none;
  }
}
.hero-in .txt .btn-fill-big {
  margin-top: 30px;
}
.carrousel-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.carrousel-nav ul {
  margin: 0;
  padding: 0;
}
.carrousel-nav li {
  list-style: none;
  text-align: center;
}
.carrousel-nav a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.carrousel-nav a:hover {
  color: #ffffff;
}
.carrousel-nav a.active {
  color: #FFF;
}
.paginador {
  position: relative;
  margin-top: 10px;
  text-align: center;
}
.paginador a {
  color: #829090;
  font-size: 10px;
  margin: 0 7px;
}
.paginador a:hover {
  color: #f38f93;
}
.paginador a.active {
  color: #f38f93;
}
.tres-spots {
  margin-top: 98px;
}
.tres-spots a figure {
  background: #000;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.tres-spots a figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.85;
  width: 100%;
}
.tres-spots a figure figcaption {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  z-index: 3;
}
.tres-spots a figure figcaption .pre {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #FFF;
  margin-bottom: 7px;
}
.tres-spots a figure figcaption h2 {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.025em;
  color: #FFF;
  line-height: 1.2em;
  margin: 0;
}
.tres-spots a:hover figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1.1, 1.1);
  opacity: 0.7;
}
.un-spot {
  width: 100%;
  height: 490px;
  position: relative;
}
@media (max-width: 767px) {
  .un-spot {
    height: 600px;
  }
}
.un-spot .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.un-spot .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.un-spot .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 2;
  width: 50%;
}
@media (max-width: 767px) {
  .un-spot .txt {
    left: 20px;
    right: 20px;
    width: auto;
  }
}
.un-spot .txt .pre {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 7px;
}
.un-spot .txt h1 {
  font-size: 36px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: -0.025em;
  margin: 0;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .un-spot .txt h1 {
    font-size: 28px;
  }
}
.un-spot .txt p {
  color: #FFF;
  letter-spacing: -0.025em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8em;
}
.un-spot .cta {
  position: absolute;
  left: 0;
  bottom: 0;
}
.noticias .pre {
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #000;
}
.noticias h2 {
  font-size: 30px;
  letter-spacing: -0.025em;
  color: #000;
  font-weight: 400;
  margin: 7px 0 30px;
}
.noticias a article {
  overflow: hidden;
  background: #000;
  margin-bottom: 30px;
  min-height: 400px;
}
@media (max-width: 767px) {
  .noticias a article {
    min-height: auto;
  }
}
.noticias a article img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias a article .txt {
  background: #000;
  padding: 25px 30px;
  height: 137px;
  width: 100%;
  overflow: hidden;
}
.noticias a article .txt .date {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias a article .txt h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.3em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias a:hover article img {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias a:hover article .date {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias a:hover article h4 {
  color: #e81f27;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.videos .pre {
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #000;
}
.videos h2 {
  font-size: 30px;
  letter-spacing: -0.025em;
  color: #000;
  font-weight: 400;
  margin: 7px 0 30px;
}
.videos article {
  overflow: hidden;
  background: #000;
  margin-bottom: 30px;
}
.videos article iframe {
  width: 100%;
  height: 220px;
}
.videos article .txt {
  background: #000;
  padding: 25px 30px;
  height: 137px;
  width: 100%;
  overflow: hidden;
}
.videos article .txt .date {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.videos article .txt h4 {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.3em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.espacio {
  display: block;
  height: 100px;
}
@media (max-width: 767px) {
  .espacio {
    height: 50px;
  }
}
.formulario label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.formulario input {
  border: none;
  background: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  color: #020202;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.formulario textarea {
  border: none;
  background: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  color: #020202;
  padding: 8px;
  width: 100%;
  margin-bottom: 20px;
}
.formulario .select {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.formulario .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0px solid #000000;
  border-radius: 0px;
  background: #EEEEEE;
  color: #020202;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.formulario .select select::-ms-expand {
  display: none;
}
.formulario .select select:hover,
.formulario .select select:focus {
  color: #000000;
  background: #cccccc;
}
.formulario .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.formulario .select_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.formulario .select select:hover ~ .select_arrow,
.formulario .select select:focus ~ .select_arrow {
  border-top-color: #000000;
}
.formulario .select select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.guia {
  margin: 70px 0;
}
.guia .opciones {
  margin: 50px 0;
}
.guia h2 {
  margin: 0;
}
.guia a article {
  width: 100%;
  text-align: center;
  border: 1px solid #CCC;
  padding: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  .guia a article {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .guia a article {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  .guia a article {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .guia a article {
    margin-bottom: 30px;
    padding: 10px;
  }
}
.guia a article img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 100%;
  opacity: 0.5;
  display: block;
  margin: 10px auto;
}
.guia a article span {
  display: block;
  color: #848484;
}
.guia a:hover article img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.guia a.active article {
  border: 5px solid #e81f27;
}
.guia a.active article img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.guia .selectores {
  width: 100%;
  text-align: center;
  border: 1px solid #CCC;
  padding: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  .guia .selectores {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .guia .selectores {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .guia .selectores {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .guia .selectores {
    margin-bottom: 30px;
    padding: 10px;
  }
}
.guia .selectores span {
  display: block;
  color: #848484;
}
.guia .selectores .selector {
  color: #e81f27;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .guia .selectores .selector .value2 {
    padding-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .guia .selectores .selector .value2 {
    padding-top: 8px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .guia .selectores .selector .value2 {
    padding-top: 8px;
    font-size: 28px;
  }
}
.guia .selectores .selector a {
  color: #e81f27;
}
.guia .selectores .selector a:hover {
  color: #000;
}
.resultados-guia {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
}
.resultados-guia article {
  flex: 1 1 auto;
  border: 1px solid #f1f3f6;
  padding: 30px;
}
@media (min-width: 768px) {
  .resultados-guia article {
    max-width: auto;
  }
}
@media (min-width: 992px) {
  .resultados-guia article {
    max-width: 45%;
  }
}
.resultados-guia article .pre {
  font-size: 16px;
  font-weight: 600;
  color: #020202;
}
.resultados-guia article .prod {
  font-size: 28px;
  font-weight: 400;
  color: #020202;
  letter-spacing: -0.025em;
}
.resultados-guia article p {
  font-size: 14px;
}
.resultados-guia article .garantia {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.resultados-guia article .garantia img {
  margin-right: 6px;
}
.resultados-guia article .ventajas {
  margin-top: 30px;
}
.resultados-guia article .ventajas h3 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.resultados-guia article .ventajas ul {
  margin: 0 0 0 20px;
  padding: 10px 0 0 0;
}
.resultados-guia article .ventajas li {
  font-size: 14px;
  font-weight: 400;
  color: #494949;
  padding-bottom: 3px;
}
.resultados-guia article .ctas {
  margin: 30px 0 10px;
}
.resultados-guia article .ctas a {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .resultados-guia article .ctas a {
    display: block;
  }
}
.resultados-guia article .ctas .btn-simple {
  font-size: 14px;
}
.resultados-guia article .imagen {
  text-align: right;
}
.resultados-guia article .imagen img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .resultados-guia article .imagen {
    margin: 10px 0;
  }
}
.products {
  margin: 210px 0 90px;
}
.products .intro {
  margin-bottom: 70px;
}
.products .grid a figure {
  background: #f8f8f8;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 365px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .products .grid a figure {
    height: 400px;
  }
}
.products .grid a figure img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products .grid a figure figcaption {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 25px;
}
.products .grid a figure figcaption .categoria {
  font-weight: 600;
  font-size: 12px;
  color: #020202;
  letter-spacing: -0.025em;
}
.products .grid a figure figcaption .producto-name {
  font-size: 18px;
  font-weight: 400;
  color: #020202;
  letter-spacing: -0.025em;
}
.products .grid a figure figcaption .des {
  font-weight: 400;
  font-size: 12px;
  color: #020202;
  letter-spacing: -0.025em;
}
.products .grid a:hover figure {
  background: #f1f1f1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.products .grid a:hover figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(0.95, 0.95);
}
.product-related {
  margin: 100px 0 90px;
}
.product-related .pre {
  font-size: 16px;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #000;
}
.product-related h2 {
  font-size: 30px;
  letter-spacing: -0.025em;
  color: #000;
  font-weight: 400;
  margin: 7px 0 30px;
}
.product-related .intro {
  margin-bottom: 70px;
}
.product-related .grid a figure {
  background: #f8f8f8;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product-related .grid a figure {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .product-related .grid a figure {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  .product-related .grid a figure {
    height: 490px;
  }
}
@media (max-width: 767px) {
  .product-related .grid a figure {
    height: auto;
  }
}
.product-related .grid a figure img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-related .grid a figure figcaption {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 32px;
}
@media (max-width: 767px) {
  .product-related .grid a figure figcaption {
    position: relative;
    padding: 20px;
  }
}
.product-related .grid a figure figcaption .categoria {
  font-weight: 600;
  font-size: 12px;
  color: #020202;
  letter-spacing: -0.025em;
}
.product-related .grid a figure figcaption .producto-name {
  font-size: 18px;
  font-weight: 400;
  color: #020202;
  letter-spacing: -0.025em;
}
.product-related .grid a figure figcaption .des {
  font-weight: 400;
  font-size: 14px;
  color: #020202;
  letter-spacing: -0.025em;
}
.product-related .grid a:hover figure {
  background: #f1f1f1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-related .grid a:hover figure img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(0.95, 0.95);
}
.producto {
  margin: 210px 0 90px;
}
.producto hr {
  background: #f8f8f8;
  height: 10px;
  border: none;
}
@media (max-width: 767px) {
  .producto {
    margin: 140px 0 90px;
  }
}
.producto .garantia {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.producto .garantia img {
  margin-right: 6px;
}
.producto .ventajas {
  margin-top: 30px;
}
.producto .ventajas ul {
  margin: 0 0 0 20px;
  padding: 10px 0 0 0;
}
.producto .ventajas li {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  padding-bottom: 8px;
}
.producto .ctas {
  margin: 50px 0;
}
.producto .ctas a {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .producto .ctas a {
    display: block;
  }
}
.producto .imagen {
  text-align: right;
  margin-top: 60px;
}
.producto .imagen img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .producto .imagen {
    margin: 0 0 30px;
  }
}
.producto .caracteristicas {
  background: #f8f8f8;
  padding: 50px 0;
}
.producto .caracteristicas article {
  margin-bottom: 20px;
}
.producto .caracteristicas article ul {
  margin: 0 0 0 20px;
  padding: 5px 0 0 0;
}
.producto .caracteristicas article li {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  padding-bottom: 8px;
  letter-spacing: -0.025em;
}
.producto .caracteristicas article p {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  line-height: 1.6em;
}
.producto .tablas {
  padding: 70px 0;
}
.producto .tablas table {
  width: 100%;
}
.producto .tablas table td {
  font-size: 14px;
  font-weight: 400;
  color: #494949;
  border-bottom: 1px solid #d6d6d6;
  padding: 5px 0;
}
.producto .tablas table td.red {
  text-align: right;
  color: #e81f27;
}
.producto .tablas .esquema .imag img {
  max-width: 100%;
}
.producto .instalacion {
  padding: 70px 0;
}
.producto .instalacion img {
  max-width: 100%;
}
.producto .instalacion article {
  margin-bottom: 30px;
}
.contenido {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .contenido {
    margin: 50px 0;
  }
}
.contenido .img-about {
  max-width: 100%;
  margin: 50px 0 80px;
}
.contenido .iconabout {
  width: 100%;
  text-align: center;
  padding: 70px 10px;
  background: #e81f27;
}
.contenido .iconabout img {
  max-width: 100%;
}
.noticias-page {
  margin: 210px 0 90px;
}
@media (max-width: 767px) {
  .noticias-page {
    margin: 140px 0 90px;
  }
}
.noticias-page .cabezal {
  margin-bottom: 50px;
}
.noticias-page .cabezal nav {
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.noticias-page .cabezal nav ul {
  margin: 0;
  padding: 0;
}
.noticias-page .cabezal nav li {
  list-style: none;
  display: inline-block;
  margin: 0 30px 0 0;
}
.noticias-page .cabezal nav li a {
  font-size: 14px;
  font-weight: 500;
  color: #494949;
  padding: 15px 0;
  display: block;
  position: relative;
}
.noticias-page .cabezal nav li a:after {
  content: "";
  border-bottom: 8px solid #e81f27;
  display: block;
  position: absolute;
  right: 100%;
  left: 0;
  bottom: -8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias-page .cabezal nav li a:hover:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 0;
  left: 0;
}
.noticias-page .cabezal nav li a.active:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 0;
  left: 0;
}
.directorio p.gordo {
  margin-bottom: 0;
}
.directorio article .sucursal {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.directorio article p {
  font-size: 14px;
  color: #848484;
  line-height: 1.6;
  margin-bottom: 0;
}
.directorio .formulario {
  margin: 30px 0;
}
.directorio .resultados-directorio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.directorio .resultados-directorio article {
  width: 50%;
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.directorio .mapa {
  text-align: center;
}
.directorio .mapa img {
  max-width: 100%;
}
.manuales article {
  margin-bottom: 40px;
}
.manuales article img {
  max-width: 100%;
}
.manuales article h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.manuales article p {
  font-size: 14px;
  color: #848484;
  line-height: 1.4em;
}
.manuales article a {
  color: #e81f27;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.manuales article a:hover {
  color: #020202;
}
.info-contacto img {
  max-width: 100%;
}
.info-contacto .txt {
  padding: 20px 30px;
}
.info-contacto .txt h3 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.info-contacto .txt p {
  font-size: 14px;
  color: #848484;
}
.modal-header {
  border-bottom: none;
}
#mob {
  background: rgba(0, 0, 0, 0.9);
  z-index: 89;
}
#mob a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #mob {
    width: 100%;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
    top: 100px;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  #mob {
    display: none;
  }
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #000;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
    top: 96px;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
.burger {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
}
@media (min-width: 768px) {
  .burger {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
  }
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 0px;
    top: 8px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
