/* Font  */
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-VariableFont_wght.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Italic-VariableFont_wght.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: italic;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  background: #FCBF02;
  min-height: 90px;
}
div.menu img {
  max-width: 260px;
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 20px;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: rgba(252, 191, 1, 0.9215686275);
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0px;
  top: 0;
  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: #333333;
  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;
  text-align: center;
  font-family: Montserrat;
  color: red;
  font-size: 1.5rem;
  line-height: 3em;
  height: 3em;
  color: #369;
  text-transform: none;
  font-weight: bold;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #000;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 767px) {
  div.menu {
    min-height: 70px;
  }
  div.menu img {
    max-width: 150px;
    top: 35px;
  }
  div.menu .hamburger {
    padding: 10px 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.4rem;
    line-height: 3em;
    height: 2.5em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background: #1D1D1B;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: #1D1D1B;
  font-family: Montserrat;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px; /* 123.077% */
}

.banner p {
  color: #1D1D1B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 164.286% */
  text-align: left;
  margin-bottom: 40px;
}

h2 {
  color: #FCBF01;
  font-family: Montserrat;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h4 {
  color: var(--blanco-harina, #FFF);
  font-family: "EB Garamond";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}

h5 {
  color: #FCBF01;
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h6 {
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.64px;
}

p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 164.286% */
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 10px 30px;
  border-radius: 9.598px;
  background: #1D1D1B;
  color: #FCBF01;
  font-family: Montserrat;
  font-size: 12.215px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hiddenDL {
  display: none;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px; /* 107.692% */
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  h1 {
    font-size: 21px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px; /* 123.81% */
  }
  .banner p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 164.286% */
  }
  h2 {
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    font-size: 12.215px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  br {
    display: none;
  }
}
section.banner {
  background-image: url(/imagenes/header.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 700px;
}
section.banner .cardHeader {
  position: absolute;
  padding: 33px 70px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 11.265px;
  background: #FCBF01;
  bottom: -18%;
  left: 0;
  right: 0;
}

@media screen and (max-width: 992px) {
  section.banner {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    min-height: 600px;
    background-image: url("../imagenes/movil/header.png");
    background-position: top center;
    background-size: cover;
    background-color: #1D1D1B;
    background-repeat: no-repeat;
  }
  section.banner .cardHeader {
    padding: 33px 25px;
    margin: 0 auto;
    bottom: -18%;
    left: 0;
    right: 0;
    max-width: 90%;
  }
}
section.nosotros {
  background: #1D1D1B;
  padding: 300px 0 100px;
}
section.nosotros h2 {
  margin-top: 140px;
  margin-bottom: 20px;
}
section.nosotros p {
  max-width: 500px;
}
section.nosotros h5 {
  font-size: 15px;
  margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 300px 0 100px;
  }
  section.nosotros h2 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 200px 15px 100px;
  }
}
section.beneficios h2 {
  text-align: center;
  margin-bottom: 80px;
}
section.beneficios .card {
  text-align: left;
  border-radius: 40px;
  border: 0.8px solid #FCBF01;
  background-color: transparent;
  padding: 15px 0px;
}
section.beneficios .card h4 {
  color: #FCBF01;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 80px;
  position: relative;
  display: flex;
  align-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
section.beneficios .card .card-header {
  border: none;
}

@media screen and (max-width: 992px) {
  section.beneficios .card {
    margin-bottom: 40px;
  }
  .hiddenD {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 0 0 100px;
  }
  section.beneficios .hiddenD {
    display: block;
  }
  section.beneficios h2 {
    margin-bottom: 40px;
  }
  section.beneficios .card {
    margin-bottom: 0;
  }
  section.beneficios .card {
    padding: 15px 0px;
    min-height: 595px;
  }
  section.beneficios .card h4 {
    font-size: 18.547px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  section.beneficios .card P {
    font-size: 13px;
  }
}
section.form {
  padding: 150px 0;
  max-width: 1140px;
  margin: 0 auto;
}
section.form h2 {
  margin-top: 200px;
  font-size:48px;
  line-height: 1.1em;
}
section.form form {
  max-width: 450px;
  margin: 0 auto;
}
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: #FFF;
  font-family: Montserrat;
  font-size: 15.4px;
  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 {
  border-radius: 11px;
  background: #FCBF01;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
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: 74%;
}
section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
  line-height: 15px;
}

@media screen and (max-width: 992px) {
  section.form {
    padding: 100px 0;
    max-width: 900px;
  }
  section.form h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 100px 15px;
  }
  section.form h2 {
    text-align: left;
    margin-bottom: 30px;
    font-size:36px;
  }
  section.form h2 br {
    display: block;
  }
  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: 95%;
  }
}
section.galeria {
  padding-bottom: 150px;
}
section.galeria h2 {
  text-align: center;
  margin-bottom: 80px;
}
section.galeria .hidden-padd {
  padding: 0;
}
section.galeria .hidden-padd figure img {
  width: 100%;
  max-height: 670px;
}

@media screen and (max-width: 767px) {
  section.galeria {
    padding-bottom: 80px;
  }
  .swiper-backface-hidden .swiper-slide {
    max-height: 670px;
  }
}
section.datos {
  background-image: url(/imagenes/letras.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 900px;
  padding-top: 180px;
}
section.datos .hidden-padd {
  padding: 0;
}
section.datos .msn {
  background-color: #FCBF01;
  padding: 40px;
  border-radius: 20px;
}
section.datos .msn h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
section.datos .msn p {
  color: #1D1D1B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 164.286% */
}
section.datos figure img {
  width: 150%;
  max-width: 150%;
  margin-left: -120px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  section.datos {
    background-image: url(/imagenes/letras.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 0 100px;
  }
  section.datos .msn {
    padding: 30px 20px;
    max-width: 90%;
    margin: 0 auto;
  }
  section.datos .msn h2 {
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
  }
  section.datos figure img {
    width: 100%;
    margin: 80px auto 0;
  }
}
section.pasos h2 {
  padding-top: 200px;
}
section.pasos hr {
  width: 100%;
  height: 0.5px;
  color: #FCBF01;
  max-width: 370px;
}
section.pasos .cardPasos {
  max-width: 370px;
  min-height: 150px;
  padding-top: 7px;
}
section.pasos .cardPasos h4 {
  color: #FCBF01;
  font-family: Montserrat;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  padding: 9px 0;
}
section.pasos .cardPasos .number {
  color: #FCBF01;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

@media screen and (max-width: 992px) {
  section.pasos h2 {
    padding-top: 100px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  section.pasos h2 {
    padding-top: 0;
    margin-bottom: 60px;
  }
  section.pasos .cardPasos h4 {
    margin-left: 10px;
  }
  section.pasos .cardPasos h4 br {
    display: block;
  }
}
section.video h2 {
  text-align: center;
  margin-bottom: 60px;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 800px;
}

@media screen and (max-width: 767px) {
  section.video {
    padding: 50px 15px;
  }
  section.video iframe {
    height: 300px;
  }
}
section.preguntas .item {
  padding: 20px 0;
  cursor: pointer;
}
section.preguntas h2 {
  text-align: center;
  margin-bottom: 80px;
  text-transform: none;
}
section.preguntas h6 {
  color: #FCBF01;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
section.preguntas p {
  max-width: 650px;
  margin-top: 10px;
}
section.preguntas hr {
  width: 100%;
  height: 0.5px;
  color: #FCBF01;
  max-width: 90%;
}
section.preguntas .iconminus, section.preguntas .iconPlus {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid;
  border-color: #FCBF01;
  padding: 0 3px;
  line-height: 14px;
}
section.preguntas .uno .iconPlus {
  display: none;
}
section.preguntas .acordeom {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section.preguntas {
    padding: 70px 15px;
  }
  section.preguntas h2 {
    font-size: 46px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
  }
  section.preguntas h6 {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.bannerFooter {
  background: #FCBF01;
}
.bannerFooter img {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}
.bannerFooter h2 {
  color: #1D1D1B;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 120.833% */
}
.bannerFooter p {
  color: #1D1D1B;
}

footer p.copy {
  text-align: center;
  padding-top: 20px;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .bannerFooter img {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .bannerFooter {
    padding: 80px 15px;
  }
  .bannerFooter img {
    width: 200px;
    margin: 0 auto 80px;
    display: block;
  }
  footer p.copy {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}/*# sourceMappingURL=styles.css.map */