  .mainC{
        width: 100vw;
        height: 170vh;
        background-image: url('../img/fondo-de-baolah.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        justify-content: center;
    }
    
      .slider-baolah {
        width: 90%;
        display: flex;
        justify-content: space-evenly;
        gap:10px
        
      }
      .slider-baolah  div{
        width: 50%;
      }
      .slider-baolah  div img{
    	border-radius:5px;

      }
      .slider-baolah h3 {
        border-radius:5px;
        font-size: 19px;
        color: #dfd19f;
        font-weight: 300;
        background: #164048;
        padding: 0.8rem;
        letter-spacing: 0.1px;
      }
      .Container-slider {
    width: 90%;
    height: 450px;
    position: relative;
    overflow: hidden;
    margin: 0rem 0rem  0rem 0rem;
  	border-radius: 5px;
      }
.Items-slider {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%; /* Para acomodar los 3 elementos */
  
}

.Items-slider div {
    width: 100%;
    flex-shrink: 0; /* Evita que los divs se reduzcan */
    display: flex;
    flex-direction: column;

}

.slider-1 h3 {
    font-size: 17px;
    color: #dfd19f;
    font-weight: 300;
    background: #164048;
    padding: 0.8rem;
    letter-spacing: 0.1px;
}

      .Baolah-controls {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0rem 0.5rem 0rem 0.5rem;
        bottom: 40%;
      }
      .Baolah-controls button {
        background: transparent;
        border: none;
      }
      @media (max-width: 768px) {
        .slider-baolah {
    	 	display:none
        }
      }
      @media (min-width: 767px) and (max-width: 1023px) {
         .Container-slider {
          display: none;
        }
          .slider-baolah {
        display: flex;
        justify-content: space-evenly;
      gap:1rem;
          
        }}
      @media (min-width: 1024px) {
        .Container-slider {
          display: none;
        }
      }