/* Estilos básicos */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1e1e1e;
    color: #fff;
    line-height: 1.6;
  }
  
  h1, h2, h3 {
    color: #f57c00;
    font-weight: 700;
  }
  
  /* Menú de navegación */
  nav {
    background-color: #333;
    padding: 15px 0;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  
  nav ul li {
    margin: 0 20px;
  }
  
  nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  nav ul li a:hover {
    background-color: #f57c00;
    transform: scale(1.1);
  }
  
  /* Sección principal */
  #bienvenida {
    text-align: center;
    padding: 50px 20px;
    background: url('background-moto.jpg') no-repeat center center/cover;
    color: white;
    border-bottom: 2px solid #f57c00;
  }
  
  #bienvenida h1 {
    font-size: 40px;
    margin: 0;
  }
  
  #bienvenida p {
    font-size: 22px;
  }
  
  #bienvenida img {
    max-width: 90%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
  }
  
  /* Sección sobre nosotros */
  #sobre-nosotros {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
  }
  
  #sobre-nosotros h2 {
    font-size: 30px;
    margin-bottom: 20px;
  } 
  
  /* Galería de imágenes */
  #galeria {
    background-color: #444;
    color: #fff;
    padding: 40px 20px;
  }
  
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
  }
  
  .galeria-imagenes img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  }
  
  .galeria-imagenes img:hover {
    transform: scale(1.05);
  }
  
  /* Servicios */
#servicios {
  background-color: #1e1e1e;
  padding: 50px 20px;
  text-align: center;
}

#servicios h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.servicios-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.servicio-card {
  background-color: #333;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease;
}

.servicio-card:hover {
  transform: scale(1.05);
}

.servicio-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.servicio-card p {
  font-size: 16px;
  color: white;
}

/* Preguntas Frecuentes */
#faq {
  background-color: #1e1e1e;
  padding: 50px 20px;
  text-align: center;
}

#faq h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.faq-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.faq-card {
  background-color: #333;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease;
}

.faq-card:hover {
  transform: scale(1.05);
}

.faq-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.faq-card p {
  font-size: 16px;
  color: white;
}

  
  
  /* Aside */
  aside {
    background-color: #444;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  
  aside h3 {
    margin-top: 0;
  }
  
  /* Footer */
  footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
  }
  
  footer a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 16px;
    transition: color 0.3s ease;
  }
  
  footer a:hover {
    color: #f57c00;
  }
  
  footer .social-media {
    margin-top: 15px;
  }
  
  footer .social-media a {
    margin: 0 10px;
  }
  
  

/* Estilo de la imagen principal de la bienvenida (sin cambiar tamaño) */
#bienvenida img {
    width: 100%;  /* Para que ocupe el 100% del contenedor pero manteniendo sus proporciones */
    height: auto; /* Esto mantiene la proporción original de la imagen */
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
  }
  
  /* Estilo de las imágenes dentro de la galería */
  .galeria-imagenes img {
    width: 300px; /* Fuerza el tamaño a 1000px de ancho */
    height: 200px; /* Fuerza el tamaño a 667px de alto */
    object-fit: cover; /* Mantiene la imagen centrada y recortada si es necesario */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease; /* Añade transición suave para el hover */
  }
  
  .galeria-imagenes img:hover {
    transform: scale(1.05); /* Hace que la imagen se agrande un poco al pasar el ratón */
  }
  





  footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}

footer .social-icons {
    margin-top: 15px;
}

footer .social-icons a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-size: 24px; /* Tamaño del ícono */
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: #f57c00; /* Color cuando pasas el mouse */
}

/* Tamaño específico para los íconos */
footer .social-icons i {
    font-size: 32px; /* Aumentar tamaño de los íconos */
}

