@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Gotham";
  src: url("../font/Gotham-Condensed-Bold.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "museo";
  src: url("../font/museo-sans-300.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
html, body, p {
  font-family: museo;
}

h1, h2, h3 {
  font-family: Gotham;
}

/* Header  */
.header {
  background-image: url("../img/header.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  padding: 300px 0;
}
.header h1, .header h2 {
  background-color: white;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 50px;
}
.header h2 {
  color: white;
  background-color: transparent;
}
.header p {
  text-align: center;
  color: white;
  font-size: 27px;
}

.navigation {
  height: 65px;
  position: absolute;
  top: 20px;
  z-index: 20;
  left: 0;
  right: 0;
}
.navigation a {
  font-size: 18px;
}
.navigation a img {
  max-width: 150px;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a, .brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a, nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 65px;
  color: #fff;
  background: #262626;
  text-decoration: none;
}

nav ul li a {
  background: transparent;
  color: #FFF;
}

nav ul li a:hover, nav ul li a:visited:hover {
  color: #ffffff;
  opacity: 0.5;
}

.navbar-dropdown li a {
  background: #2581DC;
}

nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.navbar-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 55px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    background: #262626;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .navbar-dropdown {
    position: static;
  }
}
@media screen and (min-width: 800px) {
  .nav-list {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
#navbar-toggle {
  position: absolute;
  left: 18px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
  top: -10px;
}

#navbar-toggle span:after {
  bottom: -10px;
}

#navbar-toggle.active span {
  background-color: transparent;
}

#navbar-toggle.active span:before, #navbar-toggle.active span:after {
  top: 0;
}

#navbar-toggle.active span:before {
  transform: rotate(45deg);
}

#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}

section.navigation {
  padding: 0;
}

@media screen and (max-width: 992px) and (min-width: 800px) {
  .navigation a {
    font-size: 16px;
    padding: 0 13px;
  }
}
@media screen and (max-width: 800px) {
  nav ul {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
  }
  nav ul li {
    border-bottom: 1px solid #fff;
  }
  nav ul li.logon {
    display: none;
  }
}
section {
  padding: 150px 0;
  position: relative;
}
section h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
}
section p {
  font-size: 20px;
  line-height: 28px;
}

.sobre2 {
  background-image: url("../img/back-pasos-beneficios.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #000;
}

.sobre1 {
  background-image: url("../img/back-about.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #000;
}

section.about {
  color: white;
}
section.about h2 {
  margin-top: 30px;
}
section.about h4 {
  font-family: Gotham;
  font-size: 40px;
  line-height: 50px;
}
section.about figure {
  text-align: center;
}
section.about figure img {
  width: 80%;
}

section.ventajas {
  color: white;
}
section.ventajas div.container {
  position: relative;
}
section.ventajas div.container:after {
  content: "";
  background: url(../img/cartas.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: -70px;
  left: -80px;
}
section.ventajas div.container::before {
  content: "";
  background: url(../img/star.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 140px;
  right: -50px;
}
section.ventajas h2 {
  text-align: center;
  margin: 10px 0;
  font-size: 60px;
  position: relative;
}
section.ventajas h2.borderb {
  background-color: white;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 40px;
  color: #000;
}
section.ventajas h2.borderb:after {
  content: "";
  background: url(../img/logo-solo-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -120px;
  right: -150px;
}
section.ventajas .card {
  background-image: url("../img/cuadro-ventajas.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 30px;
  min-height: 300px;
  background-color: transparent;
  margin-top: 60px;
}
section.ventajas .card h4 {
  font-family: Gotham;
  font-size: 37px;
  line-height: 50px;
  color: white;
  text-align: center;
}
section.ventajas .card p {
  text-align: center;
  font-size: 20px;
  color: white;
}
section.ventajas .card figure {
  text-align: center;
}
section.ventajas .card figure img {
  max-width: 40px;
}

section.video {
  color: #000;
  text-align: center;
}
section.video iframe {
  max-width: 100%;
  width: 70%;
  margin-bottom: 40px;
  position: relative;
}
section.video .cont-video::before {
  content: "";
  background: url(../img/meta.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 55%;
  height: 450px;
  position: absolute;
  top: 0px;
  right: -20%;
}
section.video .cont-video::after {
  content: "";
  background: url(../img/logo-solo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 120px;
  position: absolute;
  bottom: 260px;
  left: 15%;
}
section.video h4 {
  font-weight: 700;
  font-family: Gotham;
  font-size: 35px;
}

section.form {
  background-image: url("../img/back-form.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 0 50px;
}
section.form::before {
  content: "";
  background-image: url(../img/foto-form.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  top: 0px;
  left: 0;
  bottom: 0;
}
section.form div#cont-form {
  color: white;
  z-index: 1;
  text-align: left;
  margin-top: 390px;
}
section.form h2 {
  padding-left: 20px;
}
section.form h2.borderb {
  background-color: white;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  padding: 10px 20px;
  border-radius: 40px;
  color: #000;
  text-align: left;
  margin: 0;
}
section.form h5 {
  text-align: center;
  color: white;
  font-family: "museo";
  font-size: 24px;
  line-height: 30px;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
section.form form {
  margin: 0 auto;
  display: block;
  width: 470px;
}
section.form button, section.form input, section.form optgroup, section.form textarea {
  background: transparent;
  border: 0px;
  border-bottom: 2px solid white;
  padding: 6px 0;
}
section.form select {
  background: transparent;
  border: 0px;
  padding: 6px 0;
  color: white;
  border-bottom: 2px solid white;
}
section.form label {
  color: white;
}
section.form input.hs-button.primary.large {
  background-color: white;
  width: 93%;
  margin: 30px 0;
  font-family: "Gotham";
  font-size: 34px;
  border-radius: 5px;
}

section.pasos {
  text-align: center;
}
section.pasos h2 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
section.pasos h2:after {
  content: "";
  background: url(../img/logo-solo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -90px;
  right: 120px;
}
section.pasos .card-p {
  background-image: url(../img/1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 370px;
  padding: 120px 120px 50px;
  margin: 30px 0;
}
section.pasos .card-p h4 {
  font-family: Gotham;
  font-size: 35px;
}

section.beneficios {
  text-align: center;
}
section.beneficios h2 {
  margin-bottom: 80px;
}
section.beneficios figure img {
  max-width: 100%;
}
section.beneficios p {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  padding: 28px 7px;
  font-weight: 500;
}
section.beneficios div.col-md-6 {
  margin-bottom: 20px;
}

section.galeria {
  background-image: url("../img/back-galeria.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.galeria h2 {
  margin-bottom: 20px;
  color: white;
  padding: 400px 0 0 150px;
  margin-bottom: 0;
  position: relative;
}
section.galeria h2::before {
  content: "";
  background: url(../img/cartas2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 150px;
  position: absolute;
  top: 200px;
  right: 50px;
}
section.galeria h2.borderb {
  margin-top: 0;
  background-color: white;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  padding: 10px 20px;
  border-radius: 40px;
  color: #000;
  text-align: left;
  margin-left: 130px;
}
section.galeria h2.borderb::before {
  display: none;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  display: inline-table;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 70px;
  position: absolute;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #fff;
}

section.footer {
  text-align: center;
  color: white;
  background-image: url(../img/back-footer.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 60%;
  padding-bottom: 60px;
}
section.footer h2 {
  margin-bottom: 0;
}
section.footer p {
  font-size: 22px !important;
}
section.footer a.btn {
  font-family: "Gotham";
  font-size: 50px;
  background-color: white;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  padding: 10px 60px;
  border-radius: 40px;
  color: #000;
  text-align: center;
  margin: 50px auto;
  border: 1px solid white;
}
section.footer a.btn:hover {
  color: white;
  background-color: #000;
  border: 1px solid white;
}
section.footer .copy {
  font-family: "museo";
  font-size: 20px;
  margin-top: 70px;
}

/* Footer  */
html, body {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width: 1400px) {
  section.about h2 {
    margin-top: 0px;
  }
  section.ventajas .card h4 {
    font-size: 30px;
  }
  section.ventajas .card figure {
    margin: 0;
  }
  section.ventajas .card p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .navigation a img {
    max-width: 100px;
  }
  section.ventajas .card p {
    font-size: 17px;
  }
  section.ventajas .card h4 {
    font-size: 25px;
    margin: 15px 0 0;
  }
  section.ventajas .card figure {
    display: none;
  }
  section.pasos .card-p {
    min-height: 370px;
    padding: 120px 60px 50px;
  }
  section.beneficios p {
    font-size: 22px;
    line-height: 4px;
    padding: 25px 7px;
  }
  section.galeria h2 {
    padding: 400px 0 0 10px;
    font-size: 50px;
  }
  section.galeria h2.borderb {
    padding: 10px 15px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .header h1, .header h2 {
    font-size: 36px;
  }
  .header h2 {
    padding: 0;
  }
  section h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 14px;
  }
  section p {
    font-size: 18px;
    line-height: 26px;
  }
  section.about figure img {
    width: 100%;
  }
  section.about h4 {
    font-size: 35px;
    line-height: 45px;
  }
  section.ventajas h2 {
    font-size: 40px;
  }
  section.ventajas .col-md-4 {
    flex: 0 0 auto;
    width: 60%;
    margin: 0 auto;
  }
  section.ventajas .card h4 {
    font-size: 30px;
    margin: 15px 0 0;
  }
  section.ventajas .card p {
    font-size: 20px;
  }
  section.ventajas .card figure {
    display: block;
  }
  section.video .cont-video::after {
    display: none;
  }
  section.pasos h2 {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
  }
  section#pasos figure {
    display: none;
  }
  section#pasos p {
    font-size: 16px;
    line-height: 20px;
  }
  section.pasos .card-p {
    min-height: 370px;
    padding: 120px 46px 50px;
    margin: 0;
  }
  section.beneficios p {
    font-size: 22px;
    line-height: 32px;
    padding: 4px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .header h1, .header h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .header p {
    font-size: 23px;
  }
  section h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 14px;
  }
  section.ventajas .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto;
  }
  section.ventajas .col-md-4 .card {
    margin-top: 30px;
  }
  section.video iframe {
    max-width: 100%;
    width: 100%;
  }
  section.form::before {
    display: none;
  }
  section.form div#cont-form {
    text-align: center;
    margin: 0;
  }
  section.form div#cont-form h2 {
    margin: 0 auto;
    padding: 10px 15px;
  }
  section.form form {
    margin: 0 auto;
    display: block;
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
  }
  form.hs-form-9e786ede-c423-4da5-9dfc-741d571b415c_73fb5304-11e6-4446-bf54-a9d04716c860:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, form.hs-form-9e786ede-c423-4da5-9dfc-741d571b415c_73fb5304-11e6-4446-bf54-a9d04716c860:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  .hs-form-9e786ede-c423-4da5-9dfc-741d571b415c_73fb5304-11e6-4446-bf54-a9d04716c860 fieldset.form-columns-1 .hs-input {
    width: 100%;
  }
  section.form input.hs-button.primary.large {
    width: 98%;
  }
  section.beneficios p {
    text-align: center;
    margin: 0 auto 70px;
  }
  section.ventajas h2 {
    font-size: 35px;
  }
  section.galeria h2 {
    padding: 100px 0 0 10px;
    font-size: 35px;
    margin-bottom: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-left: 0;
  }
  section.galeria h2.borderb {
    padding: 10px 15px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  section.galeria h2::before {
    width: 250px;
    height: 150px;
    position: absolute;
    top: -80px;
    right: -20px;
  }
  section.footer a.btn {
    font-size: 35px;
    margin: 50px auto;
    border: 1px solid white;
  }
}/*# sourceMappingURL=styles.css.map */