/* 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%
  );
}

.panels-wrapper-content {
  display: flex;
  justify-content: space-between;
}

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

.detalle-imagen-hero {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detalle-imagen-hero img {
  width: 600px;
}

.detalle-imagen-hero .detalle-imagen-texto {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.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 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.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: #ff0000;
}

.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 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: #ff0000;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 1rem 0rem;
} */

.description-content p {
  font-family: "Estricta Regular", 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 #ff0000;
  background-color: #ff0000;
  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;
}

/* .experience-top-wrapper h2 {
  font-family: "Estricta Bold", sans-serif;
  color: #ff0000;
  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.5rem;
  margin: 0;
}

.experience-top-wrapper p {
  font-family: "Estricta Thin", sans-serif;
  color: white;
  font-size: 1.4rem;
}

/* .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: #ff0000;
  text-transform: uppercase;
  font-size: 1rem;
}

.experience-resultados-wrapper h2 {
  font-family: "Estricta Black", sans-serif;
  color: #ff0000;
  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 {
  font-family: "Estricta Thin", sans-serif;
  color: white;
  font-size: 1.2rem;
  text-transform: capitalize;
  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: #ff0000;
  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.5rem;
}

.consecionarios-wrapper p {
  font-family: "Estricta Regular", sans-serif;
  color: white;
  font-size: 1.4rem;
}

.consecionariosSwiper {
  padding: 50px 0px;
}

.consecionariosSwiper .card {
  border: none;
}

.consecionariosSwiper .card-header {
  background-color: #ff0000;
  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;
  font-family: "Estricta Regular", sans-serif;
  color: #5c5454;
  font-size: 1rem;
  min-height: 300px;
}

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

.consecionariosSwiper .card-body p {
  font-family: "Estricta Regular", sans-serif;
  color: #5c5454;
  font-size: 1rem;
  margin: 0;
}

.consecionariosSwiper .card-body a {
  font-family: "Estricta Regular", sans-serif;
  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;
  }

  .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: 1rem;
    padding: 0px 0px;
    margin: 0px 30px;
  }
/* 
  .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: 1rem;
  color: white;
  text-transform: uppercase;
}

.card-overlay-highlights p {
  font-family: "Estricta Regular", sans-serif;
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

/* Overlay oculto por defecto */
.card-overlay-highlights {
  top: 0;
  left: 0;
  background-color: #9a0000;
  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 red;
}

/* GALERIA */

.galeria-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.galeria-container .img-wrapper {
  overflow: hidden;
}

.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);
}

.galeria-container .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.galeria-container .modal-content {
  max-width: 640px;
  max-height: 80%;
}

.galeria-container .close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.galeria-container .controls {
  margin-top: 10px;
}

.galeria-container .controls button {
  background: none;
  color: white;
  font-size: 30px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
}

/* 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;
}

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

@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;
    height: 30px;
  }

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

  /* .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 p {
    font-size: 14px;
    text-align: center;
    color: white;
    margin: 0 -0;
    font-family: "Estricta Regular", sans-serif;
  }

  .detalle-imagen-hero {
    position: relative;
    width: 80%;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }

  .detalle-imagen-hero p {
    margin-right: 0px;
  }

  .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: 0.8rem;
  }

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

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

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

  .colores-container {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
  }
}

/* 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: start;
}

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

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

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

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