body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 50px; /* o cualquier valor que funcione para tu diseño */
  background-size: cover;
  background-position: center;
  }

header {
  position: relative;
  background-color: #0d1a0e;
  color: #fff;
  text-align: center;
  padding: 40px;
  font-size: 1.5em;
}

header img {
  width: 100%;
  height: auto;
  max-height: 1%; /* Ajusta este valor según tus necesidades */
  display: block;
  box-shadow: 0 0 10px 5px #6572e7; /* Cambia #00ff00 al color verde fluorescente deseado */

}

header h1, header p {
  width: 100%;
  text-align: center;
  color: #d1d6e6; /* Ajusta el color del texto según tu diseño */
  margin: 0; /* Añadido para eliminar el margen predeterminado */
}

.add-text {
  position: absolute;
  top: 30%; /* Ajusta según la posición vertical deseada */
  left: 50%; /* Ajusta según la posición horizontal deseada */
  transform: translate(-50%, -50%); /* Centra el elemento */
  color: #e20e0e; /* Color */
  font-size: 1.7em; /* Tamaño del texto */
  font-weight: bold; /* Negrita */
  text-shadow: 0 0 10px rgba(0, 255, 0, 1), 0 0 20px rgba(0, 255, 0, 1), 0 0 30px rgba(0, 255, 0, 1);}
section {
  padding: 40px;
}

.services, .contact {
  color: #dfe4f1;
  background-color: #f4f4f4;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left; /* Ajusta según sea necesario */
}

.centrar-div {
  text-align: center; /* Ajusta según sea necesario */
}

.bold-text {
  font-weight: bold;
}

.voltage-button {
  position: relative;
}

.voltage-button button {
  color: white;
  background: #0a209c;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 5rem;
  box-shadow: 0 0 10px 5px #00ff00; /* Cambia #00ff00 al color verde fluorescente deseado */
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.075em;
  transition: background 0.3s;
}

.voltage-button button:hover {
  cursor: pointer;
  background: #0F1C53;
}

.voltage-button button:hover + svg, .voltage-button button:hover + svg + .dots {
  opacity: 1;
}

.voltage-button svg {
  display: block;
  position: absolute;
  top: -0.75em;
  left: -0.25em;
  width: calc(100% + 0.5em);
  height: calc(100% + 1.5em);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0.1s;
}

.voltage-button svg path {
  stroke-dasharray: 100;
  filter: url("#glow");
}

.voltage-button svg path.line-1 {
  stroke: #f6de8d;
  stroke-dashoffset: 0;
  animation: spark-1 3s linear infinite;
}

.voltage-button svg path.line-2 {
  stroke: #6bfeff;
  stroke-dashoffset: 500;
  animation: spark-2 3s linear infinite;
}

.voltage-button .dots {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.4s;
}

.voltage-button .dots .dot {
  width: 1rem;
  height: 1rem;
  background: white;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
}

.voltage-button .dots .dot-1 {
  top: 0;
  left: 20%;
  animation: fly-up 3s linear infinite;
}

.voltage-button .dots .dot-2 {
  top: 0;
  left: 55%;
  animation: fly-up 3s linear infinite;
  animation-delay: 0.5s;
}

.voltage-button .dots .dot-3 {
  top: 0;
  left: 80%;
  animation: fly-up 3s linear infinite;
  animation-delay: 1s;
}

.voltage-button .dots .dot-4 {
  bottom: 0;
  left: 30%;
  animation: fly-down 3s linear infinite;
  animation-delay: 2.5s;
}

.voltage-button .dots .dot-5 {
  bottom: 0;
  left: 65%;
  animation: fly-down 3s linear infinite;
  animation-delay: 1.5s;
}

@keyframes spark-1 {
  to {
    stroke-dashoffset: -1000;
  }
}

@keyframes spark-2 {
  to {
    stroke-dashoffset: -500;
  }
}

@keyframes fly-up {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.2);
  }

  5% {
    opacity: 1;
    transform: translateY(-1.5rem) scale(0.4);
  }

  10%, 100% {
    opacity: 0;
    transform: translateY(-3rem) scale(0.2);
  }
}

@keyframes fly-down {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.2);
  }

  5% {
    opacity: 1;
    transform: translateY(1.5rem) scale(0.4);
  }

  10%, 100% {
    opacity: 0;
    transform: translateY(3rem) scale(0.2);
  }
}


footer {
  background-color: #080808;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999; /* Añade esta línea para establecer la posición en el eje z */
}

.services {
  color: #333; /* Ajusta el color del texto según tu diseño */
  padding: 40px;
  position: relative;
}

.services h2 {
  color: #ded9ee; /* Ajusta el color del título según tu diseño */
}

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

.services li {
  margin-bottom: 10px;
  color: #c4b9e9;
}

.services-container {
  background-image: url('ciber.gif'); /* Reemplaza 'ruta-de-tu-imagen.jpg' con la ruta real de tu imagen */
  background-size: 50%; /* Ajusta según tus necesidades */
  background-position: right top; /* Ajusta según tus necesidades */
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-color: #0a0a0a; /* Fondo semi-transparente */
  padding: 40px;
  box-shadow: 0 0 10px 5px #6572e7; /* Cambia #00ff00 al color verde fluorescente deseado */
}

.services:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: url('baner1.gif'); /* Ruta de tu imagen de fondo */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact {
  text-align: center;
  position: relative; /* Asegura que los elementos hijos se posicionen relativamente a este contenedor */
  background-image: url('baner1.gif'); /* Cambia 'otro-fondo.jpg' por la ruta de tu imagen de fondo para la sección de contacto */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 400px; /* Ajusta según tus necesidades para centrar la imagen verticalmente */
}

.contact .contact-image {
  width: 200%; /* Ajusta el ancho según tus necesidades */
  max-width: 1000px; /* Ajusta según tus necesidades */
  margin: 0 auto; /* Centra la imagen horizontalmente */
  position: absolute;
  top: 100px; /* Coloca la imagen en la parte superior */
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0 0 10px 5px #6572e7; /* Cambia #00ff00 al color verde fluorescente deseado */
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px; /* Ajusta la distancia desde la parte inferior */
  right: 20px; /* Ajusta la distancia desde la derecha */
  z-index: 1000; /* Ajusta el índice z para que esté sobre otros elementos */
  box-shadow: 0 0 10px 5px #00ff00; /* Cambia #00ff00 al color verde fluorescente deseado */
}

a {
  color: #0cec1f; /* Color predeterminado del enlace, puedes ajustarlo según tu diseño */
  text-decoration: none; /* Elimina el subrayado predeterminado de los enlaces */
  font-weight: bold; /* Añade esta línea para aplicar negrita */

}

.column-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 150px;
  background-color: #4845d6;
  color: #fff;
  background-image: url('baner1.gif');
  margin-bottom: 200px;
}

.additional-text {
  position: absolute;
  top: -10px; /* Ajusta este valor para mover el texto hacia arriba */
  left: 50%; /* Centra horizontalmente */
  right: 0;
  width: 100%;
  transform: translateX(-50%); /* Ajusta para centrar correctamente */
  text-align: center;
  background-color: #0a209c;
  box-shadow: 0 0 10px 5px #6572e7;

}

.additional-text-bottom {
  position: absolute;
  top: auto; /* Ajusta este valor para mover el texto hacia arriba */
  bottom: 3%; /* Ajusta este valor para controlar la distancia desde la parte inferior */
  left: 50%; /* Centra horizontalmente */
  right: 0;
  width: 100%;
  transform: translateX(-50%); /* Ajusta para centrar correctamente */
  text-align: center;
  background-color: #0a209c;
  box-shadow: 0 0 10px 5px #6572e7;
}

.column {
  flex: 1;
  margin-right: 100px;
  padding: 20px;
  background-color: #0a209c;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 10px 5px #6572e7;
}

.column h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.column p {
  font-size: 16px;
  margin-bottom: 200px;
}

/* Estilos para pantallas pequeñas (móviles) */
@media only screen and (max-width: 600px) {

  .add-text {
    top: 15%; /* Ajusta según la posición vertical deseada en pantallas pequeñas */
    font-size: 4vw; /* Ajusta el tamaño del texto para pantallas pequeñas */
  }
  
  .contact {
    text-align: center;
    padding-top: 80px; /* Ajustar en dispositivos móviles */
  }

  .contact .contact-image {
    width: 80%; /* Ajusta según sea necesario en dispositivos móviles */
    max-width: none; /* Elimina la restricción del ancho máximo */
  }

  .whatsapp-icon {
    bottom: 120px; /* Ajusta la distancia desde la parte inferior para evitar que tape los contactos */
  }

  .column-container {
    align-items: center;
    flex-direction: column;
    padding: 20px; /* Ajusta según sea necesario en dispositivos móviles */
  }

  .additional-text, .additional-text-bottom {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    position: relative;
    transform: none;
  }

  .column {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .column p {
    margin-bottom: 10px; /* Ajusta según sea necesario en dispositivos móviles */
  }
}




