.header-case {
    background-image: url('../../img/case-varegista.png');
}

.header-case .row .col-12 .my-5 {
    width: 75%;
}

.header-case .row .col-12 div:nth-child(3) {
    width: 60%;
}

#content-case h1 {
    color: #192143;
    font-size: 41;
}

#content-case p {
    color: #000;
    font-size: 20px;
}

#content-case .sociais {
    margin-top: 72px;
    margin-bottom: 126px;
    height: 94px;
    border-radius: 20px;
    background-color: #E6E6E6;
}

#content-case .sociais b {
    font-size: 28px;
    padding-left: 40px;
}

#content-case .sociais a {
    margin-left: 20px;
}

#content-case .card-cambio {
    height: 382px;
    border: 1px solid #192143;
    border-radius: 20px;
}

/* responsivo tablet */
@media (max-width: 768px) {

    .header-case .row .col-12 .my-5 {
        width: 90%;
    }

    .header-case .row .col-12 div:nth-child(3) {
        width: 100%;
    }

    .header-case .card-black span{
        font-size: 22px;
    }

    #content-case .w-75 {
        width: 100% !important;
    }

    #content-case h1 {
        font-weight: bold;
    }

    #content-case a img {
        width: 11% !important;
    }

    #content-case .sociais {
        height: 70px;
    }

    #content-case .sociais b {
        font-size: 20px;
        padding-left: 20px;
    }

    #content-case .card-cambio img {
        width: 40%;
    }

    #content-case .card-cambio p {
        font-size: 18px !important;
    }

}

@media (max-width: 500px){

    .header-case .w-50{
        width: 100%;
    }

    .header-case .row .col-12 .my-5 {
        width: 100%;
    }

    .header-case .card-black span{
        font-size: 20px;
    }
    #content-case .sociais a{
        margin-left: 15px;
    }
}
