/* Font  */
@font-face {
  font-family: Thunder;
  src: url("../font/Thunder-LC.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Thunder;
  src: url("../font/Thunder-MediumLC.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Thunder;
  src: url("../font/Thunder-SemiBoldLC.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Thunder;
  src: url("../font/Thunder-BoldLC.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Don Graffiti";
  src: url("../font/DonGraffiti.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Archivo;
  src: url("../font/Archivo-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Archivo;
  src: url("../font/Archivo-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: 120px;
  margin: 30px 10% 0;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: #E2A5D4;
}
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: #000;
  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;
  height: 3em;
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: Thunder;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 100% */
  text-transform: uppercase;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #fff;
  zoom: 1.1;
}

@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: 100px;
    top: 5px;
    margin: 15px;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.5rem;
    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;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: var(--Negro, #000);
  text-align: center;
  font-family: Thunder;
  font-size: 108px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 92.593% */
}
h1 b {
  font-weight: 700;
}
h1 span {
  color: var(--Blanco, #FFF);
  font-family: "Don Graffiti";
  font-weight: 400;
}

.banner p {
  color: #FFF;
  text-align: center;
  font-family: Thunder;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 100% */
  text-transform: uppercase;
}

h2 {
  text-align: center;
  font-family: Thunder;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 75px; /* 95.349% */
}
h2 b {
  font-weight: 700;
}
h2 span {
  font-family: "Don Graffiti";
}

h4 {
  color: var(--Blanco, #FFF);
  font-family: Thunder;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
h4 b {
  font-weight: 600;
}

p {
  color: var(--Negro, #000);
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 15px 60px 12px;
  border-radius: 0;
  background: var(--Negro, #000);
  color: #FFF;
  text-align: center;
  font-family: Thunder;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; /* 192.857% */
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.tira figure {
  margin: 0;
}

.tira.tres {
  margin-bottom: -60px;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 80px;
    line-height: 70px; /* 92.593% */
  }
  h2 {
    font-size: 60px;
    line-height: 55px; /* 95.349% */
  }
  h2 b {
    font-weight: 700;
  }
  h2 span {
    font-family: "Don Graffiti";
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  h1 {
    font-size: 55px;
    line-height: 50px; /* 92.593% */
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 50px;
    line-height: 45px; /* 95.349% */
  }
}
section.banner {
  position: relative;
  padding: 200px 0 50px;
  background-color: #E2A5D4;
}
section.banner::before {
  content: "";
  position: absolute;
  background-image: url(../imagenes/mancha1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0;
  width: 20%;
  height: 210px;
}
section.banner::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/mancha2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  right: 20px;
  width: 20%;
  height: 280px;
}
section.banner p {
  margin: 15px 0 30px;
}
section.banner a.btnbr {
  display: block;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}

.grds {
  background-color: #E2A5D4;
}

@media screen and (max-width: 767px) {
  section.banner::before {
    content: "";
    position: absolute;
    background-image: url(../imagenes/mancha1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0;
    width: 55%;
    height: 120px;
  }
  section.banner::after {
    content: "";
    position: absolute;
    background-image: url(../imagenes/mancha2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    right: 0px;
    width: 40%;
    height: 140px;
  }
}
section.nosotros {
  background-image: url(../imagenes/ImagenNosotros.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: right;
  padding: 250px 15px;
}
section.nosotros img {
  width: 50px;
}
section.nosotros h2 {
  text-align: left;
}
section.nosotros h2 span {
  color: var(--Rosa, #E2A5D4);
  font-weight: 400;
}
section.nosotros p {
  margin-top: 40px;
  max-width: 85%;
  text-align: left;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 150px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    background-size: 400px;
    background-position: bottom right;
    padding: 100px 15px 550px;
  }
  section.nosotros p {
    max-width: 100%;
  }
}
section.beneficios {
  background-image: url(../imagenes/Benefi.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 15px;
}
section.beneficios h2 {
  color: white;
  margin-bottom: 60px;
}
section.beneficios h2 b {
  color: #E2A5D4;
}
section.beneficios .dos {
  max-width: 90%;
  margin: 0 auto;
}
section.beneficios .dos .cardben {
  border: 2px solid var(--Blanco, #FFF);
  margin: 20px 10px;
  padding: 30px;
}
section.beneficios .dos .cardben span.number {
  color: var(--Blanco, #FFF);
  font-family: Thunder;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 100% */
  text-transform: uppercase;
}
section.beneficios .dos .cardben p {
  color: var(--Blanco, #FFF);
  margin-top: 15px;
}

@media screen and (max-width: 992px) {
  section.beneficios {
    background-image: url(../imagenes/movil/Benefi.png);
    padding: 120px 15px;
  }
  section.beneficios .dos {
    max-width: 100%;
    margin: 0 auto;
  }
  section.beneficios .dos .cardben {
    padding: 20px;
    min-height: 230px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 15px;
  }
  section.beneficios .dos .cardben {
    padding: 30px 20px 20px;
    min-height: auto;
  }
}
section.doscaminos {
  background-color: #000;
  padding: 200px 15px 300px;
  background-image: url(../imagenes/ImagenFondoTop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
}
section.doscaminos .col-md-6 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.doscaminos h2 {
  color: #E2A5D4;
  text-align: left;
  font-size: 80px;
}
section.doscaminos .lista {
  padding: 0 15%;
  margin-bottom: 60px;
}
section.doscaminos .lista img {
  width: 40px;
}
section.doscaminos .lista p {
  color: white;
}

@media screen and (max-width: 992px) {
  section.doscaminos {
    padding: 120px 15px 300px;
    padding-bottom: 150px;
  }
  section.doscaminos .col-md-6 {
    display: block;
  }
  section.doscaminos h2 {
    color: #E2A5D4;
    text-align: left;
    font-size: 60px;
    margin-bottom: 40px;
  }
  section.doscaminos .lista {
    padding: 0;
    max-width: 80%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.doscaminos h2 {
    font-size: 50px;
    margin-bottom: 45px;
  }
  section.doscaminos .lista {
    padding: 0;
    max-width: 100%;
    margin-bottom: 60px;
  }
  section.doscaminos {
    background-image: url(../imagenes/movil/Union.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
section.form {
  background-color: #E2A5D4;
  background-image: url(../imagenes/ImagenContacto2.png);
  background-repeat: no-repeat;
  background-size: 47%;
    background-position: 95%;
  padding: 200px 15px 150px;
}
section.form h2 {
  text-align: left;
}
section.form h2 span {
  color: white;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 500px;
  padding: 30px 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 #fff;
  padding: 10px 0;
  border-radius: 0;
  color: #000;
  font-family: Archivo;
  font-size: 16px;
  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: #000;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #000;
}
section.form input.hs-button.primary.large {
  color: #fff;
  font-family: Thunder;
  font-style: normal;
  font-weight: 500;
  line-height: 45.395px; /* 186.287% */
  text-transform: uppercase;
  border-radius: 0;
  background: var(--Negro, #000);
  border: none;
  margin: 0;
}
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 {
    background-position: right bottom;
    padding: 200px 15px 250px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    background-image: url(../imagenes/ImagenContacto2.png);
    background-repeat: no-repeat;
    background-size: 330px;
    background-position: bottom center;
    padding: 100px 15px 450px;
  }
  section.form h2 {
    margin-bottom: 30px;
  }
  section.form h2 br {
    display: none;
  }
}
section.galeria {
  padding: 300px 15px 100px;
  background-image: url(../imagenes/ImagenFondoDw.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin-top: -5px;
}
section.galeria .col-md-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.galeria h2 {
  color: var(--Rosa, #E2A5D4);
  text-align: left;
  padding-left: 20%;
  padding-right: 10%;
  text-transform: uppercase;
}
section.galeria .swiper-horizontal > .swiper-pagination-bullets, section.galeria .swiper-pagination-bullets.swiper-pagination-horizontal, section.galeria .swiper-pagination-custom, section.galeria .swiper-pagination-fraction {
  top: 90%;
}
section.galeria .swiper-pagination-bullet-active {
  background: white;
}

@media screen and (max-width: 992px) {
  section.galeria {
    padding: 150px 15px 100px;
  }
  section.galeria h2 {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 200px 15px 100px;
    background-image: url(../imagenes/movil/bannerbott.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin-top: -5px;
  }
  section.galeria h2 {
    margin-bottom: 40px;
  }
}
section.marcas h2 {
  text-align: left;
}
section.marcas h2 span {
  color: var(--Rosa, #E2A5D4);
}
section.marcas h3 {
  color: var(--Rosa, #E2A5D4);
  font-family: Thunder;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 100% */
  margin-top: 60px;
  margin-bottom: 20px;
}
section.marcas p {
  margin: 0;
  padding: 4px 0;
}
section.marcas .listD {
  margin-top: 15px;
}

@media screen and (max-width: 992px) {
  section.marcas br {
    display: none;
  }
  section.marcas .row.listD img {
    max-width: 20px;
    width: 16px !important;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  section.marcas {
    padding: 30px 15px 100px;
  }
  section.marcas .row.listD img {
    max-width: 20px;
    width: 16px !important;
    margin-top: 5px;
  }
  section.marcas h3 {
    font-size: 23px;
  }
  section.marcas h2 {
    margin-bottom: 30px;
  }
  section.marcas h2 span {
    display: block;
  }
}
section.pasos {
  background-image: url("../imagenes/pasos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 15px;
}
section.pasos h2 {
  color: white;
  margin-bottom: 80px;
}
section.pasos h2 b {
  color: #E2A5D4;
}
section.pasos .cardSlider {
  border: 2px solid white;
  width: 600px;
  margin: 0 auto;
  padding: 30px;
  max-width: 100%;
}
section.pasos .cardSlider .col-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.pasos .cardSlider .col-4 .numberSlider {
  color: var(--Rosa, #E2A5D4);
  text-align: center;
  font-family: Thunder;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 43.75% */
  text-transform: uppercase;
}
section.pasos .cardSlider h4 {
  text-transform: uppercase;
}
section.pasos .cardSlider p {
  color: white;
}
section.pasos .swiper.mySwiper3 {
  padding-bottom: 25px;
  max-width: 850px;
}
section.pasos .swiper-pagination-bullet-active {
  background: white;
}
section.pasos span.swiper-pagination-bullet {
  border: 2px solid white;
  opacity: 1;
  width: 12px;
  height: 12px;
}
section.pasos .swiper-button-next img, section.pasos .swiper-button-prev img {
  width: 40px;
  max-width: 100px;
}
section.pasos .swiper-button-next::after, section.pasos .swiper-button-prev::after {
  content: none;
}

@media screen and (max-width: 767px) {
  section.pasos .swiper-button-next, section.pasos .swiper-rtl .swiper-button-prev,
  section.pasos .swiper-button-prev, section.pasos .swiper-rtd .swiper-button-prev {
    top: 280px;
  }
  section.pasos h2 br {
    display: none;
  }
  section.pasos .cardSlider .col-4 .numberSlider {
    font-family: Thunder;
    font-size: 40px;
  }
  section.pasos {
    padding-bottom: 120px;
  }
  section.pasos .cardSlider {
    padding: 15px;
  }
}
section.video {
  background-image: url("../imagenes/ImagenFondo3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 200px 15px 300px;
  background-color: #000;
}
section.video h2 {
  text-align: left;
  color: #E2A5D4;
  text-transform: uppercase;
}
section.video .col-md-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  section.video h2 {
    margin-top: 40px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    background-image: url("../imagenes/movil/bgBlamco.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 50px 15px 200px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }
  section.video h2 {
    margin-bottom: 40px;
  }
}
.bannerFooter {
  padding: 150px 15px;
}
.bannerFooter img {
  width: 400px;
}
.bannerFooter h2 {
  color: var(--Negro, #000);
  font-family: Thunder;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 100% */
  text-align: left;
}
.bannerFooter p {
  margin: 30px 0 40px;
}
.bannerFooter a.btnbr {
  background: var(--Rosa, #E2A5D4);
  color: #000;
}

footer {
  background-color: #000;
  padding: 0;
  margin: 0;
}
footer p {
  text-align: center;
  color: var(--Gris, #F3F2F2);
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 50px 0 40px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .bannerFooter img {
    width: 240px;
  }
  footer p {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    padding: 100px 15px;
  }
  .bannerFooter img {
    width: 200px;
    margin-bottom: 20px;
  }
  .tira.tres {
    margin-bottom: -40px;
  }
}/*# sourceMappingURL=styles.css.map */