/* Font  */
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  position: absolute;
  background-color: transparent;
  width: 100%;
  min-height: 85px;
  max-height: 85px;
  margin-top: 60px;
}
div.menu .container {
  max-width: 1700px;
  padding: 0 40px;
}
div.menu figure {
  margin: 0;
}
div.menu img {
  max-width: 224px;
  margin: 0 auto;
  display: block;
  z-index: 1;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background-image: url(../imagenes/back-menu.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.menu .hamburger {
  position: relative;
  right: 0px;
  top: 14px;
  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;
  user-select: none;
  padding: 13px 9px;
  width: 50px;
  height: 45px;
  margin: 8px 0 0 auto;
  border-radius: 8px;
  background: var(--Verde, #c1cb3c);
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 20px;
  width: 20px;
  padding: 10px 30px;
  right: 10%;
}
div.menu ._layer {
  background: #fff;
  margin-bottom: 5px;
  border-radius: 2px;
  width: 30px;
  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: #F93549;
}
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.98);
  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(--negro, #212529);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a.btnbr {
  color: white;
}
div.menu .menuppal ul li a.btnbr:hover {
  background-color: #000;
  color: #fff;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #F93549;
  zoom: 1.1;
}
div.menu .btn,
div.menu .btnbr,
div.menu input.hs-button.primary.large,
div.menu a.btn.btnbr {
  background-color: #F93549;
  text-transform: uppercase;
}
div.menu .btn img,
div.menu .btnbr img,
div.menu input.hs-button.primary.large img,
div.menu a.btn.btnbr img {
  display: inline-block;
  margin: 0;
}
div.menu .btn:hover,
div.menu .btnbr:hover,
div.menu input.hs-button.primary.large:hover,
div.menu a.btn.btnbr:hover {
  background-color: #F93549;
  color: black;
}
div.menu .menu .container {
  max-width: 1560px;
}

@media screen and (max-width: 992px) {
  div.menu .container {
    max-width: 760px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .hamburger {
    top: 10px;
  }
  div.menu img {
    max-width: 150px;
    margin: 30px auto;
    display: block;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  div.menu .hamburger {
    top: 7px;
  }
  div.menu {
    min-height: 70px;
    padding: 20px 5px 5px;
  }
  div.menu img {
    top: 0;
    margin: 15px;
    position: relative;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.1rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  div.menu ._layer {
    width: 24px !important;
    height: 3px !important;
  }
  div.menu .hamburger {
    padding: 8px 0;
  }
  div.menu .menuppal ul li a.btnbr {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    padding: 4px;
  }
  div.menu img {
    top: 0px;
    position: relative;
    width: 130px;
    margin: 12px auto 8px;
    margin: 0 0;
  }
  div.menu .hamburger {
    padding: 12px 11px;
    top: -50px;
  }
  div.menu img {
    top: 0px;
    position: relative;
    width: 130px !important;
    margin: 12px auto 8px;
    margin: 6px auto -30px;
    max-width: 200%;
  }
  .menu .col-md-2.col-2.d-lg-block {
    display: none;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden !important;
}

section {
  padding: 100px 0;
}

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

p b {
  font-weight: 700;
}

h1 {
  color: var(--Rojo-claro, #f93549);
  font-family: Poppins;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px; /* 110.811% */
}

.banner p {
  color: var(--Negro, #2d2d2d);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h6 {
  color: var(--Rojo-claro, #f93549);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h2 {
  color: var(--Rojo-claro, #f93549);
  font-family: Poppins;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px; /* 110.811% */
}

h4 {
  color: var(--Verde-oscuro, #00953b);
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 118.182% */
}

p {
  color: var(--Negro, #2d2d2d);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large,
a.btn.btnbr {
  padding: 10px 40px 10px;
  border-radius: 42px;
  background: var(--Verde, #c1cb3c);
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  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,
a.btn.btnbr:hover {
  background-color: #F93549;
  color: #fff;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
  padding: 30px;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
  }
  h2 {
    font-size: 30px;
    line-height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 30px;
    line-height: 39px;
    text-align: center;
  }
}
section.banner {
  position: relative;
  padding: 180px 0 0;
}
section.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 348px;
  height: 757px;
  background: url(../imagenes/hojasizquierda.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}
section.banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 332px;
  height: 778px;
  background: url(../imagenes/Hojasderecha.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}
section.banner .container {
  max-width: 1100px;
  position: relative;
  z-index: 10;
}
section.banner figure {
  margin: 0;
}
section.banner .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.banner h1 {
  margin-bottom: 30px;
}
section.banner p {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  section.banner {
    padding: 200px 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    padding: 220px 15px 0;
    background-image: url(../imagenes/movil/header.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  section.banner::after, section.banner::before {
    display: none;
  }
  section.banner p {
    text-align: center;
  }
  section.banner a.btnbr {
    margin: 0 auto 40px;
  }
}
section.nosotros {
  background-image: url(../imagenes/nosotros.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1130px;
  margin-top: -150px;
  z-index: 11;
  position: relative;
  display: flex;
  align-items: center;
}
section.nosotros img {
  max-width: 91%;
}
section.nosotros h6 {
  margin-bottom: 30px;
}
section.nosotros h2 {
  margin-bottom: 60px;
}
section.nosotros .contenido {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    background-image: url(../imagenes/movil/nosotros.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -90px;
    padding: 150px 15px 0;
  }
  section.nosotros img {
    margin-top: 60px;
    width: 100%;
  }
}
section.beneficios h6,
section.beneficios h2 {
  color: #00953B;
  text-align: center;
}
section.beneficios h6 {
  margin-bottom: 40px;
}
section.beneficios h2 {
  margin-bottom: 100px;
}
section.beneficios .container {
  max-width: 1600px;
}
section.beneficios .cardbene {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.14);
  padding: 65px 45px;
  min-height: 390px;
}
section.beneficios .cardbene h4 {
  padding-left: 30px;
  margin-bottom: 60px;
  position: relative;
}
section.beneficios .cardbene h4::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 48px;
  border-radius: 3px;
  background: var(--Verde, #c1cb3c);
  top: 0;
  left: 0;
}
section.beneficios .cardbene p {
  font-size: 17px;
}

@media screen and (max-width: 992px) {
  section.beneficios .swiper-pagination2.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    padding: 20px;
  }
  section.beneficios .swiper-pagination2.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #c1cb3c;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 15px;
  }
  section.beneficios h2 br {
    display: none;
  }
  section.beneficios .swiper {
    padding-bottom: 50px;
    padding: 5px;
  }
  section.beneficios .cardbene {
    padding: 55px 30px;
    min-height: 400px;
  }
}
section.form h6 {
  margin-bottom: 30px;
}
section.form h2 {
  margin-bottom: 50px;
}
section.form .container {
  max-width: 1600px;
}
section.form img {
  max-width: 92%;
}
section.form .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 560px;
  padding: 0;
  margin: 0;
}
section.form button,
section.form input,
section.form optgroup,
section.form select,
section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0 6px;
  border-radius: 0;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
  color: #000;
}
section.form button::placeholder,
section.form input::placeholder,
section.form optgroup::placeholder,
section.form select::placeholder,
section.form textarea::placeholder {
  color: #000;
}
section.form input.hs-button.primary.large {
  display: block;
  width: 50%;
  text-align: center;
  padding: 15px 50px 10px;
  margin: 40px 0 0 !important;
  border: 0;
}
section.form input.hs-button.primary.large:hover {
  background-color: #000;
  color: #fff;
}
section.form fieldset {
  max-width: 800px;
}
section.form input.hs-button.primary.large {
  margin: 0 auto;
}
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 {
  display: block !important;
  margin-top: 20px;
}
section.form .input .hs-input {
  width: 100% !important;
}
section.form .hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}
section.form .hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}

@media screen and (max-width: 767px) {
  section.form {
    padding: 50px 20px 100px;
  }
  section.form img {
    width: 100%;
  }
  section.form h2 br {
    display: none;
  }
}
section.datos {
  background-image: url(../imagenes/FondoRosa.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.datos h6 {
  margin-bottom: 30px;
}
section.datos h2 {
  margin-bottom: 50px;
}
section.datos .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.datos .carDatos {
  border-radius: 21px;
  background: #fff;
  padding: 80px 50px;
  text-align: center;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.14);
  min-height: 260px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.datos .carDatos p {
  color: var(--Verde-oscuro, #00953b);
  font-size: 19px;
  line-height: normal;
}
section.datos .swiper {
  padding-bottom: 50px;
  padding: 10px;
  max-width: 500px;
  margin: 0;
  padding-bottom: 70px;
}
section.datos .swiper .swiper-button-next:after,
section.datos .swiper .swiper-button-prev:after {
  display: none;
}
section.datos .swiper .btnSlider {
  position: absolute;
  width: 130px;
  margin: 0 auto;
  bottom: 8%;
}
section.datos .swiper .swiper-button-next,
section.datos .swiper .swiper-button-prev {
  border: 0;
  box-shadow: none;
  background: transparent;
  width: 50px;
}

@media screen and (max-width: 767px) {
  section.datos {
    padding: 100px 20px;
  }
  section.datos figure.imganenbr img {
    margin-top: 40px;
    width: 100%;
  }
  section.datos .carDatos {
    padding: 60px 20px;
    min-height: 260px;
  }
  section.datos .swiper .btnSlider {
    width: 40%;
    left: 30%;
    margin: 0 auto;
  }
}
section.galeria {
  padding: 150px 0;
}
section.galeria h6 {
  text-align: center;
  margin-bottom: 30px;
  color: #00953B;
}
section.galeria h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #00953B;
}
section.galeria p {
  text-align: center;
  margin-bottom: 100px;
}
section.galeria span.swiper-pagination-bullet,
section.galeria .swiper-pagination-bullet-active {
  background-color: #C1CB3C;
}
section.galeria .swiper-pagination2.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  section.galeria .cont {
    height: auto;
    padding: 0 30px;
  }
  section.galeria .swiper-pagination2.swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col-md-12.col-lg-7.contGale {
    padding: 0;
  }
  section.galeria {
    padding-bottom: 100px;
  }
}
section.distintivo {
  padding-top: 0;
}
section.distintivo .container {
  max-width: 1430px;
}
section.distintivo .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.distintivo h6 {
  margin-bottom: 30px;
  color: #00953B;
}
section.distintivo h2 {
  color: #00953B;
}
section.distintivo .bgVerde {
  background-image: url("../imagenes/diferencial.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 100px;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  section.distintivo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.distintivo .bgVerde {
    padding: 90px 20px;
    border-radius: 20px;
  }
  section.distintivo .bgVerde h2 {
    margin-bottom: 80px;
  }
}
section.video {
  padding-bottom: 150px;
}
section.video h6 {
  margin-bottom: 30px;
  color: #F93549;
  text-align: center;
}
section.video h2 {
  color: #F93549;
  text-align: center;
  margin-bottom: 50px;
}
section.video iframe {
  padding: 0 !important;
  width: 80%;
  height: 520px;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 992px) {
  section.video {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 80px 15px 100;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 0;
  }
}
section.pasos {
  background-image: url(../imagenes/pasos.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
section.pasos h6 {
  margin-bottom: 30px;
  color: #00953B;
}
section.pasos h2 {
  margin-bottom: 50px;
  color: #00953B;
}
section.pasos figure img {
  max-width: 92%;
}
section.pasos .container {
  max-width: 1410px;
}
section.pasos .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.pasos .cardPasos {
  padding: 80px 50px;
  text-align: center;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.14);
  border-radius: 18px;
  background: #fff;
  min-height: 350px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
section.pasos .cardPasos .number {
  color: var(--Verde, #c1cb3c);
  text-align: right;
  font-family: Poppins;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  width: 100%;
  margin-bottom: 30px;
}
section.pasos .cardPasos h4 {
  color: var(--Verde-oscuro, #00953b);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-bottom: 20px;
}
section.pasos .cardPasos p {
  color: var(--Negro, #2d2d2d);
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
section.pasos .swiper {
  padding-bottom: 50px;
  padding: 10px;
  margin: 0;
  padding-bottom: 70px;
}
section.pasos .swiper .swiper-button-next:after,
section.pasos .swiper .swiper-button-prev:after {
  display: none;
}
section.pasos .swiper .btnSlider {
  position: absolute;
  width: 130px;
  margin: 0 auto;
  bottom: 8%;
}
section.pasos .swiper .swiper-button-next,
section.pasos .swiper .swiper-button-prev {
  border: 0;
  box-shadow: none;
  background: transparent;
  width: 50px;
}

@media screen and (max-width: 992px) {
  section.pasos {
    background-size: 190%;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 20px;
    background-image: url(../imagenes/movil/pasos.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  section.pasos figure img {
    width: 100%;
  }
  section.pasos .cardPasos {
    padding: 80px 20px;
    text-align: center;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.14);
    border-radius: 18px;
    background: #fff;
    min-height: 350px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
  }
}
.bannerFooter {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.bannerFooter h2 {
  text-align: center;
  margin-bottom: 50px;
}
.bannerFooter p {
  text-align: center;
  margin-bottom: 50px;
}
.bannerFooter a.btnbr {
  margin: 0 auto;
  display: block;
}

footer {
  background-image: url(../imagenes/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 480px;
  margin: 0;
  position: relative;
  margin-top: -100px;
  z-index: 0;
}
footer::after {
  top: 20%;
  right: 12%;
  width: 149.547px;
  height: 140.46px;
  background-image: url(../imagenes/Frutilla.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 37%;
  right: 18%;
  width: 200.547px;
  height: 220.46px;
  background-image: url(../imagenes/Frutilla.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer p {
  margin: 0;
  text-align: center;
  padding: 20px;
  color: var(--Rojo-claro, #f93549);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  section.bannerFooter {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
  }
  section.bannerFooter h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  section.bannerFooter p {
    text-align: center;
    margin-bottom: 50px;
  }
  section.bannerFooter a.btnbr {
    margin: 0 auto;
    display: block;
  }
  footer {
    background-image: url(../imagenes/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 480px;
    margin: 0;
    position: relative;
    margin-top: -100px;
    z-index: 0;
  }
  footer::after {
    content: "";
    position: absolute;
    top: 38%;
    right: 2%;
    width: 149.547px;
    height: 140.46px;
    background-image: url(../imagenes/Frutilla.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}/*# sourceMappingURL=styles.css.map */