/* Font  */
@font-face {
  font-family: "Clash Display";
  src: url("../font/ClashDisplay-Regular.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Clash Display";
  src: url("../font/ClashDisplay-Medium.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Clash Display";
  src: url("../font/ClashDisplay-Semibold.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Menu Styles */
div.menu {
  position: absolute;
  top: 20px;
  width: 100%;
  background-color: transparent; /* White header bar */
  z-index: 9999;
  padding: 10px 0;
  max-width: 1800px;
  /* Header Logo */
  /* Hamburger Icon */
  /* Full Screen Overlay Menu */
}
div.menu .container-fluid {
  padding: 0 30px;
}
div.menu .logoH {
  max-width: 200px;
  display: block;
}
div.menu .hamburger {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  z-index: 10002; /* Above menu overlay */
  position: relative;
  float: right; /* Ensure it stays right */
}
div.menu .hamburger ._layer {
  background: #fff; /* Black bars */
  width: 30px;
  height: 3px;
  margin: 5px 0;
  transition: all 0.3s ease;
}
div.menu .hamburger.is-active {
  position: fixed;
  right: 30px;
  top: 25px;
  /* Transform to X */
}
div.menu .hamburger.is-active ._layer {
  background: #000;
}
div.menu .hamburger.is-active .-top {
  transform: translateY(8px) rotate(45deg);
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-8px) rotate(-45deg);
}
div.menu .menuppal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff; /* White Background Overlay */
  z-index: 10000;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Logo inside Menu */
}
div.menu .menuppal.is_active {
  transform: translateY(0);
}
div.menu .menuppal .logo-menu {
  max-width: 100px; /* Smaller logo inside menu */
  margin-bottom: 40px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
div.menu .menuppal ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
div.menu .menuppal ul li {
  margin: 30px 0;
}
div.menu .menuppal ul li a {
  color: #2fcad1; /* Red Links */
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: "Argentum Sans", sans-serif;
}
div.menu .menuppal ul li a:hover {
  color: #000;
  transform: scale(1.1);
  display: inline-block;
}

/* Response adjustments if needed */
@media screen and (max-width: 992px) {
  div.menu .container-fluid {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  div.menu .menuppal ul li a {
    font-size: 18px;
  }
  div.menu .menuppal ul li a img {
    margin-top: 40px;
    display: block;
  }
  div.menu .logoH {
    max-width: 160px;
    display: block;
    margin-top: 20px !important;
  }
}
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(--Blanco, #fff);
  font-family: "Clash Display";
  font-size: 109.063px;
  font-style: normal;
  font-weight: 500;
  line-height: 111.944px; /* 102.642% */
  text-transform: uppercase;
}

.banner h4 {
  color: var(--Negro, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h2 {
  color: var(--Negro, #000);
  font-family: "Clash Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px; /* 90.625% */
  text-transform: uppercase;
}

h3 {
  color: var(--Blanco, #fff);
  font-family: "Clash Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
  text-transform: uppercase;
}

h4 {
  color: var(--Blanco, #fff);
  font-family: "Clash Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
  text-transform: uppercase;
}

p {
  color: var(--Negro, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large,
a.btn.btnbr {
  padding: 16px 40px;
  border-radius: 60px;
  background: var(--Turquesa, #2fcad1);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover,
a.btn.btnbr:hover {
  opacity: 0.5;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
}

.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;
  }
  h3 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
/* Banda Leno Marquee */
.logopass-container {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.logopass-container .logopass-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scrollBanda 10s linear infinite;
}
.logopass-container .logopass-track img {
  height: auto;
  max-width: none;
  display: block;
}

@keyframes scrollBanda {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
.cenefa {
  display: none;
}

/* Banner Styles */
section.banner {
  background-image: url("../imagenes/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 1070px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 300px;
  /* Title Image */
  /* Bottom Card */
}
section.banner .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1700px;
}
section.banner .main-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px; /* Space for bottom card */
}
section.banner .main-content .title-img {
  max-width: 92%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
  margin-bottom: 150px;
}
section.banner .bottom-card-wrapper {
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
section.banner .bottom-card {
  background: #fff;
  padding: 20px 40px;
  /* border-radius: 12px; */ /* Design creates a sharp strip look, keeping rectangular or small radius */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1700px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
section.banner .bottom-card .left-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.banner .bottom-card .left-content .star-icon {
  width: 30px;
  height: auto;
}
section.banner .bottom-card .left-content p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.5px;
}
section.banner .bottom-card .left-content p span {
  font-weight: 500;
}
section.banner .bottom-card .btnbr {
  background-color: var(--Turquesa, #2fcad1);
  color: #000;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
  white-space: nowrap;
}
section.banner .bottom-card .btnbr:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(47, 202, 209, 0.4);
}

/* Response adjustments */
@media screen and (max-width: 992px) {
  section.banner {
    padding-top: 60px;
    background-position: center left;
    background-size: cover;
  }
  section.banner .bottom-card {
    width: 90%;
    padding: 20px;
  }
  section.banner .bottom-card p {
    font-size: 16px;
  }
  section.banner .main-content .title-img {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url("../imagenes/movil/header.jpg"); /* Use mobile specific if available, creating rule just in case */
    height: 800px;
    min-height: auto;
    padding: 250px 15px 100px;
  }
  section.banner .main-content {
    padding-bottom: 50px; /* More space for stacked card */
  }
  section.banner .main-content .title-img {
    max-width: 100%;
  }
  section.banner .bottom-card-wrapper {
    bottom: 30px;
  }
  section.banner .bottom-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    gap: 20px;
    width: 90%;
    max-width: 360px;
  }
  section.banner .bottom-card .left-content {
    gap: 15px;
  }
  section.banner .bottom-card .left-content .star-icon {
    width: 25px;
  }
  section.banner .bottom-card .left-content p {
    font-size: 14px;
    line-height: 1.4;
    max-width: 80%;
    margin: 0 auto;
  }
  section.banner .bottom-card .btnbr {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }
}
/* Nosotros Section */
section.nosotros {
  padding: 100px 0 0; /* Padding top only, image flush at bottom if needed */
  background-color: #fff;
}
section.nosotros .container {
  max-width: 1450px;
}
section.nosotros .text-content {
  margin-bottom: 60px;
}
section.nosotros .text-content .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.nosotros .text-content h2 {
  color: #000;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
}
section.nosotros .text-content p {
  color: #000;
  margin-bottom: 40px;
}
section.nosotros .text-content p b {
  font-weight: 700;
}
section.nosotros .image-content {
  position: relative;
  z-index: 1;
}
section.nosotros .image-content img {
  width: 100%;
  display: block;
  border-radius: 0;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 60px 20px 100px;
    padding-top: 60px;
  }
  section.nosotros .text-content h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding-bottom: 180px;
  }
  section.nosotros .text-content h2 {
    margin-bottom: 30px;
  }
}
/* Beneficios (Hot Franchise) Section */
section.beneficios {
  padding: 100px 0 100px;
  min-height: 100vh;
  background-image: url("../imagenes/FondoBeneficios.jpg");
  background-position: 60% center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-top: -250px;
  position: relative;
  z-index: 0;
  /* Slider Styling */
}
section.beneficios .container {
  max-width: 1450px;
}
section.beneficios .row {
  margin: 0;
}
section.beneficios .left-panel {
  padding: 80px 0;
  /* Dark gradient overlay for text readability */
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.95) 30%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  min-height: 100vh;
}
section.beneficios .section-title {
  color: #fff;
  margin-bottom: 80px;
  text-align: left;
  font-family: "Clash Display", sans-serif; /* Ensuring font is applied */
}
section.beneficios .contSlider {
  padding-left: 13% !important;
  max-width: 720px;
}
section.beneficios .swiper-slide {
  text-align: left;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
  box-sizing: border-box; /* Important for padding/border */
}
section.beneficios .swiper-slide .slide-number {
  color: var(--Blanco, #fff);
  font-family: "Clash Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
  text-transform: uppercase;
}
section.beneficios .swiper-slide h4 {
  margin-top: 15px;
  color: var(--Blanco, #fff);
  font-family: "Clash Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
  text-transform: uppercase;
}
section.beneficios .swiper-slide .slide-desc {
  color: #fff;
  line-height: 1.5;
  max-width: 100%; /* Let it fill the card width if needed, or keep limit */
  font-size: 16px;
}
section.beneficios .nav-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center; /* Centered relative to the column/slider */
  gap: 20px;
}
section.beneficios .nav-buttons div {
  width: 60px;
  height: 60px;
  /* Background styles removed as they are part of the image */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.beneficios .nav-buttons div:hover {
  transform: scale(1.1);
}
section.beneficios .nav-buttons div img {
  width: 100%;
  height: auto;
  display: block;
}
section.beneficios .footer-note {
  margin-top: auto;
  padding-top: 0;
}
section.beneficios .footer-note p {
  color: #999;
  max-width: 350px;
}

@media screen and (max-width: 992px) {
  section.beneficios {
    background-position: left center;
    background-image: url("../imagenes/movil/beneficios.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 550px;
  }
  section.beneficios .left-panel {
    background: rgba(0, 0, 0, 0.85); /* Solid dark on mobile/tablet for readability */
    padding: 60px 30px;
    min-height: auto;
  }
  section.beneficios .section-title {
    font-size: 42px;
    margin-bottom: 50px;
  }
  section.beneficios .section-title {
    font-size: 38px;
    margin-bottom: 42px;
  }
  section.beneficios .contSlider {
    padding-left: 0 !important;
    max-width: 720px;
  }
}
/* Form Section SUSHARK */
section.form {
  padding: 100px 0;
  background-color: #fff; /* White background as per design */
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  /* Title Styling */
  /* HubSpot Form Styling Overrides */
  /* Labels */
  /* Inputs */
  /* Field spacing */
  /* Two column fields (Firstname/Lastname usually) */
  /* Submit Button */
}
section.form .container {
  max-width: 1740px;
}
section.form .row {
  margin: 0;
}
section.form .form-image {
  height: 100%;
  min-height: 600px;
}
section.form .form-image img {
  border-radius: 0;
  display: block;
}
section.form .content-col {
  padding: 40px;
}
section.form .form-title {
  color: #000;
  font-family: inherit; /* Inherit or specifically Clash Display */
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  /* Arrow using ::after on the highlight or title */
}
section.form .form-title .highlight {
  font-weight: 700;
  position: relative;
}
section.form .form-title::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 40px;
  background-image: url("../imagenes/flecha.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  margin-left: 65px;
}
section.form .form-subtitle {
  color: #000;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 40px;
  max-width: 90%;
}
section.form .contForm {
  max-width: 100%;
  margin: 0;
}
section.form form {
  max-width: 100%;
}
section.form .hs-form-field > label {
  display: block !important;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}
section.form .hs-input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #999 !important;
  padding: 8px 0 !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  width: 100% !important;
  box-shadow: none !important;
}
section.form .hs-input:focus {
  border-bottom: 1px solid #000 !important;
  outline: none !important;
}
section.form .hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field .hs-input {
  width: initial !important;
  border-bottom: 1px solid !important;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
section.form .hs-form-field {
  margin-bottom: 25px;
}
section.form fieldset {
  max-width: 100%;
}
section.form fieldset.form-columns-2 .hs-form-field {
  width: 48% !important;
  float: left !important;
  margin-right: 4%;
}
section.form fieldset .hs-form-field:last-child {
  margin-right: 0;
}
section.form .actions {
  padding-top: 20px;
}
section.form input.hs-button.primary {
  background-color: var(--Turquesa, #2fcad1) !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 12px 40px !important;
  border-radius: 50px !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.3s;
}
section.form input.hs-button.primary:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

section.form .hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field .input .hs-input.hs-fieldtype-intl-phone {
  border: 0 !important;
}

@media screen and (max-width: 992px) {
  section.form {
    padding: 60px 0;
  }
  section.form .form-image {
    display: none; /* Hide image on mobile if desired, or keep customized */
  }
  section.form .content-col {
    padding: 0 20px;
  }
  section.form .form-title {
    font-size: 32px;
  }
  section.form .form-title::after {
    position: relative;
    top: 5px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 40px 10px 100px;
  }
  section.form h3 br {
    display: none !important;
  }
  section.form .form-image {
    display: block !important;
  }
  section.form .form-image {
    height: 100%;
    min-height: 480px;
  }
  section.form .form-title::after {
    position: absolute;
    top: -35px;
    transform: none;
    right: -10px;
  }
  section.form .content-col {
    padding: 0 15px;
  }
  section.form .hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field .hs-input {
    width: 100% !important;
  }
}
/* Datos Section */
section.datos {
  background-color: #fff;
  padding: 100px 0 150px;
}
section.datos .container {
  max-width: 1450px;
}
section.datos .row {
  margin: 0;
}
section.datos .cont .content-wrapper {
  max-width: 500px;
}
section.datos .cont h3 {
  color: #000;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: left;
}
section.datos .cont .item-dato {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 10px;
}
section.datos .cont .item-dato .star-icon {
  width: 30px;
  height: auto;
  margin-right: 25px;
  margin-top: 5px; /* Visual alignment with text top */
  flex-shrink: 0;
}
section.datos .cont .item-dato .txt {
  text-align: left;
}
section.datos .cont .item-dato .txt h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  display: inline;
  text-transform: none;
}
section.datos .cont .item-dato .txt p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  display: inline;
  line-height: 1.5;
}
section.datos .cont .separator-line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 30px;
}
section.datos .image-col {
  height: 100%;
  min-height: 600px;
}
section.datos .image-col .main-img,
section.datos .image-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0;
}

@media screen and (max-width: 992px) {
  section.datos {
    padding: 60px 0;
  }
  section.datos .cont {
    padding: 30px 20px;
  }
  section.datos .cont h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  section.datos .image-col {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 60px 10px 60px;
  }
}
/* Galeria Section */
section.galeria {
  padding: 150px 0 100px;
  background-color: #fff;
  position: relative;
  width: 100%;
  /* Remove old text overlay styles if present */
}
section.galeria .gallery-header {
  margin-bottom: 60px;
}
section.galeria .gallery-header h3 {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.galeria .gallery-header p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  max-width: 600px;
  margin: 0 auto;
}
section.galeria .text-overlay {
  display: none;
}
section.galeria .swiper.mySwiper4 {
  width: 100%;
  padding-bottom: 50px; /* Space for pagination */
}
section.galeria .swiper.mySwiper4 .swiper-slide {
  cursor: pointer;
}
section.galeria .swiper.mySwiper4 .swiper-slide figure {
  margin: 0;
  height: 100%;
  width: 100%;
}
section.galeria .swiper.mySwiper4 .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.galeria .swiper.mySwiper4 .swiper-pagination {
  bottom: 0;
}
section.galeria .swiper.mySwiper4 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px;
}
section.galeria .swiper.mySwiper4 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--Turquesa, #2fcad1);
}

@media screen and (max-width: 992px) {
  section.galeria {
    padding: 60px 0;
  }
  section.galeria .gallery-header h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 100px 20px 100px;
  }
}
/* Diferencial (Unbox) Section */
section.distintivo {
  padding: 100px 0 0; /* Remove bottom padding to let image flush */
  background-color: #fff;
}
section.distintivo .container {
  max-width: 1450px;
  position: relative;
  z-index: 2;
}
section.distintivo .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 200px;
}
section.distintivo h2 {
  color: #000;
  font-weight: 500;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: left;
}
section.distintivo p {
  color: #000;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
}
section.distintivo figure {
  margin: 0;
}
section.distintivo figure img {
  width: 100%;
  display: block;
}

/* Video Section */
section.video {
  padding: 100px 0;
  background-color: #000; /* Black background */
  background-image: none; /* Provide default black, remove image? Design shows black. */
  min-height: auto;
}
section.video .video-content h2 {
  color: #fff;
  font-family: "Clash Display", sans-serif;
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
section.video .video-placeholder {
  width: 100%;
  max-width: 900px;
  height: 500px;
  background-color: #000;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333; /* Subtle border */
}
section.video .video-placeholder .play-button {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
section.video .video-placeholder .play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #000;
  margin-left: 5px;
}
section.video .video-placeholder:hover .play-button {
  transform: scale(1.1);
  background-color: var(--Turquesa, #2fcad1);
}
section.video .video-placeholder:hover .play-button::before {
  border-left-color: #000;
}

@media screen and (max-width: 992px) {
  section.distintivo {
    padding-top: 60px;
  }
  section.distintivo h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  section.video {
    padding: 60px 0;
  }
  section.video .video-placeholder {
    height: 300px;
  }
  section.video .video-content h2 {
    font-size: 28px;
  }
  section.distintivo .cont {
    height: 60px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo {
    padding: 20px 20px 100px;
  }
}
/* Video Section */
section.video {
  position: relative;
  z-index: 1;
  margin-top: -250px;
  padding: 500px 0 200px;
  background-color: #000;
  background-image: none;
  min-height: auto;
}
section.video .video-content h3 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
section.video .video-placeholder {
  width: 100%;
  max-width: 1200px;
  height: 500px;
  background-color: #111;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Optional: Add a backdrop image if video has a poster? Or keep black */
}
section.video .video-placeholder .play-button {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
section.video .video-placeholder .play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #000;
  margin-left: 5px;
}
section.video .video-placeholder:hover .play-button {
  transform: scale(1.1);
  background-color: var(--Turquesa, #2fcad1);
}

@media screen and (max-width: 992px) {
  section.video {
    margin-top: -150px;
    padding: 300px 0 200px;
  }
  section.video .video-placeholder {
    height: 300px;
  }
  section.video .video-content h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    margin-top: -150px;
    padding: 200px 15px 100px;
  }
  section.video .video-placeholder {
    height: 300px;
  }
}
/* Pasos Section */
section.pasos {
  padding: 100px 0;
  min-height: 100vh;
  background-color: #000;
  background-image: url("../imagenes/FondoPasos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0;
  margin: 0;
  /* Slider Container */
  /* Card Styles */
  /* Navigation Buttons */
}
section.pasos .container-fluid {
  padding: 0 5%;
}
section.pasos h3 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 20px;
}
section.pasos .subtitle-pasos {
  color: #fff;
  margin-bottom: 50px;
  padding-left: 20px;
  opacity: 0.8;
}
section.pasos .swiper {
  padding-bottom: 50px;
  padding-left: 140px;
}
section.pasos .cardPasos {
  background: transparent; /* Totally transparent as per dark design */
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5); /* Thin white line on left */
  border-radius: 0;
  padding: 0 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.pasos .cardPasos span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
section.pasos .cardPasos h4 {
  color: #fff;
  font-family: "Clash Display", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
section.pasos .cardPasos p {
  color: #ccc;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  text-align: left;
}
section.pasos .bntslider {
  margin-top: 20px;
  padding-left: 140px;
  display: flex;
  gap: 15px;
}
section.pasos .bntslider .custom-nav-btn {
  width: 50px;
  cursor: pointer;
  transition: opacity 0.3s;
}
section.pasos .bntslider .custom-nav-btn img {
  width: 100%;
  height: 100%;
}
section.pasos .bntslider .custom-nav-btn:hover {
  opacity: 0.7;
}
section.pasos .cont.content {
  padding-left: 140px;
}

@media screen and (max-width: 992px) {
  section.pasos {
    padding: 60px 0;
  }
  section.pasos h2 {
    font-size: 28px;
    padding-left: 0;
    border-left: none;
  }
  section.pasos .subtitle-pasos {
    padding-left: 0;
  }
  section.pasos .cardPasos {
    padding: 0 15px;
    min-height: auto;
    margin-bottom: 30px;
  }
  section.pasos .cardPasos {
    min-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    background-image: url("../imagenes/movil/pasos.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 15px 60px;
  }
  section.pasos .cont.content {
    padding-left: 0;
  }
  section.pasos .cont.content h3 {
    padding: 0;
  }
  section.pasos .swiper {
    padding-bottom: 50px;
    padding-left: 15px;
  }
  section.pasos .bntslider {
    margin-top: 0px;
    padding-left: 20px;
    display: flex;
    gap: 15px;
  }
}
/* Marquee Section (Cintilla) */
/* Shared styles using a placeholder or common class structure */
.text1,
.text2 {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.text1 .marquee-track,
.text2 .marquee-track {
  display: flex;
  animation: scrollText 20s linear infinite;
  will-change: transform; /* Optimize performance */
}
.text1 .marquee-item,
.text2 .marquee-item {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.text1 .marquee-item b,
.text2 .marquee-item b {
  font-family: "Clash Display", sans-serif;
  font-weight: 700;
  margin-left: 5px;
}
.text1 .marquee-item .separator,
.text2 .marquee-item .separator {
  margin-right: 15px;
  font-size: 20px;
  color: #000;
}

/* Specific Styles */
.text1 {
  background-color: #fff;
  padding: 30px;
}

.text2 {
  background-color: var(--Turquesa, #2fcad1); /* Cyan background */
  border: none;
}
.text2 .marquee-item {
  /* Adjust colors if needed, image shows black text on cyan */
  color: #000;
}
.text2 .marquee-item .separator {
  color: #000;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .text1,
  .text2 {
    padding: 15px 0;
  }
  .text1 .marquee-item,
  .text2 .marquee-item {
    font-size: 18px;
    margin-right: 30px;
  }
}
/* Custom Footer Section */
section.custom-footer {
  padding: 30px 0 10px;
  background-color: #fff;
}
section.custom-footer .container {
  max-width: 1500px;
}
section.custom-footer .text-content {
  padding-right: 5%;
}
section.custom-footer .text-content h3 {
  color: #000;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  text-align: left;
}
section.custom-footer .text-content p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: left;
  max-width: 90%;
}
section.custom-footer .text-content .custom-btn {
  background-color: var(--Turquesa, #2fcad1);
  color: #000; /* As per design, mostly black text on this bright color or white? Image shows black text "QUIERO..." actually looks bold black. */
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 15px 40px;
  border-radius: 50px; /* Pillow shape */
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
section.custom-footer .text-content .custom-btn:hover {
  background-color: #000;
  color: #fff;
}
section.custom-footer .image-content figure {
  margin: 0;
}
section.custom-footer .image-content figure img {
  width: 100%;
  border-radius: 0;
  display: block;
}
section.custom-footer .copyright-border {
  border-top: 1px solid #000;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
section.custom-footer .copyright-text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700; /* Bold part for SUSHARK */
}

@media screen and (max-width: 992px) {
  section.custom-footer {
    padding: 60px 40px 20px;
  }
  section.custom-footer .text-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 40px;
  }
  section.custom-footer .text-content h3,
  section.custom-footer .text-content p {
    text-align: center;
    max-width: 100%;
  }
  section.custom-footer .image-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  section.custom-footer {
    padding: 60px 15px 20px;
  }
  section.custom-footer .text-content {
    padding-right: 0;
    text-align: left;
    margin-bottom: 40px;
  }
  section.custom-footer .text-content h3,
  section.custom-footer .text-content p {
    text-align: left;
    max-width: 100%;
  }
  section.custom-footer .image-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  section.custom-footer .copyright-text {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 700;
  }
}/*# sourceMappingURL=styles.css.map */