@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Rakkas;
  src: url("../font/Rakkas-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Circular Std";
  src: url("../font/CircularStd-Medium.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header  */
.menu {
  position: relative;
  width: 100%;
  top: 0;
  padding: 0px;
}
.menu img {
  width: 122px;
  padding: 20px 0;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-radius: 30px;
  padding: 2px 20px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu a.nav-link {
  text-align: center;
  padding: 40px 30px !important;
  transition: all 0.3s ease;
  position: relative;
  color: var(--gris, #666);
  text-align: center;
  font-family: "Circular Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.8;
}
.menu a.nav-link:hover {
  font-weight: 500;
  opacity: 1;
}
.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: #DF3438;
  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 {
    width: 90%;
    padding: 0px 0;
  }
  .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: 110%;
    padding: 0px 0;
    margin-top: -10px;
  }
  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: "Circular Std";
    font-size: 14px;
    margin: 0 auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu figure img {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 130px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-content: center;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: var(--marron, #352727);
  font-family: Rakkas;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 120% */
}

.banner p {
  color: var(--marron, #352727);
  font-family: "Circular Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h2 {
  color: var(--marron, #352727);
  text-align: center;
  font-family: Rakkas;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 121.429% */
}

h3 {
  color: #000;
  text-align: center;
  font-family: "Circular Std";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h4 {
  color: var(--marron, #352727);
  font-family: Rakkas;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 121.429% */
}

p {
  color: var(--gris, #666);
  text-align: center;
  font-family: "Circular Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}

.btn, .btnbr, input.hs-button.primary.large {
  border-radius: 36px;
  background: var(--rojo, #DF3438);
  padding: 8px 30px;
  color: #FFF;
  font-family: "Circular Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  background-color: #DF3438;
  color: white;
  opacity: 0.7;
}
.btn svg, .btnbr svg, input.hs-button.primary.large svg {
  margin: 1px 0 4px 4px;
}

.hiddenD, .hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 33px;
    line-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  h1 {
    font-size: 30px;
    line-height: 38px; /* 126.667% */
  }
  .banner p {
    font-size: 16px;
    line-height: normal;
  }
  h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px; /* 121.429% */
  }
  .btnbr {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
}
.contCardenal {
  position: relative;
}
.contCardenal:before {
  content: "";
  position: absolute;
  bottom: -4%;
  right: 0;
  width: 600px;
  height: 270px;
  background-image: url(../imagenes/cardenalHeader.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.banner {
  background-image: url(../imagenes/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 92%;
  margin: 0 auto;
}
section.banner .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px 0 100px;
  text-align: left;
}
section.banner .cont h2 {
  margin-bottom: 20px;
}
section.banner .cont p {
  text-align: left;
  margin-bottom: 30px;
}
section.banner .cont .btn, section.banner .cont .btnbr, section.banner .cont input.hs-button.primary.large {
  margin: 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 992px) {
  section.banner {
    width: 95%;
    padding-top: 60px;
    padding-bottom: 150px;
  }
  section.banner .cont {
    padding: 0 0 0 35px;
  }
  .contCardenal:before {
    content: "";
    width: 340px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    padding-bottom: 120px;
  }
  section.banner .cont {
    padding: 15px;
  }
  .contCardenal:before {
    content: "";
    width: 220px;
    height: 140px;
  }
}
section.nosotros {
  padding: 250px 15px;
}
section.nosotros p {
  max-width: 800px;
  margin: 0 auto 40px;
}
section.nosotros img {
  width: 81.009px;
  height: 68.646px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 200px 15px 100px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 150px 15px 100px;
  }
}
section.beneficios {
  max-width: 1200px;
  margin: 0 auto;
}
section.beneficios .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px 0 100px;
}
section.beneficios .swiper {
  max-width: 400px;
  padding-bottom: 40px;
}
section.beneficios .swiper img {
  cursor: pointer;
}
section.beneficios .swiper .swiper-pagination-bullet-active {
  background: #667;
  width: 15px;
  height: 15px;
  top: 4px;
  position: relative;
  transition: all 0.3s ease;
  width: 15px;
  height: 15px;
  top: 3px;
}
section.beneficios .swiper .swiper-pagination-bullet {
  transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {
  section.beneficios {
    padding: 60px 15px;
  }
  section.beneficios .cont {
    padding: 0 20px;
  }
  section.beneficios .swiper {
    max-width: 400px;
    padding-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 20px 15px 60px;
  }
  section.beneficios .swiper {
    margin-top: 30px;
  }
}
html body section.form h3 {
  max-width: 600px;
  margin: 0 auto 60px;
  text-align: center;
}
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 #666;
  padding: 10px 0;
  border-radius: 0;
  color: var(--gris, #666);
  font-family: "Circular Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  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: #666;
}
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: #666;
}
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;
}
html body section.form .hs_submit.hs-submit {
  max-width: 100%;
  margin: 28px auto 20px;
}

@media screen and (max-width: 767px) {
  section.form {
    background-size: 300px;
    background-position: 30px 0px;
  }
  section.form h2, section.form p {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  section.form h3 {
    font-size: 20px;
    line-height: normal;
    margin: 0 auto 10px !important;
  }
  section.form {
    background-size: 190px;
    background-position: -20px 0px;
  }
}
section.datos .bannerDatos {
  background-image: url("../imagenes/marcas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 84px 180px;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
}
section.datos .bannerDatos:before {
  content: "";
  position: absolute;
  top: -60%;
  right: -28%;
  width: 790px;
  height: 734px;
  background-image: url(../imagenes/cardenalMarcas.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
section.datos .bannerDatos h2, section.datos .bannerDatos p {
  text-align: left;
}
section.datos .bannerDatos p {
  max-width: 550px;
  font-size: 15px;
}
section.datos .bannerDatos h2 {
  color: var(--rojo, #DF3438);
  font-family: Rakkas;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 992px) {
  section.datos {
    padding: 50px 15px;
  }
  section.datos .bannerDatos {
    padding: 75px 60px;
  }
  section.datos section.datos .bannerDatos:before {
    content: "";
    position: absolute;
    top: -10%;
    right: -30%;
    width: 500px;
    height: 470px;
  }
  section.datos .bannerDatos p {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  section.datos .bannerDatos {
    padding: 55px 30px 70px;
  }
  section.datos .bannerDatos h2 {
    font-size: 26px;
    line-height: normal;
  }
  section.datos .bannerDatos p {
    font-size: 16px;
    line-height: normal;
  }
  section.datos .bannerDatos:before {
    content: "";
    position: absolute;
    top: 40%;
    right: -35%;
    width: 300px;
    height: 270px;
  }
}
.galeria {
  margin: 70px 0;
  padding: 0;
  position: relative;
  /* Asegúrate de que tu contenedor principal (donde está el Swiper) tenga 'position: relative' si vas a posicionar elementos absolutos dentro de él.
  Si las flechas están fuera, puedes usar un contenedor específico para las flechas. */
  /* Estilo general para las flechas si aún no lo tienes (ajusta colores, tamaños, etc.) */
  /* Ajustes específicos para la flecha de 'prev' */
  /* Ajustes específicos para la flecha de 'next' */
  /* Es importante sobrescribir las reglas por defecto de Swiper que vienen con su JS y CSS */
  /* Usamos !important con cautela, solo si las reglas de Swiper están siendo más específicas */
  /* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
}
.galeria h3 {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-family: Rakkas;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: 85%;
  left: 0%;
  max-width: 50%;
  z-index: 1;
  text-align: left;
  padding: 20px 100px;
}
.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;
}
.galeria .swiper-button-prev,
.galeria .swiper-button-next {
  width: 40px; /* Tamaño del botón */
  height: 40px; /* Tamaño del botón */
  border-radius: 10%; /* Para que sean redondos */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute; /* Hacemos que se posicionen de forma absoluta */
  top: auto; /* Anulamos cualquier 'top' por defecto */
  bottom: 0; /* Posicionamos debajo del slider, ajusta este valor según la separación que quieras */
  z-index: 10; /* Para asegurar que estén por encima de otros elementos si hay superposiciones */
  transform: translateY(0); /* Anulamos transformaciones por defecto de Swiper */
  margin-top: 0; /* Anulamos márgenes por defecto */
  color: #333; /* Color del ícono de la flecha */
  font-size: 20px; /* Tamaño del ícono de la flecha */
}
.galeria .swiper-button-prev {
  right: 80px; /* Ajusta este valor para la separación del borde derecho */
  left: auto; /* Anulamos 'left' por defecto */
}
.galeria .swiper-button-next {
  right: 10px; /* Ajusta este valor para la separación con la flecha 'next' */
  left: auto; /* Anulamos 'left' por defecto */
}
.galeria .swiper-button-prev:after,
.galeria .swiper-button-next:after {
  font-family: swiper-icons; /* Mantén esto si estás usando los íconos por defecto de Swiper */
  font-size: 20px; /* Tamaño de la flecha dentro del botón */
  color: #333; /* Color de la flecha */
  content: "next"; /* O 'prev' si estás sobrescribiendo los iconos por defecto y no usando un ícono */
}
.galeria .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
.galeria .swiper-button-prev:after {
  content: ""; /* O un Font Awesome: \f060 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
.galeria .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
.galeria .swiper-button-next:after {
  content: ""; /* O un Font Awesome: \f061 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
.galeria .swiper.mySwiper2 {
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .galeria {
    padding: 0;
    margin: 0;
  }
  .galeria h3 {
    font-size: 28px;
    top: 77%;
    left: 0%;
    max-width: 80%;
    text-align: left;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .galeria {
    padding: 0;
    margin: 0;
  }
  .galeria h3 {
    font-size: 21px;
    top: 60%;
    left: 0%;
    max-width: 80%;
    text-align: left;
    padding: 20px 20px;
  }
  .galeria .botones div {
    border-radius: 36px;
    background: #FFF;
    width: 30px;
    height: 20px;
  }
  .galeria .botones {
    position: relative;
    top: -17%;
    right: 1%;
    /* Ajustes específicos para la flecha de 'prev' */
  }
  .galeria .botones .swiper-button-prev {
    right: 50px; /* Ajusta este valor para la separación del borde derecho */
    left: auto; /* Anulamos 'left' por defecto */
  }
}
section.diferencial {
  padding: 180px 15px;
}
section.diferencial h2 {
  color: var(--marron, #352727);
  text-align: center;
  font-family: Rakkas;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.diferencial p {
  max-width: 1020px;
  margin: 0 auto 40px;
}
section.diferencial img {
  width: 81.009px;
  height: 68.646px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 992px) {
  section.diferencial {
    padding: 180px 15px 100px;
  }
  section.diferencial h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.diferencial {
    padding: 120px 15px 100px;
  }
  section.diferencial h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.video {
  padding-bottom: 300px;
}
.video .container {
  max-width: 1400px;
}
.video .container .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.video .container h2 {
  color: var(--marron, #352727);
  font-family: Rakkas;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-align: left;
  padding-top: 140px;
}
.video .contVideo {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.video .contVideo iframe {
  width: 100%;
  height: 480px;
  padding-left: 70px;
}

@media screen and (max-width: 992px) {
  .video {
    padding: 50px 15px;
  }
  .video .container h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    padding-top: 0;
  }
  .video .contVideo iframe {
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding: 50px 0;
  }
  .video .container .col-md-8 {
    padding: 0;
  }
  .video .container h2 {
    padding-left: 25px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 36px;
  }
  .video .contVideo {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .video .contVideo iframe {
    padding: 0;
    width: 100%;
    height: 330px;
  }
}
section.pasos {
  position: relative;
}
section.pasos:before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 600px;
  height: 130%;
  background-image: url(../imagenes/cardenalPasos.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
section.pasos .container {
  max-width: 1380px;
}
section.pasos .bannersPasos {
  padding: 120px 150px 70px;
  background-image: url("../imagenes/pasos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.pasos .bannersPasos .int {
  max-width: 800px;
  margin: 0 0 0 auto;
}
section.pasos .bannersPasos .int h2 {
  color: var(--rojo, #DF3438);
  font-family: Rakkas;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 69.444% */
  text-align: left;
  padding: 0 20px 0;
  margin-bottom: 20px;
}
section.pasos .bannersPasos .int .cardpasos {
  min-height: 100px;
  margin-bottom: 10px;
  padding: 20px;
}
section.pasos .bannersPasos .int span.numbers {
  color: #1D1D1B;
  font-family: Rakkas;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 181.818% */
}
section.pasos .bannersPasos .int h4, section.pasos .bannersPasos .int p {
  color: #1D1D1B;
  font-family: "Circular Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 992px) {
  section.pasos:before {
    content: "";
    top: 0;
    left: -37%;
    width: 600px;
    height: 100%;
    z-index: 0;
  }
  section.pasos .bannersPasos {
    padding: 60px 10px 30px;
  }
  section.pasos .bannersPasos .int {
    max-width: 550px;
    margin: 0 0 0 auto;
    z-index: 1;
    position: relative;
  }
  section.pasos .bannersPasos .int h2 {
    font-size: 30px;
    padding: 0;
  }
  section.pasos .bannersPasos .int .cardpasos {
    padding: 20px 10px 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos:before {
    display: none;
  }
  section.pasos .bannersPasos {
    padding: 80px 30px 50px;
  }
  section.pasos .bannersPasos .int h2 {
    font-size: 28px;
    line-height: 34px;
    padding: 0;
    margin-bottom: 30px;
  }
  section.pasos .bannersPasos .int .cardpasos {
    padding: 10px;
  }
}
section.footer {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 300px;
}
section.footer .cont {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 40px;
}
section.footer .logof {
  width: 101px;
  height: 161.211px;
  margin-bottom: 100px;
}
section.footer h2, section.footer p {
  text-align: left;
}
section.footer h2 {
  color: var(--marron, #352727);
  font-family: Rakkas;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 113.636% */
}
section.footer p {
  color: var(--gris, #666);
  font-family: "Circular Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 0;
  max-width: 460px;
}

footer {
  background: var(--marron, #352727);
  margin: 30px 0;
}
footer p {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Circular Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 242.857% */
  padding: 15px;
}

@media screen and (max-width: 992px) {
  section.footer .logof {
    margin-bottom: 35px;
  }
  section.footer {
    padding-top: 120px;
  }
  section.footer .col-md-6 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.footer h2 {
    color: var(--marron, #352727);
    font-family: Rakkas;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  section.footer h2 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
  }
}/*# sourceMappingURL=styles.css.map */