@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Switzer;
  src: url("../font/Switzer-Extrabold.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Switzer;
  src: url("../font/Switzer-Regular.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../font/EBGaramond-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../font/EBGaramond-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Tanker;
  src: url("../font/Tanker-Regular.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header  */
.menu .container {
  max-width: 1720px;
}

.menu {
  position: absolute;
  width: 100%;
  top: 20px;
  padding: 0px;
}
.menu img {
  width: 190px;
  margin: 0;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-radius: 15px;
  padding: 2px 20px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu li.logom a.nav-link {
  opacity: 1;
}
.menu a.nav-link {
  padding: 34px 50px !important;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0.8;
  color: var(--Negro, #fff);
  text-align: center;
  font-family: Tanker;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}
.menu a.nav-link:hover {
  font-weight: 700;
  opacity: 1;
}
.menu a.nav-link.btnbr {
  padding: 6px 33px !important;
  border-radius: 92px;
  border: 1px solid var(--Crema, #fcfae4);
  margin: 25px;
}
.menu .btn {
  margin: 19px 18px !important;
  color: var(--Blanco, #fff);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid var(--Beige, #e5dfd0);
}
.menu li.nav-item.logom a {
  padding: 0 23px !important;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 180px;
}
.menu .logoH:hover {
  animation: heartBeat 0.5s forwards; /* Cambia "bounce" por cualquier otra animación */
}
.menu svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #000;
  background: #e7461e;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.menu button.btn {
  margin: 19px 8px 0;
  padding: 7px 25px;
}
.menu li.nav-item {
  position: relative;
}

button.navbar-toggler {
  border: none;
}

button.navbar-toggler img {
  max-width: 30px !important;
}

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu img {
    padding: 0px 0;
    margin: 0;
    height: 25px;
  }
  .hiddenD {
    display: block;
  }
  .btnheader {
    display: block;
    margin: 12px auto;
  }
  .menu .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    display: flex !important;
    text-align: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  li.nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 5px 0;
  }
  li.nav-item a {
    text-align: center;
  }
  .menu a.nav-link {
    margin: 3px 10px;
    padding: 10px !important;
    color: var(--Blanco, #555);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  li.nav-item.active:first-child {
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  div#navbarSupportedContent {
    background: #f2eddf;
    border: 1px solid #8a8a8a;
  }
  .logom {
    display: none;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 150px;
  }
  .menu li.nav-item a {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid;
    padding: 10px !important;
    border: navajowhite;
  }
  .menu button img {
    width: 100%;
    padding: 0px 0;
    margin-top: 0;
  }
  div#navbarSupportedContent {
    background: #fff;
    border: 0;
    border-radius: 1px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
  }
  .menu .btn {
    margin: 0 auto !important;
  }
  .menu li.nav-item a.btnbr {
    padding: 8px 30px !important;
    color: #fff;
    font-family: Raleway;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
  .menu .logoH {
    width: 150px;
    height: auto;
  }
  .menu {
    padding: 0px;
    top: 0;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    display: block;
  }
  .logoH2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .logoH2 a {
    margin: 0;
  }
  button.navbar-toggler {
    margin-top: 40px;
  }
  ul.navbar-nav.mr-auto {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .menu button img {
    width: 100%;
    padding: 0px 0;
    margin-top: 0;
    width: 30px;
    margin: 10px 0;
    right: 15px;
    position: relative;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #103035;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: var(--Crema, #fcfae4);
  text-align: center;
  font-family: Switzer;
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: 100px; /* 90.909% */
}

.lineaHeader p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h6 {
  color: var(--Ladrillo, #e7461e);
  font-family: Tanker;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 320% */
  text-transform: uppercase;
}

h2 {
  color: var(--Crema, #fcfae4);
  font-family: Switzer;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

h4 {
  color: var(--Ladrillo, #e7461e);
  text-align: center;
  font-family: Tanker;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p {
  color: var(--Crema, #fcfae4);
  font-family: "EB Garamond";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large {
  border-radius: 92px;
  background: var(--Verde, #103035);
  padding: 8px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto;
  border: 0;
  color: var(--Crema, #fcfae4);
  text-align: center;
  font-family: Switzer;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px; /* 137.5% */
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover {
  opacity: 0.7;
}
.btn img,
.btnbr img,
input.hs-button.primary.large img {
  margin: 4px 0 4px 15px;
  width: 12px;
}

.hiddenD,
.hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width: 1540px) {
  h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 48px;
    line-height: 48px;
  }
  h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
  h1 {
    font-size: 45px;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .lineaHeader p {
    font-size: 18px;
    line-height: 22px;
  }
  .btn,
  .btnbr,
  input.hs-button.primary.large {
    padding: 10px 30px;
  }
}
.banner {
  padding: 50px 15px 70px;
}
.banner .container {
  max-width: 1720px;
  padding: 0 15px;
}
.banner .bg {
  background-image: url(../imagenes/Header.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 320px 15px 100px;
  min-height: 1000px;
}
.banner .lineaHeader {
  width: 95%;
  border-radius: 60px;
  background: var(--Beige, #e5dfd0);
  padding: 10px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 100px;
  margin: 0 auto;
}
.banner .lineaHeader p {
  margin: 0;
}
.banner .lineaHeader .logo {
  width: 180px;
}
.banner .lineaHeader .logo figure img {
  width: 57px;
  height: 52px;
  margin-top: 11px;
}
.banner .lineaHeader .text {
  width: 60%;
  display: flex;
  align-content: center;
  height: 100px;
  flex-direction: row;
  align-items: center;
}
.banner .lineaHeader .text p {
  text-align: left;
  color: #000;
}

@media screen and (max-width: 992px) {
  .banner {
    margin-top: 70px;
  }
  .banner .bg {
    background-image: url(../imagenes/movil/header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 150px 15px 100px;
    border-radius: 20px;
  }
  .banner .lineaHeader {
    border-radius: 30px;
    max-height: initial;
    display: block;
    margin-top: 60px;
    padding: 20px 25px 50px;
  }
  .banner .lineaHeader .text {
    width: 100%;
    display: flex;
    align-content: flex-start;
    height: initial;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
section.nosotros .container {
  max-width: 1450px;
}
section.nosotros .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 140px;
}
section.nosotros h2 {
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  section.nosotros .cont {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 50px 15px;
  }
  section.nosotros img {
    margin-bottom: 40px;
  }
  section.nosotros .cont {
    padding-left: 15px;
  }
}
section.beneficios {
  background-image: url(../imagenes/FondoBeneficios.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 150px 0 250px;
}
section.beneficios .container {
  max-width: 1720px;
}
section.beneficios h2 {
  text-align: center;
  margin-bottom: 0;
}
section.beneficios figure {
  margin: 0;
}
section.beneficios figure img {
  max-width: 398px;
  height: auto;
  margin: 0 auto;
  display: block;
}
section.beneficios .cardbene {
  margin-top: 100px;
  border-radius: 20px;
  background: var(--Crema, #fcfae4);
  padding: 20px 40px;
  transition: all 0.3s ease;
  position: relative;
}
section.beneficios .cardbene figure {
  margin: 0;
}
section.beneficios .cardbene figure img {
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  height: auto;
  display: block;
}
section.beneficios .cardbene span {
  color: #0060ab;
  font-family: Poppins;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.beneficios .cardbene h4 {
  margin-top: 70px;
  margin-bottom: 15px;
}
section.beneficios .cardbene p {
  text-align: center;
  color: #000;
}
section.beneficios .d-md-block {
  display: flex !important;
}

.galeriaMobil {
  display: none !important;
}

@media screen and (max-width: 1540px) {
  section.beneficios {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.beneficios .cardbene {
    min-height: 260px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    background-image: url(../imagenes/movil/Beneficios.png);
    padding: 50px 15px;
  }
  section.beneficios .cardbene {
    min-height: 260px;
  }
}
html body section.form {
  padding: 8px 0;
}
html body section.form .container {
  max-width: 1720px;
}
html body section.form .container .row {
  border-radius: 40px;
  background: var(--Dorado, #a26d1d);
  padding: 95px;
  background-image: url(../imagenes/form.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 50%;
}
html body section.form .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 80px;
}
html body section.form input.hs-button.primary.large {
  margin: 0;
  display: block;
}
html body section.form form {
  max-width: 700px;
  margin: 0 auto;
}
html body section.form button,
html body section.form input,
html body section.form optgroup,
html body section.form select,
html body section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  border-radius: 0;
  color: var(--Negro, #fff);
  font-family: Switzer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
html body section.form button::-moz-placeholder, html body section.form input::-moz-placeholder, html body section.form optgroup::-moz-placeholder, html body section.form select::-moz-placeholder, html body section.form textarea::-moz-placeholder {
  color: #fff;
}
html body section.form button::placeholder,
html body section.form input::placeholder,
html body section.form optgroup::placeholder,
html body section.form select::placeholder,
html body section.form textarea::placeholder {
  color: #fff;
}
html body section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
html body section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 100%;
}
html body section.form fieldset {
  border: 0;
  padding: 0;
  margin: 0 auto !important;
  max-width: 700px !important;
}
html body section.form .form-columns-1 .hs-input {
  width: 100%;
}
html body section.form .actions {
  text-align: center;
}
html body section.form input.hs-button.primary.large {
  padding: 10px 70px;
  text-transform: uppercase;
  width: 100%;
  min-width: 100%;
  border: 1px solid #e7461e;
}
html body section.form .hs_submit.hs-submit {
  max-width: 100%;
  margin: 28px auto 20px;
}

.hiddenF {
  display: none;
}

@media screen and (max-width: 1540px) {
  html body section.form {
    padding-left: 7%;
    padding-right: 7%;
  }
  html body section.form .container .row {
    padding: 95px;
    background-position: -650px 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 992px) {
  html body section.form {
    padding-left: 3%;
    padding-right: 3%;
  }
  html body section.form h2 br {
    display: none;
  }
  html body section.form p {
    max-width: 100%;
  }
  html body section.form .container .row {
    background-image: none;
    padding: 0 0 50px;
    overflow: hidden;
  }
  html body section.form .container .row figure {
    margin: 0;
    padding: 0;
  }
  html body section.form .container .row h2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  html body section.form {
    padding: 100px 15px;
  }
  html body section.form .cont {
    padding: 20px 20px;
  }
}
section.datos {
  padding: 270px 15px 150px;
}
section.datos .container {
  max-width: 1450px;
}
section.datos h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 48px; /* 100% */
}
section.datos .linea img {
  width: 175px;
}

.cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-left: 11%;
}

.list {
  background: var(--Crema, #fcfae4);
  padding: 7px 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 20px 0;
  width: -moz-max-content;
  width: max-content;
}
.list figure {
  margin-bottom: 10px;
}
.list img {
  width: 24px;
  margin-right: 10px;
}
.list h4 {
  color: var(--Negro, #000);
  font-family: "EB Garamond";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 992px) {
  section.datos {
    padding: 150px 15px 150px;
  }
  section.datos .cont {
    padding-left: 15px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 60px 15px 60px;
  }
  section.datos h2 {
    font-size: 35px;
    line-height: 35px;
  }
  section.datos .list {
    flex-wrap: wrap;
    margin: 20px 0;
    width: 100%;
    padding: 20px;
  }
  section.datos .list h4 {
    text-align: left;
  }
}
.galeria {
  position: relative;
  margin-bottom: 100px;
}
.galeria .container {
  max-width: 1500px;
}
.galeria .container .col-md-4 {
  padding: 0;
}
.galeria h6 {
  text-align: left;
  padding-top: 70px;
}
.galeria h2 {
  margin-bottom: 145px;
}
.galeria figure {
  margin: 0;
}
.galeria figure img {
  padding: 5px;
}
.galeria .seis figure img {
  height: 558px;
}
.galeria .swiper-horizontal > .swiper-pagination-bullets,
.galeria .swiper-pagination-bullets.swiper-pagination-horizontal,
.galeria .swiper-pagination-custom,
.galeria .swiper-pagination-fraction {
  top: 95%;
}
.galeria .swiper.mySwiper4.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 0 0 60px;
}
.galeria .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  border: none;
  z-index: 9;
}
.galeria .swiper-pagination-bullet-active {
  background: #e7461e;
}
.galeria .swiper {
  padding: 0;
  position: relative;
}
.galeria .botones {
  position: relative;
  top: -7.5%;
  right: 10%;
}
.galeria .botones div {
  border-radius: 36px;
  background: #fff;
  width: 50px;
}
.galeria .botones svg {
  width: 15px;
}

.hiddenD1 {
  display: none;
}

@media screen and (max-width: 1540px) {
  section.galeria {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 992px) {
  .galeria .imgGale.img {
    display: none;
  }
  .galeria .swiper-horizontal > .swiper-pagination-bullets,
  .galeria .swiper-pagination-bullets.swiper-pagination-horizontal,
  .galeria .swiper-pagination-custom,
  .galeria .swiper-pagination-fraction {
    top: 92%;
  }
  .galeria .swiper.mySwiper2 {
    max-height: 410px;
  }
  .galeria .text h2,
  .galeria .text h6 {
    font-size: 37px;
    font-weight: 400;
    line-height: 34px;
  }
  .galeria .swiper {
    padding-bottom: 70px;
  }
  .galeria span.swiper-pagination-bullet {
    border: 1px solid #e7461e !important;
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
  }
  .galeria span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #e7461e;
    margin: -4px 2px;
  }
}
@media screen and (max-width: 767px) {
  .galeria h2 {
    margin-bottom: 80px;
  }
  .galeria .galeriaMobil {
    padding: 0;
  }
  .galeria .col-md-12.col-lg-4 {
    padding-left: 30px;
  }
  .galeriaMobil {
    display: block !important;
  }
}
section.diferencial {
  background: var(--Crema, #fcfae4);
  padding: 150px 0;
}
section.diferencial .container {
  max-width: 1450px;
}
section.diferencial .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 140px;
}
section.diferencial p {
  color: #103035;
}
section.diferencial h2 {
  color: #103035;
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 50px;
}

@media screen and (max-width: 992px) {
  section.diferencial {
    padding-bottom: 0;
  }
  section.diferencial .cont {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.diferencial {
    padding: 100px 15px;
  }
  section.diferencial img {
    margin-bottom: 40px;
  }
  section.diferencial h2 {
    line-height: 34px;
  }
  section.diferencial .cont {
    padding-left: 15px;
  }
}
section.pasos {
  padding: 40px 5px 100px;
  background: var(--Crema, #fcfae4);
  position: relative;
}
section.pasos .container-fluid {
  padding: 180px 0;
  background-image: url("../imagenes/ImagenPasos.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right;
  border-radius: 20px;
}
section.pasos h2 {
  color: #103035;
  margin-bottom: 80px;
}
section.pasos .conte {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 11%;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0;
  height: 170px;
}
section.pasos .cardPasos {
  border-radius: 11px;
  background: #103035;
  padding: 50px 50px 50px;
  min-height: 400px;
}
section.pasos .cardPasos span {
  color: var(--Ladrillo, #e7461e);
  font-family: Tanker;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 70px;
  display: block;
}
section.pasos .cardPasos h4 {
  color: var(--Crema, #fcfae4);
  font-family: Tanker;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 100% */
  text-align: left;
  margin-bottom: 20px;
}
section.pasos .cardPasos p {
  color: var(--Crema, #fcfae4);
  font-family: "EB Garamond";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.pasos .swiper {
  padding-bottom: 70px;
}
section.pasos span.swiper-pagination-bullet {
  border: 1px solid #e7461e !important;
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 1;
}
section.pasos span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #e7461e;
  margin: -4px 2px;
}
section.pasos .swiper-horizontal > .swiper-pagination-bullets,
section.pasos .swiper-pagination-bullets.swiper-pagination-horizontal,
section.pasos .swiper-pagination-custom,
section.pasos .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 35%;
}
section.pasos .swiper-slide.swiper-slide-active .cardPasos {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
section.pasos .swiper-button-next:after,
section.pasos .swiper-button-prev:after {
  display: none;
}
section.pasos .bntslider {
  position: absolute;
  bottom: 50px;
  left: 7%;
  width: 120px;
}
section.pasos .bntslider img {
  width: 40px;
  height: 40px;
}
section.pasos .bntslider .swiper-button-next,
section.pasos .bntslider .swiper-button-prev {
  width: 40px;
}

section.pasos .swiper {
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  section.pasos .container-fluid {
    padding: 180px 2px;
  }
  section.pasos .cont {
    padding-left: 7%;
  }
  section.pasos h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos .container-fluid {
    padding: 10px 0 150px;
    background-image: url("../imagenes/ImagenPasos.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    border-radius: 20px;
  }
}
section.footer {
  background-image: url(../imagenes/Footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 150px 0;
  padding-bottom: 100px;
}
section.footer .container {
  max-width: 1450px;
}
section.footer h2 {
  color: var(--Crema, #fcfae4);
  text-align: center;
  font-family: Switzer;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 60px;
}
section.footer .lineaHeader {
  width: 100%;
  border-radius: 60px;
  background: var(--Beige, #e5dfd0);
  padding: 10px 30px;
  display: flex;
  align-items: center;
  max-height: 100px;
  margin: 0 auto;
}
section.footer .lineaHeader p {
  margin: 0;
  font-size: 23px;
}
section.footer .lineaHeader .logo {
  width: 180px;
}
section.footer .lineaHeader .logo figure img {
  width: 57px;
  height: 52px;
  margin-top: 11px;
}
section.footer .lineaHeader .text {
  width: 67%;
  display: flex;
  align-content: center;
  height: 100px;
  flex-direction: row;
  align-items: center;
}
section.footer .lineaHeader .text p {
  text-align: left;
  color: #000;
}

footer p {
  text-align: center;
  margin: 0;
  padding: 20px;
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  section.footer {
    background-image: url(../imagenes/movil/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 150px 10%;
    padding-bottom: 100px;
  }
  section.footer h2 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 0;
  }
  section.footer .lineaHeader {
    border-radius: 30px;
    max-height: initial;
    display: block;
    margin-top: 60px;
    padding: 20px 40px 50px;
  }
  section.footer .lineaHeader .text {
    width: 100%;
    display: flex;
    align-content: flex-start;
    height: initial;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  section.footer .lineaHeader div {
    text-align: left;
  }
  section.footer .lineaHeader .logo {
    width: 70px;
  }
  section.footer .lineaHeader p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.footer {
    padding: 100px 25px;
  }
  section.footer h2 {
    font-size: 35px;
    line-height: 35px;
  }
  section.footer h2 br {
    display: none;
  }
  footer {
    padding: 20px 20px 0;
  }
  footer figure {
    margin: 10px 0;
  }
  footer p {
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */