@media(min-width:200px){
    .seccion-casos-exito{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 1000px;
        /* background-color: #0D0B2B; */
    }
    .seccion-casos-exito-elementos-ctn{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 100%;
        text-align: center;
        padding-top: 50px;
    }
    .seccion-casos-exito-titulo{
        font-family: 'Antipasto Pro';
        font-size: 1.6em;
        font-weight: 600;
        color: #fafafa;
    }
    #carousel-seccion-casos-exito{
        height: 100%;
        margin-top: 50px;

    }
    .carousel-inner-casos-exito{
        height: 80%;

    }
    .carousel-item-casos-exito{
        padding: 0px !important;
    }
    .carousel-item-card-ctn{
        display: flex;
        justify-content: center;
        height: 80%;
        width: 100%;
    }
    .carousel-item-card{
        width: 90%;
        height: 600px;
        border-radius: 15px;
        font-size: .8em;
        background-color: #fafafa;
    }
    .carousel-item-card-titulo{
        padding: 15px 0px;
        text-align: center;
        font-family: 'Myriad Pro';
        font-size: 20px;
        font-weight: 600;
        color: #2CAAA1;
        border-bottom: .15em solid #252525;
    }
    .carousel-item-card-elementos-ctn{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        height: 80%;
        padding: 0px 20px;
    }
    .carousel-item-card-parrafos-ctn{
        width: 100%;
        text-align: left;
        height: 25vh !important;
    }
    .carousel-item-card-parrafos-ctn p{
        font-family: 'Montserrat';
        height: 100%;
        overflow-y: auto;
        font-size: 15px;
        font-weight: 400;
        line-height: 18.5px;
    }
    .slider-section{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;
        margin-left: 0px !important;
        padding: 0px 40px;

        overflow: hidden;
    }
    .img-slider{
        margin: 30px 0px;
        margin-left: 0px !important;
        border-radius: 30px;
        height: 230px !important;
        width: 250px !important;
    }
}

@media(min-width:1024px){
    .control-prev-casos-exito{
        display: block;
        left: -40px;
    }
    .control-next-casos-exito{
        display: block;
        right: -40px;

    }
    .carousel-item-card{
        width: 85%;
    }
    .carousel-item-card-elementos-ctn{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }
    .carousel-item-card-parrafos-ctn{
        height: 100% !important;
    }
    .carousel-item-card-parrafos-ctn p{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 350px;
        width: 400px;
        margin: 0px 0px;
    }
    .slider-section{
        padding: 0px 0px 0px 20px;
    }
    .img-slider{
        height: 270px !important;
        width: 100% !important;
    }
}

@media(min-width:1100px){
    .img-slider{
        height: 310px !important;
    }
}

@media(min-width:1300px){
    .carousel-item-card-parrafos-ctn p{
        margin-left: 10%;
    }
    .slider-section{
        padding: 0px 0px 0px 0px;
    }
    .img-slider{
        height: 400px !important;
    }
}

@media(min-width:1500px){
    .control-prev-casos-exito{
        left: -70px;
    }
    .control-next-casos-exito{
        right: -70px;

    }
    .carousel-item-card-parrafos-ctn p{
        width: 500px;
        margin-left: 15%;
        font-size: 1.1rem;
    }
    .slider-section{
        padding: 0px 0px 0px 0px;
    }
    .img-slider{
        height:100% !important;
        width: 500px !important;
    }

}
