@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../font/SourceCodePro-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../font/SourceCodePro-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Special Gothic Expanded One";
  src: url("../font/SpecialGothicExpandedOne-Regular.ttf") 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);
  }
}
body {
  font-family: Oswald;
}
.padding0 {
  padding: 0;
}
/* Header  */
.menu .container {
  max-width: 1720px;
}

.menu {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 30px 0;
  background-image: url(../imagenes/navbar.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.menu img {
  width: 190px;
  margin: 14px 0;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-radius: 15px;
  padding: 2px 20px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu a.nav-link {
  padding: 34px 30px !important;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0.8;
  color: var(--Negro, #fff);
  text-align: center;
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}
.menu a.nav-link:hover {
  font-weight: 700;
  opacity: 1;
}
.menu .btn {
  margin: 19px 18px !important;
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid var(--Beige, #E0E0E0);
}
.menu li.nav-item.logom a {
  padding: 0 23px !important;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 180px;
}
.menu .logoH:hover {
  animation: heartBeat 0.5s forwards; /* Cambia "bounce" por cualquier otra animación */
}
.menu svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #000;
  background: #D32F2F;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.menu button.btn {
  margin: 19px 8px 0;
  padding: 7px 25px;
}
.menu li.nav-item {
  position: relative;
}

button.navbar-toggler {
  border: none;
}

button.navbar-toggler img {
  max-width: 30px !important;
}

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu img {
    padding: 0px 0;
    margin: 0;
    height: 25px;
  }
  .hiddenD {
    display: block;
  }
  .btnheader {
    display: block;
    margin: 12px auto;
  }
  .menu .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    display: flex !important;
    text-align: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  li.nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 5px 0;
  }
  li.nav-item a {
    text-align: center;
  }
  .menu a.nav-link {
    margin: 3px 10px;
    padding: 10px !important;
    color: var(--Blanco, #555);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  li.nav-item.active:first-child {
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  div#navbarSupportedContent {
    background: #F2EDDF;
    border: 1px solid #8a8a8a;
  }
  .logom {
    display: none;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 150px;
  }
  .menu li.nav-item a {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid;
    padding: 10px !important;
    border: navajowhite;
  }
  .menu button img {
    width: 100%;
    padding: 0px 0;
    margin-top: 0;
  }
  div#navbarSupportedContent {
    background: #fff;
    border: 0;
    border-radius: 1px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
  }
  .menu .btn {
    margin: 0 auto !important;
  }
  .menu li.nav-item a.btnbr {
    padding: 8px 30px !important;
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
  .menu .logoH {
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu figure img {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 140px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    display: flex;
    flex-direction: row;
    align-content: center;
  }
  a.navbar-brand.hiddenl {
    margin-right: 25px;
  }
  .menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 2px 0;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: #FEE4B2;
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: 88px;
  font-family: "Special Gothic Expanded One";
  text-align: center;
}
h1 strong {
  font-size: 110px;
}

.banner p {
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  max-width: 884px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-family: Oswald;
}
.banner p small {
  display: block;
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: "Source Code Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 33px;
  margin-bottom: 33px;
}
.banner .btn {
  display: flex;
  width: 100%;
  max-width: 256px;
  height: 50px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(0deg, var(--Amarillo-2, #F39422) 0%, var(--Crema, #FEE4B2) 100%);
  border-radius: 83px;
  color: var(--Negro, #000);
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
h2 {
  color: var(--Rojo-2, #BE1E2D);
  text-align: center;
  font-family: "Special Gothic Expanded One";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 116.667% */
}

h4 {
  color: #D32F2F;
  font-family: Oswald;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h5 {
  color: #777;
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h6 {
  color: var(--Negro, #000);
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 262.5% */
  text-transform: uppercase;
  margin-bottom: 12px;
}

p {
  color: #777;
  font-family: Oswald;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn, .btnbr, input.hs-button.primary.large {
  border-radius: 15px;
  background: #D32F2F;
  padding: 8px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto;
  border: 0;
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 15px;
  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: #D32F2F;
  opacity: 0.7;
}
.btn img, .btnbr img, input.hs-button.primary.large img {
  margin: 4px 0 4px 15px;
  width: 12px;
}

.hiddenD, .hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  h1 {
    font-size: 32px;
    line-height: 34px;
  }
  body h1 strong {
    font-size: 42px;
    line-height: 34px;
  }
  h1 br {
    display: none;
  }
  .banner p {
    font-size: 24px;
    line-height: normal;
    margin-top: -15px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .banner .btn {
    display: flex;
    width: 370px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
  }
  p {
    font-size: 17px;
    line-height: normal;
  }
  h6 {
    font-size: 15px;
    line-height: normal;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
}
.banner {
  min-height: 1100px;
  background-image: url(../imagenes/header.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 330px 0 0;
  text-align: center;
}
.banner .row {
  display: block;
}
section.nosotros.diferencia {
  background-image: url(../imagenes/bg-diferencial.png);
  background-color: #FEE4B2;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 200px 0;
}
section.nosotros.diferencia h2 small {
  color: var(--Crema, #FEE4B2);
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 262.5% */
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  h1 strong {
    font-size: 70px;
  }
  section.nosotros img{
    margin-top: 50px;
  }
}

@media screen and (max-width: 992px) {
  .banner {
    padding: 250px 0 50px 0;
    min-height: 105vh;
  }
  .banner p {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros.diferencia {
    padding: 200px 30px;
  }
  section.banner {

  }
}
section.nosotros .container {
  max-width: 1340px;
}
section.nosotros .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
section.nosotros h2 {
  color: var(--Rojo-2, #BE1E2D);
  font-family: "Special Gothic Expanded One";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 116.667% */
  margin-bottom: 35px;
  text-align: left;
}
section.nosotros h2 small {
  color: var(--Amarillo-2, #F39422);
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 262.5% */
  text-transform: uppercase;
  margin-bottom: 15px;
}
section.nosotros p {
  max-width: 700px;
  color: var(--Negro, #000);
  font-family: "Source Code Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
  section.beneficios h2,
  body section.datos h2, 
  section.galeria h2,
  section.pasos h2,
  html body section.form h2,
  section.nosotros h2 {
    font-size: 24px !important;
    line-height: 30px;
    margin-bottom: 30px;
  }
  section.nosotros p {
    margin-bottom: 40px;
  }
}
section.beneficios .container {
  max-width: 1740px;
}
section.beneficios h2 {
  text-align: center;
  margin-bottom: 150px;
}
section.beneficios .cardbene {
  max-width: 847px;
  width: 100%;
  padding: 50px 25px;
  gap: 40px;
  border-radius: 15px;
  background: #EC635E;
  margin-top: 30px;
}
section.beneficios .cardbene.frutilla2 {
  background-color: #D9524A;
}
section.beneficios .cardbene.frutilla3 {
  background-color: #DF3D30;
}
section.beneficios .cardbene.frutilla4 {
  background-color: #A11D23;
}
section.beneficios .cardbene:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
section.beneficios .cardbene span {
  color: #D32F2F;
  font-family: Oswald;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.beneficios .cardbene img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.beneficios .cardbene h4 {
  color: var(--Crema, #FEE4B2);
  font-family: Oswald;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 107.143% */
  text-transform: uppercase;
}
section.beneficios .cardbene p {
  color: var(--Blanco, #FFF);
  font-family: "Source Code Pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.beneficios .d-md-block {
  display: flex !important;
}

@media screen and (max-width: 1540px) {
  section.beneficios {
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 60px 60px 0 0;
    background: var(--Crema, #FEE4B2);
  }
}
@media screen and (max-width: 992px) {
  .d-md-block {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios .d-md-block {
    display: none !important;
  }
  section.beneficios h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  section.beneficios .swiper {
    padding-bottom: 70px;
  }
  section.beneficios span.swiper-pagination-bullet {
    border: 1px solid #D32F2F !important;
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    transition: linear 0.3s all;
  }
  section.beneficios span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #D32F2F;
    margin: -4px 2px;
  }
  section.beneficios .cardbene img {
    max-width: 100%;
  }
  .d-md-block {
    display: none !important;
  }
}
section.beneficios {
  border-radius: 60px 60px 0 0;
  background: var(--Crema, #FEE4B2);
}
html body section.form {
  background-image: url(../imagenes/bg-form.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}
html body section.form .container {
  max-width: 1500px;
}
html body section.form .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
html body section.form h6 {
  text-align: left;
}
html body section.form .form-content {
  padding: 20px 100px;
}
html body section.form h2 {
  margin-bottom: 100px;
  color: var(--Blanco, #FFF);
  font-family: "Special Gothic Expanded One";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 116.667% */
  text-transform: uppercase;
  text-align: left;
}
html body section.form p {
  max-width: 75%;
}
html body section.form input.hs-button.primary.large {
  margin: 0;
  display: block;
}
html body section.form form {
  max-width: 700px;
  margin: 0 auto;
  margin-left: 50px;
}
html body section.form button, html body section.form input, html body section.form optgroup, html body section.form select, html body section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  border-radius: 0;
  color: var(--Negro, #fff);
  font-family: "Source Code Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
html body section.form button::-moz-placeholder, html body section.form input::-moz-placeholder, html body section.form optgroup::-moz-placeholder, html body section.form select::-moz-placeholder, html body section.form textarea::-moz-placeholder {
  color: #fff;
}
html body section.form button::placeholder, html body section.form input::placeholder, html body section.form optgroup::placeholder, html body section.form select::placeholder, html body section.form textarea::placeholder {
  color: #fff;
}
html body section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
html body section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 100%;
}
html body section.form fieldset {
  border: 0;
  padding: 0;
  margin: 0 auto !important;
  max-width: 700px !important;
}
html body section.form .form-columns-1 .hs-input {
  width: 100%;
}
html body section.form .actions {
  text-align: center;
}
html body section.form input.hs-button.primary.large {
  padding: 10px 70px;
  text-transform: uppercase;
  width: 100%;
  min-width: 256px;
  border-radius: 83px;
  background: var(--gradiente, linear-gradient(174deg, var(--Crema, #FEE4B2) 4.82%, var(--Amarillo-2, #F39422) 95.7%));
  color: var(--Negro, #000);
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
html body section.form .hs_submit.hs-submit {
  max-width: 100%;
  margin: 28px auto 20px;
}

.hiddenF {
  display: none;
}

@media screen and (max-width: 1440px) {
  html body section.form {
    padding-left: 7%;
    padding-right: 7%;
  }
  html body section.form .form-content {
    padding: 20px 0 0 40px;
  }
  html body section.form h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  html body section.form {
    padding: 50px;
  }
  html body section.form form {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  html body section.form {
    padding-left: 3%;
    padding-right: 3%;
  }
  html body section.form h2 br {
    display: none;
  }
  html body section.form p {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body section.form {
    padding: 0;
    background: none;
  }
  html body section.form .form-content{
    background: var(--Rojo, #DF3D30);
    padding: 50px ;
  }
  html body section.form .cont {
    background: url(../imagenes/movil/bg-img-form.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px ;
    background-position: top center;
    padding: 100px 50px;
  }
  html body section.form form {
    margin-left: 0;
  }
}
section.datos {
  padding: 120px 15px 150px;
  background-image: url("../imagenes/datos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.datos h2 {
  color: var(--Rojo-2, #BE1E2D);
  font-family: "Special Gothic Expanded One";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 116.667% */
  text-align: left;
}
section.datos h6 {
  text-align: left;
  color: var(--Amarillo-2, #F39422);
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 262.5% */
  text-transform: uppercase;
}
section.datos .card {
  display: flex;
  width: 256px;
  padding: 40px 30px;
  flex-direction: column;
  align-items: flex-end;
  gap: 130px;
  min-height: 362px;
  border-radius: 15px;
  background: var(--Crema, #FEE4B2);
  border: none;
}
section.datos .container {
  max-width: 1450px;
}
section.datos .card h3 {
  text-align: right;
  color: var(--Amarillo-2, #F39422);
  text-align: right;
  font-family: Oswald;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px; /* 100% */
  text-transform: uppercase;
}
section.datos .card p {
  text-align: left;
  color: var(--Negro, #000);
  font-family: "Source Code Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  align-self: stretch;
}
section.datos .card.crema {

}
section.datos .card.amarillo {
  background: var(--Amarillo, #F9B041);
  margin-top: 20%;
}
section.datos .card.amarillo h3 {
  color: var(--Crema, #FEE4B2);
}
section.datos .card.amarillo2 {
  background: var(--Amarillo-2, #F39422);
  margin-top: -20%;
}
section.datos .card.amarillo2 h3 {
  color: var(--Amarillo, #F9B041);
}

@media screen and (max-width: 992px) {

}
@media screen and (max-width: 767px) {

}
.video {
  background-color: #F9B041;
  padding-top: 150px;
  padding-bottom: 200px;
  border-color: #F9B041;
}
.video h2 {
  text-align: center;
  margin-bottom: 100px;
}
.video .contVideo {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.video .contVideo iframe {
  width: 100%;
  height: 680px;
  padding-left: 70px;
}

@media screen and (max-width: 992px) {
  .video .contVideo iframe {
    width: 100%;
    height: 430px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding: 100px 10px;
  }
  .video .contVideo {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .video .contVideo iframe {
    padding: 0;
    width: 100%;
    height: 330px;
  }
}
.galeria {
  position: relative;
  border-radius: 60px 60px 0 0;
  background: var(--Crema, #FEE4B2);
  padding: 100px 0;
}
.galeria .container {
  max-width: 1500px;
}
.galeria .container .col-md-4 {
  padding: 0;
}
.galeria p {
  color: var(--Negro, #000);
  text-align: center;
  font-family: "Source Code Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}
.galeria h2 {
  text-align: center;
  color: var(--Rojo-2, #BE1E2D);
  text-align: center;
  font-family: "Special Gothic Expanded One";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 116.667% */
}
.galeria figure {
  margin: 0;
}
.galeria figure img {
  padding: 5px;
}
.galeria .seis figure img {
  height: 558px;
}
.galeria .swiper-wrapper {
  padding: 20px 0 85px;
}
.galeria .swiper-horizontal > .swiper-pagination-bullets, .galeria .swiper-pagination-bullets.swiper-pagination-horizontal, .galeria .swiper-pagination-custom, .galeria .swiper-pagination-fraction {
  top: 90%;
}
.galeria .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid white;
  z-index: 9;
}

.galeria .swiper-pagination-bullet {
  border-color: #F39422;
}
.galeria .swiper-pagination-bullet-active {
  background: #F39422;
}
.galeria .swiper {
  padding: 0;
  position: relative;
}
.galeria .botones {
  position: relative;
  top: -7.5%;
  right: 10%;
}
.galeria .botones div {
  border-radius: 36px;
  background: #FFF;
  width: 50px;
}
.galeria .botones svg {
  width: 15px;
}

.hiddenD1 {
  display: none;
}

@media screen and (max-width: 1540px) {
}
@media screen and (max-width: 992px) {
  .galeria .imgGale.img {
    display: none;
  }
  .galeria .swiper-slide {
    min-width: 300px;
  }
  .galeria .swiper-horizontal > .swiper-pagination-bullets, .galeria .swiper-pagination-bullets.swiper-pagination-horizontal, .galeria .swiper-pagination-custom, .galeria .swiper-pagination-fraction {
    top: 92%;
  }
  .galeria .swiper.mySwiper2 {
    max-height: 410px;
  }
  .galeria .text h2, .galeria .text h6 {
    font-size: 37px;
    font-weight: 400;
    line-height: 34px;
  }
  .galeria .swiper {
    padding-bottom: 70px;
  }
  .galeria span.swiper-pagination-bullet {
    border: 1px solid #D32F2F !important;
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
  }
  .galeria span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #D32F2F;
    margin: -4px 2px;
  }
}
@media screen and (max-width: 767px) {
}
section.diferencial {
  padding: 120px 15px 150px;
  background-image: url("../imagenes/fondoG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.diferencial h2 {
  color: #FFF;
  font-family: Oswald;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
  text-align: center;
  margin-bottom: 150px;
}
section.diferencial p {
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.diferencial p b {
  display: block;
}
section.diferencial .swiper-slide {
  border: 3px solid #D32F2F;
  transition: 0.3s linear all;
  padding: 30px 35px 20px !important;
  border-bottom: 0;
  border-top: 0;
  opacity: 0.5;
  transform: scale(0.9);
}
section.diferencial .swiper-slide.swiper-slide-active {
  border: 3px solid white;
  border-bottom: 0;
  border-top: 0;
  opacity: 1;
  transform: scale(1);
}
section.diferencial .swiper.mySwiper3 {
  padding-bottom: 100px !important;
}
section.diferencial .swiper-horizontal > .swiper-pagination-bullets, section.diferencial .swiper-pagination-bullets.swiper-pagination-horizontal, section.diferencial .swiper-pagination-custom, section.diferencial .swiper-pagination-fraction {
  top: 270px;
  left: 0;
}
section.diferencial .swiper-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet, section.diferencial .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet, section.diferencial .swiper-pagination-custom span.swiper-pagination-bullet, section.diferencial .swiper-pagination-fraction span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #FFF;
}
section.diferencial .swiper-button-next, section.diferencial .swiper-button-prev {
  color: #ffffff;
  margin-top: -70px;
}
section.diferencial .swiper-button-next:after, section.diferencial .swiper-button-prev:after {
  font-size: 25px;
}

@media screen and (max-width: 992px) {
  section.diferencial h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  section.diferencial {
    background-image: url(../imagenes/movil/FondoG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
    padding: 150px 15px;
  }
  section.diferencial h2 {
    font-size: 29px;
    line-height: normal;
  }
  section.diferencial h2 br {
    display: none;
  }
  section.diferencial .swiper-button-next, section.diferencial .swiper-button-prev {
    display: none;
  }
  section.diferencial p {
    font-size: 18px;
  }
  section.diferencial .swiper-horizontal > .swiper-pagination-bullets, section.diferencial .swiper-pagination-bullets.swiper-pagination-horizontal, section.diferencial .swiper-pagination-custom, section.diferencial .swiper-pagination-fraction {
    top: 230px;
    left: 0;
  }
}
section.pasos {
  background-image: url(../imagenes/bg-pasos.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
section.pasos .swiper-button-prev:after, section.pasos .swiper-rtl .swiper-button-next:after,
section.pasos .swiper-button-next:after, section.pasos .swiper-rtl .swiper-button-prev:after
{
  display: none;
}
section.pasos h2 {
  margin-bottom: 80px;
}
section.pasos h6 {
  color: var(--Crema, #FEE4B2);
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 262.5% */
  text-transform: uppercase;
}
section.pasos .cont {
  padding: 180px 0 0 130px;
}
section.pasos .swiper-button-next, section.pasos .swiper-button-prev {
  margin-top: calc(-47px - (var(--swiper-navigation-size)/ 2))
}
section.pasos .cardPasos img {
    max-width: 555px;
    width: 100%;
    margin: auto;
    display: block;
}
section.pasos .cardPasos {
  border-radius: 11px;
  background: #FFF8E1;
  padding: 50px 20px;
  min-height: 350px;
}
section.pasos .cardPasos span {
  color: #D32F2F;
  font-family: Oswald;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.pasos .cardPasos h4 {
  color: #D32F2F;
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 80px;
  min-height: 74px;
}
section.pasos .cardPasos h5 {
  margin-bottom: 30px;
}
section.pasos .cardPasos p {
  font-size: 18px;
}
section.pasos .swiper {
  padding-bottom: 70px;
}
section.pasos span.swiper-pagination-bullet {
  border: 1px solid #D32F2F !important;
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 1;
}
section.pasos span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #D32F2F;
  margin: -4px 2px;
}
section.pasos .swiper-horizontal > .swiper-pagination-bullets, section.pasos .swiper-pagination-bullets.swiper-pagination-horizontal, section.pasos .swiper-pagination-custom, section.pasos .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 35%;
}
section.pasos .swiper-slide.swiper-slide-active .cardPasos {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
section.footer {
  background: url(../imagenes/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: left;
  padding-top: 200px;
  padding-bottom: 100px;
}
section.footer h2 {
  margin-bottom: 40px;
  color: var(--Blanco, #FFF);
  font-family: "Special Gothic Expanded One";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 116.667% */
  text-align: left;
}
section.footer p {
  color: var(--Blanco, #FFF);
  font-family: "Source Code Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.footer a.btn {
  display: flex;
  width: 300px;
  height: 50px;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 83px;
  background: var(--gradiente, linear-gradient(174deg, var(--Crema, #FEE4B2) 4.82%, var(--Amarillo-2, #F39422) 95.7%));
  color: var(--Negro, #000);
  font-family: Oswald;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 992px) {
  section.pasos h2 {
    margin-bottom: 40px;
  }
  section.pasos .cont {
    padding: 20px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos .cont {
    padding: 20px 0 0 30px;
  }
  section.pasos .cardPasos {
    padding: 30px 30px 20px;
  }
  section.pasos .cardPasos h4 {
    margin-bottom: 60px;
  }
  section.pasos .cardPasos p {
    font-size: 17px;
  }
  section.pasos .swiper-horizontal > .swiper-pagination-bullets, section.pasos .swiper-pagination-bullets.swiper-pagination-horizontal, section.pasos .swiper-pagination-custom, section.pasos .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

}
footer {
  padding: 20px 0;
}
footer img {
  max-width: 130px;
  width: 100%;
}
footer p {
  margin-top: 15px;
  text-align: right;
  color: var(--Gris, #2D2D2D);
  font-family: "Source Code Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
@media screen and (max-width: 767px) {
  section.datos {
    display: none;
  }
  section.footer h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
    margin-bottom: 20px;
  }
  footer {
    padding: 20px 20px 0;
  }
  footer figure {
    margin: 10px 0;
  }
  footer p {
    text-align: left;
  }
}/*# sourceMappingURL=styles.css.map */