@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Big Shoulders";
  src: url("../font/BigShouldersDisplay-Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Big Shoulders Display";
  src: url("../font/BigShouldersDisplay-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Big Shoulders Display";
  src: url("../font/BigShouldersDisplay-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Big Shoulders Display";
  src: url("../font/BigShouldersDisplay-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Big Shoulders Display";
  src: url("../font/BigShouldersDisplay-Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.menu {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  padding: 15px 0;
  background-color: #fff;
}
.menu .container-fluid {
  max-width: 1750px;
}
.menu .logo-main {
  max-height: 40px;
  width: auto;
}
.menu .hamburger {
  cursor: pointer;
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1002;
}
.menu .hamburger ._layer {
  background-color: #000;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease;
}
.menu .hamburger.is-active {
  position: fixed;
  top: 25px;
  right: 5%;
}
.menu .hamburger.is-active ._layer {
  background: #000;
}
.menu .hamburger.is-active .-top {
  transform: translateY(9px) rotate(45deg);
}
.menu .hamburger.is-active .-mid {
  opacity: 0;
}
.menu .hamburger.is-active .-bottom {
  transform: translateY(-9px) rotate(-45deg);
}
.menu .menuppal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  z-index: 1001;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .menuppal.is_active {
  transform: translateY(0);
}
.menu .menuppal ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.menu .menuppal ul li {
  margin: 20px 0;
}
.menu .menuppal ul li a {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.menu .menuppal ul li a:hover {
  color: #c52e2e;
}

body.no-scroll {
  overflow: hidden !important;
}

@media screen and (max-width: 1540px) {
  .menu .container-fluid {
    max-width: 1400px;
  }
}
@media screen and (max-width: 992px) {
  .menu .container-fluid {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .menu .container-fluid {
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
  }
  .menu .logo-main {
    max-height: 25px;
  }
  .menu .col-6.col-md-4.text-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: none;
    padding: 0;
    z-index: 2;
  }
  .menu .col-6.col-md-4.d-flex.justify-content-end {
    margin-left: auto;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden !important;
}

section {
  padding: 100px 0;
}

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

p b {
  font-weight: 700;
}

h1 {
  color: var(--Negro, #000);
  font-family: "Big Shoulders Display";
  font-size: 192.24px;
  font-style: normal;
  font-weight: 700;
  line-height: 246.461px; /* 128.205% */
  text-transform: uppercase;
}

.banner h2 {
  color: var(--Negro, #000);
  font-family: "Big Shoulders Display";
  font-size: 241.532px;
  font-style: normal;
  font-weight: 700;
  line-height: 246.461px;
}
.banner h2 b {
  font-weight: 900;
}

h6 {
  color: var(--Rojo-3, #c52e2e);
  font-family: "Big Shoulders Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 110% */
  text-transform: uppercase;
}

h2 {
  color: var(--Blanco, #fff);
  font-family: "Big Shoulders Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 100% */
}

h4 {
  color: #fff;
  font-family: "Big Shoulders Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

h5 {
  color: #161616;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

p {
  color: var(--Blanco, #fff);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner p {
  color: var(--Negro, #000);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large,
a.btn.btnbr {
  padding: 12px 40px;
  border-radius: 83px;
  border: 2px solid var(--Negro, #000);
  color: var(--Negro, #000);
  text-align: center;
  font-family: "Big Shoulders";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover,
a.btn.btnbr:hover {
  opacity: 1;
  background-color: #db9c02;
  color: white;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
  padding: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  width: auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 110px;
    line-height: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  .swiper {
    padding: 0;
  }
  h1 {
    font-size: 110px;
    line-height: 110px !important;
  }
}
.msn {
  background-color: #000;
  color: #4a4a4a;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.msn .marquee-content {
  display: inline-block;
  animation: marquee 30s linear infinite;
}
.msn .marquee-content span {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0;
  letter-spacing: 1px;
}
.msn .marquee-content span:hover {
  color: #fff;
}
.msn:hover .marquee-content {
  animation-play-state: paused;
}

@media screen and (max-width: 992px) {
  .msn .marquee-content span {
    font-size: 32px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.banner {
  padding: 110px 0 40px 0;
  background-color: #fff;
  overflow: hidden;
}
.banner .container-fluid {
  max-width: 1750px;
}
.banner h1 {
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
  color: #000;
  margin: 0;
  text-align: left;
}
.banner .banner-img-container {
  width: 100%;
  max-width: 96%;
  padding-top: 0;
  padding-left: 1.5%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.banner .banner-img-container img {
  width: 100%;
  height: 100%;
}
.banner .mb-line-2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.banner .desc-container {
  max-width: 360px;
  margin: 33px auto;
}
.banner .banner-desc {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: left;
}
.banner .banner-desc b {
  font-weight: 700;
}
.banner .btnbr {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.banner .btnbr:hover {
  background-color: #000;
  color: #fff;
}

.linea figure img {
  z-index: 1;
  position: relative;
  margin-bottom: -30px;
}

@media screen and (max-width: 1540px) {
  .banner .container-fluid {
    max-width: 1450px;
  }
  .banner .banner-img-container img {
    width: 95%;
    height: 100%;
  }
  .banner h2 {
    font-size: 199px;
  }
}
@media (max-width: 992px) {
  .banner .banner-img-container {
    height: 12vw;
  }
  .banner h2 {
    font-size: 148px;
    line-height: 148px;
  }
  .banner .row.align-items-baseline {
    align-items: flex-start !important;
  }
  .banner .desc-container {
    margin-left: 0 !important;
    margin-top: 20px !important;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 70px 20px !important;
  }
  .banner h1 {
    font-size: 57px;
    line-height: 60px !important;
  }
  .banner h1 span {
    font-size: 64px;
  }
  .banner h2 {
    font-size: 58px;
    line-height: 60px;
    font-weight: 900;
  }
  .banner img {
    padding: 6px 3px 0 !important;
    max-width: 98%;
  }
  .banner .banner-img-container {
    height: 14vw;
    border-radius: 30px;
  }
  .banner .mb-line-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .banner .banner-desc {
    font-size: 16px;
  }
  .banner .desc-container {
    margin-top: 50px !important;
    max-width: 100%;
  }
  .banner .desc-container .btnbr {
    margin-top: 30px;
    font-size: 16px;
    padding: 6px 20px;
  }
}
section.nosotros {
  background-color: #000;
  padding: 200px 0 100px;
  position: relative;
  color: #fff;
}
section.nosotros .container-fluid {
  max-width: 1620px;
  padding-left: 5%;
  padding-right: 5%;
}
section.nosotros .subtitle {
  color: #c52e2e;
  font-family: "Big Shoulders Display", sans-serif;
  margin-bottom: 40px;
  display: block;
}
section.nosotros h2 {
  color: #fff;
  font-family: "Big Shoulders Display", sans-serif;
  margin-bottom: 0;
}
section.nosotros .desc-nosotros {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  max-width: 500px;
  padding-top: 40px;
  margin-left: auto;
  margin-left: 0;
}
section.nosotros .video-container {
  width: 100%;
  margin-top: 40px;
  padding: 0;
  position: relative;
  aspect-ratio: 16/9;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.nosotros .video-container .video-player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 992px) {
  section.nosotros {
    padding: 150px 0 60px;
  }
  section.nosotros h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  section.nosotros .desc-nosotros {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  section.nosotros {
    padding: 100px 20px 60px !important;
    text-align: left;
  }
  section.nosotros h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  section.nosotros h2 br {
    display: none;
  }
  section.nosotros .subtitle {
    margin-bottom: 40px;
  }
  section.nosotros .videoNosotros {
    padding: 0 !important;
  }
  section.nosotros .video-container {
    margin-top: 20px;
    border-width: 1px;
  }
}
section.beneficios {
  background-color: #000;
  padding: 80px 0;
  color: #fff;
}
section.beneficios .container-fluid {
  max-width: 1740px;
}
section.beneficios .beneficios-content {
  padding-left: 4%;
  padding-right: 15%;
}
section.beneficios .img-container-beneficios {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
}
section.beneficios .img-container-beneficios img {
  border-radius: 20px;
}
section.beneficios h2 {
  color: #fff;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}
section.beneficios .intro-text {
  color: #ccc;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: left;
}
section.beneficios .beneficios-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #333;
}
section.beneficios .beneficios-list li {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #333;
  transition: all 0.3s ease;
}
section.beneficios .beneficios-list li:hover {
  transform: scale(1.02);
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: #fff;
}
section.beneficios .beneficios-list li .arrow-icon {
  width: 20px;
  height: auto;
  margin-right: 20px;
  margin-top: 5px;
  flex-shrink: 0;
}
section.beneficios .beneficios-list li span {
  color: #e0e0e0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
section.beneficios .beneficios-list li:last-child {
  border-bottom: 1px solid #333;
}

@media (max-width: 992px) {
  section.beneficios {
    padding: 60px 0;
  }
  section.beneficios .container-fluid {
    max-width: 600px;
    margin: 0 auto;
  }
  section.beneficios .container-fluid .text-center {
    max-width: 100%;
    padding: 0;
  }
  section.beneficios .img-container-beneficios {
    max-width: 100%;
    margin-bottom: 40px;
  }
  section.beneficios h2 {
    font-size: 45px;
  }
  section.beneficios .beneficios-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  section.beneficios .beneficios-list li {
    padding: 15px 0;
  }
  section.beneficios .container-fluid {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 30px;
  }
  section.beneficios .beneficios-content {
    padding-left: 0;
    padding-right: 0;
  }
}
section.datos {
  background-image: url("../imagenes/FondoPasos.png");
  background-size: cover;
  background-position: center;
  background-color: #000;
  padding: 150px 0 150px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
section.datos h2 {
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}
section.datos .swiper-datos {
  padding: 20px 0 50px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1260px;
}
section.datos .card-dato {
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  background: transparent;
  max-width: 400px;
  margin: 0 auto;
}
section.datos .card-dato .card-head {
  background-color: #000;
  padding: 25px 0;
  border: 1px solid #333;
  border-bottom: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
section.datos .card-dato .card-head h3 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 40px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
section.datos .card-dato .card-body {
  background-color: #fff;
  padding: 20px 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.datos .card-dato .card-body p {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
  text-align: left;
}
section.datos .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
section.datos .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

@media (max-width: 767px) {
  section.datos {
    background-image: url("../imagenes/movil/FondoPasos.png");
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding: 60px 0 100px;
  }
  section.datos h2 {
    font-size: 45px;
    margin-bottom: 0px;
  }
  section.datos .card-dato {
    max-width: 90%;
  }
}
section.form {
  background-color: #c21818;
  padding: 80px 0 150px;
  color: #fff;
  overflow: hidden;
  margin-top: -1px;
}
section.form .container {
  max-width: 1520px;
}
section.form h2 {
  color: #fff;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
section.form .form-desc {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
}
section.form fieldset {
  max-width: 540px;
}
section.form .hs-form label {
  color: #fff;
  font-family: "Big Shoulders Display", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
section.form .hs-form .hs-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 7px 0 5px;
  width: 100%;
  border-radius: 0;
}
section.form .hs-form .hs-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
section.form .hs-form .hs-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
section.form .hs-form .hs-input:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}
section.form .hs-form .hs-button {
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 50px;
  padding: 12px 40px;
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
section.form .hs-form .hs-button:hover {
  background-color: #000;
  color: #fff;
}
section.form .store-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
section.form .store-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.linea2 figure img {
  z-index: 1;
  position: relative;
  margin-top: -30px;
}

@media screen and (max-width: 1540px) {
  section.form .container {
    max-width: 1400px;
  }
}
@media (max-width: 992px) {
  section.form {
    padding: 50px 0;
    text-align: center;
  }
  section.form .container {
    max-width: 600px;
    margin: 0 auto;
  }
  section.form h2,
  section.form .form-desc {
    text-align: left;
  }
  section.form .store-image {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  section.form {
    padding: 60px 15px 100px;
  }
  section.form h2 {
    font-size: 42px;
    line-height: 45px;
  }
  section.form p {
    max-width: 95%;
  }
  .linea2 {
    background-color: #000;
  }
  .linea2 figure img {
    z-index: 1;
    position: relative;
    margin-top: 0px;
  }
  .linea2.v2 {
    background-color: #ffffff;
  }
  .linea2.v2 figure img {
    margin-top: -2px;
  }
}
section.diferencial {
  background-image: url("../imagenes/FondoFormas.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
}
section.diferencial .container-fluid {
  max-width: 1740px;
}
section.diferencial h2 {
  color: #b21b1b;
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
section.diferencial .card-participar {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}
section.diferencial .card-participar:hover {
  transform: translateY(-5px);
}
section.diferencial .card-participar .card-head-part {
  margin-bottom: 20px;
}
section.diferencial .card-participar .card-head-part h4 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
}
section.diferencial .card-participar .card-head-part .subtitle-part {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 20px;
  color: #c21818;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}
section.diferencial .card-participar .card-head-part .divider-red {
  height: 4px;
  width: 100%;
  background-color: #b21b1b;
  margin: 0 auto 40px;
}
section.diferencial .card-participar .list-part {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.diferencial .card-participar .list-part li {
  font-family: "Big Shoulders Display", sans-serif;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 1px solid #8c8c8c;
}
section.diferencial .card-participar .list-part li:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  section.diferencial {
    padding: 60px 0;
    background-position: bottom center;
  }
  section.diferencial h2 {
    font-size: 40px;
    line-height: 45px;
  }
  section.diferencial .card-participar {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}
section.pasos {
  background-color: #fff;
  padding: 100px 0 200px;
}
section.pasos .container-fluid {
  max-width: 1610px;
}
section.pasos .pasos-img-container {
  padding: 0 20px;
}
section.pasos .pasos-img-container .rounded-image {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}
section.pasos .cont {
  padding-left: 130px;
}
section.pasos h2 {
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
section.pasos .card-paso-item {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  height: 100%;
  transition: transform 0.3s;
  border: 1px solid #f0f0f0;
}
section.pasos .card-paso-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
section.pasos .card-paso-item .no-text {
  color: #c21818;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  line-height: 1;
}
section.pasos .card-paso-item .desc-text {
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (max-width: 992px) {
  section.pasos {
    padding: 60px 0;
    text-align: center;
  }
  section.pasos .container-fluid {
    max-width: 800px;
    margin: 0 auto;
  }
  section.pasos .pasos-content {
    max-width: 700px;
    margin: 0 auto;
  }
  section.pasos .cont {
    padding-left: 0;
  }
  section.pasos h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  section.pasos .pasos-img-container {
    margin-bottom: 40px;
  }
  section.pasos .card-paso-item {
    justify-content: flex-start;
    text-align: left;
  }
}
@media (max-width: 767px) {
  section.pasos .pasos-img-container {
    padding: 0;
  }
  section.pasos .cont {
    padding-left: 15px;
  }
  section.pasos {
    padding: 60px 20px 100px;
  }
  section.pasos h2 {
    font-size: 40px;
    line-height: 45px;
    text-align: left;
  }
  section.pasos h2 br {
    display: none;
  }
  section.pasos p {
    max-width: 95%;
  }
}
section.video {
  background-image: url("../imagenes/FondoVideo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0; /* Adjust padding to show background text */
  position: relative;
}
section.video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto;
}
section.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 991px) {
  section.video {
    padding: 80px 0;
  }
  section.video .video-wrapper {
    padding-bottom: 45.25%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 60px 0 100px;
    background-size: contain; /* Ensure text is visible on mobile if needed, or keep cover */
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../imagenes/movil/Fondovideo.png);
    /* If background has text, cover might cut it off on mobile portrait. 
       But usually responsive bg is hard with text inside. 
       I'll stick to cover but maybe center it. */
    background-size: cover;
  }
  section.video .video-wrapper {
    padding-bottom: 55.25%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.btn,
.btn-footer,
.btnbr {
  transition: all 0.3s ease;
}
.btn:hover,
.btn-footer:hover,
.btnbr:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-participar,
.card-dato,
.card-paso-item,
.img-container-beneficios {
  transition: all 0.3s ease;
}
.card-participar:hover,
.card-dato:hover,
.card-paso-item:hover,
.img-container-beneficios:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.logo-main {
  transition: transform 0.3s ease;
}
.logo-main:hover {
  transform: scale(1.05);
}

a {
  transition: color 0.3s ease;
}

footer {
  background-color: #fff;
  padding: 24px 0;
  border-top: 1px solid #dee2e6; /* Light grey border for separation */
}
footer .container {
  max-width: 1700px;
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}
footer .footer-container .footer-left {
  display: flex;
  align-items: center;
}
footer .footer-container .footer-left .footer-logo {
  width: 200px; /* Adjust size as needed, roughly based on image */
  height: auto;
  margin-right: 20px;
}
footer .footer-container .footer-left .footer-slogan {
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  /* Actually image shows "FRANQUICIAS E INVERSIÓN" next to logo. */
  /* Let's keep it simple: just text next to logo. */
  /* In the image, text is bold and uppercase. */
}
footer .footer-container .footer-right p {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 20px;
  }
  footer .footer-container {
    flex-direction: column;
    align-items: flex-start; /* Left align on mobile as per image */
  }
  footer .footer-container .footer-left {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  footer .footer-container .footer-left .footer-logo {
    margin-bottom: 15px;
    width: 180px; /* Slightly larger on mobile? */
  }
  footer .footer-container .footer-left .footer-slogan {
    font-size: 22px;
    /* No border on mobile stacked */
    padding-left: 0;
    margin-left: 0;
  }
  footer .footer-container .footer-right {
    margin-top: 20px; /* Space before copyright */
  }
  footer .footer-container .footer-right p {
    font-size: 12px;
    color: #555;
  }
}/*# sourceMappingURL=styles.css.map */