@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Bold.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);
  }
}
div.menu {
  background: transparent;
  position: relative;
  width: 100%;
  min-height: 100px;
}
div.menu img {
  max-width: 180px;
  margin: 55px auto;
  display: block;
  z-index: 1;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: var(--Negro-claro, #fff);
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0px;
  top: 25px;
  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: #E50C7E;
  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: #E50C7E;
}
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: var(--Amarillo, #E50C7E);
  text-align: center;
  font-family: "Open Sans";
  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: #E50C7E;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a.btnbr {
  padding: 5px 40px;
  color: var(--Negro, #fff);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 110% */
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #E50C7E;
  zoom: 1.1;
}
div.menu .menuppal ul li a.btn.btnbr:hover {
  text-decoration: none;
  color: #fff;
  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: 15px auto;
    position: relative;
    width: 125px;
  }
  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: 18px 0;
  }
  div.menu .menuppal ul li a.btnbr {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
}
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: #000;
  font-family: "Open Sans";
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h1 span {
  color: #E30E7D;
}

.banner p {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h2 {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h2 span {
  color: #E30E7D;
}

html body h6 {
  border-radius: 26px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 7px 30px;
}

h3 {
  color: #E50C7E;
  text-align: center;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  color: #000;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn, .btnbr, input.hs-button.primary.large {
  border-radius: 30px;
  background: #E50C7E;
  padding: 8px 30px;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  background-color: #E50C7E;
  color: white;
  opacity: 0.7;
}

.hiddenD, .hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 28px;
    margin: 0;
  }
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  h1 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 128% */
    text-align: center;
  }
  .banner p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
  h2 {
    font-size: 25px;
    line-height: 32px; /* 128% */
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
}
section.banner {
  position: relative;
  padding-bottom: 0;
  margin: 0;
}
section.banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 3%;
  width: 1000px;
  height: 900px;
  background-image: url("../imagenes/Fundas.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
section.banner h1 {
  margin: 60px 0;
}
section.banner p {
  text-align: left;
  max-width: 395px;
  margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
  section.banner:before {
    content: "";
    position: absolute;
    top: 44%;
    right: -70px;
    width: 550px;
    height: 500px;
  }
  section.banner h1 {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    min-height: 450px;
  }
  section.banner:before {
    content: "";
    position: absolute;
    top: 440px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 350px;
    height: 350px;
    background-image: url(../imagenes/movil/FundasM.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  section.banner p {
    text-align: center;
    margin: 0 auto 60px;
  }
}
section.nosotros {
  background-image: url("../imagenes/nosotros.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: top center;
  padding: 620px 15px 300px;
  z-index: 1;
  position: relative;
  border-radius: 0 0 30px 30px;
  margin-top: -60px;
}
section.nosotros h6 {
  padding: 7px 25px;
  margin-bottom: 40px;
}
section.nosotros h2 {
  margin-bottom: 70px;
}
section.nosotros p {
  max-width: 620px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    margin-top: -220px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    margin-top: -125px;
    padding-top: 550px;
    padding-bottom: 100px;
  }
  section.nosotros h2 {
    margin-bottom: 50px;
  }
}
section.beneficios {
  padding: 200px 15px;
}
section.beneficios h6, section.beneficios h2 {
  color: #000;
}
section.beneficios h2 {
  margin-bottom: 70px;
}
section.beneficios h6 {
  padding: 7px 40px;
  border-color: #000;
  margin-bottom: 30px;
}
section.beneficios .row {
  max-width: 1240px;
  margin: 0 auto;
}
section.beneficios .col-md-4 {
  padding: 0;
  margin: 0;
}
section.beneficios .cardbene {
  border-radius: 32px;
  background: #EFEFEF;
  width: 400px;
  height: 315px;
  padding: 60px 50px;
  margin: 10px;
}
section.beneficios .cardbene h4 {
  margin-bottom: 50px;
}
section.beneficios .cardbene p {
  color: #000;
  text-align: left;
}
section.beneficios .cardbene.one {
  margin-top: 215px;
  height: 435px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
section.beneficios .cardbene.one img {
  position: absolute;
  top: -72%;
  width: 344px;
  /* height: 444px; */
  left: -10px;
}
section.beneficios .cardbene.four {
  height: 640px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
section.beneficios .cardbene.four img {
  width: 67.37px;
  height: 62.55px;
  position: absolute;
  top: 12%;
  right: 12%;
}

@media screen and (max-width: 992px) {
  section.beneficios h2 {
    margin-bottom: 150px;
  }
  section.beneficios .cardbene {
    width: 100%;
    max-width: 550px;
    margin: 20px auto 0;
  }
  section.beneficios .cardbene.four {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 150px 0;
  }
  section.beneficios h2 {
    margin-bottom: 150px;
  }
  section.beneficios .cardbene {
    padding: 60px 30px;
  }
  section.beneficios .cardbene h4 {
    margin-bottom: 30px;
  }
  section.beneficios .cardbene.four {
    height: 420px;
  }
}
html body section.form {
  background-color: #000;
  padding: 150px 15px;
  background-image: url("../imagenes/imagenForm.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
html body section.form .container {
  max-width: 1450px;
}
html body section.form h6, html body section.form h2 {
  color: #fff;
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
}
html body section.form form {
  max-width: 700px;
  margin: 0;
}
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;
  font-style: normal;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  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: left;
}
html body section.form input.hs-button.primary.large {
  padding: 10px 70px;
  text-transform: uppercase;
}
html body section.form .hs_submit.hs-submit {
  max-width: 100%;
  margin: 28px auto 20px;
}

.imgFormMovil {
  display: none;
}

@media screen and (max-width: 1540px) {
  html body section.form {
    background-color: #000;
    padding: 150px 15px;
    background-image: url(../imagenes/imagenForm.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media screen and (max-width: 992px) {
  html body section.form {
    background-color: #000;
    padding: 60px 15px;
    background-image: url(../imagenes/imagenForm.jpg);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: 440px 0;
  }
}
@media screen and (max-width: 767px) {
  html body section.form {
    background-image: none;
  }
  section.form {
    background-size: 300px;
    background-position: 30px 0px;
  }
  section.form h2, section.form p {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  section.form h3 {
    font-size: 20px;
    line-height: normal;
    margin: 0 auto 10px !important;
  }
  section.form {
    background-size: 190px;
    background-position: -20px 0px;
  }
  html body section.form input.hs-button.primary.large {
    margin: 0;
  }
  .imgFormMovil {
    display: block;
  }
}
section.datos {
  padding: 180px 15px 160px;
}
section.datos p {
  color: #000;
}
section.datos .listDatos {
  padding: 40px 0;
}
section.datos .listDatos.medio {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
section.datos .row {
  position: relative;
}
section.datos .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 1;
  background-image: url("../imagenes/Micelana.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  section.datos {
    padding: 120px 15px 120px;
  }
  section.datos .listDatos.medio {
    max-width: 200px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 auto;
  }
}
.galeria {
  margin: 0;
  padding: 0;
  position: relative;
  /* 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: */
}
.galeria .text {
  position: absolute;
  top: 60%;
  left: 8%;
  z-index: 1;
  text-align: left;
  padding: 20px 80px;
  margin: 0;
}
.galeria .text h2, .galeria .text h6 {
  text-align: left;
  margin: 0;
}
.galeria .text h6 {
  margin-bottom: 30px;
}
.galeria figure {
  margin: 0;
}
.galeria .swiper-horizontal > .swiper-pagination-bullets, .galeria .swiper-pagination-bullets.swiper-pagination-horizontal, .galeria .swiper-pagination-custom, .galeria .swiper-pagination-fraction {
  top: 84%;
}
.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-active {
  background: white;
}
.galeria .swiper {
  padding: 0;
  position: relative;
}
.galeria .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background: linear-gradient(0deg, #000 4.86%, rgba(0, 0, 0, 0) 79.74%);
}
.galeria .botones {
  position: relative;
  top: -7.5%;
  right: 10%;
}
.galeria .botones div {
  border-radius: 36px;
  background: #FFF;
  width: 50px;
}
.galeria .botones svg {
  width: 15px;
}
.galeria .swiper-button-prev,
.galeria .swiper-button-next {
  width: 40px; /* Tamaño del botón */
  height: 40px; /* Tamaño del botón */
  border-radius: 10%; /* 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 */
}
.galeria .swiper-button-prev {
  right: 80px; /* Ajusta este valor para la separación del borde derecho */
  left: auto; /* Anulamos 'left' por defecto */
}
.galeria .swiper-button-next {
  right: 10px; /* Ajusta este valor para la separación con la flecha 'next' */
  left: auto; /* Anulamos 'left' por defecto */
}
.galeria .swiper-button-prev:after,
.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 */
}
.galeria .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
.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 */
}
.galeria .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
.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 */
}
.galeria .swiper.mySwiper2 {
  padding-bottom: 0;
}
.galeria .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.85; */
  background: black;
  z-index: 2;
  opacity: 0.85;
  background: linear-gradient(0deg, #000 4.86%, rgba(0, 0, 0, 0) 79.74%);
  margin: 0;
  padding: 0;
}

.hiddenD1 {
  display: none;
}

@media screen and (max-width: 992px) {
  .galeria .swiper-horizontal > .swiper-pagination-bullets, .galeria .swiper-pagination-bullets.swiper-pagination-horizontal, .galeria .swiper-pagination-custom, .galeria .swiper-pagination-fraction {
    top: 92%;
  }
}
@media screen and (max-width: 767px) {
  .galeria {
    padding: 0;
    margin: 0;
  }
  .galeria h3 {
    font-size: 21px;
    top: 60%;
    left: 0%;
    max-width: 80%;
    text-align: left;
    padding: 20px 20px;
  }
  .galeria .botones div {
    border-radius: 36px;
    background: #FFF;
    width: 30px;
    height: 20px;
  }
  .galeria .botones {
    position: relative;
    top: -17%;
    right: 1%;
    /* Ajustes específicos para la flecha de 'prev' */
  }
  .galeria .botones .swiper-button-prev {
    right: 50px; /* Ajusta este valor para la separación del borde derecho */
    left: auto; /* Anulamos 'left' por defecto */
  }
  .galeria .text {
    left: 0;
    padding: 20px 20px;
  }
  .galeria .text h2 {
    font-size: 24px;
  }
  .hiddenD1 {
    display: block;
    padding: 0;
    margin: 0;
  }
}
section.diferencial {
  padding: 230px 15px;
  background-color: #000;
  border-radius: 0 0 30px 30px;
  position: relative;
}
section.diferencial h6 {
  margin-bottom: 30px;
}
section.diferencial h2 {
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
section.diferencial h2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -100px;
  width: 70px;
  height: 70px;
  z-index: 1;
  background-image: url("../imagenes/Micelana-celeste.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin: 0;
  padding: 0;
}
section.diferencial p {
  max-width: 560px;
  margin: 0 auto;
}
section.diferencial::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 24%;
  width: 142.25px;
  height: 229.821px;
  background-image: url("../imagenes/rayo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 767px) {
  section.diferencial {
    padding: 150px 15px 180px;
  }
  section.diferencial h2 {
    width: 100%;
    position: relative;
  }
  section.diferencial h2::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 10%;
    width: 38px;
    height: 38px;
    z-index: 1;
  }
  section.diferencial::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 15%;
    width: 84px;
    height: 135px;
  }
}
.video {
  padding: 200px 15px;
  margin: 0 auto;
  padding-left: 40px;
}
.video .container {
  max-width: 1480px;
}
.video iframe {
  width: 100%;
  height: 510px;
  border-radius: 30px;
}
.video .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.video .cont h2, .video .cont h6 {
  text-align: left;
  margin: 0;
  color: #000;
  border-color: #000;
}
.video .cont h6 {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  iframe {
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding: 170px 10px;
  }
  .video .cont h2 {
    margin-bottom: 60px;
  }
  .video iframe {
    padding: 0;
    width: 100%;
    height: 330px;
  }
}
section.pasos {
  padding: 40px 15px 100px;
  margin-bottom: 100px;
  background-image: url("../imagenes/tresFoto.png");
  background-size: 494px;
  background-repeat: no-repeat;
  background-position: left 95%;
}
section.pasos h2, section.pasos h6 {
  color: #000;
  border-color: #000;
}
section.pasos h2 {
  margin-bottom: 100px;
}
section.pasos h6 {
  margin-bottom: 30px;
  padding: 7px 30px;
}
section.pasos .cardPasos {
  border-radius: 32px;
  min-height: 330px;
  background: #EFEFEF;
  box-shadow: 1px 4px 11px 0px rgba(0, 0, 0, 0.25);
}
section.pasos .cardPasos img {
  width: 56px;
}
section.pasos .cardPasos span.numbers {
  position: absolute;
  top: -20px;
  right: 20px;
}
section.pasos .cardPasos h4 {
  color: #000;
  text-align: center;
  text-align: center;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 60px;
  margin-bottom: 30px;
}
section.pasos .cardPasos p {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 60px 50px 60px;
}
section.pasos .cardPasos hr {
  background-color: #999;
}
section.pasos .swiper {
  padding: 40px 0 80px;
}
section.pasos .swiper .swiper-slide {
  opacity: 0.8;
  transform: scale(0.9);
  transition: linear 0.3s all;
}
section.pasos .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
section.pasos .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid #E50C7E;
  z-index: 9;
}
section.pasos .swiper-pagination-bullet-active {
  background: #E50C7E;
}

@media screen and (max-width: 992px) {
  section.pasos {
    background-size: 284px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    background-image: none;
    padding: 10px 15px 40px;
  }
  section.pasos h2 {
    margin-bottom: 70px;
  }
}
section.footer {
  background-color: #000;
  padding: 150px 15px 50px;
  background-image: url("../imagenes/imagenFooter.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
section.footer .container {
  max-width: 1450px;
}
section.footer .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.footer .cont img {
  width: 256px;
  height: 57px;
  margin-top: -100px;
}
section.footer h2 {
  color: #fff;
  text-align: left;
  margin: 0;
  margin-bottom: 30px;
}
section.footer p {
  color: #fff;
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
}
section.footer .copy {
  color: #fff;
  text-align: left;
  margin: 0;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 181.818% */
  margin-top: 100px;
}

@media screen and (max-width: 992px) {
  section.footer {
    background-color: #000;
    padding: 150px 15px 500px;
    background-image: url(../imagenes/imagenFooter.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  section.footer .copy {
    color: #fff;
    text-align: left;
    margin: 0;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.footer {
    border-radius: 30px 30px 0 0;
    padding-bottom: 20px;
    min-height: 750px;
    background-size: 450px;
  }
  section.footer .cont img {
    width: 124px;
    height: 27px;
    margin: 0 auto 70px;
    display: block;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    margin: 0;
  }
  section.footer .copy {
    margin-top: 280px;
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */