
body {
    background: white!important;
}

    .background-casos {
    background: rgb(112,200,242);
    background: linear-gradient(90deg, rgba(112,200,242,1) 0%, rgba(76,113,182,1) 50%, rgba(118,65,178,1) 100%);
    width: 100%;
    margin-top: 70px;
    }

    .casos-contenido {
    width: 90%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    }

    .casos-contenido h1 {
    font-weight: bold;
    color: white;
    font-size: 42px;
    }

    .casos-contenido img {
    width: 200px;
    margin: 40px auto;
    }

    .casos-contenido p {
    width: 80%;
    font-size: 25px;
    margin: 0 auto;
    color: white;
    line-height: 45px;
    }

    .casos-contenido p span {
    font-weight: bold;
    }

    @media (max-width:1300px) {
        .casos-contenido h1 {
            padding-top: 40px;
            font-size: 40px;
        }
    }

    @media (max-width:768px) {
        .casos-contenido p {
            font-size: 20px;
            line-height: 40px;
        }
    }

    @media (max-width:500px) {
        .casos-contenido h1 {
            font-size: 25px;
        }
        .casos-contenido p {
            font-size: 18px;
            line-height: 35px;
        }
    }

    .oporMetri {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    }

    .oporMetri h2 {
    font-weight: bold;
    letter-spacing: 10px;
    margin: 40px 0;
    }

    .oporMetri h2 span {
    color: #7141B7;
    }

    .oporMetri p {
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    }

    .oporMetri p span {
    font-weight: bold;
    }

    @media (max-width:500px) {
        .oporMetri {
            width: 85%;
        }
        .oporMetri h2 {
            font-size: 25px;
        }

        .oporMetri p {
            font-size: 18px;
            text-align: center;
        }
    }

    .btn-caso {
        margin-top: 0;
        margin-bottom: 50px!important;
        display: flex;
        justify-content: center;
    }

    .btn-caso li a:hover {
        color: #2f344f !important;
        border: 1px solid #2f344f;
    }

    @media (max-width:500px) {
        .btn-caso {
            display: flex;
            justify-content: center;
        }
    }

    .img-casos {
        width: 100%;
        text-align: center;
        margin-bottom: 70px;
    }

    .img-casos img {
        padding: 20px;
    }

    .img-casos p {
        text-align: center;
    }

    @media (max-width:750px) {
        .img-casos img {
            max-width: 200px;
        }
        .img-casos img:nth-child(2) {
            display: none;
        }
    }