#quem-ganhou {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    overflow-x: hidden;
}

#quem-ganhou h1,
#premios-container h1 {
    color: #0A7A00;
    font-family: "Exo 2";
    font-weight: 800;
    font-size: 3.8rem;
    font-style: italic;
    line-height: 54px;
    margin-bottom: 20px;
}

#quem-ganhou .texto-menor {
    font-size: 2rem;
    color: #2CB620;
}


#quem-ganhou p {
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #495c63;
    font-size: 1rem;
    line-height: 25px;
    font-family: "Exo 2";
    font-weight: 300;
}

#quem-ganhou .glider-prev,
#quem-ganhou .glider-next {
    margin-top: -9rem;
    position: static;
}

#quem-ganhou .glider-prev,
#quem-ganhou .glider-next {
    color: #3fa110;
}

#quem-ganhou .glider-persp .glider-slide {
    margin: 1px 20px 20px 20px;
}

#vencedores {
    /* margin-right: -400px !important; */
}

#vencedores .glider-slide {
    /* min-width: 350px; */
}

#quem-ganhou .img-vencedores {
    border-radius: 10px;
}

#quem-ganhou .ml-car {
    margin-left: 80%;
    margin-top: -50px;
}

#quem-ganhou .card-img-overlay {
    padding: 1.5rem 2rem;
    position: static !important;
    color: #495C63;
    height: 10rem;
}

#quem-ganhou .card-img-overlay:before {
    content: url(../../../img/aspas.png);
    position: absolute;
    margin-top: -2.8rem;
    z-index: 99;
}

#quem-ganhou .card-img-overlay:after {
    content: url(../../../img/aspas.png);
    transform: rotate(180deg);
    position: absolute;
    margin-top: 5rem;
    right: 2rem;
    z-index: 99;
}

#quem-ganhou .texto {
    top: auto;
    font-family: "Exo 2";
    font-weight: bold;
    font-style: italic;
    font-size: 1.5rem;
    color: #0C9C00;
    transition: opacity 0.2s linear;
    border-radius: 10px;
    padding: 1.5rem 2rem;
}

#quem-ganhou .imagem {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

#quem-ganhou .btn-vencedores {
    font-size: 1rem;
    font-family: "Exo 2";
    font-weight: bold;
    border-radius: 7px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    background: linear-gradient(90deg, #6FD73A, #2CB620);
    color: #fff;
    margin-top: 10px;
}

#quem-ganhou .tabela .table th {
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0px;
    color: #0A7A00;
    border-bottom: 1px solid #3fa110 !important;
    border-top: none;
}

#quem-ganhou #select-tabelas .icon-calendario {
    background: url(../../../img/icons/calendario.png) 95.5% 50% no-repeat;
    background-color: #f8f9f7;
}

#quem-ganhou #select-tabelas .form-control {
    color: #495c63 !important;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid transparent;
    height: 3.5rem !important;
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    margin-bottom: 20px;
}

#quem-ganhou #select-tabelas select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#quem-ganhou .tabela a:nth-child(1) {
    margin-right: 20px;
    background: linear-gradient(90deg, #6FD73A, #2CB620);
    color: #fff;
    border-radius: 7px;
}

#quem-ganhou .tabela a:nth-child(2) {
    background: linear-gradient(90deg, #0C9C00, #0A7A00) !important;
    color: #fff;
    border-radius: 7px;
}

#quem-ganhou .tabela a {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 7px;
}





@media only screen and (max-width: 767px) {
    #quem-ganhou {
        padding-top: 50px;
        margin-top: 0px;
        margin-bottom: 40px;
        width: 100%;
        overflow-x: hidden;
    }

    #quem-ganhou h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin: 0;
    }

    #quem-ganhou .texto-menor {
        font-size: 1.6rem;
    }

    #quem-ganhou .glider-track {
        transform: unset;
    }

    #quem-ganhou .card-img-overlay {
        height: 9.5rem;
    }

    #quem-ganhou .card-img-overlay::after {
        margin-top: 6.5rem;
    }

    #quem-ganhou .texto {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    #quem-ganhou .glider-persp .glider-slide {
        margin: 0;
    }

    #quem-ganhou .glider-prev,
    #quem-ganhou .glider-next {
        margin-top: -1rem;
        margin-bottom: 1rem;
        position: static;
    }
}

