/* Font  */
@font-face {
  font-family: "BERNIER Distressed";
  src: url("../font/BERNIERDistressedRegular.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Krona One";
  src: url("../font/KronaOne-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
body {
  font-family: "Krona One";
}

h1 {
  color: #FFF;
  font-family: "BERNIER Distressed";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  color: #0E341C;
  font-family: "BERNIER Distressed";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  color: #0E341C;
  font-family: "BERNIER Distressed";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #11110F;
  text-align: center;
  font-family: "Krona One";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

img {
  max-width: 100%;
}

button, input.hs-button.primary.large {
  color: #FFF;
  font-family: "Krona One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 7px;
  background: #CE0E2D;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  max-width: 300px !important;
  margin: 0 auto;
  padding: 9px;
  border: none;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 33px;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 60px 0;
}

/* Header  */
.hiddenx {
  display: none;
}

.banner ul {
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: 10%;
  margin-bottom: 240px;
  position: relative;
}
.banner ul li {
  text-align: center;
  float: left;
  padding: 24px;
}
.banner ul li a {
  text-decoration: none;
  color: white;
}
.banner ul li a img {
  position: relative;
  top: -45px;
}
.banner ul li:hover a {
  opacity: 0.7;
}
.banner a {
  text-decoration: none;
}
.banner .btnMenu {
  color: #DBD7CF;
  text-align: center;
  font-family: "Krona One";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #FFF;
  margin: 16px 0;
  position: relative;
  padding: 10px 25px;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 768px) {
  .hiddenM {
    display: none;
  }
  .hiddenD {
    display: block;
  }
}
section.banner {
  padding: 50px 0 100px;
  background-image: url(../imagenes/header.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../imagenes/header.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
section.banner p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin: 40px 0;
}

@media (max-width: 992px) {
  .banner ul li {
    text-align: center;
    float: left;
    padding: 30px 14px;
    font-size: 12px;
  }
  .banner .btnMenu {
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  section.banner {
    background-image: url(../imagenes/movil/header.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("../imagenes/movil/header.jpg");
  }
  section.banner p {
    font-size: 18px;
    line-height: 25px; /* 150% */
  }
}
section.about {
  text-align: center;
}
section.about h2 {
  margin-bottom: 40px;
}
section.about p {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
section.about img {
  max-width: 100%;
  margin: 30px 0;
}

section.razones {
  padding-top: 0;
  text-align: center;
}
section.razones h2 {
  margin-bottom: 40px;
}
section.razones .card {
  padding: 40px 20px 40px;
  border-radius: 29px;
  background: #D1CCBD;
  margin-bottom: 30px;
  background-image: url("../imagenes/barra.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.razones .card h4 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  section.razones .card {
    padding: 40px 10px 40px;
    border-radius: 29px;
    background: #D1CCBD;
    margin-bottom: 30px;
    background-image: url(../imagenes/barra.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 270px;
  }
}
section.video {
  text-align: center;
}
section.video h2 {
  margin-bottom: 40px;
}
section.video iframe {
  width: 70%;
  height: 510px;
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    width: 90%;
    height: 510px;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  section.video iframe {
    width: 100%;
    height: 250px;
    border-radius: 15px;
  }
}
section.form {
  padding: 100px 0;
  color: white;
  background-image: url("../imagenes/fachada.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.form h2 {
  color: white;
  margin-top: 160px;
}
section.form p {
  color: white;
  max-width: 420px;
  text-align: left;
}
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: Sen;
  font-size: 18px;
  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 (max-width: 768px) {
  section.form h2 {
    margin-top: 0;
  }
}
section.pasos {
  text-align: center;
  padding: 120px;
}
section.pasos h2 {
  margin-bottom: 40px;
}
section.pasos h4 {
  text-align: left;
}
section.pasos p {
  text-align: left;
  margin: 0;
}
section.pasos .number {
  color: #0E341C;
  font-family: "BERNIER Distressed";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 30% */
}
section.pasos .row.interno {
  padding: 0 8%;
}
section.pasos .row.interno .lineInt {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0 10px;
}
section.pasos .row.interno .col-md-6 .row {
  margin: 0 10px;
  padding: 30px 0 20px;
}
section.pasos .row.interno .col-md-6 .row p {
  min-height: 75px;
}

@media screen and (max-width: 992px) {
  section.pasos {
    text-align: center;
    padding: 50px;
  }
  section.pasos .row.interno {
    padding: 0 0%;
  }
  section.pasos .row.interno .col-md-6 .row p {
    min-height: 125px;
  }
  section.pasos .number {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  section.pasos {
    text-align: center;
    padding: 80px 5px;
  }
  section.pasos h2 {
    text-align: left;
  }
  section.pasos .row.interno .row {
    border: 0;
    border-bottom: 1px solid #000;
  }
  section.pasos .row.interno .col-md-6 .row p {
    min-height: auto;
  }
  section.pasos .row.interno .col-md-6.old .row {
    border-bottom: 0;
  }
}
section.beneficios .bgR {
  background-color: #CE0E2D;
  padding: 100px 60px;
  border-radius: 40px;
  position: relative;
}
section.beneficios .bgR::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 10%;
  width: 150px;
  height: 150px;
  background: url(../imagenes/moto.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
section.beneficios .bgR::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 300px;
  height: 300px;
  background: url(../imagenes/collage.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
section.beneficios h2 {
  text-align: center;
  color: white;
  margin-bottom: 60px;
}
section.beneficios h4 {
  color: white;
}
section.beneficios p {
  max-width: 800px;
  text-align: left;
  color: white;
  margin-bottom: 40px;
  font-weight: 300;
}
section.beneficios figure {
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 992px) {
  section.beneficios .bgR {
    padding: 100px 140px 100px 20px;
  }
}
@media (max-width: 768px) {
  section.beneficios .bgR::before {
    top: -2%;
    left: 35%;
    width: 20%;
    height: 80px;
  }
  section.beneficios .bgR::after {
    bottom: -5%;
    right: 10%;
    width: 170px;
    height: 220px;
  }
  section.beneficios .bgR {
    padding: 70px 15px 120px 15px;
  }
  section.beneficios .bgR .col-md-2 {
    display: none;
  }
}
section.galeria {
  text-align: center;
}
section.galeria h2 {
  margin-bottom: 40px;
}
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;
}

section.contacto {
  text-align: center;
}
section.contacto p {
  margin: 40px auto;
  max-width: 500px;
}
section.contacto a {
  text-decoration: none;
}

section.Footer {
  padding: 20px 0 0;
  background: #0E341C;
}
section.Footer p {
  color: white;
}

@media (max-width: 768px) {
  p.copy {
    font-size: 10px;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #CE0E2D;
}/*# sourceMappingURL=styles.css.map */