.transition-smoot{
    transition: all 1s ease-in-out;
}
.testimonio-titulo{
    color: #8e7652;
    font-size: 30px;
    margin-top: 3rem;
}
.testimonio.carousel-item.active, .testimonio.carousel-item, .carousel-contenedor{
    height: 230px;
}
.carousel-contenedor{
    position: relative;
    transition: all 1.5s ease-in-out;
    overflow: hidden;
}
.testimonio.carousel-indicators{
    position: absolute !important;
    bottom: 0 !important;
}
.testimonio-carousel-indicador-redondo{
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #155E40 !important;
    opacity: 0.5;
    margin: 0 4px;
    z-index: 2100;
}
.testimonio-descripcion{
    color: #1a1718;
    line-height: 1.2;
    font-size: 19px;
    font-weight: 300;
    width: 750px;
    max-width: 100%;
    min-width: 350px;
    text-align: justify;
    font-style: italic;
}
.testimonio-about{
    color: #155E40;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 768px) {
    .testimonio-descripcion{
        font-size: 16px;
        width: 100%;
    }
    .testimonio-about{
        font-size: 18px;
    }
}

@media (max-width:500px) {
    .testimonio-descripcion{
        font-size: 15px;
    }
    .testimonio-about{
        font-size: 18px;
    }
    .testimonio-carousel-item.active, .testimonio-carousel-item, .carousel-contenedor{
        height: 260px;
    }
}
