.titulo-seccion, .tecnologia h1,
.valores h1,
.beneficios h1,
.contacto h1, .inicio h1 {
  font-size: 5vh;
}

html, body {
  height: 100%;
  margin: 0;
}

.inicio,
.tecnologia,
.valores,
.beneficios,
.contacto {
  background-color: #0f0f0f;
}

.logo-red-social {
  border-radius: 100%;
  object-fit: cover;
  background-color: black;
}

.inicio {
  padding: 0px 50px;
  background-image: url("../media/fondo-inicio.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.inicio h1 {
  width: 60vw;
}
.inicio h3 {
  font-size: 3vh;
}

.texto-dorado {
  color: rgb(255, 196, 0);
}

.nav-link:hover {
  color: gold !important;
}

.tecnologia h2,
.valores h2,
.beneficios h2 {
  font-size: 5vh;
}
.tecnologia h3,
.valores h3,
.beneficios h3 {
  font-size: 3vh;
}
.tecnologia h1 + p,
.valores h1 + p,
.beneficios h1 + p {
  font-size: 2.3vh;
  width: 72vw;
}

.card {
  background-color: #141414;
  color: white;
  border-color: black;
}

.beneficios,
.valores {
  min-height: 100vh;
  padding-top: 7rem;
  padding-bottom: 3rem;
  color: white;
}

.contenedor {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.intro {
  margin-bottom: 3rem;
}

.seccion-beneficios h2,
.seccion-valores h2 {
  margin-bottom: 2rem;
}

.grid-beneficios,
.grid-valores {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.beneficio-card {
  background-color: #1a1a1a;
  color: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  transition: transform 0.2s;
}
.beneficio-card h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #f7c842;
}

.valor-card {
  background-color: #1a1a1a;
  color: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  transition: transform 0.2s;
}
.valor-card h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #f7c842;
}

@media (min-width: 767px) {
  .titulo-seccion, .inicio h1, .tecnologia h1,
  .valores h1,
  .beneficios h1,
  .contacto h1 {
    font-size: 10vh;
  }
  .cards {
    padding-inline: 5vw;
  }
  .beneficios h1,
  .valores h1 {
    font-size: 6vh;
  }
  .grid-beneficios,
  .grid-valores {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 2vh;
    font-weight: normal;
  }
  .beneficios h1,
  .valores h1 {
    font-size: 6vh;
  }
}

/*# sourceMappingURL=estilos.css.map */
