/* Reset Básico */
body, h1, h2, h3, p, ul, li, input, textarea, button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilos Globales */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}


/* Cabecera */
header {
  background: #007BFF;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

header h1 {
  font-size: 2.5rem;
}

header p {
  font-size: 1.2rem;
}

/* Navegación */
nav {
  background: #333;
  color: #fff;
  padding: 0.5rem 0;
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

nav ul li {
  margin: 0 1rem;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

/* Secciones */
section {
  padding: 2rem 1rem;
  border-bottom: 1px solid #ddd;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}





/* Equipo */
.team {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}

.team-member {
  flex: 1;
  background: #f9f9f9;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* Formulario de Contacto */
form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

input, textarea, button {
  padding: 0.5rem;
  border: 1px solid #ef900b;
  border-radius: 5px;
}

/* Botón */
button {
  background: #007BFF;
  color: #fff;
  border: none;
  cursor: pointer;
}

button:hover {
  background: #0056b3;
}

/* Pie de página */
footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

/* Información de Contacto */
.contact-info {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.8;
}

.contact-info a {
  color: #007BFF;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Sección del Software */
#software {
  background: #f0f8ff;
  padding: 2rem 1rem;
  text-align: center;
}

.software-details ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 1rem auto;
  max-width: 600px;
}

.software-details ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.software-details ul li:before {
  content: '✔';
  color: green;
  position: absolute;
  left: 0;
}

/* Botón */
#start-trial {
  background: #007BFF;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: 1rem;
}

#start-trial:hover {
  background: #0056b3;
}

/* Modal */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bbodyy.bluer {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

.modal   {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  opacity: 0;
  /*Inicialmente transparente */
  animation: fadeIn 1.5s forwards;/* Aparece gradualmente*/
 }

 /* #accept-gest {
  visibility: hidden;
} */

.image-container1 {
  display: flex; /* Activa el modo flexible */
  justify-content: center; /* Centra las imágenes */
  gap: 10px; /* Espacio entre imágenes */
}

.custom-img-enfi1 {
  width: 30%; /* Ajusta el ancho de cada imagen */
  max-width: 200px; /* Límite para no hacerlas demasiado grandes */
  height: auto; /* Mantiene la proporción */
  border-radius: 5px; /* Opcional: bordes redondeados */
}

.custom-img-gest1 {
  width: 30%; /* Ajusta el ancho de cada imagen */
  max-width: 200px; /* Límite para no hacerlas demasiado grandes */
  height: auto; /* Mantiene la proporción */
  border-radius: 5px; /* Opcional: bordes redondeados */
}


/* Estilos para la imagen */
.custom-img {
  max-width: 100%;   /* La imagen ocupará todo el ancho disponible */
  height: auto;      /* Mantiene la proporción de la imagen */
  object-fit: contain; /* Ajusta la imagen sin distorsión */
  display: block;
  margin: 0 auto;    /* Centra la imagen horizontalmente */
}

.custom-img-enfi {
  max-width: 50%;   /* La imagen ocupará todo el ancho disponible */
  height: auto;      /* Mantiene la proporción de la imagen */
  object-fit: contain; /* Ajusta la imagen sin distorsión */
  display: block;
  margin: 0 auto;    /* Centra la imagen horizontalmente */
}

.modal-content,.modal-contentgest,
.modal-contentenfi ,.modal-contentsolte {
  background: #d9d5d5fc;
  padding: 2rem;
  width: 90%;
  max-width: 600px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.modal-content h3 {
  margin-top: 0;
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

.modal-contentgest .closegest,.modal-contentenfi .closeenfi,
.modal-contentsolte .closesolte {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

.modal-content #accept-terms {
  display: block;
  margin: 1rem auto;
  background: #007BFF;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.modal-content #accept-terms:hover {
  background: #0619f2;
}

.modal-contentsolte ul li {
  color: #37ff00;
  text-align: left !important;
}

.modal-contentsolte ul li a {
  color: #009dff;
 }

 /* #accept-solte {
  visibility: hidden;
} */

.red-text {
  color: red;
}

.redu-text {
  color: orange;
}
.l-text {
  color: #37ff00;

}
.azul-text {
  color: #1100ff;
  text-decoration: none;
  }

  .green-text {
    color: #03fc0f;
    text-decoration: none;
    }  

  .azul-text :hover {
  text-decoration: underline;
 
  }

.negro-text {
  color: #0f0f10;

}