@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.btn-slider {
  width: auto;
  color: white;
  font-size: 19px;
  background: #1f96d2;
  text-transform: uppercase;
  padding: 15px 45px;
  border-radius: 7px;
  transition: 0.1s;
}

.btn-slider:hover {
  color: white;
  font-size: 19px;
  background: #1f96d2;
  padding: 15px 45px;
  border-radius: 7px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.custom-navbar {
  background-color: white;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-navbar .navbar-nav .nav-link.active {
  color: #64ac04;
}

.img-logo {
  height: 60px;
  width: auto;
}

.custom-search {
  position: relative;
  max-width: 15%;
}

.custom-search-input {
  padding: 10px;
  border: 2px solid #333;
  border-radius: 20px;
  font-size: 14px;
  width: 200px;
  transition: width 0.3s ease;
}

.custom-search-input:focus {
  outline: none;
  border-color: #64ac04;
  width: 250px;
}

.custom-search-btn {
  position: absolute;
  right: 13px;
  top: 49%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #333;
  font-size: 19px;
  cursor: pointer;
  transition: color 0.3sease;
}

.custom-search-btn:hover {
  color: #64ac04;
}

/* Menú */
.custom-nav-links {
  list-style: none;
  display: flex;
  gap: 40px;
  margin-left: auto;
  justify-content: center;
}

.custom-nav-links li {
  font-size: 18px;
}

.custom-nav-links li a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  transition: color 0.3s ease;
}

.custom-nav-links a:hover {
  color: #1f96d2 !important;
}

.custom-nav-links li a:hover {
  color: #64ac04;
}

.custom-nav-links .dropdown-item:hover {
  background: transparent;
}

/**/
.custom-social-links {
  gap: 10px;
}

.custom-social-links {
  gap: 10px;
}

.custom-social-icon {
  color: #333;
  font-size: 25px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-social-icon:hover {
  color: #fff;
  background-color: #64ac04;
}

.sam-indicators {
  width: 19px !important;
  height: 19px !important;
  border-radius: 50%;
  background-color: white !important;
}

.boton-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}

/**/
.seccion-2 {
  padding: 50px 20px;
  background: url(../images/sec2.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.txt-sec2 {
  color: #1f96d2;
  font-size: 30px;
}

.txt-verde {
  color: #64ac04;
}

.btn-deg {
  width: 100%;
  color: white;
  font-size: 19px;
  font-weight: lighter;
  letter-spacing: 5px;
  background-image: linear-gradient(to right, rgb(100, 172, 4) 30%, rgb(31, 150, 210) 70%);
  text-transform: uppercase;
  border-radius: 25px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn-deg:hover {
  color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

/**/
.cats {
  padding: 60px 10px;
}

.box-cat {
  margin-top: 30px;
}

.btn-cat {
  transition: ease-in-out 0.5s;
}

.btn-cat:hover {
  opacity: 0.7;
}

/**/
.frase {
  font-size: 55px;
  font-weight: lighter;
  margin: 20px 0px;
}

.txt-azul {
  color: #4ebbe3;
}

/**/
.beneficios {
  margin: 45px 0px;
}

.alinea-beneficios {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.icon-beneficio {
  width: 100px;
  height: auto;
}

.titulo-beneficio {
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 15px;
}

.txt-beneficio {
  font-size: 19px;
  font-weight: lighter;
}

/**/
.app {
  padding: 70px 20px 0px 20px;
  background: url(../images/bg-app.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.titulo-app {
  color: white;
  font-size: 35px;
  font-weight: lighter;
}

.txt-app {
  color: white;
  font-size: 23px;
  font-weight: lighter;
}

.btns-app {
  margin: 50px 0px 0px 0px;
}

/**/
.yt {
  margin: 45px 0px;
}

.titulo-yt {
  color: #1f96d2;
  font-size: 55px;
  font-weight: lighter;
  margin-bottom: 50px;
}

.btn-yt {
  width: 100%;
  color: white;
  font-size: 19px;
  font-weight: lighter;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: #1f96d2;
  border: 1px solid #1f96d2;
  border-radius: 25px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.btn-yt:hover {
  color: #64ac04;
  text-transform: uppercase;
  background: white;
  border: 1px solid #64ac04;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

/**/
.servicios {
  margin: 100px 0px 0px 0px;
}



.caja-servicio {
  padding: 20px 80px;
}

.titulo-servicio {
  font-size: 45px;
  font-weight: lighter;
}

.sub-servicio {
  font-size: 27px;
  font-weight: lighter;
  margin: 20px 0px;
}

.txt-servicio {
  font-size: 21px;
  font-weight: lighter;
  line-height: 25px;
  margin: 0px;
}

.img-servicio {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icons-txt {
  display: flex;
  align-items: center;
}

.icon-btn {
  font-size: 35px;
  margin-right: 10px;
}

.btn-servicio {
  width: 300px;
  color: white;
  font-size: 19px;
  font-weight: lighter;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: #1f96d2;
  border: 1px solid #1f96d2;
  border-radius: 25px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.btn-servicio:hover {
  color: #64ac04;
  text-transform: uppercase;
  background: white;
  border: 1px solid #64ac04;
  /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);*/
}

/**/
.seccion-carrusel {
  padding: 50px 20px;
  background: url(/images/sec2.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.carrusel-distribuidor {
  margin: 30px 0px 10px 0px;
}

.carrusel-distribuidor .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 25px 7px 20px 7px;
  background: transparent;
  border: 1px solid;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.carrusel-distribuidor .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
}

.carrusel-distribuidor .owl-dots .owl-dot.active span {
  background: black;
}

.carrusel-distribuidor .owl-dots .owl-dot:hover span {
  background: black;
}

/**/
.new {
  color: white;
  background: #1f96d2;
  padding: 30px 20px 27px 20px;
  font-size: 25px;
}

.campo-new {
  display: flex;
}

.campo-new input {
  width: 100%;
  padding: 10px 5px;
  border: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: white;
}

.campo-new input::-moz-placeholder {
  color: black !important;
}

.campo-new input::placeholder {
  color: black !important;
}

.campo-new input:focus-visible {
  outline-offset: 0px !important;
}

.btn-sletter {
  background: #64ac04;
  border: none;
  padding: 10px 15px;
  color: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.9s;
}

.btn-sletter:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.btn-sletter i:hover {
  color: #1a1a1a;
}

/**/
.nosotros {
  color: black;
  margin: 150px 0px 30px 0px;
}

.titulo-nosotros {
  font-size: 45px;
  font-weight: lighter;
}

.video-nosotros iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.txt-nosotros {
  font-size: 19px;
  font-weight: lighter;
  margin: 30px 0px;
  line-height: 30px;
  text-align: justify;
}

/**/
.razones {
  margin: 100px 0px 0px 0px;
  background: linear-gradient(to top, rgb(31, 150, 210) 30%, rgb(100, 172, 4) 70%);
  padding: 50px 20px;
}

.titulo-razon {
  color: white;
  font-size: 50px;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

.caja-razon-izq {
  display: flex;
  margin: 20px 0px;
}

.txt-razon-izq {
  color: white;
  font-size: 27px;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: right;
  margin: 0px 10px 0px 0px;
}

.sub-razon-izq {
  color: white;
  font-size: 19px;
  font-weight: lighter;
  text-align: right;
  margin: 0px 10px 0px 0px;
}

.caja-razon-der {
  display: flex;
  margin: 20px 0px 70px 0px;
}

.txt-razon-der {
  color: white;
  font-size: 27px;
  font-weight: lighter;
  text-transform: uppercase;
  margin: 0px 0px 0px 10px;
}

.sub-razon-der {
  color: white;
  font-size: 19px;
  font-weight: lighter;
  margin: 0px 0px 0px 10px;
}

/**/
.lab {
  margin: 100px 0px 50px 0px;
}

.txt-lab {
  padding: 10px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.lista {
  margin-top: 20px;
}

.lista li {
  font-size: 21px;
  font-weight: lighter;
  line-height: 45px;
  margin: 0px;
}

/**/
.galeria {
  margin: 30px 0px 0px 0px;
}

/**/
.video {
  margin: 70px 0px;
}

/**/
.margen-certificado {
  margin: 50px 0px;
}

.orden-1 {
  order: -5;
}

.orden-2 {
  order: -4;
}

.orden-3 {
  order: -3;
}

.orden-4 {
  order: -2;
}

.orden-5 {
  order: -1;
}

.orden-6 {
  order: 0;
}

.orden-7 {
  order: 1;
}

.orden-8 {
  order: 2;
}

.orden-9 {
  order: 3;
}

.orden-10 {
  order: 4;
}

.img-certificado {
  width: 450px;
  height: auto;
}

/**/
.box-img-cedis {
  overflow: hidden;
}

.img-cedis {
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}

.titulo-cedis {
  color: #1f96d2;
  font-size: 45px;
  font-weight: lighter;
  margin-bottom: 30px;
}

.txt-cedis {
  padding: 50px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.cedis-orden-1 {
  order: -5;
}

.cedis-orden-2 {
  order: -4;
}

.cedis-orden-3 {
  order: -3;
}

.cedis-orden-4 {
  order: -2;
}

.cedis-orden-5 {
  order: -1;
}

.cedis-orden-6 {
  order: 0;
}

.cedis-orden-7 {
  order: 1;
}

.cedis-orden-8 {
  order: 2;
}

.cedis-orden-9 {
  order: 3;
}

.cedis-orden-10 {
  order: 4;
}

.cedis-orden-11 {
  order: 5;
}

.cedis-orden-12 {
  order: 5;
}

/**/
.txt-cv {
  padding: 50px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.btn-descarga {
  width: 100%;
  color: white;
  font-size: 19px;
  font-weight: lighter;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: #1f96d2;
  border: 1px solid #1f96d2;
  border-radius: 25px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.btn-descarga:hover {
  color: #64ac04;
  text-transform: uppercase;
  background: white;
  border: 1px solid #64ac04;
  /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);*/
}

/**/
.contenido-boletin {
  margin: 150px 0px 0px 0px;
}

.car-boletin {
  margin: 100px 0px 0px 0px;
}

.contenido-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contenido-banner-der {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.img-boletin-xch {
  width: 270px;
  height: auto;
}

.img-boletin {
  width: 380px;
  height: auto;
}

.img-boletin-2 {
  width: 480px;
  height: auto;
}

.img-boletin-2 {
  width: 480px;
  height: auto;
}

.img-boletin-3 {
  width: 480px;
  height: auto;
}

.img-boletin-4 {
  width: 520px;
  height: auto;
}

.carousel-caption.items-banner {
  position: absolute;
  right: 15%;
  bottom: 15.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.boton-banner-boletin {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
}

.carousel-caption.items-banner-2 {
  position: absolute;
  right: 15%;
  bottom: 8.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.boton-banner-boletin-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}

.carousel-caption.items-banner-s5 {
  position: absolute;
  right: 15%;
  bottom: 15.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.caja-videos {
  display: none;
}

.yt .caja-videos:nth-child(1),
.yt .caja-videos:nth-child(2),
.yt .caja-videos:nth-child(3),
.yt .caja-videos:nth-child(4),
.yt .caja-videos:nth-child(5) {
  display: inline-block;
}

/* Banner Verde */
.lighting-banner {
  background-color: #64ac04;
  padding: 30px 0;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.lighting-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.lighting-banner-social {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  flex-wrap: wrap;
  /* Redes sociales a la derecha */
}

.lighting-footer-social-icon {
  color: #64ac04;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: color 0.3s ease;
}

.lighting-footer-social-icon i {
  color: #fff;
}

.lighting-footer-social-icon:hover i {
  color: #fff;
}

.lighting-footer-social-icon.facebook:hover i {
  color: #3b5998;
}

.lighting-footer-social-icon.twitter:hover i {
  color: #1da1f2;
}

.lighting-footer-social-icon.instagram:hover i {
  color: #e4405f;
}

.lighting-footer-social-icon.youtube:hover i {
  color: #ff0000;
}
.lighting-footer-social-icon.tiktok:hover i {
  color: black;
}

.lighting-banner-text h2 {
  font-size: 28px;
  font-weight: 700;
}

.lighting-banner-text p {
  font-size: 16px;
  font-weight: 400;
}

/**/
/* Footer Iluminación */
.lighting-footer {
  background-color: #1a1a1a;
  color: #f9f9f9;
  padding: 40px 20px;
  font-family: "Arial", sans-serif;
}

.lighting-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
}

.lighting-footer-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  /* Centrado */
  align-items: center;
  /* Alineado verticalmente */
}

.lighting-footer-logo-img {
  height: 50px;
  width: auto;
}

.lighting-footer-links {
  text-align: center;
  flex: 2;
}

.lighting-footer-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.lighting-footer-links li a {
  color: #f9f9f9;
  font-weight: 500;
  transition: color 0.3s ease, transform 0.3s ease;
}

.lighting-footer-links li a:hover {
  color: #64ac04;
  transform: translateY(-3px);
}

.lighting-footer-info {
  text-align: center;
  margin-top: 11px;
  margin-left: 4%;
}

.lighting-footer-info p {
  font-size: 14px;
  color: #ddd;
}

/**/
.btn-sube a {
  width: 45px;
  height: 45px;
  font-size: 25px;
  color: white;
  background: #1f96d2;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 25px;
  text-decoration: none;
  z-index: 99999;
  line-height: 45px;
  transition: all 0.5s ease;
}

.btn-sube a:hover {
  width: 45px;
  height: 45px;
  font-size: 25px;
  color: white;
  background: #64ac04;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 25px;
  text-decoration: none;
  z-index: 99999;
  line-height: 45px;
  transition: all 0.5s ease;
}

@media (min-width: 1020px) {
  /**/
  .custom-nav-links .sub-menu .dropdown-menu {
    display: block;
    opacity: 0;
    border: none;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 20px;
  }
  .custom-nav-links .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .custom-nav-links .dropdown-menu.fade-up {
    top: 180%;
  }
  .custom-nav-links .sub-menu:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
@media (max-width: 768px) {
  .img-logo {
    width: 170px;
    height: auto;
  }
  /* Navbar */
  .custom-navbar {
    background-color: white;
    padding: 7px 5px 15px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, padding 0.3s ease;
  }
  .custom-nav-links {
    list-style: none;
    display: block;
    margin: 5px 0px 20px 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .custom-nav-links li {
    padding: 7px 0px;
    border-bottom: 1px solid #64ac04;
  }
  .custom-nav-links .dropdown-menu li {
    padding: 0px 0px;
    border-bottom: 1px solid #64ac04;
    text-align: center;
  }
  .custom-social-links {
    gap: 10px;
    justify-content: center;
  }
  .custom-search {
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 10px;
  }
  .carrusel-home {
    margin-top: 120px;
  }
  .boton-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
  }
  .carrusel-home .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
  }
  .seccion-2 {
    padding: 50px 10px;
    background-attachment: initial;
  }
  .txt-sec2 {
    color: #1f96d2;
    font-size: 21px;
    text-align: center;
    margin-top: 30px;
  }
  .btn-deg {
    width: 100%;
    color: white;
    font-size: 17px;
    font-weight: lighter;
    letter-spacing: 5px;
    background-image: linear-gradient(to right, rgb(100, 172, 4) 30%, rgb(31, 150, 210) 70%);
    text-transform: uppercase;
    border-radius: 25px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .cats {
    padding: 30px 10px;
  }
  .frase {
    font-size: 35px;
    font-weight: lighter;
    margin: 20px 0px;
  }
  .app {
    padding: 50px 20px 20px 20px;
    background: url(/images/bg-app.jpg) center center no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-attachment: initial;
  }
  .titulo-app {
    color: white;
    font-size: 25px;
    font-weight: lighter;
  }
  .btns-app {
    margin: 50px 0px;
  }
  .titulo-yt {
    color: #1f96d2;
    font-size: 25px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 30px;
  }
  .servicios {
    margin: 50px 0px 0px 0px;
  }
  .caja-servicio {
    padding: 10px 20px;
  }
  .titulo-servicio {
    font-size: 35px;
    font-weight: lighter;
    text-align: center;
  }
  .btn-servicio {
    width: 270px;
    color: white;
    font-size: 19px;
    font-weight: lighter;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: #1f96d2;
    border: 1px solid #1f96d2;
    border-radius: 25px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
  }
  .img-servicio {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /**/
  .titulo-nosotros {
    font-size: 27px;
    font-weight: lighter;
  }
  .txt-nosotros {
    font-size: 15px;
    font-weight: lighter;
    margin: 30px 0px 10px 0px;
    line-height: 30px;
    text-align: justify;
  }
  .icons-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .txt-servicio {
    font-size: 15px;
    font-weight: lighter;
    line-height: 30px;
    margin: 0px;
  }
  .razones {
    margin: 50px 0px 0px 0px;
    background: linear-gradient(to top, rgb(31, 150, 210) 30%, rgb(100, 172, 4) 70%);
    padding: 50px 10px;
  }
  .titulo-razon {
    color: white;
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
  .caja-razon-izq {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0px 0px;
  }
  .txt-razon-izq {
    color: white;
    font-size: 23px;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
  }
  .sub-razon-izq {
    color: white;
    font-size: 19px;
    font-weight: lighter;
    text-align: center;
    margin: 0px 0px 20px 0px;
  }
  .caja-razon-der {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5px 0px 0px 0px;
  }
  .txt-razon-der {
    color: white;
    font-size: 27px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 0px 10px;
  }
  .sub-razon-der {
    color: white;
    font-size: 19px;
    font-weight: lighter;
    text-align: center;
    margin: 0px 0px 10px 10px;
  }
  /**/
  .margen-certificado {
    margin: 0px 0px;
  }
  .orden-1 {
    order: -4;
  }
  .orden-2 {
    order: -5;
  }
  .orden-5 {
    order: -1;
  }
  .orden-6 {
    order: -2;
  }
  .orden-9 {
    order: 3;
  }
  .orden-10 {
    order: 2;
  }
  .img-certificado {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
  }
  /**/
  .img-cedis {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .titulo-cedis {
    color: #1f96d2;
    font-size: 30px;
    font-weight: lighter;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .txt-cedis {
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .cedis-orden-3 {
    order: -2;
  }
  .cedis-orden-4 {
    order: -3;
  }
  .cedis-orden-7 {
    order: 1;
  }
  .cedis-orden-8 {
    order: 0;
  }
  .cedis-orden-11 {
    order: 5;
  }
  .cedis-orden-12 {
    order: 4;
  }
  /**/
  .txt-cv {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .boton-banner-boletin {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -62px;
  }
  .boton-banner-boletin .btn-slider {
    width: auto;
    color: white;
    font-size: 19px;
    background: #1f96d2;
    text-transform: uppercase;
    padding: 15px 10px;
    border-radius: 7px;
    transition: 0.1s;
  }
  .car-boletin .carousel-indicators {
    display: none;
  }
  .carousel-caption.items-banner {
    position: absolute;
    right: 15%;
    bottom: 6.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }
  .altura-mobile {
    min-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img-boletin {
    width: 180px;
    height: auto;
  }
  .img-boletin-2 {
    width: 230px;
    height: auto;
    margin-bottom: 30px;
  }
  .img-boletin-3 {
    width: 180px;
    height: auto;
    margin-bottom: 30px;
  }
  .img-boletin-4 {
    width: 250px;
    height: auto;
  }
  .carousel-caption.items-banner-s5 {
    position: absolute;
    right: 15%;
    bottom: 12.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }
  .img-boletin-xch {
    width: 95px;
    height: auto;
  }
  .boton-banner-boletin-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
  }
  .carousel-caption.items-banner-2 {
    position: absolute;
    right: 15%;
    bottom: 5.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }
  .boton-banner-boletin-2 .btn-slider {
    width: auto;
    color: white;
    font-size: 19px;
    background: #1f96d2;
    text-transform: uppercase;
    padding: 15px 10px;
    border-radius: 7px;
    transition: 0.1s;
  }
  .lighting-banner-text h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
  }
  .lighting-banner-text p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
  .lighting-banner-social {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .lighting-footer-container {
    flex-direction: column;
    text-align: center;
  }
  .lighting-footer-links ul {
    flex-direction: column;
    gap: 10px;
  }
}/*# sourceMappingURL=style-energain.css.map */


/*Divisor*/
.divisor-iluminado-con-foco {
  position: relative;
  height: 4px;
  width: 80%;
  margin: 3rem auto;
  background: linear-gradient(to right, #14532d, #22c55e, #14532d);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(34, 197, 94, 0.4);
}

.foco-animado {
  position: absolute;
  top: -18px;
  animation: moverFoco 4s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(190, 255, 190, 0.8));
  transition: transform 0.3s ease;
}

@keyframes moverFoco {
  0% {
    left: -40px;
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    left: 50%;
    transform: scale(1.2) rotate(15deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    transform: scale(1) rotate(0deg);
    opacity: 0.7;
  }
}

/*Preloader*/

/* Fondo gris oscuro pro */
#preloader {
  position: fixed;
  inset: 0;
  background: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: opacity 0.4s ease;
}

/* Focos girando en orbita */
.orbita {
  position: relative;
  width: 120px;
  height: 120px;
  animation: girar 0.6s linear forwards;
}

.foco {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, #f0f0f0, #aaa);
  box-shadow: 0 0 10px #ffffffcc;
}

/* Posiciones en círculo */
.foco1 { top: 0%; left: 50%; transform: translate(-50%, -50%); }
.foco2 { top: 25%; left: 85%; transform: translate(-50%, -50%); }
.foco3 { top: 75%; left: 85%; transform: translate(-50%, -50%); }
.foco4 { bottom: 0%; left: 50%; transform: translate(-50%, 50%); }
.foco5 { top: 75%; left: 15%; transform: translate(-50%, -50%); }
.foco6 { top: 25%; left: 15%; transform: translate(-50%, -50%); }

@keyframes girar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Movimiento hacia el centro */
.orbita.choque .foco {
  transition: all 0.3s ease-in;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0.5);
}

/* Logo final (invisible al inicio) */
.logo-final {
  opacity: 0;
  font-size: 2rem;
  color: #ffffff;
  margin-top: 20px;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(0.9);
  pointer-events: none;
}

.logo-final.mostrar {
  opacity: 1;
  transform: scale(1);
  text-shadow: 0 0 15px #fff;
}

/*---------------------------*/
.search-results {
  position: absolute;
  width: 100%;
  top: 52px;
  max-height: 300px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow-y: auto;
  display: none; /* Ocultar por defecto */
  z-index: 1000;
}

.search-results .result-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: background 0.3s;
}

.search-results .result-item:hover {
  background: #f1f1f1;
}

.search-results img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 5px;
}

.search-results .product-name {
  font-size: 16px;
  color: #333;
}


/**/
.espacio{
  padding-top: 118px;
  padding-bottom: 67px;
}
.espaciolab{
  padding-right: 105px;
  padding-left: 105px;
  padding-top: 105px;
}
/*--------VISOR---------*/
.flipbook {
  width: 800px;
  height: 500px;
  margin: auto;
}

.flipbook .hard {
  background: #ccc;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 500px;
}

.flipbook div {
  width: 400px; /* Cada hoja ocupa la mitad */
  height: 500px;
}

.flipbook img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-results {
  display: none;
  position: absolute;
}

.custom-search {
  position: relative;

  max-width: 600px;
}
.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  transform: none;
  z-index: 1000;
  margin-top: 10px;
  padding: 20px;
  width: 454%;
  max-width: 900px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(31, 150, 210, 0.15);
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 20px;
  max-height: 459px;
  overflow-y: auto;
}

.search-results .result-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9f9f9;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  transition: box-shadow 0.2s ease;
}

.search-results .result-item:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.search-results img {
  width: 125%;
  max-width: 153px;
  height: auto;
  object-fit: cover;
  margin-bottom: -7px;
  border-radius: 4px;
}

.search-results .product-name {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #333;
}

/*-----------------------------*/
#pagination.pagination-scroll {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding: 10px;

  scroll-behavior: smooth;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

/* Ocultar barra en algunos navegadores */
#pagination.pagination-scroll::-webkit-scrollbar {
  height: 8px;
}
#pagination.pagination-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

#pagination button {
  padding: 8px 14px;
  border: none;
  background-color: #e0e0e0;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  flex: 0 0 auto; /* evita que se estiren */
  transition: background-color 0.3s ease;
}

#pagination button:hover {
  background-color: #1f96d2;
  color: white;
}
#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
  flex-wrap: wrap;
}

#pagination button {
  padding: 8px 14px;
  border: none;
  background-color: #e0e0e0;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  min-width: 40px;
  font-size: 27px;
}

#pagination button:hover {
  background-color: #1f96d2;
  color: white;
}

@media (max-width: 768px) {
  #product-list {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  #product-list .product-item {
    flex: 0 0 auto;
    scroll-snap-align: center;
    width: 80vw;
    max-width: 300px;
  }

  #pagination {
    display: none;
  }
}

@media (min-width: 769px) {
  #product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 35px;
  }

  #pagination {
    display: flex;
  }
}

@media (max-width: 768px) {
.custom-search {
        position: relative;
        max-width: 60%;
      
}
  .search-results {
   width: 114% !important;
        max-width: 122%;
        left: 0;
        padding: 15px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
  }

  .search-results img {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  .search-results .product-name {
    font-size: 13px;
    text-align: center;
  }
}
