/* Font  */
@font-face {
  font-family: Barlow;
  src: url("../font/Barlow-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Barlow;
  src: url("../font/Barlow-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Barlow;
  src: url("../font/Barlow-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: TrashHand;
  src: url("../font/TrashHand.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  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: 90px;
}
div.menu img {
  max-width: 150px;
  margin: 30px auto 0;
  display: block;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: #25352B;
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0px;
  top: 20px;
  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: #000;
  margin-bottom: 4px;
  border-radius: 2px;
  width: 28px;
  height: 4px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
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: Barlow;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  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:hover {
  text-decoration: none;
  color: #fff;
  zoom: 1.1;
}

div.menu .hamburger.is-active ._layer {
  background: #fff;
}

@media screen and (max-width: 992px) {
  div.menu img {
    max-width: 120px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  div.menu {
    min-height: 70px;
  }
  div.menu img {
    max-width: 140px;
    top: 5px;
    margin: 15px;
    margin: 0 auto;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    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;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: #FBF6F0;
}

.container {
  max-width: 1420px;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: var(--Verde-oscuro, #25352B);
  text-align: center;
  font-family: Barlow;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 83px; /* 95.787% */
  margin: 0;
}

.banner h2 {
  color: var(--Menta, #9DD0B2);
  text-align: center;
  font-family: TrashHand;
  font-size: 57px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner p {
  color: var(--Negro, #000);
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 120% */
  max-width: 600px;
  margin: 20px auto 30px;
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 12px 35px;
  border-radius: 50px;
  background: var(--Amarillo, #FAC368);
  color: var(--Negro, #000);
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 0 auto;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  color: var(--Negro, #000);
  background: var(--Amarillo, #FAC368);
  opacity: 0.6;
}

h6 {
  color: var(--Crema, #FBF6F0);
  text-align: center;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 24px;
  border: 1px solid var(--Crema, #FBF6F0);
  max-width: -moz-max-content;
  max-width: max-content;
}

h2 {
  color: var(--Verde-oscuro, #25352B);
  text-align: center;
  font-family: Barlow;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 108% */
}

h2.grande {
  font-size: 64px;
  font-weight: 700;
  line-height: 68px; /* 106.25% */
}

h3 {
  color: var(--Menta, #9DD0B2);
  text-align: center;
  font-family: TrashHand;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  color: var(--Verde-oscuro, #25352B);
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  color: var(--Negro, #000);
  font-family: Barlow;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.hiddenT {
  display: none;
}

.manos {
  position: relative;
  top: -240px;
  z-index: 1;
}
.manos figure {
  margin: 0;
}
.manos figure img {
  position: relative;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .banner h2 {
    font-size: 44px;
    line-height: normal;
  }
  .banner p {
    font-size: 19px;
    line-height: 25px;
    max-width: 530px;
  }
  .manos {
    position: relative;
    top: -150px;
    z-index: 1;
  }
  h2.grande {
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
  }
  h2 {
    font-size: 45px;
    line-height: 50px;
  }
  h3 {
    font-size: 50px;
    line-height: normal;
  }
  br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 40px; /* 100% */
    margin-bottom: 10px;
  }
  .banner h2 {
    font-size: 40px;
    line-height: 40px; /* 100% */
  }
  .manos {
    position: relative;
    top: -100px;
    z-index: 1;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h2.grande {
    font-size: 37px;
    font-weight: 700;
    line-height: 40px;
  }
  h3 {
    font-size: 32px;
    line-height: normal;
  }
  .col-md-6.col-lg-3 {
    padding: 0 !important;
    margin: 0 0px 30px;
  }
  .hiddenT {
    display: block;
  }
}
section.banner {
  padding: 150px 15px 100px;
  position: relative;
  z-index: 2;
}
section.banner .row {
  display: block;
}

section.nosotros {
  border-radius: 40px 40px 0px 0px;
  background: var(--Menta-oscuro, #A0C8A3);
  position: relative;
  z-index: 0;
  margin-top: -680px;
  padding-top: 450px;
}
section.nosotros h2 {
  text-align: left;
  margin-bottom: 30px;
}
section.nosotros h6 {
  margin-bottom: 40px;
}
section.nosotros .text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    margin-top: -380px;
    padding-top: 300px;
  }
  section.nosotros h2 {
    text-align: left;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    margin-top: -300px;
    padding-top: 280px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.nosotros img {
    margin-top: 40px;
    width: 100%;
  }
  section.nosotros h6 {
    margin-bottom: 30px;
  }
}
section.beneficios {
  border-radius: 40px 40px 0px 0px;
  background: var(--Crema, #FBF6F0);
  padding: 150px 15px;
  position: relative;
}
section.beneficios .col-lg-3 {
  padding: 18px;
}
section.beneficios:after {
  content: "";
  position: absolute;
  top: 12%;
  right: 0;
  width: 200px;
  height: 327px;
  background-image: url("../imagenes/Tucan.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.beneficios .container-fluid {
  max-width: 93%;
}
section.beneficios h6 {
  color: #9DD0B2;
  border-color: #9DD0B2;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
}
section.beneficios h3 {
  margin-bottom: 60px;
}
section.beneficios .cardbenefi {
  margin-top: 120px;
  padding: 22px;
  text-align: center;
  border-radius: 20px;
  background: var(--Blanco, #FFF);
  min-height: 300px;
}
section.beneficios .cardbenefi figure {
  margin: 0;
  margin-top: -120px;
}
section.beneficios .cardbenefi figure img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 30px;
}
section.beneficios .cardbenefi h4 {
  text-align: center;
}
section.beneficios .cardbenefi p {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  max-width: 90%;
}

@media screen and (max-width: 992px) {
  section.beneficios:after {
    top: 2%;
    right: 0;
    width: 140px;
    height: 227px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    border-radius: 40px 40px 0px 0px;
    padding: 80px 15px;
    position: relative;
    z-index: 2;
    margin-top: -30px;
  }
  section.beneficios:after {
    content: none;
  }
}
section.form {
  background-color: #25352B;
  background-image: url("../imagenes/ImagenContacto.png");
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
}
section.form h2 {
  text-align: left;
  color: white;
  margin-top: 20px;
  position: relative;
}
section.form h2:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 18%;
  width: 110px;
  height: 98px;
  background-image: url("../imagenes/IlusContacto.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.form h3 {
  text-align: left;
  color: #9DD0B2;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 500px;
  padding: 0px 0 40px 0;
  margin: 0 0 0;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  border-radius: 0;
  color: var(--Blanco, #FFF);
  font-family: Barlow;
  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: #fff;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #fff;
}
section.form input.hs-button.primary.large {
  text-transform: uppercase;
  border-radius: 50px;
  background: var(--Amarillo, #FAC368);
  border: none;
  margin: 0;
  color: var(--Negro, #000);
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}
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 input.hs-button.primary.large {
  margin: 25px 0;
  display: block;
}
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;
}
section.form input.hs-button.primary.large {
  margin: 20px 0 !important;
  display: block !important;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  section.form h2:after {
    top: -120%;
    right: 8%;
    width: 110px;
    height: 98px;
  }
  section.form {
    background-color: #25352B;
    background-image: url(../imagenes/ImagenContacto.png);
    background-size: 74% 100%;
    background-position: 200%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    background-color: #25352B;
    background-image: none;
    padding-bottom: 0;
  }
  section.form .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.form br {
    display: block;
  }
  section.form h2:after {
    top: 60%;
    right: 0;
    width: 90px;
    height: 81px;
  }
}
section.datos {
  padding: 150px 15px 0;
  border-radius: 0px 0px 40px 40px;
  background: var(--Crema, #FBF6F0);
  margin-bottom: -55px;
  position: relative;
  z-index: 1;
}
section.datos:after {
  content: "";
  position: absolute;
  top: 16%;
  right: 12%;
  width: 250px;
  height: 240px;
  background-image: url("../imagenes/Frase.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.datos figure {
  margin: 0;
}
section.datos h6 {
  color: #9DD0B2;
  border-color: #9DD0B2;
  padding: 7px 30px;
  margin-bottom: 40px;
}
section.datos h2 {
  text-align: left;
}
section.datos .int {
  padding: 80px 0 150px;
  max-width: 1150px;
  margin: 0 auto;
}
section.datos .int .cardDatos {
  padding: 30px 50px;
  border-radius: 20px;
  background: var(--Blanco, #FFF);
}
section.datos .int .cardDatos span.number {
  color: var(--Menta, #9DD0B2);
  font-family: Barlow;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 100% */
}
section.datos .int .cardDatos p {
  color: var(--Negro, #000);
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 10px;
}
section.datos .lista img {
  width: 100%;
}

@media screen and (max-width: 1540px) {
  section.datos:after {
    right: 4%;
  }
}
@media screen and (max-width: 992px) {
  section.datos .int .cardDatos {
    padding: 30px 50px;
    border-radius: 20px;
    background: var(--Blanco, #FFF);
    min-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 100px 15px 0;
  }
  section.datos .int .col-md-6 {
    padding: 0;
  }
  section.datos:after {
    top: 5%;
    right: -4%;
    width: 150px;
    height: 150px;
  }
  section.datos .int .cardDatos {
    padding: 30px 25px;
    min-height: initial;
    margin-bottom: 40px;
  }
  section.datos .int {
    padding: 80px 0 50px;
  }
}
section.distintivo {
  border-radius: 40px 40px 0px 0px;
  background: var(--Menta-oscuro, #A0C8A3);
  position: relative;
  z-index: 0;
  padding: 150px 15px;
}
section.distintivo h2 {
  text-align: left;
  margin-bottom: 30px;
}
section.distintivo h6 {
  margin-bottom: 30px;
}
section.distintivo p {
  max-width: 80%;
}
section.distintivo .text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  section.distintivo {
    padding-bottom: 50px;
  }
  section.distintivo img {
    margin-top: 40px;
  }
  section.distintivo p {
    max-width: 100%;
  }
}
section.galeria {
  position: relative;
  padding: 0;
  margin: 0;
}
section.galeria .row, section.galeria .container-fluid {
  padding: 0;
  margin: 0;
}
section.galeria .container {
  position: absolute;
  padding: 50px;
  bottom: 0;
  z-index: 4;
}
section.galeria .container h2, section.galeria .container h6 {
  color: white;
}
section.galeria .container h6 {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 30px;
  margin-left: 15px;
}
section.galeria .container h2 {
  text-align: left;
}
section.galeria .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 410px;
  padding: 0;
  margin: 0;
}
section.galeria .swiper {
  width: 100%;
  height: 920px;
}
section.galeria .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
section.galeria .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.galeria .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
section.galeria .swiper-pagination-bullet-active {
  background: #fff;
}

.movil {
  display: none !important;
}

@media screen and (max-width: 992px) {
  section.galeria .swiper {
    width: 100%;
    height: 400px;
  }
  section.galeria h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.galeria .swiper {
    width: 100%;
    height: 730px;
  }
  section.galeria .swiper img.w-full.h-auto.object-cover.rounded-lg {
    width: 100%;
    min-height: 730px;
  }
  section.galeria .container {
    position: absolute;
    padding: 30px 5px;
    bottom: 0;
    z-index: 4;
  }
  .dest {
    display: none !important;
  }
  .movil {
    display: block !important;
  }
}
section.video {
  background: var(--Menta-oscuro, #A0C8A3);
  padding: 250px 15px 260px;
}
section.video .col-lg-6 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.video h6 {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
section.video h2 {
  text-align: left;
  position: relative;
}
section.video h2:after {
  content: "";
  position: absolute;
  top: -35px;
  right: 20%;
  width: 110px;
  height: 170px;
  background-image: url("../imagenes/palmas.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 430px;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  section.video {
    padding: 200px 15px;
  }
  section.video h2:after {
    content: "";
    position: absolute;
    top: -55px;
    right: -3%;
    width: 50px;
    height: 80px;
    background-image: url(../imagenes/palmas.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }
  section.video {
    padding: 100px 15px;
  }
  section.video h2 {
    margin-bottom: 40px;
  }
}
section.pasos {
  border-radius: 40px 40px 0px 0px;
  background: var(--Crema, #FBF6F0);
  margin-top: -25px;
  padding: 200px 15px;
  position: relative;
}
section.pasos:after {
  content: "";
  position: absolute;
  top: 13%;
  right: -50px;
  width: 400px;
  height: 74%;
  background-image: url("../imagenes/FooterR.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.pasos:before {
  content: "";
  position: absolute;
  top: 13%;
  left: -50px;
  width: 400px;
  height: 74%;
  background-image: url("../imagenes/footerL.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.pasos h6 {
  margin: 0 auto;
  color: #9DD0B2;
  border-color: #9DD0B2;
  padding: 7px 30px;
  margin-bottom: 40px;
  width: -moz-max-content;
  width: max-content;
}
section.pasos h3 {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
section.pasos .swiper-slide {
  margin-top: 30px;
  padding-bottom: 30px;
}
section.pasos .cardslider {
  min-height: 220px;
  border-radius: 20px;
  background: var(--Blanco, #FFF);
  width: 550px;
  padding: 40px 40px 25px;
  margin: 0 auto;
  display: block;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
section.pasos .cardslider .col-2 {
  position: relative;
  height: 100px;
}
section.pasos .cardslider .col-2 ::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 50px;
  background: var(--Menta, #9DD0B2);
}
section.pasos .cardslider img {
  width: 40px;
  margin: 0 auto;
  display: block;
}
section.pasos .cardslider h4 {
  text-align: left;
}
section.pasos .cardslider p {
  text-align: left;
}
section.pasos .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #FAC368;
  opacity: 1;
}
section.pasos .swiper-pagination-bullet-active {
  background: #FAC368;
}

@media screen and (max-width: 992px) {
  section.pasos:before {
    top: 13%;
    left: -80px;
    width: 250px;
    height: 74%;
  }
  section.pasos::after {
    top: 13%;
    right: -80px;
    width: 250px;
    height: 74%;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    border-radius: 40px 40px 0px 0px;
    background: var(--Crema, #FBF6F0);
    margin-top: -25px;
    padding: 80px 15px;
    position: relative;
  }
  section.pasos:before {
    top: 33%;
    left: -50px;
    width: 200px;
    height: 400px;
  }
  section.pasos:after {
    top: 33%;
    right: -50px;
    width: 200px;
    height: 400px;
  }
  section.pasos .cardslider {
    min-height: 210px;
    border-radius: 20px;
    background: var(--Blanco, #FFF);
    width: 100%;
    padding: 30px 20px 15px;
    margin: 0 auto;
    display: block;
  }
  section.pasos .cardslider p {
    font-size: 16px;
  }
}
.bannerFooter {
  background: var(--Verde-oscuro, #25352B);
  padding: 60px 15px;
}
.bannerFooter .row {
  max-width: 1450px;
  margin: 0 auto;
}
.bannerFooter figure img {
  max-width: 552px;
}
.bannerFooter .col-md-6 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.bannerFooter p {
  text-align: left;
  color: white;
  max-width: 380px;
  font-size: 20px;
  margin-bottom: 30px;
}
.bannerFooter a {
  margin: 0;
}

footer p {
  color: var(--Negro, #000);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 20px;
}

@media screen and (max-width: 992px) {
  .bannerFooter figure img {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter p {
    margin-top: 20px;
  }
}/*# sourceMappingURL=styles.css.map */