    .itemC {
        height: 425px !important;
        border-radius: 12px;
        box-shadow: 0px 3px 6px #00000029;
        margin-bottom: 24px;
    }

    .itemC .card {
        height: 425px;
        background: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .itemC .card img {
        width: 20%;
        margin-top: 1rem;
        margin-bottom: 1rem;
        object-fit: cover;
    }

    .owl-carousel .owl-item .imgC {
        display: block;
        width: 23%;
        margin: 5px 0px 10px 0px;
    }

    .itemC .card-text {
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        color: #7A7A7A;
        margin: 10px 10px 0px 10px;
        text-align: left;
        color: #000000;
    }

    .itemC .card-title {
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        color: #3B3B3B;
        margin-bottom: 0px;
    }

    .start {
        background: none;
        box-shadow: none;
        border-radius: 50px;
        font-size: 30px;
        width: 100%;
        text-align: center;
        margin: 0px 10px 20px 10px;
    }

    .bi-star-fill::before {
        content: "\f586";
        color: #EEA23F;
        margin: 5px;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .custom-next {
        position: absolute;
        top: 9em;
        left: -10px;
        transform: translate(0em, 0em);
    }

    .custom-prev {
        position: absolute;
        top: 9em;
        left: 130px;
        transform: translate(50px, 0px);
    }

    .opinionesCur {
        font-size: 36px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        text-align: center;
        margin-top: 0em;
        margin-bottom: 45px;
    }

    .scoi {
        color: #01ACD8;
    }

    .ssae {
        color: #E00000;
    }

    @media screen and (max-width:1366px) {
        .itemC .card-text {
            font-size: 20px;
            font-family: 'Open Sans', sans-serif;
            color: #7A7A7A;
            margin: 10px 10px 0px 10px;
            text-align: left;
            color: #000000;
        }

        .custom-prev {
            top: 9em;
            left: 325px;
        }

        .owl-carousel .owl-item .imgC {
            display: block;
            width: 30%;
        }

        .start {
            font-size: 25px;
        }


    }

    @media screen and (max-width:1024px) {
        .start {
            font-size: 25px;
        }

        .custom-prev {
            left: 15em;
        }
    }

    @media screen and (max-width:990px) {
        .custom-prev {
            left: 120px;
        }
    }

    @media screen and (max-width:768px) {
        .custom-prev {
            left: 5.5em;
        }
    }

    @media screen and (max-width:468px) {
        .custom-next {
            display: none;
        }

        .custom-prev {
            display: none;
        }

        .itemC .card-text {
            font-size: 18px;
            font-family: 'Open Sans', sans-serif;
            color: #7A7A7A;
            margin: 10px 10px 0px 10px;
            text-align: left;
            color: #000000;
        }
    }