@charset "UTF-8";
/* Font  */
@font-face {
  font-family: SaharaBodoniW01-Regular;
  src: url("../font/Sahara-Bodoni-W01-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/Gotham-Book.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/GOTHAM-BLACK.OTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  background: transparent;
  position: relative;
  width: 100%;
  min-height: 120px;
}
div.menu img {
  max-width: 190px;
  margin: 15px auto;
  display: block;
  z-index: 1;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: #ffffff;
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0;
  top: 10px;
  height: 30px;
  width: 30px;
  padding: 33px 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin: 0 0 0 auto;
  user-select: none;
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  right: 10%;
}
div.menu ._layer {
  background: #1D1D1B;
  margin-bottom: 5px;
  border-radius: 2px;
  width: 40px;
  height: 3px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
div.menu .hamburger.is-active ._layer {
  background: #772917;
}
div.menu .hamburger:hover .-top {
  transform: translateY(-100%);
}
div.menu .hamburger:hover .-bottom {
  transform: translateY(100%);
}
div.menu .hamburger.is-active .-top {
  transform: translateY(200%) rotate(45deg) !important;
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-200%) rotate(135deg) !important;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}
div.menu .menuppal {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}
div.menu .menuppal ul {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
div.menu .menuppal ul li {
  list-style: none;
  height: 3em;
  color: #772917;
  text-align: center;
  font-family: Gotham;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #772917;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a.btnbr {
  background-color: #772917;
  padding: 5px 40px;
  color: var(--Negro, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 110% */
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  zoom: 1.1;
}
div.menu .menu .container {
  max-width: 1560px;
}

@media screen and (max-width: 992px) {
  div.menu img {
    max-width: 160px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  div.menu .hamburger {
    top: 7px;
  }
  div.menu {
    min-height: 70px;
    padding: 20px 0;
  }
  div.menu img {
    top: 5px;
    margin: 0 auto;
    position: relative;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.1rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  div.menu ._layer {
    width: 24px !important;
    height: 3px !important;
  }
  div.menu .hamburger {
    padding: 8px 0;
  }
  div.menu .menuppal ul li a.btnbr {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
  div.menu img {
    max-width: 110px;
  }
  div.menu .menuppal ul li a.btnbr {
    font-size: 15px;
    width: -moz-max-content;
    width: max-content;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

img {
  max-width: 100%;
  width: 100%;
}

p b {
  font-weight: 700;
}

h1 {
  color: #FFF;
  text-align: center;
  font-family: SaharaBodoniW01-Regular;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 142.857% */
}

.banner p {
  color: #FFF;
  text-align: center;
  font-family: Gotham;
  font-size: 22px;
  font-style: normal;
  font-weight: 325;
  line-height: 28px; /* 118.182% */
}

h6 {
  color: var(--Amarillo, #DAA900);
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h2 {
  color: var(--marrn-oscuro, #772917);
  font-family: SaharaBodoniW01-Regular;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 122.727% */
}

h3 {
  color: #FFF;
  font-family: SaharaBodoniW01-Regular;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; /* 193.333% */
}

h4 {
  color: #FFF;
  font-family: Gotham;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}

p {
  color: var(--negro, #1D1D1B);
  font-family: Gotham;
  font-size: 18px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px; /* 133.333% */
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 15px 60px 12px;
  border: 0;
  border-radius: 50px;
  background: #FFF;
  max-width: -moz-max-content;
  max-width: max-content;
  color: var(--rojo, #B53D2B);
  text-align: center;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  background-color: #fff;
  color: #000;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h2 {
    font-size: 35px;
    line-height: 44px; /* 122.727% */
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 30px;
    line-height: 38px; /* 126.667% */
  }
  .banner p {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
  }
  .btn, .btnbr, input.hs-button.primary.large {
    font-size: 14px;
    line-height: normal;
  }
  h2 {
    font-size: 34px;
    line-height: 42px; /* 116.667% */
  }
  p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  h3 {
    font-size: 23px;
    line-height: 35px; /* 152.174% */
  }
}
section.banner {
  background-image: url(../imagenes/header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 320px 15px;
}
section.banner .row {
  display: block;
}
section.banner p {
  max-width: 950px;
  margin: 0 auto 40px;
}
section.banner a {
  margin: 0 auto;
  display: block;
}

.trama {
  background-image: url(../imagenes/trama.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  section.banner {
    background-image: url(../imagenes/header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 180px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 15px;
  }
  .trama {
    background-image: url(../imagenes/trama.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
  }
}
section.nosotros {
  max-width: 1100px;
  margin: 0 auto;
  padding: 260px 15px;
}
section.nosotros .cont {
  padding: 10px 50px 10px 100px;
}
section.nosotros p {
  margin: 0;
}

@media screen and (max-width: 992px) {
  section.nosotros .cont {
    padding: 0 50px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 200px 15px 100px;
  }
}
section.beneficios .container {
  position: relative;
  width: 100%;
  max-width: 90%;
}
section.beneficios .row {
  background-color: #c2a561;
  padding: 20px;
}
section.beneficios .row .contBeneficios {
  padding: 70px 50px;
}
section.beneficios .row .contBeneficios .list {
  padding: 10px 2px;
}
section.beneficios .row .contBeneficios figure {
  margin: 0;
  text-align: center;
}
section.beneficios .row .contBeneficios figure img {
  width: 26px;
  height: 26px;
  margin: 0 auto;
}
section.beneficios .row .contBeneficios h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
}
section.beneficios .row .contBeneficios p {
  color: #FFF;
  font-family: "Gotham";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}
section.beneficios .row .row {
  padding: 0;
}

@media screen and (max-width: 992px) {
  section.beneficios .row .contBeneficios {
    padding: 0px 50px 50px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios .row {
    padding: 40px 0;
  }
  section.beneficios .row h3 {
    margin-bottom: 20px;
  }
  section.beneficios .row .contBeneficios {
    padding: 0px 20px 50px;
    margin-top: -20px;
  }
}
section.form {
  background-image: url(../imagenes/isoFondo.png);
  background-size: 400px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 15px;
  max-width: 1100px;
  margin: 0 auto;
}
section.form h3 {
  color: var(--marrn-oscuro, #772917);
  text-align: center;
}
section.form .contForm {
  max-width: 800px;
  padding: 10px 0px 10px 30px;
  margin: 0 auto;
}
section.form input.hs-button.primary.large {
  padding: 7px 80px;
  border-radius: 50px;
  background: var(--rojo, #B53D2B);
  color: #FFF;
  text-align: center;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 25px auto;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 800px;
  padding: 0;
  margin: 0;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  border-radius: 0;
  color: #000;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
  color: #000;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #000;
}
section.form input.hs-button.primary.large:hover {
  background-color: #000;
  color: #FFF;
}
section.form fieldset {
  max-width: 800px;
}
section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 90%;
}
section.form .hs_submit.hs-submit {
  max-width: 93%;
}
section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
  line-height: 15px;
}

@media screen and (max-width: 767px) {
  section.form {
    background-size: 350px;
    padding: 100px 15px;
  }
  section.form .contForm {
    padding: 10px 0px 10px 20px;
    margin: 0 auto;
  }
}
section.datos {
  padding-bottom: 200px;
}
section.datos .row {
  max-width: 1250px;
  margin: 0 auto;
}
section.datos .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 0px 9%;
}
section.datos .cont h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  section.datos .cont {
    padding: 0 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 100px 15px 150px;
  }
}
section.galeria {
  background-image: url(../imagenes/Fondogaleria.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 100px;
  /* Asegúrate de que tu contenedor principal (donde está el Swiper) tenga 'position: relative' si vas a posicionar elementos absolutos dentro de él.
  Si las flechas están fuera, puedes usar un contenedor específico para las flechas. */
  /* Estilo general para las flechas si aún no lo tienes (ajusta colores, tamaños, etc.) */
  /* Ajustes específicos para la flecha de 'prev' */
  /* Ajustes específicos para la flecha de 'next' */
  /* Es importante sobrescribir las reglas por defecto de Swiper que vienen con su JS y CSS */
  /* Usamos !important con cautela, solo si las reglas de Swiper están siendo más específicas */
  /* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
}
section.galeria .container {
  padding: 20px;
}
section.galeria h2 {
  margin-bottom: 60px;
}
section.galeria .cont {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.galeria .cont h2 {
  color: white;
  padding-top: 100px;
}
section.galeria figure.img1 {
  margin-top: 300px;
}
section.galeria .contGale {
  padding: 0;
}
section.galeria .swiper-horizontal > .swiper-pagination-bullets, section.galeria .swiper-pagination-bullets.swiper-pagination-horizontal, section.galeria .swiper-pagination-custom, section.galeria .swiper-pagination-fraction {
  top: 90%;
}
section.galeria .swiper-pagination-bullet-active {
  background: white;
}
section.galeria .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  left: 0;
  width: -moz-max-content;
  width: max-content;
  color: white;
  color: var(--Blanco, #FFF);
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 68px;
  text-transform: uppercase;
}
section.galeria .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal span.swiper-pagination-current {
  font-weight: 700;
}
section.galeria .swiper-button-prev,
section.galeria .swiper-button-next {
  width: 35px; /* Tamaño del botón */
  height: 35px; /* Tamaño del botón */
  border-radius: 50%; /* Para que sean redondos */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute; /* Hacemos que se posicionen de forma absoluta */
  top: auto; /* Anulamos cualquier 'top' por defecto */
  bottom: 0; /* Posicionamos debajo del slider, ajusta este valor según la separación que quieras */
  z-index: 10; /* Para asegurar que estén por encima de otros elementos si hay superposiciones */
  transform: translateY(0); /* Anulamos transformaciones por defecto de Swiper */
  margin-top: 0; /* Anulamos márgenes por defecto */
  color: #333; /* Color del ícono de la flecha */
  font-size: 20px; /* Tamaño del ícono de la flecha */
}
section.galeria .swiper-button-prev {
  left: 0px; /* Ajusta este valor para la separación del borde derecho */
  right: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-next {
  left: 50px; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-prev:after,
section.galeria .swiper-button-next:after {
  font-family: swiper-icons; /* Mantén esto si estás usando los íconos por defecto de Swiper */
  font-size: 20px; /* Tamaño de la flecha dentro del botón */
  color: #333; /* Color de la flecha */
  content: "next"; /* O 'prev' si estás sobrescribiendo los iconos por defecto y no usando un ícono */
}
section.galeria .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.galeria .swiper-button-prev:after {
  content: ""; /* O un Font Awesome: \f060 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
section.galeria .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.galeria .swiper-button-next:after {
  content: ""; /* O un Font Awesome: \f061 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
section.galeria .swiper.mySwiper2 {
  padding-bottom: 40px;
}
section.galeria .swiper-slide img {
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s linear;
}
section.galeria .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  section.galeria {
    padding: 50px 0;
  }
  section.galeria .contGale {
    padding: 0;
    padding-left: 70px;
  }
  section.galeria .contGale {
    padding: 0;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 0px 0 50px 20px;
  }
  section.galeria h2 {
    margin-bottom: 30px;
  }
  section.galeria h2 br {
    display: none;
  }
  section.galeria .contGale {
    padding: 0;
    padding-left: 15px;
  }
  .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    top: 230px;
    padding: 0 20px;
  }
}
section.video {
  padding: 200px 15px;
}
section.video h3 {
  text-align: center;
  margin-bottom: 40px;
  color: #772917;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 700px;
  border-radius: 0;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 100px 15px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 0;
  }
}
section.pasos {
  max-width: 1150px;
  margin: 0 auto;
}
section.pasos h2 {
  margin-bottom: 40px;
}
section.pasos .contPasos {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
section.pasos .cardPasos {
  border: 2px solid #C2A561;
  padding: 40px;
  max-width: 550px;
}
section.pasos .cardPasos span {
  color: var(--negro, #1D1D1B);
  font-family: Gotham;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 41.619px; /* 208.096% */
}
section.pasos .cardPasos h4 {
  color: var(--negro, #1D1D1B);
  font-family: Gotham;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 120% */
  margin-top: 24px;
}
section.pasos .swiper {
  padding-bottom: 50px;
  max-width: 550px;
  margin: 0;
}
section.pasos .swiper-pagination-bullet {
  background: #772917;
}
section.pasos .swiper-pagination-bullet-active {
  background: #772917;
}
section.pasos .cardPasos {
  border: 2px solid #C2A561;
  padding: 40px;
  max-width: 550px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 20px;
  }
  section.pasos .swiper {
    padding-bottom: 90px;
  }
  section.pasos .cardPasos {
    padding: 20px;
    min-height: 260px;
  }
  .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    top: initial;
    padding: 0 20px;
    bottom: 40px;
  }
}
.bannerFooter {
  background-image: url(../imagenes/footer.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 170px 15px 130px;
}
.bannerFooter .container {
  max-width: 1150px;
  margin: 0 auto;
}
.bannerFooter figure img {
  max-width: 157px;
  margin-bottom: 20px;
}
.bannerFooter .btn, .bannerFooter .btnbr, .bannerFooter input.hs-button.primary.large {
  border-radius: 50px;
  background: var(--rojo, #B53D2B);
  color: #FFF;
  padding: 8px 40px;
  margin-top: 10px;
}

footer p.copy {
  background: var(--negro, #1D1D1B);
  color: white;
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px; /* 171.429% */
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .bannerFooter {
    background-image: url(../imagenes/movil/footer.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 170px 15px 70px;
  }
  footer p {
    font-size: 12px;
    font-weight: 400;
  }
}/*# sourceMappingURL=styles.css.map */