:root {
  --orange-primary: #ff7700;
  --gray-light: #f8f9fa;
  --gray-dark: #343a40;
}

body {
  font-family: Arial, sans-serif;
}

.bg-orange {
  background-color: var(--orange-primary) !important;
}

#nosotros p,
#historia p,
#mision p,
#vision p {
  text-align: justify;
}

.formatoTituloEmpresaOrange {
  font-family: "Open Sans" !important;
  font-size: 22px !important;
  color: #6515a6 !important;
  text-align: justify;
}

.btn-orange {
  background-color: var(--orange-primary);
  color: white;
  border: none;
}

.btn-orange:hover {
  background-color: #e66300;
}

footer {
  background: var(--gray-dark);
  color: #ccc;
  padding: 1rem 0;
  text-align: center;
}

.section-img {
  max-width: 100%;
  border-radius: 12px;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


 

/* Imágenes más grandes y borde con colores de la empresa */
/* Para que el borde redondeado se aplique también a la imagen y no solo al borde */
.img-empresa-borde {
  width: 100%;
  max-width: 480px;
  max-height: 320px;
  height: auto;
  object-fit: cover;
  border: 6px solid;
  border-image: linear-gradient(90deg, #11cbb3 0%, #6515a6 100%);
  border-image-slice: 1;
  box-shadow: 0 4px 16px rgba(101, 21, 166, 0.1);
  /* border-radius eliminado para esquinas rectas */
  overflow: hidden;
  margin-bottom: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Imágenes más grandes para la sección ¿Qué Hacemos? */
.img-que-hacemos {
  max-width: 380px;
  max-height: 320px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none !important;
  box-shadow: none !important;
}

.text-quehacemos {
  font-family: "open sans", sans-serif !important;
  font-size: 1rem;
  color: #6515a6;
}
