/* Font  */
@font-face {
  font-family: Avenir;
  src: url("../font/Avenir-light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Avenir;
  src: url("../font/Avenir-light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Avenir;
  src: url("../font/Avenir-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Avenir;
  src: url("../font/Avenir-Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Regular Brush";
  src: url("../font/RegularBrush.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
body {
  font-family: "Avenir";
}

h1 {
  color: #FFF;
  font-family: Avenir;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

h2 {
  color: #F28C19;
  font-family: Avenir;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  padding-bottom: 20px;
}

h4 {
  color: #F28C19;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 21px; /* 131.25% */
}

p {
  color: #000;
  font-family: Avenir;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

img {
  max-width: 100%;
}

button, input.hs-button.primary.large {
  color: #FFF;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 7px;
  background: #F28C19;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  max-width: 300px !important;
  margin: 0 auto;
  padding: 10px 25px;
  border: none;
}

.coloryellow {
  color: #F28C19;
}

a {
  text-decoration: none;
}

span.Regular {
  color: #FFF;
  font-family: "Regular Brush";
  font-size: 102.875px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}

.hiddenD {
  display: none;
}

@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
  .hiddenM {
    display: none;
  }
  .hiddenD {
    display: block;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

section.menu {
  padding: 0;
  position: absolute;
  z-index: 9999;
  top: 10%;
  right: 10%;
}
section.menu div#navbarNav {
  position: absolute;
  top: 60px;
  right: 0;
  width: 80vw;
  background: #000;
  padding: 60px;
  border: solid 1px rgba(255, 255, 255, 0.27);
  border-radius: 2px;
}
section.menu div#navbarNav a.nav-link {
  color: #F28C19;
  font-family: Avenir;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  border-bottom: 1px solid;
}

@media (max-width: 768px) {
  section.menu {
    top: 7%;
  }
  section.menu div#navbarNav {
    padding: 30px;
  }
  section.menu div#navbarNav a.nav-link {
    font-size: 25px;
    line-height: 40px;
  }
}
.banners {
  background-image: url("../imagenes/backheader.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.banners .header h1 {
  padding: 30px 0;
}
.banners .row {
  padding: 50px;
}
.banners .row h2 {
  text-align: left;
  padding-bottom: 15px;
  padding-top: 100px;
}
.banners .row p {
  color: white;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .banners img {
    max-width: 50%;
  }
  .banners .row h2 {
    text-align: left;
    padding-bottom: 15px;
    padding-top: 0px;
  }
  .banners .row.about img {
    margin: 60px 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .banners {
    padding-top: 140px;
  }
  .banners img {
    max-width: 95%;
  }
  .banners .row {
    padding: 24px;
  }
  .banners .row.about img {
    margin: 30px 0 30px;
    max-width: 100%;
  }
}
section.ventajas h2 {
  padding-bottom: 40px;
}
section.ventajas .card {
  border: none;
}
section.ventajas .card .cont-text {
  border-radius: 15px;
  border: 1px solid #F28C19;
  padding: 30px 40px 15px;
  margin: 0 0 20px;
}
section.ventajas .card .cont-text h4 {
  font-size: 16px;
}
section.ventajas .card .cont-text p {
  min-height: 90px;
}
section.ventajas div.swiper-wrapper {
  padding: 30px 0;
}

@media screen and (max-width: 992px) {
  section.ventajas .card .cont-text {
    border-radius: 15px;
    border: 1px solid #F28C19;
    padding: 15px 20px 15px;
    margin: 0 0 20px;
    min-height: 285px;
  }
}
@media (max-width: 768px) {
  section.ventajas .card .cont-text p {
    min-height: auto;
  }
  section.ventajas .card .cont-text {
    min-height: 215px;
  }
}
section.movimiento {
  text-align: center;
}

@media (max-width: 768px) {
  section.movimiento {
    display: none;
  }
}
section.form .row {
  background-image: url(../imagenes/Backform.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 50px 40px;
  border-radius: 15px;
}
section.form .row h2 {
  margin-bottom: 20px;
  color: #FFF;
  font-family: Avenir;
  font-size: 28.228px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: left;
  margin: 170px 60px;
}
section.form .row button, section.form .row input.hs-button.primary.large {
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: #000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.431372549);
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #FFF;
  background-color: transparent;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-bottom: 1px solid white;
  padding: 10px;
}
section.form ::-moz-placeholder {
  color: white;
}
section.form ::placeholder {
  color: white;
}
section.form fieldset.form-columns-2 input {
  margin-left: 0px;
  margin-right: 10px;
  max-width: 92%;
}
section.form label.hs-error-msg.hs-main-font-element {
  font-size: 14px;
  padding: 20px 0;
}
section.form .hs_submit.hs-submit {
  max-width: 470px;
  margin: 40px 0;
}

@media screen and (max-width: 992px) {
  section.form form {
    margin: 0 auto;
    display: block;
    max-width: 500px;
  }
  section.form .row h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFF;
    font-family: Avenir;
    font-size: 28.228px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 20px 20px;
  }
}
@media (max-width: 768px) {
  section.form {
    padding: 0 0 60px;
  }
  section.form .row {
    padding: 20px 10px 20px;
    margin: 0 5px;
  }
  section.form .row h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
  }
  section.form .row h2 span.Regular {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
}
section.pasos {
  background-image: url(../imagenes/Backpasos.png);
  background-position: 100% -65px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0;
  position: relative;
}
section.pasos h2 span.Regular {
  color: #F28C19;
  font-size: 102.875px;
  margin: 30px 0;
  display: block;
}
section.pasos .numbe {
  color: #F28C19;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Avenir;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 29px; /* 96.667% */
}
section.pasos h4 {
  text-transform: uppercase;
}
section.pasos p {
  color: white;
  font-weight: 400;
}
section.pasos .br1 .row, section.pasos .br3 .row {
  margin-bottom: 30px;
  min-height: 145px;
}
section.pasos img {
  z-index: 9;
  position: relative;
}

@media screen and (max-width: 992px) {
  section.pasos {
    background-position: 100%;
  }
  section.pasos h2 span.Regular {
    font-size: 90px;
    margin: 30px 0;
    line-height: 90px;
  }
}
@media (max-width: 768px) {
  section.pasos {
    background-position: 100%;
  }
  section.pasos h2 span.Regular {
    font-size: 60px;
    margin: 10px 0;
    line-height: 60px;
  }
  section.pasos img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
  section.pasos .br1, section.pasos .br2 {
    padding: 0 20px;
  }
}
section.beneficios {
  z-index: 1;
  position: relative;
  background: white;
}
section.beneficios .row {
  border-radius: 15px;
  border: 1px solid #F28C19;
  padding: 50px 100px;
}
section.beneficios .row img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
section.beneficios .row ul li {
  font-size: 18px;
  line-height: 18px;
  margin: 18px 0;
}
section.beneficios .row ul li::marker {
  color: #F28C19;
  font-size: 38px;
}

@media screen and (max-width: 992px) {
  section.beneficios h2 {
    margin-top: 70px;
  }
  section.beneficios .row {
    padding: 50px 0px;
  }
}
@media (max-width: 768px) {
  section.beneficios h2 {
    padding-bottom: 0;
  }
  section.beneficios .row {
    padding: 0px 20px 40px;
    margin: 5px;
  }
}
section.galeria {
  text-align: center;
}
section.galeria img {
  max-width: 100%;
  width: 100%;
}
section.galeria .col-md-4 {
  padding: 0;
}
section.galeria .col-md-4 figure {
  margin: 4px;
}
section.galeria .swiper-wrapper {
  padding: 20px 0;
}

@media screen and (max-width: 992px) {
  section.galeria {
    padding-top: 0;
  }
}
section.contacto {
  padding-top: 20px;
  text-align: center;
}
section.contacto button {
  background-color: #000;
}

section.Footer {
  padding: 60px 0 40px;
  background-color: #000;
  text-align: center;
  color: white;
}
section.Footer p {
  color: white;
  border-top: #F28C19 1px solid;
  padding-top: 40px;
  margin-top: 40px;
  font-weight: 400;
}

@media (max-width: 768px) {
  section.Footer img {
    max-width: 50%;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #F28C19;
}/*# sourceMappingURL=styles.css.map */