#galeria div img {
    width: 279px !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
}

.parallax-section {
    height: 300px; 
    background-image: url('/img/familiaProductiva.jpg'); 
    background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    z-index: 1; 
    display: flex; 
    align-items: center;
    justify-content: center;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 0;
}

.content-container {
    z-index: 2;
}



#nuestra-historia h2 {
    color: #343a40;
    border-bottom: 4px solid #f4623a;
    display: inline-block;
    padding-bottom: 5px;
}

/* Contenedor de la imagen para dar espacio */
.historia-imagen {
    position: relative;
    /* Ajusta este valor si necesitas que la imagen sea más pequeña */
    max-width: 100%; 
    margin: 0 auto; 
}

/* Estilo para la imagen (el "toque cool") */
.historia-img-style {
    /* Bordes redondeados sutiles */
    border-radius: 1rem; 
    /* Sombra para que la imagen resalte del fondo */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    /* Animación ligera al pasar el ratón */
    transition: transform 0.3s ease-in-out;
    width: 650px;
    height: auto;
    float: right;
    display: block;
    margin: 0px 0px 0px 20px;
}

/* Efecto Hover (opcional, pero genial) */
.historia-img-style:hover {
    /* La imagen se levanta un poco */
    transform: translateY(-5px); 
}

.motivacional-section {
  position: relative;
  text-align: center;
  color: white;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: #000;
}

.motivacional-section .background-image {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url('/img_anteriores/exito/TU ERES EL EXITO TWO (26 of 31).jpg') center/cover no-repeat;
  opacity: 0.6; /* Leve transparencia */
  z-index: 1;
}

.motivacional-section .content {
  position: relative;
  z-index: 2;
}

.motivacional-section h2 {
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 20px;
  text-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

.motivacional-section p {
  font-size: 1.25rem;
  font-weight: 300;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .motivacional-section h2 {
    font-size: 1.8rem;
  }
  
  .motivacional-section p {
    font-size: 1rem;
  }
}


#contact{background:#222 !important;}

#testimonios {
    background: #c50054 !important;
}

#testimonios h2{
    color:#fff;
}

#testimonios img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border: 3px solid #f4623a;
}

#testimonios blockquote {
  font-size: 1.1rem;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  min-height: 150px;
}

#testimonios .blockquote-footer{
    color: #fff;
}

#testimonios .btn {
  border-radius: 50px;
  padding: 8px 20px;
  transition: all 0.3s ease;
  color:#fff;
  border: solid 1px #fff;
}

#testimonios .btn:hover {
  background-color: #fff;
  color: #000;
}
