#images-text-slider .splide__slide-image
{
    aspect-ratio: 753 / 340;
    position: relative;
    background-size: auto 100% ;
    background-position: center;
    background-repeat: no-repeat;
    /* borde redondeado */
    border-radius: 25px;
}

#thumbnail-text-slider .splide__track--nav > .splide__list > .splide__slide.is-active {
    border-color: transparent;
}

#thumbnail-text-slider .splide__slide
{
    padding-bottom: 45px;
}

#thumbnail-text-slider .thumbnail-text-slider-img
{
/* borde sombreado */
    padding: 30px 36px;
  border-radius: 25px;
  box-shadow: 10px 18px 20px rgba(0, 0, 0, 0.1);
  background-color: white;  
  min-height: 175px;
}

#thumbnail-text-slider  .splide__pagination__page
{
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 3px;

}

#thumbnail-text-slider  .splide__pagination__page.is-active {
    background: #007cba;
    transform: scale(1);
    z-index: 1;
}

.thumbnail-text-slider-img h4
{
    display: flex;
    align-items: center;

    /* font-family: "Cabin", sans-serif; */ 
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    margin-bottom: 0.4em;
    
}    

.thumbnail-text-slider-body
{
    /* font-family: "Cabin", sans-serif; */ 
    /* font-size: 20px; */ 
    font-weight: 400;
    /* line-height: 30px; */ 
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
}

.thumbnail-text-slider-img img
{
    margin-right: 5px;
    height: 30px;
}

.thumbnail-text-slider-img svg
{
    margin-right: 12px;
    height: 51px;
}


@media only screen and (max-width : 600px) 
{
    #thumbnail-text-slider .thumbnail-text-slider-img {
        margin: 0 1em;
      }
}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    #thumbnail-text-slider .thumbnail-text-slider-img
    {
      margin-right: 1em;
    }

    #thumbnail-text-slider{
        margin-top: -3em;
    }
}


@media only screen and (min-width : 1025px) 
{
    #images-text-slider .splide__slide
    {
        padding: 0 3em;
    }

    #thumbnail-text-slider{
        margin-top: -3em;
    }

    #thumbnail-text-slider .thumbnail-text-slider-img
    {
      margin-right: 1em;
    }

}
