/* html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
} */

section {
  scroll-snap-align: center;
}

.panels-wrapper {
  /* min-height: 100vh; */
  /* padding-top: 70px; */
  /* display: flex; */
  position: relative;
  align-items: center;
  background: BLACK;
  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 1%,
    rgba(181, 181, 181, 1) 100%
  ); */

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 1%,
    rgb(125 125 125) 100%
  );
}

.panels-wrapper-content {
  display: flex;
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 10%;
}

.detalle-imagen-hero {
  display: flex;
  align-items: center;
}

.detalle-imagen-texto {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.detalle-imagen-hero p {
  text-transform: uppercase;
  color: white;
  font-family: "Estricta Bold", sans-serif;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}

.cloudimage-360 canvas {
  height: 100% !important;
  width: 100% !important;
}

.panels-wrapper-right {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 135px;
}

.colores-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
}

.colores-container h4 {
  text-transform: uppercase;
  color: white;
  font-family: "Estricta Bold", sans-serif;
  font-size: 16px;
}

.colores {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 10px 0px;
  outline: none;
  border: none;
  cursor: pointer;
}

.colores:focus {
  outline: 4px solid white;
  border: 4px solid white;
}

.redColor {
  background-color: #143f90;
}

.blueColor {
  background-color: #094c7c;
}

.blackColor {
  background-color: black;
}

.goldColor {
  background-color: gold;
}

/* DESCRIPCION */

.description-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.description-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 150px 0px 50px;
}

.description-content h5 {
  font-family: "Estricta Thin", sans-serif;
}

.description-content h4 {
  font-family: "Estricta Thin", sans-serif;
  color: #5c5454;
  font-size: 1.5rem;
  text-transform: uppercase;
}

/* .description-content h2 {
  font-family: "Estricta Bold", sans-serif;
  color: #143f90;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 1rem 0rem;
} */

.description-content p {
  font-family: "Roboto", sans-serif;
  color: #5c5454;
  font-size: 1.1rem;
}

/* HIGHLIGHT SWIPER */

.highlightSwiper .custom-card:hover .card-header-text h3,
.highlightSwiper .custom-card:hover .card-header-text p {
  color: white;
}

.highlightSwiper {
  padding: 100px 0px;
}

.highlightSwiper .card-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  width: 100%;
}

.highlightSection .progress-container {
  width: 50%;
  margin: auto;
  height: 6px;
  background-color: lightgrey;
  transition: width 0.3s ease;
  z-index: 99;
  position: relative;
  margin-top: 60px;
}

.highlightSection .progress-bar {
  margin-top: -10px;
  height: 10px;
  border: 5px solid #143f90;
  background-color: #143f90;
  transition: width 0.3s ease;
  border-radius: 20px;
  top: -2px;
  position: relative;
}

.highlightSection .progress-container,
.highlightSection .progress-bar {
  pointer-events: auto;
}

.experienceServiceSection {
  min-height: 100vh;
  background-color: #232323;
  padding: 50px 0px;
  overflow: hidden;
}

/* .experience-top-wrapper h2 {
  font-family: "Estricta Bold", sans-serif;
  color: #143f90;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 1rem 0rem;
  margin: 0;
} */

.experience-top-wrapper h3 {
  font-family: "Estricta Bold", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.experience-top-wrapper p {
  color: white;
  font-size: 1rem;
}

/* .experience-top-wrapper-description {
    max-width: 600px;
} */

.experience-resultados-wrapper {
  border-bottom: 2px solid white;
}

.experience-top-wrapper select {
  padding: 10px;
  width: 300px;
  border-radius: 10px;
  color: gray;
}

.experience-top-wrapper form p {
  font-family: "Estricta Bold", sans-serif;
  color: #143f90;
  text-transform: uppercase;
  font-size: 1rem;
}

.experience-resultados-wrapper h2 {
  font-family: "Estricta Black", sans-serif;
  color: #143f90;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0px 20px;
}

.experience-resultados-wrapper h3 {
  font-family: "Estricta Regular", sans-serif;
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0px 20px;
}

.experience-resultados-wrapper ul {
  list-style: circle;
}

.experience-resultados-wrapper li {
  color: white;
  font-size: 1rem;
  margin: 0px 40px;
}

.experience-resultados-wrapper .precio {
  border-bottom: 2px solid white;
}

.consecionarios-wrapper {
  padding: 50px 0px;
  position: relative;
}
/* 
.consecionarios-wrapper h2 {
  font-family: "Estricta Bold", sans-serif;
  color: #143f90;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 1rem 0rem;
} */

.consecionarios-wrapper h3 {
  font-family: "Estricta Bold", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.consecionarios-wrapper p {
  color: white;
  font-size: 1.2rem;
}

.consecionariosSwiper {
  padding: 50px 0px;
}

.consecionariosSwiper .card {
  border: none;
}

.consecionariosSwiper .card-header {
  background-color: #143f90;
  padding: 20px 0px;
  text-align: center;
  font-family: "Estricta Bold", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 2rem;
}

.consecionariosSwiper .card-body {
  padding: 30px 40px;
  color: #5c5454;
  font-size: 1rem;
  min-height: 300px;
}

.consecionariosSwiper .card-body ul {
  min-height: 200px;
}

.consecionariosSwiper .card-body p {
  color: #5c5454;
  font-size: 1rem;
  margin: 0;
}

.consecionariosSwiper .card-body a {
  color: #5c5454;
  text-decoration: underline;
}

.consecionarios-wrapper .swiper-button-prev {
  left: -50px;
  font-weight: bold;
  color: white;
  top: 60%;
  font-size: 1rem;
}

.consecionarios-wrapper .swiper-button-next {
  right: -50px;
  font-weight: bold;
  color: white;
  top: 60%;
  font-size: 1rem;
}

.consecionarios-wrapper .swiper-button-next:after,
.consecionarios-wrapper .swiper-button-prev:after {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .experience-top-wrapper {
    padding: 30px 0px;
  }

  .experience-top-wrapper h2 {
    font-size: 1.6rem;
  }

  .experience-top-wrapper h3 {
    font-size: 1.2rem;
    text-align: center;
  }

  .experience-top-wrapper p {
    font-size: 1rem;
  }

  .experience-resultados-wrapper h2 {
    font-size: 1.2rem;
    padding: 0px 10px;
  }

  .experience-resultados-wrapper h3 {
    font-size: 1.2rem;
    padding: 0px 10px;
  }

  .experience-resultados-wrapper li {
    font-size: 0.8rem;
    padding: 0px 0px;
    margin: 0px 30px;
  }

  .experience-top-wrapper form p {
    text-align: center;
  }
  /* 
  .consecionarios-wrapper h2 {
    font-size: 1.6rem;
  } */

  .consecionarios-wrapper h3 {
    font-size: 1.2rem;
  }

  .consecionarios-wrapper p {
    font-size: 1rem;
  }

  .consecionariosSwiper {
    padding: 40px 20px;
  }

  .consecionariosSwiper .card-body ul {
    min-height: 220px;
  }

  .consecionariosSwiper .card-body li {
    font-size: 0.8rem;
  }

  .consecionariosSwiper .card-body a {
    font-size: 0.8rem;
  }
}

.card-related-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.card-related-content h3 {
  font-family: "Estricta Bold", sans-serif;
  font-size: 1.3rem;
  color: #5c5454;
  text-transform: uppercase;
  text-decoration: none;
}

.card-related-content p {
  font-family: "Estricta Regular", sans-serif;
  font-size: 1rem;
  color: #5c5454;
  text-transform: uppercase;
  text-decoration: none;
}

.card-related-products a {
  text-decoration: none;
}

.card-overlay-highlights h3 {
  font-family: "Estricta Bold", sans-serif;
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
}

.card-overlay-highlights p {
  font-size: 1rem;
  color: white;
  text-decoration: none;
}

/* Overlay oculto por defecto */
.card-overlay-highlights {
  top: 0;
  left: 0;
  background-color: #143f90;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  z-index: 3;
}

/* Aparece el overlay al hacer hover */
.custom-card:hover .card-overlay-highlights {
  opacity: 0.95;
  transform: translateY(0%);
  border: 3px solid #143f90;
}

.galeria-container {
  display: flex;
  flex-wrap: wrap; /* permite varias filas */
  justify-content: center; /* centra las imágenes */
  gap: 1rem; /* espacio entre imágenes */
}

.galeria-container .item {
  flex: 1 1 calc(33.333% - 1rem); /* 3 imágenes por fila */
  max-width: calc(33.333% - 1rem);
}

.galeria-container .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.galeria-container .img-wrapper img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .galeria-container .item {
    flex: 1 1 calc(50% - 1rem); /* 2 imágenes por fila en mobile */
    max-width: calc(50% - 1rem);
  }
}

@media (max-width: 480px) {
  .galeria-container .item {
    flex: 1 1 100%; /* 1 imagen por fila en mobile muy pequeño */
    max-width: 100%;
  }
}

/* TECNOLOGIA */

.tecnologia-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #e9e9e9;
}

.tecnologia-image-description {
  position: relative;
  padding: 150px;
}

/* .tecnologia-img {
    position: relative;
} */

.logo-connect {
  position: absolute;
  top: 50%;
  /* left: auto; */
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.tecnologia-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 250px 0px 50px;
}

.tecnologia-content h4 {
  font-family: "Estricta Thin", sans-serif;
  color: #5c5454;
  font-size: 1.5rem;
  text-transform: uppercase;
}

/* .tecnologia-content h2 {
  font-family: "Estricta Bold", sans-serif;
  color: #094c7c;
  text-transform: uppercase;
  font-size: 2rem;
} */

.tecnologia-content h6 {
  font-family: "Estricta Bold", sans-serif;
  color: #094c7c;
  text-transform: uppercase;
  font-size: 1rem;
}

.tecnologia-content p {
  font-family: "Estricta Regular", sans-serif;
  color: #5c5454;
  font-size: 1rem;
  padding: 1rem 0rem;
}

.informacion-tecnica-mobile {
  display: none;
}

iframe {
  height: revert-layer !important;
}

.ympa-text {
  display: flex;
  align-items: center;
  /* margin-left: 20%; */

  margin-bottom: 2rem;
}

.ympa-text p {
  margin-right: 2rem;
  margin-bottom: 0;
  color: white;
}

.me-interesa-button {
  /* margin-left: 10%; */
  text-wrap: nowrap;
}

@media screen and (max-width: 1580px) {
  .panels-wrapper {
    flex-direction: column;
    height: auto;
    padding: 5rem 0px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .panels-wrapper {
    flex-direction: column;
    height: auto;
    padding: 100px 0px;
  }

  .panels-wrapper-content {
    flex-direction: column;
    align-items: center;
    padding: 20px 0px 0px 0px;
    height: 100%;
  }

  .panels-wrapper-content img {
    padding-top: 0px;
  }

  .panels-wrapper-right {
    justify-content: end;
    display: block;
  }

  .detalle-imagen-hero img {
    margin-left: 0rem;
    width: 600px;
  }

  /* .panels-wrapper-right img {
        display: none;
    } */

  .panels-wrapper .informacion-tecnica {
    display: none;
  }

  .panels-wrapper .informacion-tecnica-mobile {
    display: block;
    padding-top: 20px;
  }

  .informacion-tecnica-mobile h4,
  .informacion-tecnica-mobile h3,
  .informacion-tecnica-mobile p {
    font-size: 1.2rem;
    text-align: center;
    color: white;
    margin: 0 -0;
  }

  .informacion-tecnica-mobile h4,
  .informacion-tecnica-mobile h3 {
    font-family: "Estricta Bold", sans-serif;
  }

  .detalle-imagen-hero {
    width: 100vw;
    flex-direction: column;
  }

  .detalle-imagen-hero p {
    margin-right: 0px;
    font-family: "Roboto", sans-serif;
  }

  /* .detalle-imagen-texto {
    display: none !important;
  } */

  .description-wrapper {
    grid-template-columns: 1fr;
  }

  .description-content {
    padding: 20px 20px;
  }

  .description-content h2 {
    font-size: 1.5rem;
  }

  .description-content h4 {
    font-size: 1rem;
  }

  .description-content p {
    font-size: 1rem;
  }

  .tecnologia-wrapper {
    grid-template-columns: 1fr;
    padding: 50px 20px;
  }

  .tecnologia-image-description {
    padding: 50px 20px;
  }

  .tecnologia-content {
    padding: 0px 20px;
  }

  .colores-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px;

    margin-bottom: 1rem;
  }

  .colores-container h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .colores-checkboxes {
    flex-direction: row !important;

    gap: 0rem !important;
    margin-top: 0rem !important;
  }
}

/* form */

#form-detalle {
  background-color: #e9e9e9;
  padding: 100px 0px;
  display: flex;
  justify-content: center;
}

/* MODELO */

.banner-modelo {
  min-height: 500px;
  padding: 100px 0px;
  background: BLACK;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 1%,
    rgba(181, 181, 181, 1) 100%
  );
}

.banner-texto h2 {
  font-family: "Estricta Bold", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 5rem;
  padding: 1rem 0rem;
}

.banner-texto h3 {
  font-family: "Estricta Bold", sans-serif;
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
}

.banner-texto a {
  color: white;
  font-family: "Estricta Light", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 30px;
}

.banner-texto {
  display: flex;
  flex-direction: column;
  padding: 60px 20px;
  align-items: center;
}

h2.section_title.section_title--white {
  width: 300px;
}

.colores-container label {
  border: 2px solid #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.33);
  transition: all 0.3s;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  transform: rotate(-30deg);
}

.colores-container span {
  width: 33.33333333%;
  float: left;
}

.colores-container img {
  display: block;
  height: 40px;
  padding: 0rem;
  margin: 0rem;
  object-fit: fill !important;
}

.colores-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.colores-checkboxes input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Estilos base del label */
.colores-checkboxes label {
  display: inline-block;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

/* Efecto al estar seleccionado */
.colores-checkboxes input[type="radio"]:checked + label {
  box-shadow: 0 0 15px rgb(255 255 255);
}

iframe {
  height: 700px !important;
  width: 100% !important;
}

.product-financing {
  background-color: #efefef;
  padding: 72px 0;
}

.product-financing__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.product-financing__title {
  margin: 0 0 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #e2231a;
  font-family: "Estricta Black", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.product-financing__card {
  width: 100%;
  min-height: 340px;
  padding: 32px 24px 24px;
  background-color: #fff;
  border: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.product-financing__brand {
  min-height: 56px;
  width: 100%;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-financing__brand-image {
  max-width: 170px;
  max-height: 40px;
  width: auto;
  height: auto;
}

.product-financing__wordmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.product-financing__wordmark--santander {
  color: #e4002b;
  font-size: 1.8rem;
}

.product-financing__wordmark--mercadopago {
  position: relative;
  gap: 0.45rem;
  color: #009ee3;
  font-size: 1.25rem;
  text-transform: lowercase;
}

.product-financing__wordmark--mercadopago::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(135deg, #15b7f3 0%, #0078d7 100%);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.35);
}

.product-financing__wordmark--gpat {
  max-width: 170px;
  color: #12a887;
  font-size: 1.2rem;
  line-height: 1.15;
}

.product-financing__details {
  width: 100%;
  margin-bottom: 1.75rem;
}

.product-financing__detail-line {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  font-family: "Estricta Bold", sans-serif;
  color: #343434;
  font-size: 1.45rem;
  line-height: 1.1;
}

.product-financing__detail-line--featured {
  font-family: "Estricta Black", sans-serif;
  font-size: 1.6rem;
  color: #1f1f1f;
}

.product-financing__detail-label,
.product-financing__detail-value {
  display: inline;
}

.product-financing__detail-label {
  margin-right: 0.25rem;
}

.product-financing__button {
  margin-top: auto;
  min-width: 118px;
  font-size: 0.85rem;
  padding: 8px 18px;
}

.financing-modal {
  z-index: 20001 !important;
}

.financing-modal .modal-dialog {
  max-width: 430px;
  transform: translateY(24px) scale(0.96);
  opacity: 0;
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease;
  will-change: transform, opacity;
}

.financing-modal.show .modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.financing-modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.financing-modal .modal-header {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #d9d9d9;
}

.financing-modal .modal-title {
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #636363;
}

.financing-modal .btn-close {
  font-size: 0.7rem;
  padding: 0.5rem;
}

.financing-modal .modal-body {
  padding: 1rem;
}

.financing-modal .modal-body p {
  margin: 0;
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  line-height: 1.55;
  text-transform: uppercase;
}

.financing-modal__entity {
  margin-bottom: 0.75rem !important;
  color: #222222 !important;
  font-weight: 700;
}

html {
  overflow-y: scroll;
}

body.modal-open {
  overflow-y: scroll !important;
  padding-right: 0 !important;
}

body .modal-backdrop.fade {
  display: block !important;
  z-index: 20000 !important;
  opacity: 0;
  background-color: rgba(8, 8, 8, 0.36);
  transition: opacity 0.24s ease;
}

body .modal-backdrop.show {
  display: block !important;
  z-index: 20000 !important;
  opacity: 1;
  background-color: rgba(8, 8, 8, 0.36);
}

@media screen and (max-width: 768px) {
  .banner-modelo {
    padding: 50px 20px;
  }

  .banner-texto h2 {
    font-size: 3rem;
  }

  .banner-texto h3 {
    font-size: 1.5rem;
    text-align: center;
  }

  .banner-texto a {
    font-size: 14px;
    margin-right: 10px;
  }

  iframe {
    height: 200px !important;
  }

  .tecnologia-wrapper {
    overflow: hidden;
  }

  .experience-top-wrapper select {
    width: 100%;
  }

  .ympa-text {
    flex-direction: column;
    gap: 0.5rem;
  }

  .product-financing {
    padding: 56px 0;
  }

  .product-financing__title {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }

  .product-financing__card {
    min-height: auto;
    padding: 28px 20px 22px;
  }

  .product-financing__brand {
    min-height: 48px;
    margin-bottom: 1.25rem;
  }

  .product-financing__brand-image {
    max-width: 150px;
  }

  .product-financing__wordmark--santander {
    font-size: 1.55rem;
  }

  .product-financing__wordmark--mercadopago {
    font-size: 1.1rem;
  }

  .product-financing__wordmark--mercadopago::before {
    width: 28px;
    height: 28px;
  }

  .product-financing__wordmark--gpat {
    font-size: 1rem;
  }

  .product-financing__detail-line {
    font-size: 1.2rem;
  }

  .product-financing__detail-line--featured {
    font-size: 1.32rem;
  }

  .financing-modal .modal-dialog {
    margin: 1rem;
  }
}
