/* Tipografía general */
body {
  background-color: #f8f9fa;
  color: #212529;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

/* Títulos */
h2 {
  color: #F57C00;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

/* Navegación */
nav.navbar {
  background-color: #000 !important;
}

.navbar-brand,
.nav-link {
  color: #F57C00 !important;
  font-weight: 500;
}

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

/* Banner principal */
.banner {
  background-image: url('fondo-industria.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 150px 20px;
}

.banner h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #F57C00;
}

.banner p {
  font-size: 1.5rem;
  color: #F57C00;
}

/* Tarjetas de servicios */
.card {
  border: none;
  border-radius: 10px;
}
.video-seccion {
  text-align: center;
  padding: 60px 20px;
  background-color: #f5f5f5;
}

.card-title {
  color: #F57C00;
  font-weight: bold;
}

.card-text {
  font-size: 1rem;
}

/* Formulario */
form label {
  font-weight: 500;
}

form input,
form textarea {
  border-radius: 5px;
}

/* Botones */
.btn-warning {
  background-color: #F57C00;
  border: none;
  font-weight: bold;
}

.btn-warning:hover {
  background-color: #e66a00;
}

/* Footer */
footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  font-size: 0.9rem;
}

/* Mensaje de éxito */
#mensaje-exito {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
