.elementor-62258 .elementor-element.elementor-element-db27765{--display:flex;}.elementor-62258 .elementor-element.elementor-element-2f9999d > .elementor-widget-container{margin:-18px 0px -64px 0px;}.elementor-62258 .elementor-element.elementor-element-dc87be4 > .elementor-widget-container{margin:8px 0px -72px 0px;}.elementor-62258 .elementor-element.elementor-element-250f3ef{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2f9999d *//* ====== BANNER NEGRO PREMIUM CON RESPLANDOR VERDE ====== */
.oport-header-banner {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  background: linear-gradient(90deg, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.88) 40%, rgba(0,0,0,0.9) 100%), 
              url('https://oport.mx/wp-content/uploads/2025/10/bg-luces-metalicas.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 65px 8%;
  text-align: right;
  position: relative;
  overflow: hidden;
  z-index: 2;
  box-shadow: inset 0 -20px 40px rgba(0,0,0,0.5);
}

/* ====== TÍTULO BLANCO CON SOMBRA LED ====== */
.oport-header-banner h1 {
  font-size: 56px;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1.1;
  position: relative;
  display: inline-block;
  animation: oport-fade 1.2s ease-out forwards;
  text-shadow: 0 0 10px rgba(46,125,50,0.6), 0 0 25px rgba(46,125,50,0.3), 0 0 40px rgba(46,125,50,0.2);
  z-index: 3;
}

/* ====== SUBRAYADO VERDE ====== */
.oport-header-banner h1::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #2E7D32, #81C784);
  border-radius: 6px;
  animation: oport-underline 3s infinite alternate ease-in-out;
}

/* ====== RESPLANDOR DE FONDO (halo verde LED) ====== */
.oport-header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  width: 160%;
  height: 100%;
  background: radial-gradient(circle at 85% 50%, rgba(46,125,50,0.25), rgba(0,0,0,0) 60%);
  z-index: 1;
  filter: blur(60px); /* 🔹 efecto difuso realista */
  pointer-events: none;
}

/* ====== ANIMACIONES ====== */
@keyframes oport-fade {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes oport-underline {
  0% { width: 60px; opacity: 0.7; }
  100% { width: 120px; opacity: 1; }
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  .oport-header-banner {
    text-align: center;
    padding: 50px 20px;
  }

  .oport-header-banner h1 {
    font-size: 38px;
    letter-spacing: 1px;
    text-shadow: 0 0 8px rgba(46,125,50,0.6), 0 0 18px rgba(46,125,50,0.3);
  }

  .oport-header-banner h1::after {
    bottom: -12px;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc87be4 *//* ====== SECCIÓN LOS MÁS VENDIDOS (Oport estilo bold) ====== */
.oport-best.fullpage {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #fff;
  padding: 70px 0;
  text-align: center;
  font-family: 'Poppins', system-ui, sans-serif;
}

.oport-best.fullpage h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 50px;
  letter-spacing: 1px;
  color: #000;
}

/* ====== SCROLL DE PRODUCTOS ====== */
.oport-scroll {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  gap: 50px;
  padding: 0 80px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.oport-scroll::-webkit-scrollbar { display: none; }

.oport-item {
  flex: 0 0 auto;
  width: 360px;
  scroll-snap-align: start;
  text-align: center;
  transition: transform 0.3s ease;
}
.oport-item:hover { transform: scale(1.05); }

/* ====== IMÁGENES ====== */
.oport-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.oport-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.oport-img .back {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.oport-item:hover .front { opacity: 0; transform: scale(1.03); }
.oport-item:hover .back { opacity: 1; transform: scale(1.03); }

/* ====== TÍTULO EN VERDE OPORT ====== */
.oport-info .title {
  font-size: 22px;
  font-weight: 900;
  color: #2E7D32; /* Verde Oport */
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: block;
  margin: 12px 0 6px 0;
  transition: color 0.3s ease, transform 0.3s ease;
}

.oport-info .title:hover {
  color: #1B5E20; /* tono más oscuro al pasar el mouse */
  transform: scale(1.05);
}

/* ====== PRECIOS ====== */
.price {
  font-size: 17px;
  color: #444;
}
.price .old {
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}
.discount {
  display: inline-block;
  background: #d32f2f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ecea9c8 *//* Sección full width */
.colecciones-oport {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
  text-align: center;
  padding: 80px 0;
}

/* Título principal */
.colecciones-titulo {
  font-size: 48px;
  font-weight: 900;
  color: #111;
  margin-bottom: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.colecciones-titulo::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background: #2E7D32;
  margin: 15px auto 0;
  border-radius: 3px;
}

/* Grid principal */
.colecciones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  padding: 0 40px;
}

/* Cada colección */
.coleccion-item {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coleccion-item:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Imagen grande */
.coleccion-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  filter: brightness(0.9);
}

/* Texto de título encima */
.coleccion-texto {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #2E7D32;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0,0,0,0.1);
  z-index: 2;
}

/* Efecto sutil al hover */
.coleccion-item:hover img {
  filter: brightness(1);
}/* End custom CSS */