@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Cooper Std";
  src: url("../font/COOPBL.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-VariableFont_wght.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Druk Wide";
  src: url("../font/DrukWideMedium.otf") format("truetype"); /* Safari, Android, iOS */
  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: absolute;
  width: 100%;
  min-height: 100px;
}
div.menu .container {
  max-width: 1750px;
}
div.menu img {
  max-width: 195px;
  margin: 60px 0;
  display: block;
  z-index: 1;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: var(--Negro-claro, #000);
}
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: #fff;
  border-bottom: 2px solid #DA72AA;
  margin-bottom: 5px;
  border-radius: 2px;
  width: 40px;
  height: 5px;
  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: #DA72AA;
}
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: #fff;
  text-align: center;
  font-family: Montserrat;
  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: #fff;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a.btnbr {
  padding: 5px 40px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 110% */
  border-radius: 0;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #DA72AA;
  zoom: 1.1;
}
div.menu .menu .container {
  max-width: 1560px;
}

.imgMovil {
  display: none;
}

@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: 110px;
  }
  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 .hamburger {
    margin: 20px 0 !important;
  }
  .imgMovil {
    display: block;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: #000;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: #FFF;
  font-family: "Cooper Std";
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: 37px; /* 112.121% */
}

.banner p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 126.316% */
}

h2 {
  color: #DA72AA;
  text-align: center;
  font-family: "Cooper Std";
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 41px; /* 113.889% */
}

h3 {
  color: #DA72AA;
  font-family: "Cooper Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 23px; /* 115% */
  text-transform: uppercase;
}

h4 {
  color: #FFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #DA72AA;
  font-family: "Cooper Std";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px; /* 106.667% */
  text-transform: uppercase;
}

p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 131.579% */
}

.btn, .btnbr, input.hs-button.primary.large {
  background: #DA72AA;
  padding: 8px 30px;
  color: #FFF;
  text-align: center;
  font-family: "Cooper Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 33px; /* 165% */
}
.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;
  }
  h2 {
    font-size: 28px;
    line-height: 38px; /* 113.889% */
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .banner p {
    font-size: 19px;
    line-height: 24px; /* 126.316% */
  }
  .btn, .btnbr, input.hs-button.primary.large {
    font-size: 19px;
    line-height: 32px;
  }
  h2 {
    color: #DA72AA;
    font-size: 27px;
    line-height: 35px; /* 113.889% */
  }
  h4 {
    font-size: 25px;
    line-height: 32px; /* 106.667% */
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
}
section.banner {
  background-color: #000;
  background-image: url(../imagenes/header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 400px 0 180px;
}
section.banner .container {
  max-width: 1750px;
}
section.banner h1 {
  margin-bottom: 30px;
}
section.banner p {
  text-align: left;
}
section.banner p b {
  margin-top: 20px;
  max-width: 50%;
  display: block;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  section.banner {
    background-color: #000;
    background-image: url(../imagenes/header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -20% 0;
    padding: 200px 0 180px;
  }
  section.banner h1 br {
    display: none;
  }
  section.banner p {
    max-width: 100%;
  }
  section.banner p b {
    max-width: 100%;
  }
  div.menu .hamburger {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-color: #000;
    background-image: none;
    background-size: cover;
    padding: 150px 15px 100px;
  }
}
section.nosotros {
  background-color: #000;
  padding: 200px 15px;
}
section.nosotros p {
  max-width: 750px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 100px 15px;
  }
  section.nosotros h2, section.nosotros p {
    text-align: left;
  }
}
section.beneficios .container {
  max-width: 1150px;
}
section.beneficios .container .row {
  padding: 40px 0;
}
section.beneficios .flexr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
}
section.beneficios .cardBene {
  max-width: 300px;
  text-align: left;
}
section.beneficios .cardBene h4 {
  font-weight: 900;
  margin-bottom: 10px;
}
section.beneficios .cardBene .cont {
  background: #FF8DC9;
  padding: 16px 24px;
}
section.beneficios .cardBene p {
  text-align: left;
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 126.667% */
  margin: 0;
}
section.beneficios .cardBene.uno {
  position: relative;
  padding-top: 50px;
}
section.beneficios .cardBene.uno:before {
  content: "";
  width: 127px;
  height: 245.219px;
  top: -10px;
  right: -58%;
  position: absolute;
  background: url(../imagenes/cerdo1.png) no-repeat;
  background-size: contain;
}
section.beneficios .cardBene.dos {
  position: relative;
  padding-top: 50px;
}
section.beneficios .cardBene.dos:before {
  content: "";
  width: 131.77px;
  height: 197.655px;
  bottom: -26%;
  right: -35%;
  position: absolute;
  background: url(../imagenes/cerdo2.png) no-repeat;
  background-size: contain;
}
section.beneficios .cardBene.tres {
  position: relative;
  padding-top: 50px;
  max-width: 310px;
}
section.beneficios .cardBene.tres:before {
  content: "";
  width: 179px;
  height: 269px;
  bottom: -48%;
  right: -49%;
  position: absolute;
  background: url(../imagenes/cerdo3.png) no-repeat;
  background-size: contain;
}
section.beneficios .cardBene.row2 {
  max-width: 270px;
}

@media screen and (max-width: 992px) {
  section.beneficios h2 {
    padding: 40px 0;
  }
  section.beneficios .cardBene.tres:before {
    width: 149px;
    height: 239px;
    bottom: -38%;
    right: -36%;
  }
  section.beneficios .cardBene.uno:before {
    width: 107px;
    height: 195.219px;
    top: -30px;
    right: -28%;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding-top: 0;
    padding: 0 5px 100px;
  }
  section.beneficios br {
    display: none;
  }
  section.beneficios p {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 126.667% */
  }
  section.beneficios .flexr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  section.beneficios .cardBene {
    padding-top: 50px;
  }
  section.beneficios .container .row {
    padding: 0;
  }
  section.beneficios .cardBene.uno:before {
    width: 107px;
    height: 195.219px;
    top: 43%;
    right: -45%;
  }
  section.beneficios .cardBene.dos:before {
    width: 121.77px;
    height: 177.655px;
    bottom: -86%;
    right: -42%;
  }
  section.beneficios .cardBene.tres:before {
    width: 129px;
    height: 189px;
    bottom: -78%;
    right: -40%;
  }
}
html body section.form h2 {
  text-align: left;
  margin-bottom: 30px;
}
html body section.form p {
  text-align: left;
  max-width: 400px;
}
html body section.form .container {
  max-width: 1150px;
}
html body section.form .container .cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
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;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18.377px;
  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: left;
}
html body section.form input.hs-button.primary.large {
  padding: 10px 70px;
  text-transform: uppercase;
  border: none;
  margin-top: 30px;
}
html body section.form .actions {
  text-align: center;
}
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 .container {
  max-width: 1150px;
}
section.datos h2 {
  margin-bottom: 40px;
}
section.datos p {
  background: url(../imagenes/fondo.jpg);
  background-size: cover;
  background-position: center;
  font-weight: 700;
  padding: 35px 120px;
}

@media screen and (max-width: 767px) {
  section.datos br {
    display: none;
  }
  section.datos p {
    padding: 40px 20px;
  }
}
.galeria {
  padding: 200px 0;
  /* 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 h2 {
  margin-bottom: 80px;
}
.galeria .col-md-4 {
  padding: 0;
}
.galeria figure {
  margin: 0;
}
.galeria figure img {
  aspect-ratio: 1/1.3;
}
.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.mySwiper {
  padding-bottom: 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: 60px 0;
    margin: 0;
  }
  .galeria br {
    display: none;
  }
  .galeria h2 {
    text-align: left;
    padding: 12px;
    padding-bottom: 0;
  }
  .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;
  }
  .col-md-4 {
    display: none;
  }
}
.video .container {
  max-width: 1450px;
}
.video .container .cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.video h2 {
  text-align: left;
}
.video iframe {
  width: 100%;
  height: 520px;
}

@media screen and (max-width: 992px) {
  iframe {
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding: 100px 0;
    margin: 0;
  }
  .video h2 {
    padding: 0 15px;
  }
  .video h2 br {
    display: none;
  }
  .video .col-md-8 {
    padding: 0;
  }
  .video iframe {
    padding: 0;
    width: 100%;
    height: 330px;
  }
}
section.pasos {
  background-image: url(../imagenes/pasos.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
  margin-top: 300px;
  position: relative;
}
section.pasos:before {
  content: "";
  width: 239.676px;
  height: 358.482px;
  top: 140px;
  left: -17px;
  position: absolute;
  background: url(../imagenes/cerdo1-pasos.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
section.pasos:after {
  content: "";
  width: 336.044px;
  height: 502.618px;
  top: -198px;
  left: 27%;
  position: absolute;
  background: url(../imagenes/cerdo2-Pasos.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
section.pasos .container-fluid {
  padding: 0 4%;
}
section.pasos h2 {
  color: #FFF;
  text-align: center;
  margin-bottom: 80px;
}
section.pasos .cardPasos {
  background: #FFF;
  padding: 40px 20px;
  min-height: 395px;
}
section.pasos .cardPasos span {
  color: #DA72AA;
  font-family: "Druk Wide";
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 58.065% */
  display: block;
  text-align: right;
  margin-bottom: 100px;
}
section.pasos .cardPasos h3 {
  max-width: 80%;
  margin-bottom: 20px;
}
section.pasos .cardPasos p {
  color: #DA72AA;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  text-align: left;
}

@media screen and (max-width: 992px) {
  section.pasos:after {
    content: "";
    width: 246.044px;
    height: 362.618px;
    top: -178px;
    left: 57%;
    position: absolute;
    background: url(../imagenes/cerdo2-Pasos.png) no-repeat;
    background-size: contain;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    background-image: url(../imagenes/movil/uno.png);
    padding: 100px 0;
    margin-top: 150px;
    position: relative;
  }
  section.pasos h2 {
    display: none;
  }
  section.pasos:before {
    content: "";
    width: 155.209px;
    height: 231.585px;
    top: 84%;
    left: -3px;
    position: absolute;
    background: url(../imagenes/cerdo1-pasos.png) no-repeat;
    background-size: contain;
    z-index: 2;
  }
  section.pasos:after {
    width: 164.091px;
    height: 244.837px;
    top: -138px;
    left: 51%;
    position: absolute;
    background: url(../imagenes/cerdo2-Pasos.png) no-repeat;
    background-size: contain;
    z-index: 2;
  }
}
section.faqs {
  padding: 200px 15px 100px;
}
section.faqs .cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
section.faqs figure img {
  max-width: 353.673px;
  margin: 0 auto;
  display: block;
}
section.faqs .acordeom {
  max-width: 470px;
}
section.faqs .acordeom i.fa-solid {
  color: white;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50px;
  padding: 6px;
  cursor: pointer;
}
section.faqs .list {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
section.faqs h5 {
  color: #DA72AA;
  font-family: "Cooper Std";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 131.579% */
  cursor: pointer;
}
section.faqs p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 131.579% */
  text-align: left;
  max-width: 350px;
}
section.faqs hr {
  background: #FFF;
  color: white;
  height: 1px;
  max-width: 100%;
  margin-bottom: 40px;
}

section.faqs .acordeom .list .content p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0;
}
section.faqs .acordeom .list .icon {
  cursor: pointer;
}
section.faqs .acordeom .list .icon i {
  transition: transform 0.3s;
}
section.faqs .acordeom .list .icon .fa-minus {
  display: none;
}
section.faqs .acordeom .list .icon .fa-plus {
  display: inline-block;
}
section.faqs .acordeom .list.open .content p {
  max-height: 200px;
}
section.faqs .acordeom .list.open .icon .fa-plus {
  display: none;
}
section.faqs .acordeom .list.open .icon .fa-minus {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  section.faqs figure img {
    width: 184.545px;
    margin: 0 auto 60px;
    display: block;
  }
  section.faqs h5 {
    font-size: 17px;
    line-height: 25px; /* 131.579% */
  }
}
section.footer {
  z-index: 1;
  position: relative;
}
section.footer .circle {
  width: 813.854px;
  height: 522.407px;
  background-image: url(../imagenes/circulo-footer.png);
  margin: 0 auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.footer .circle h2 {
  text-align: center;
  color: white;
  margin-bottom: 40px;
  font-size: 40.884px;
}
section.footer .circle p {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
section.footer .circle a.btnbr {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border: 0;
  color: #DA72AA;
  border-radius: 0;
}

footer {
  background-image: url(../imagenes/footer.png);
  background-size: cover;
  background-position: center;
  padding: 300px 15px 15px;
  margin-top: -330px;
  position: relative;
  z-index: 0;
}
footer:before {
  content: "";
  width: 446.327px;
  height: 269.335px;
  background-image: url(../imagenes/logoFooter.png);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
footer p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 208.333% */
}

@media screen and (max-width: 992px) {
  section.footer .circle {
    width: 693.854px;
    height: 472.407px;
    background-image: url(../imagenes/circulo-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer:before {
    content: "";
    width: 206.327px;
    height: 139.335px;
    background-image: url(../imagenes/logoFooter.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  section.footer {
    padding: 0;
  }
  section.footer .circle {
    width: 100%;
    height: 340px;
    background-image: url(../imagenes/movil/dos.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 15px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.footer .circle h2 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  section.footer .circle p {
    font-size: 15.58px;
    font-weight: 500;
    line-height: 20.5px; /* 131.579% */
    margin-bottom: 20px;
  }
  section.footer .circle a.btnbr {
    font-size: 13.94px;
    font-weight: 900;
    line-height: 23.124px;
  }
  footer {
    background-image: none;
    background-color: #fff;
    padding: 180px 15px 100px;
    margin-top: -150px;
    position: relative;
    z-index: 0;
  }
  footer:before {
    content: "";
    width: 156.867px;
    height: 94.661px;
    background-image: url(../imagenes/logoFooter.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  footer p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 208.333% */
  }
}/*# sourceMappingURL=styles.css.map */