.cuerpo{
    position: relative;
    top:100px;
}
.carousel-texto{
    color: white;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Ajusta el valor alpha para la oscuridad */
  }
  .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Oswald', sans-serif;
  }
  .carousel-caption h5{
    font-size: 400%;
    margin: 0px 13px;
  }

  .carousel-item img {
    width: 100%; 
    height: 650px; 
    object-fit:cover; 
  }

 .carousel-caption .btn{
    width: 150px;
    background: linear-gradient(#77f518, #45b000);
    color: white;
 }

 .carousel-caption .btn:hover{
    background: linear-gradient(#5edc06, #358605);
 }
.carousel-caption p{
    margin: 20px 0px;
}
.carousel-caption p b{
    color: #FFD002;
}

.shape-divider-cuerpo {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.shape-divider-cuerpo svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    animation: moveUp 3s linear infinite;
}

.shape-divider-cuerpo .shape-fill {
    fill: #c7ff95;
}
.shape-divider-cuerpo-abajo {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.shape-divider-cuerpo-abajo svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 158px;
    animation: moveUp 3s linear infinite;
}

.shape-divider-cuerpo-abajo .shape-fill {
    fill: #45b000;
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}
.comentario{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.comentario .card{
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comentario .card-body h5{
    font-family: Georgia, sans-serif;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    color: #45b000;
}
.comentario .card-body p{
    font-family: Georgia, sans-serif;
    font-size: 20px;
    text-align: justify;

}
.img-comentario{
    border-radius:50%;
}
.negrita{
    font-weight: bold;
}


.mision-vision{
    background: rgb(199,255,149);
    background: linear-gradient(0deg, rgba(69,176,0,1) 0%, rgba(199,255,149,1) 100%);    padding: 0 80px 80px 80px;
    text-align: center;
}
.mision-vision .card{
    box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 40px;
    height: auto;
}
.mision-vision .card-header{
background-color: #a1fe58;
color: #113201;
font-family: Georgia, sans-serif;
font-size: 26px;
font-weight: 600;
padding: 15px;
border-top-right-radius: 40px;
border-top-left-radius: 40px;
}

.mision-vision .card-text{
    font-family: Georgia, sans-serif;
    font-size: 20px;   
    text-align: center;
    padding: 20px 0;
    color: #113201;
}
.mis-vis-img{
    padding:0px;
    width: 100%;
    
}
.titulo-article{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #FF0000;
    padding-bottom: 50px;
    text-align: center;
}



.slider-container {
    overflow: hidden;
}

.slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    min-height: auto; /* Ajusta según sea necesario */
}

.slide {
    min-width: 16.666%; /* 100% / 6 imágenes = 16.666% */
    box-sizing: border-box;
}

.slide-container {
    flex: 1;
    box-sizing: border-box;
    padding: 0 5px; /* Ajusta según sea necesario */
}

.slide img {
    max-width: 100%;
    height: auto;
    display: block;
    min-width: 100% /* Ancho mínimo ajustable para dispositivos pequeños */
}



.propuesta {
    background: url(../img/propuesta.png) center center fixed no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 80px;
    text-align: center;
    font-family: 'georgia', sans-serif;
}
.propuesta h5{
    color: #45b000;
    font-weight: 700;
}

.convenios h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #FF0000;
    padding: 10px 0;
    text-align: center;    
}

.mapa{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 60px 50px;
    background: url(../img/maoa.jpg) center center fixed no-repeat;
    background-size: cover;
}

.mapa h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #FFD002;
    padding: 10px 0;
    text-align: center;    
}
.zoom {
    transition: transform 0.3s ease-in-out;
  }

.zoom:hover {
    transform: scale(1.5);
    z-index: 1000;
  }

  .zoom1 {
    transition: transform 0.3s ease-in-out;
  }

.zoom1:hover {
    transform: scale(1.2);
    z-index: 1000;
  }

  @media only screen and (max-width: 1200px) {
    .mision-vision{
        padding: 50px 20px;
    }
    .mision-vision .card-text{
        padding: 15px 0px;
    }
    .mis-vis-img{
        padding: 0;
        
    }
    .carousel-item img {
        width: 100%; 
        height: 450px; 
        object-fit: cover; 
    }
      .carousel-caption h5{
        font-size: 220%;
      }
      .propuesta{
        padding: 40px 10px;
      }
      .propuesta .card{
        margin: 10px 0;
      }
      .slide {
        min-width: 33.333%; /* 100% / 3 imágenes = 33.333% */
      }
      .mapa{
        padding: 100px 15px;
      }
}

@media only screen and (max-width: 550px) {
    .negrita{
        margin-bottom: 50px;
    }
    
}