img {
  display: block; 
  margin-bottom: 10px; 
  width: 100%;
}


.header-container {
  position: relative;
  width: 100%;
  height: 100vh; 
  height: 100svh; 
  background: url("https://app.explor-k.com/CDN/explork/PNG_A_WEBP/newnew_carretera-vacia.webp")
    no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}


.header-content {
  color: white;
  max-width: 900px;
  text-align: center;
  z-index: 2;
}


.header-content h1 {
  font-size: 2.8rem;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}


.header-content p {
  font-size: 1.5rem;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  margin-bottom: 70px;
  margin-top: 8%;
}


.header-boxes {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
  margin-top: 30px; 
}


.box {
  background: rgba(19, 30, 48, 0.842); 
  color: white;
  padding: 15px 20px;
  font-size: 1.1rem;
  text-align: center;
  border-radius: 8px;
  min-width: 250px;
  max-width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.459);
}


@media screen and (max-width: 768px) {
  .header-container {
    height: 100vh;
    height: 100svh;
    padding: 10px;
  }

  .header-content h1 {
    font-size: 2rem;
  }

  .header-content p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .header-boxes {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .box {
    width: 80%;
    max-width: 250px;
    font-size: 1rem;
    padding: 10px;
  }
}


.header-monitoreo {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: url("https://app.explor-k.com/CDN/explork/PNG_A_WEBP/newnew_ccti.webp")
    no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  text-align: center;
  padding: 20px;
}


.image-1 {
  width: 20%;
  height: auto;
  margin: 0 auto 20px; 
  display: block;
}


.header-boxes-monitoreo {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap; 
  width: 100%;
  padding: 10px 5%;
}


.box-monitoreo {
  background: rgba(0, 31, 63, 0.95); 
  color: white;
  padding: 20px;
  font-size: 1rem;
  text-align: center;
  border-radius: 8px;
  width: 23%; 
  height: 190px;
  min-height: 150px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


.box-monitoreo i {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 8px;
}


.box-monitoreo h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.description-monitoreo {
  font-size: 1rem;
  color: white;
  
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.281),
    0 0 20px rgba(255, 255, 255, 0.9),
    0 0 30px rgba(255, 255, 255, 0.486);
  margin-top: 15px;
  max-width: 900px;
  margin-left: 13%;

  
  background: rgba(19, 30, 48, 0.842);
  padding: 15px; 
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  border-radius: 4px; 
}


@media screen and (max-width: 768px) {
  .header-monitoreo {
    height: 130vh;
  }

  .header-boxes-monitoreo {
    flex-direction: column;
    gap: 15px;
  }

  .box-monitoreo {
    width: 90%;
    max-width: 300px;
    margin-left: 6%;
  }

  .image-1 {
    width: 40%; 
    margin-top: 10px;
  }

  .description-monitoreo {
    font-size: 1rem;
    color: white;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
    margin-top: 10px;
    margin-left: 4%;
  }
}


.header-capacitacion {
  position: relative;
  width: 100%;
  height: 130vh;
  background: url("https://app.explor-k.com/CDN/explork/PNG_A_WEBP/banner_poligonos_2.webp")
    no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column; 
  align-items: center;
  text-align: center;
  padding: 20px;
}


.content-capacitacion {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  width: 90%;
  max-width: 1200px;
  flex-grow: 1; 
}


.text-container {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  background: rgba(19, 30, 48, 0.842);
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  padding: 20px; 
  border-radius: 8px; 
}

.text-container h1 {
  font-size: 3rem; 
  font-weight: bold;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
  color: white;
}

.text-container .subtitulo {
  font-size: 1.5rem; 
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  color: white;
}


.info-box {
  background: rgba(19, 30, 48, 0.9);
  color: white;
  padding: 20px;
  font-size: 1.1rem;
  text-align: left;
  border-radius: 8px;
  max-width: 450px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  margin-left: auto; 
}


.info-box ul {
  list-style-type: none;
  padding: 0;
}

.info-box ul li {
  margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
  .header-capacitacion {
    background: url("https://app.explor-k.com/CDN/explork/PNG_A_WEBP/poligonos_celular_new.webp")
      no-repeat center center;
    background-size: cover;
    height: auto;
    padding: 30px 15px;
    text-align: center;
    justify-content: center;
  }

  .content-capacitacion {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .text-container {
    width: 100%;
    margin-top: 130%;
  }

  .text-container h1 {
    font-size: 2rem;
  }

  .text-container .subtitulo {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .info-box {
    max-width: 100%;
    text-align: center;
    margin-left: 0;
  }
}


.header-inspeccion {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: url("https://app.explor-k.com/CDN/explork/PNG_A_WEBP/toma-velocidad-camioneta.webp")
    no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.content-inspeccion {
  color: white;
  max-width: 1000px;
  text-align: center;
  z-index: 2;
  transform: translateY(-10px); 
}


.content-inspeccion h1 {
  font-size: 2.5rem;
  font-weight: bold;
  
  text-shadow:
    0 0 5px rgba(255, 255, 255, 0.425),
    0 0 10px rgba(255, 255, 255, 0.267),
    0 0 20px rgba(255, 255, 255, 0.24);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
  transform: translateY(-10px); 
}


.subtitulo {
  font-size: 1.5rem;
  
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.096),
    0 0 8px rgba(255, 255, 255, 0.8),
    0 0 12px rgba(255, 255, 255, 0.233);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
  transform: translateY(-10px); 
}


.grid-inspeccion {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}


.imagen-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 350px;
}

.imagen-texto img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 8px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
}

.texto-imagen {
  background: rgba(19, 30, 48, 0.85);
  color: white;
  padding: 12px;
  font-size: 1rem;
  text-align: center;
  border-radius: 8px;
  margin-top: 10px;
  max-width: 350px;
}


@media screen and (max-width: 768px) {
  .header-inspeccion {
    height: auto;
    padding: 30px 15px;
  }

  .content-inspeccion h1 {
    font-size: 2rem;
  }

  .subtitulo {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .grid-inspeccion {
    flex-direction: column;
    align-items: center;
  }

  .imagen-texto img {
    max-width: 300px;
  }

  .texto-imagen {
    max-width: 300px;
  }
}


.header-seguridad {
  position: relative;
  width: 100%;
  height: auto;
  background: url("https://app.explor-k.com/CDN/explork/PNG_A_WEBP/newnew_carretera-autos.webp")
    no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 20px;
}


.content-seguridad {
  max-width: 1100px;
  color: white;
  text-align: center;
  z-index: 2;
}


.grid-seguridad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}


.imagenes-logos {
  display: flex;
  flex-direction: row; 
  align-items: center;
  justify-content: center;
  gap: 20px; 
}


.imagenes-logos img {
  width: 180px;
  height: auto;
  border-radius: 8px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
}


.banner-seguridad {
  background: rgba(19, 30, 48, 0.9);
  color: white;
  padding: 20px;
  font-size: 1.1rem;
  text-align: left;
  border-radius: 8px;
  max-width: 500px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
}

.banner-seguridad h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner-seguridad .resaltado {
  color: #ffcc00;
}

.banner-seguridad h3 {
  font-size: 1.3rem;
  margin-top: 15px;
}

.banner-seguridad ul {
  list-style-type: none;
  padding: 0;
}

.banner-seguridad ul li {
  margin-bottom: 10px;
}


.texto-inferior {
  margin-top: 40px;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  font-size: 4rem;
  margin-bottom: -5%;
}

.texto-inferior p {
  font-size: 2rem;
  text-shadow: 2px 2px 1px rgb(0, 0, 0);
  margin-bottom: 70px;
  margin-top: 2%;
}

.texto-inferior p {
  font-size: 1.1rem;
}


@media screen and (max-width: 768px) {
  .grid-seguridad {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .imagenes-logos img {
    width: 150px;
  }

  .banner-seguridad {
    max-width: 100%;
    text-align: center;
  }

  .banner-seguridad ul {
    text-align: left;
  }
}
