/* Font  */
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../font/centurygothic.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../font/centurygothic_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: absolute;
  width: 100%;
  min-height: 90px;
}
div.menu img {
  max-width: 300px;
  margin: 40px 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: #F6C4DD;
}
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: #ffffff;
  margin-bottom: 6px;
  border-radius: 2px;
  width: 28px;
  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: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: "Century Gothic";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #000;
  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;
  }
  div.menu {
    background: #FFF3F3 !important;
    padding: 10px;
    display: block;
    position: relative;
  }
  div.menu img {
    max-width: 90px;
  }
}
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: #FFF;
  font-family: "Century Gothic";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner p {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 12px 35px;
  border-radius: 0;
  background: #F6C4DD;
  color: #000;
  font-family: "Century Gothic";
  font-size: 15.251px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  color: var(--Negro, #000);
  background: var(--Amarillo, #F6C4DD);
  opacity: 0.6;
}

h6 {
  color: #808080;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  color: #000;
  text-align: center;
  font-family: "Century Gothic";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  color: #060707;
  font-family: "Century Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
}

h4 {
  color: #060707;
  font-family: "Century Gothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 129.167% */
}

p {
  color: #808080;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.hiddenT {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM, .hiddenM {
    display: none;
  }
  h1 {
    font-size: 28px;
    line-height: normal;
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  h4 {
    font-size: 17.89px;
    line-height: 23.257px; /* 130% */
    font-weight: 400;
    padding-right: 10%;
  }
}
section.banner {
  background-image: url("../imagenes/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 500px 15px 150px;
}
section.banner .contBanner {
  padding-right: 7%;
}
section.banner .contBanner p {
  margin: 40px 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  section.banner {
    background-image: url("../imagenes/movil/header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 380px 15px 150px;
  }
  section.banner .contBanner {
    padding-right: 7%;
  }
  section.banner .contBanner p {
    margin: 20px 0 30px;
    text-align: left;
  }
}
section.nosotros h2 {
  margin: 40px 0;
}
section.nosotros p {
  margin: 0 auto;
  display: block;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 100px 15px;
  }
  section.nosotros h6 {
    text-align: left;
  }
  section.nosotros h2 {
    text-align: left;
    margin: 20px 0;
  }
  section.nosotros h2 br {
    display: none;
  }
  section.nosotros p {
    text-align: left;
  }
}
section.beneficios h2 {
  margin-bottom: 50px;
}
section.beneficios .cardbene {
  border-radius: 18.112px;
  background: rgba(246, 196, 221, 0.21);
  padding: 45px 40px;
}
section.beneficios .cardbene hr {
  margin: 40px 0 30px;
}
section.beneficios .cardbene p {
  text-align: left;
}

@media screen and (max-width: 992px) {
  section.beneficios .cardbene {
    margin-bottom: 30px;
    min-height: 325px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 60px 0;
  }
  section.beneficios h2 {
    font-size: 20px;
    line-height: normal;
  }
  section.beneficios .cardbene {
    min-height: 310px;
  }
  section.beneficios .cardbene p {
    font-size: 18px;
    line-height: 22px; /* 150% */
  }
  section.beneficios .swiper.mySwiper2.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 40px;
  }
  section.beneficios .swiper-pagination-bullet-active {
    background: #000;
  }
}
section.form h2 {
  text-align: left;
}
section.form .col-md-7 {
  padding: 0 20px;
}
section.form .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 430px;
  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 #060707;
  padding: 22px 0;
  border-radius: 0;
  color: #060707;
  font-family: "Century Gothic";
  font-size: 15.528px;
  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: #060707;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #060707;
}
section.form input.hs-button.primary.large {
  border: none;
  margin: 0;
  text-align: center;
}
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 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 60px 15px;
  }
  section.form h2 {
    font-size: 20px;
    line-height: normal;
    text-align: center;
  }
}
section.galeria h2 {
  margin-bottom: 50px;
}
section.galeria .swiper.mySwiper2.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding-bottom: 40px;
}
section.galeria .swiper-pagination-bullet-active {
  background: #000;
}

@media screen and (max-width: 767px) {
  section.galeria {
    padding: 60px 0;
  }
  section.galeria h2 {
    text-align: left;
    padding: 15px;
  }
}
section.datos .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 450px;
}
section.datos .cont h2 {
  text-align: left;
  margin-bottom: 40px;
}
section.datos .cont p {
  text-align: left;
}

@media screen and (max-width: 992px) {
  section.datos .cont {
    max-width: 90%;
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  section.datos .container-fluid {
    padding: 0;
  }
  section.datos .container-fluid .cont {
    max-width: 100%;
    padding: 7%;
  }
}
section.video h2 {
  margin-bottom: 60px;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 800px;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 0px 0 60px;
  }
  section.video .contVideo {
    padding: 0;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }
}
section.pasos {
  max-width: 960px;
  margin: 0 auto;
}
section.pasos h2 {
  margin-bottom: 60px;
}
section.pasos .cardpasos {
  border-radius: 18.112px;
  background: rgba(246, 196, 221, 0.21);
  padding: 40px 20px;
  text-align: left;
  margin-bottom: 20px;
  min-height: 250px;
}
section.pasos .cardpasos span.number {
  color: #060707;
  font-family: "Century Gothic";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 85.714% */
  text-align: center;
  display: block;
  line-height: 30px;
}
section.pasos .cardpasos h4 {
  text-transform: uppercase;
}
section.pasos .cardpasos p {
  text-align: left;
  color: #060707;
}

@media screen and (max-width: 992px) {
  section.pasos .cardpasos {
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos h2 {
    text-align: left;
    max-width: 70%;
    padding: 15px 15px 0;
  }
  section.pasos .cardpasos {
    min-height: 280px;
    min-height: auto;
    padding: 30px;
  }
  section.pasos h4 {
    font-size: 18px;
    line-height: 30px; /* 166.667% */
    font-weight: 700;
  }
  section.pasos p {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
  section.pasos .cardpasos span.number {
    font-size: 18px;
    line-height: 30px;
  }
}
section.preguntas .acordeom {
  padding: 0 60px;
}
section.preguntas .acordeom .itens {
  position: relative;
}
section.preguntas .acordeom .itens .control {
  position: absolute;
  right: 0;
  cursor: pointer;
}
section.preguntas .acordeom .itens .control span {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 20px;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
section.preguntas .acordeom .itens .control .close {
  display: none;
}
section.preguntas .acordeom .itens p {
  text-align: left;
  max-width: 90%;
  color: #000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  margin: 0;
}
section.preguntas .acordeom .itens.active p {
  max-height: 200px;
  opacity: 1;
  margin: 15px 0;
}
section.preguntas .acordeom .itens.active .control .open {
  display: none;
}
section.preguntas .acordeom .itens.active .control .close {
  display: block;
}
section.preguntas .acordeom h3 {
  text-align: left;
  max-width: 85%;
  margin-bottom: 15px;
  cursor: pointer;
}
section.preguntas .acordeom hr {
  margin: 30px 0 30px;
}

@media screen and (max-width: 992px) {
  section.preguntas img {
    max-width: 80%;
    margin: 40px auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.preguntas {
    padding: 60px 0;
  }
  section.preguntas .acordeom {
    padding: 0 10px;
  }
  section.preguntas .acordeom h3 {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
  }
}
.bannerFooter {
  background: rgba(246, 196, 221, 0.21);
}
.bannerFooter img {
  width: 215px;
  margin: 0 auto;
  display: block;
}
.bannerFooter .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bannerFooter .cont {
  max-width: 350px;
}
.bannerFooter .cont h2 {
  text-align: left;
}
.bannerFooter .cont p {
  text-align: left;
  margin: 30px 0;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

footer .copy {
  text-align: center;
  color: #000;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .bannerFooter img {
    width: 130px;
    margin: 30px 0;
  }
}/*# sourceMappingURL=styles.css.map */