    .seccion-testimonios{
        display: flex;
        flex-direction: column;
        align-items: center ;
        justify-content: center;
        width: 100%;
        height: 100%;
        /* background-color: #0D0B2B; */
        padding: -100px 20px;
    }
    .seccion-testimonios-titulo{
        width: 90%;
        margin: 0px 0px;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        font-family: 'Antipasto Pro';
        color: #FAFAFA;
    }
    .carousel-seccion-testimonios-ctn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #carousel-seccion-testimonios{
        width: 100%;
    }
    .indicadores-testimonios{
        bottom: -40px;
    }
    .carousel-control-prev-testimonio,
    .carousel-control-next-testimonio{
        display: none;
    }
    .carousel-inner-testimonios{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -150px;
    }
    .carousel-item-ctn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 270px;
        margin-left: -20px;
        border-radius: 20px;

    }
    .carousel-item-testimonios{
        border: 1px solid red;

    }
    .tarjeta-testimonio{
        height: 450px;
        width: 100%;
        border-radius: 20px;
        background-color: #FAFAFA;
    }
    .tarjeta-testimonio .testimonio{
        height: 75%;
        border-radius:20px 20px 0px 0px;
    }
    .tarjeta-testimonio .autor-ctn{
        position: relative;
        height: 25%;
        border-radius: 0px 0px 20px 20px;
    }
    .comillas{
        display: flex;
        height: 15%;
    }
    .comillas img{
        height: 25px !important;
        width: 35px !important;
    }
    .abiertas{
        padding: 26px;
        border-radius:20px 20px 0px 0px;
    }
    .cerradas{
        justify-content: end;
        padding: 10px 16px 0px 16px;
        border-bottom: 2px solid #0D0B2B;
    }
    .testimonio-texto{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70%;
        padding: 5px 30px;
    }
    .testimonio-texto p{
        width: 90%;
        height: 100%;
        margin-top: 20px;
        line-height: 20px;
        text-align: justify;
        overflow: auto;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 15px;
    }
    .autor-ctn{
        display: flex;
    }
    .autor{
        display: flex;
        align-items: start;
        padding: 10px 30px;
    }
    .autor-avatar{
        position: absolute;
        top: -20px;
        left: 25px;
        height: 85px;
        width: 85px;
        margin-right: 20px;
        border-radius: 50%;
        background-color: #FAFAFA;
        border: 3px solid #2CAAA1;
        -webkit-box-shadow: -1px 6px 10px -3px rgba(0,0,0,0.30);
        -moz-box-shadow: -1px 6px 10px -3px rgba(0,0,0,0.30);
        box-shadow: -1px 6px 10px -3px rgba(0,0,0,0.30);
    }
    .autor-datos{
        width:150px;
        margin-top: 5px;
        margin-left: 85px;
        padding: 0px 5px;
        font-family: 'Myriad Pro';
        font-size: 15px;
        font-weight: 700;
    }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .tarjeta-testimonio{
        height: 400px;
        width: 90%;
        border-radius: 20px;
        background-color: #FAFAFA;
    }

    .ss-ctn{
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 992px) {
    .seccion-testimonios-titulo{
        width: 70%;
        margin: 0px 0px;
        text-align: left;
        font-size: 30px;
        font-weight: 600;
        font-family: 'Antipasto Pro';
        color: #FAFAFA;
    }
    .tarjeta-testimonio{
        height: 400px;
        width: 100%;
        border-radius: 20px;
        background-color: #FAFAFA;
    }
    .autor-datos-empresa{
        font-weight: 600;
        font-style: italic;
    }
}

@media (min-width: 1200px) {
    .tarjeta-testimonio{
        height: 400px;
        width: 80%;
        border-radius: 20px;
        background-color: #FAFAFA;
    }
}

@media (min-width: 1400px) {

}

