* {
    font-family: 'Poppins';
}

body {
    overflow-x: hidden;
    position: relative;
    max-width: 100vw;
}

h2,
h1 {
    font-family: 'VAG Rundschrift D';
}

h1 {
    font-size: 28px;
}

.grid-box-sorteio {
    display: flex;
}

.ajuste-box-topo h2::after {
    content: '';
    border-radius: 50vw;
    height: 6px !important;
    background: rgb(236, 36, 116);
    background: linear-gradient(90deg, rgba(236, 36, 116, 1) 0%, rgba(239, 89, 66, 1) 100%);
    width: 175px;
    margin: 10px auto 0;
}

#body::before {
    /* background: #fdd99f; */
    color: #45494C;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 6px 15px #0000001A;

    background-color: #EFB042;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: '';
    filter: blur(40px);
    height: 670px;
    left: -500px;
    opacity: 0.2;
    overflow: hidden;
    position: absolute;
    top: -250px;
    width: 670px;
    z-index: 1;
}

.box-img {
    position: absolute;
    height: 100%;
    max-height: 250px;
    top: 25%;
}

.box-top {
    top: 25px;
    right: 25px;
    width: 70px;
    height: auto;
}

.box-left {
    left: 0;
}

.box-right {
    right: 0;
}

#body::after {
    background-color: #FF245C;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: '';
    filter: blur(40px);
    height: 670px;
    right: -420px;
    opacity: 0.2;
    overflow: hidden;
    position: absolute;
    top: -90px;
    width: 670px;
    z-index: 0;
}

.grid-input {
    display: flex;
}

.input.coin {
    width: 100% !important;
}

.grid-input-1 {
    display: grid;

}

.header-align {
    width: 100%;
    margin: 0 auto;
    text-align: left;

}

input {
    width: 100%;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    padding: 15px;
    padding-left: 50px;
    margin: auto;
    height: 53px;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

input.trevo {
    background: url("../images/trevo.svg") no-repeat scroll 14px 14px;
}

input.trevo:hover {
    background: url("../images/trevo-hover.svg") no-repeat scroll 14px 14px;
}

input.coin {
    background: url("../images/coin.svg") no-repeat scroll 14px 14px;
}

input.coin:hover {
    background: url("../images/coin-hover.svg") no-repeat scroll 14px 14px;
}

input[name="qtd"] {
    width: 75% !important;
}

.colocacao {
    display: grid;
    background: rgba(255, 255, 255, 0.2);
    margin: 5px;
}

.colocacao .posicao {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    width: min-content;
    background-color: #EF5942;
    margin: auto;
    padding: 5px 15px;
    font-family: 'VAG Rundschrift D';
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 3px 6px #00000029;
}

.grid-numbers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.redes-sociais i {
    color: #fff;
}

.logo-head {
    margin: 0 0 auto;
}

.ajuste-box-topo {
    width: 70%;
}

#body .banner-topo h2,
#body .banner-topo h1 {
    font-size: 28px;
    color: #45494C;
}

.ajuste-box-topo h2,
.ajuste-box-topo h1 {
    font-weight: 700;
    font-size: 40px;
    color: #45494C;
}

.color-gold {
    color: #f4a235;
}

.bg-light {
    background: transparent !important;
}

.button-sortear {
    background: rgb(236, 36, 116);
    background: linear-gradient(90deg, rgba(236, 36, 116, 1) 0%, rgba(239, 89, 66, 1) 100%);
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
    border: none;
    padding: 0px 25px 3px 25px;
    width: 100%;
    height: 50px;
    transition: all 0.5s;
    font-family: 'VAG Rundschrift D';
}

.button-sortear:hover {
    background: rgb(236, 36, 116);
    background: linear-gradient(0deg, rgba(236, 36, 116, 1) 0%, rgba(239, 89, 66, 1) 100%);
    color: #fff;
}

.body-sorteio-2 p {
    word-break: break-all;
    font-size: 23px;
}

.banner-topo>div {
    position: relative;
}

.block {
    position: absolute;
    z-index: 2;
}

.block1 {
    top: 30%;
    left: -100px;
}

.block2 {
    bottom: 0;
    right: 0;
}

.button-footer {
    background: rgb(236, 36, 116);
    background: linear-gradient(90deg, rgba(236, 36, 116, 1) 0%, rgba(239, 89, 66, 1) 100%);
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    padding: 0px 25px 3px 25px;
    width: 190px;
    height: 50px;
    transition: all 0.5s;
    font-family: 'VAG Rundschrift D';
}

.sorteador>div {
    box-shadow: 0px 6px 15px #0000001A;
    border-radius: 30px;
    background-color: #fff;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
    max-width: 85%;
}

.half-circle {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.redes-sociais1 {
    position: absolute;
    z-index: 5;
    top: 400px;
    right: 10px;
    display: flex;
    flex-direction: column;
    background: -webkit-linear-gradient(0deg, rgba(236, 36, 116, 1) 0%, rgba(239, 89, 66, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button-footer:hover {
    background: rgb(236, 36, 116);
    background: linear-gradient(0deg, rgba(236, 36, 116, 1) 0%, rgba(239, 89, 66, 1) 100%);
    color: #fff;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    background: transparent !important;
    padding: 0.55em !important;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    color: #fff !important;
    padding: 7px 11px !important;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    text-align: center;
    font-size: 30px !important;
}

.hands_dev {
    bottom: 7px;
    left: 0;
    right: 0;
    width: 220px;
    margin: auto;
    font-size: 12px;
    color: #CFCFCF;
    padding: 10px 0;
}

.num_sorteio {
    font-family: 'VAG Rundschrift D';
    font-size: 26px;
    color: #EF5942;
    width: 35%;
    border-right: #EAEAEA 1px solid;
    padding-right: 5px;
}

.num_sorteio2 {
    font-family: 'VAG Rundschrift D';
    font-size: 26px;
    color: #45494C;
    width: 65%;
    padding-left: 5px;
}

.icon_trevo {
    border-radius: 50vw;
    padding: 20px;
    background: rgb(236, 36, 116);
    background: linear-gradient(-90deg, rgba(236, 36, 116, 1) 0%, rgba(239, 89, 66, 1) 100%);
    border: 5px solid #fff;
    box-shadow: 0px 6px 16px #EF59424C;
    margin-top: -125px;
}

.navbar-light .navbar-brand {
    position: relative;
    z-index: 3;
}

.special-title:after {
    display: block;
    border-radius: 50vw;
    height: 6px !important;
    background: rgb(236, 36, 116);
    background: linear-gradient(90deg, rgba(236, 36, 116, 1) 0%, rgba(239, 89, 66, 1) 100%);
    width: 175px;
    content: '';
    margin: 10px auto 0;
}

.container_numbers {
    background-color: #fff;
    box-shadow: 0px 3px 6px #0000000F;
    width: 190px;
    padding: 15px;
    border-radius: 10px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid rgb(236, 36, 116);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.filter_load {
    position: fixed;
    width: 100vw;
    height: 100vh;
    margin: auto;
    top: 0;
    left: 0;
    background: #0000004b;
    z-index: 99;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(max-width:991px) {
    .banner-topo {
        margin-bottom: 100px;
    }

    .block1 {
        left: 0;
    }

    #body .banner-topo h2,
    .banner-topo,
    .steps {
        text-align: center;
    }

    .half-circle {
        z-index: 0;
    }

    .collapse:not(.show) {
        display: block !important;
    }

    .navbar-light .navbar-toggler {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .grid-input {
        display: flex;
        flex-direction: column;
    }

    .grid-box-sorteio {
        display: contents;
    }

    #body>div>div>div.banner-topo.col-lg-6>div>img:nth-child(3) {
        position: relative;
        z-index: 5;
    }

    .block {
        max-width: 150px;
    }

    .block1 {
        z-index: 4;
    }

    .block2 {
        z-index: 6;
    }

    .steps {
        background: #fff;
        padding: 20px;
        border-radius: 20px;
        margin: 0px;
        font-size: 25px;
        font-weight: 700;
        display: grid;
    }

    .redes-sociais1 {
        display: none;
    }

    .banner-topo {
        margin-bottom: 150px;
        position: relative;
        z-index: 3;
    }

    .half-circle {
        width: 100px;
    }

    input {
        width: 100%;
    }


    input[name="qtd"] {
        width: 100% !important;
    }

    .odometer.odometer-auto-theme,
    .odometer.odometer-theme-car {
        width: 100%;
    }

    .body-sorteio-2 {
        padding: 0px !important;
        width: 100%;
        margin: 0 auto;
    }

    .ajuste-box-topo h2 {
        padding-top: 40px;
        font-weight: 700;
        font-size: 32px;
    }

    #novo-sorteio .steps p {
        font-size: 18px;
    }

    .sorteador .container {
        padding: 0px;
    }

    .ajuste-box-topo {
        width: 100%;
    }

    .grid-numbers {
        display: grid;
        grid-template-columns: 1fr;
    }

    .header-align {
        width: 100%;
        display: contents;
    }

    .navbar-light .navbar-brand {
        margin: 0 0 auto;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    .redes-sociais i {
        padding: 20px 5px 5px 5px;
        background: -webkit-linear-gradient(0deg, rgba(236, 36, 116, 1) 0%, rgba(239, 89, 66, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 45px;
    }

    .step-one {
        padding-bottom: 0;
    }

    .step-two {
        padding-top: 0;
    }

    .box-img {
        max-height: 150px;
    }

    .ajuste-box-topo h2::after {
        width: 125px;
    }

    .box-top {
        width: 50px;
        right: 5px;
    }
}
