#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-section {
    height: 300px;
    background: url('/img/epa.png') top center no-repeat;
    background-attachment: fixed;
    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;
}

/*FONDO DE NUESTRA HISTORIA*/

#nuestra-historia{
    background: linear-gradient(to bottom, #84224d, #4b1029);
}

.fondoNuestraHistoria {
    max-width: 1200px;
    margin: 0 auto;
}

#nuestra-historia h2 {
    color: #FFFFFF;
    border-bottom: 4px solid #FF5733;
    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; 
}

.historia-content .lead {font-size:18px;}

/* 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: 550px;
    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.testi h2{
    font-size: 30px;
}

.motivacional-section.testi{
    min-height: 400px;
}

.motivacional-section.testi .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/banner2.jpg') top center no-repeat;
  opacity: 0.6; /* Leve transparencia */
  z-index: 1;
  background-size: cover;
}

.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:#FF5733 !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;
}


#testimonios2 {
    background: #f4623a !important;
}

#testimonios2 h2{
    color:#fff;
}

#testimonios2 img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border: 3px solid #f4623a;
}

#testimonios2 blockquote {
  font-size: 1.1rem;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  min-height: 150px;
}

#testimonios2 .blockquote-footer{
    color: #fff;
}

#testimonios2 .btn {
  border-radius: 50px;
  padding: 8px 20px;
  transition: all 0.3s ease;
  color:#fff;
  border: solid 1px #fff;
}

#testimonios2 .btn:hover {
  background-color: #fff;
  color: #000;
}

.iconmira{
    color:#84224d !important;
}
.iconmira2{
    color: #FF5733 !important;
}


/*Eventos*/

.bg-naranja-personalizado {
    background-color: #FF5733 ;  
}

.bg-naranja-personalizado p, 
.bg-naranja-personalizado .h1 {
    color: white; 
}

/*aqui estoy usando herencias y no hay ningun tipo de error que yo sepa*/
#imageCarousel .carousel-indicators {
   bottom: -17px  ;
}



 
/* Contenedor del Slide: Asegura la altura y el centrado vertical */
.custom-img-size {
    max-width: 400px; 
    height: auto;
}


/* 3. Color del icono de flecha*/
.custom-control-dark .carousel-control-prev-icon,
.custom-control-dark .carousel-control-next-icon {
    filter: invert(100%); 
}

#miCarruselPersonalizado h2 {
    text-align: center;
}


/*SERVICIO*/

#servicios{
    background: linear-gradient(to bottom, #84224d, #4b1029);
}

 

.btn-naranja-personalizado {
    background-color: #FF5733;
    border-color: #FF5733;  
    color: #ffffff; 
}

.btn-naranja-personalizado:hover {
    background-color: #e84c27;  
    border-color: #e84c27;
}

















  
  
  
@media (max-width: 1024px) {
     
#nuestra-historia img {
    display: block;
    margin: 0 auto;
    float: none;
}

header.masthead h1 {
    font-size: 32px;
}

.btnslide {
    padding: 11px 15px;
}

.parallax-section h3 {
    font-size:26px;
}
    
#miCarruselPersonalizado h2 {
    text-align: center;
}

#miCarruselPersonalizado h2.subtitle{
    font-size: 25px;
}

#nuestro-proposito h2 {
    font-size: 25px;
}

#nuestro-proposito .btneventoanterior {
    padding: 11px 15px; 
    font-size:16px;
}

#quienes img {
    padding: 0px;
    display: block;
    margin-bottom: 15px;
}

#quienes h2 {
    font-size: 20px;
}

#servicios h2 {
    font-size: 30px;
}

.motivacional-section h2 {
    font-size: 25px;
}

    
}  
  
  
  
@media (max-width: 768px) {

header.masthead h1 {
    font-size: 25px;
}

.btnslide {
    padding: 11px 15px;
}

.parallax-section h3 {
    font-size:23px;
}
    
#miCarruselPersonalizado h2 {
    text-align: center;
}

#miCarruselPersonalizado h2.subtitle{
    font-size: 20px;
}

#nuestro-proposito h2 {
    font-size: 25px;
}

#nuestro-proposito .btneventoanterior {
    padding: 11px 15px; 
    font-size:16px;
}

#quienes img {
    padding: 0px;
    display: block;
    margin-bottom: 15px;
}

#quienes h2 {
    font-size: 20px;
}

#servicios h2 {
    font-size: 30px;
}

.parallax-section{
    background-attachment: initial;
}
    
}

 


















 
