
#raspinha h1:nth-child(1) {
    font-family: "Exo 2";
    font-size: 3.8rem;
    font-weight: 800;
    font-style: italic;
    line-height: 3rem;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 1px;
    color: #0A7A00;
}

#raspinha .texto-menor {
    font-size: 2rem;
    color: #2CB620;
}

#raspinha p {
    font-family: "Nunito";
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #495c63;
}

#infoRsp .card {
    border-radius: 10px !important;
    background: linear-gradient(90deg, #6FD73A, #2CB620);
    border: none;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height: 100%;
}

#infoRsp .media-body h3 {
    color: #fff;
}

#infoRsp .media-body span {
    color: #fff;
}

.sc__container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.sc__wrapper {
    display: block;
    width: 100%;
    height: 300px;
    max-width: 300px;
    margin: 0 auto;
}

.sc__container {
    position: relative;
    overflow: hidden;
    height: 300px;
    max-width: 300px;
}

.sc__container>img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#raspinha #tabela table {
    white-space: nowrap;
}
#raspinha #tabela .table th {
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
    color: #146e37;
    border-bottom: 1px solid #3fa110 !important;
    border-top: none;
}