html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'DINAlternate Bold';
    src: url('../fonts/DINAlternate-Bold.woff2') format('woff2'),
        url('../fonts/DINAlternate-Bold.woff') format('woff');
    font-weight: 500;
}

html,
body {
    overflow-x: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.w-100 {
    width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}

#nav-toggler {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30px;
    display: none;
    max-width: 35px;
}

#nav-toggler svg {
    width: 100%;
}

.header {
    background-color: #fff;
}

.header .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header .header__navigation {

    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.header .header__navigation-item a {
    font-family: 'DINAlternate Bold';
    font-weight: 500;
    padding: 0 15px;
    display: block;
    height: 130px;
    line-height: 130px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
}

.header .header__navigation-item a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.mobile__nav {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.mobile__nav .mobile__nav-overlayer {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
}

.mobile__navigation {
    position: relative;
    width: 300px;
    margin: 0;
    height: 100%;
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    padding-left: 0;
    list-style-type: none;
}

.mobile__nav.show {
    display: block;
}

.mobile__nav.show .mobile__navigation {
    -webkit-animation-name: transform;
            animation-name: transform;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
}

.mobile__navigation .mobile__navigation-item {
    list-style-type: none;
    float: none;
    line-height: 48px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    float: left;
    padding: 0;
    width: 100%;
}

.mobile__navigation .mobile__navigation-item.active a {
    background-color: #090967;
    color: #fff;
}
.mobile__navigation .mobile__navigation-item>a {
    color: rgba(0,0,0,0.87);
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

@media (max-width: 991.98px) {
    .header {
        padding: 10px 0;
        border-top: 5px solid #0014a0;
    }

    .header__nav {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .header .header__navigation {
        display: none;
    }

    .mobile__nav.show {
        display: block;
    }

    #nav-toggler {
        display: block;
    }
}

@media (max-width: 1199.98px) { 
    .header .header__navigation-item a {
        padding: 0 10px;
        height: 120px;
        line-height: 120px;
        font-size: 14px;
    }
}

#prizes {
    padding: 30px 0;
    background: #0014a0 url('../images/blue-shadows.webp') no-repeat top -200px center;
    background-size: cover;
}

#prizes p {
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.3em;
    margin-top: 20px;
}

#prizes img {
    max-width: 100%;
    height: auto;
}

#prizes p>span {
    font-size: 0.8  em;
}

#prizes p>strong.highlight {
    color: #ffa62d;
    font-size: 1.66em;
}

#prizes p>strong {
    font-weight: 900;
}

@media (max-width: 767.98px) { 
    #prizes p {
        font-size: 18px;
    }
}

#rules {
    padding: 30px 0;
    background-color: #0e0e80;
}

#rules .circle {
    margin: 0 auto;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background: #ffa22e url('../images/circle.webp') no-repeat center center;
    background-size: contain;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#rules .circle p {
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    max-width: 100%;
}

#rules .circle p.highlight {
    color: #760a01;
    font-weight: 900;
    font-size: 37px;
    margin-bottom: 20px;
}

#rules .circle p:not(.highlight) {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 1.3em;
}

@media (max-width: 991.98px) { 
    #rules .circle {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) { 
    #rules .circle {
        height: 250px;
        width: 250px;
        padding: 20px;
    }

    #rules .circle p.highlight {
        font-size: 27px;
        margin-bottom: 10px;
    }
    
    #rules .circle p:not(.highlight) {
        font-size: 20px;
    }
}

#video {
    padding: 50px 0 80px 0;
    background: url('../images/bg-gray-with-confettis.jpg') no-repeat center center;
    background-size: cover;
}

#video h2 {
    margin-bottom: 50px;
    text-align: center;
    color: #0014a0;
    font-weight: 500;
    font-size: 48px;
}

#video .responsive-iframe {
    box-shadow: 13px 13px 15px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 13px 13px 15px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 13px 13px 15px 0 rgba(0, 0, 0, 0.8);
}

.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) { 
    #video {
        padding: 30px 0 50px 0;
    }
    
    #video h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }
}

#steps {
    padding: 30px 0;
    background-color: #ffa12d;
}

#steps h2 {
    font-weight: 900;
    font-size: 60px;
    color: #2d2d2d;
    text-align: center;
    margin-bottom: 30px;
}

#steps .box {
    padding: 15px 25px;
    border: 3px solid #2d2d2d;
    margin-bottom: 20px;
    border-radius: 25px;
}

#steps .box p {
    font-size: 30px;
    line-height: 1.2em;
    color: #2d2d2d;
    font-weight: 300;
}

#steps .box p > strong {
    font-weight: 900;
}

@media (max-width: 991.98px) { 
    #steps h2 {
        font-size: 45px;
    }

    #steps .box p {
        font-size: 25px;
    }
}

@media (max-width: 767.98px) { 
    #steps h2 {
        font-size: 35px;
    }

    #steps .box {
        padding: 10px 20px;
        border: 2px solid #2d2d2d;
        margin-bottom: 15px;
        border-radius: 20px;
    }

    #steps .box p {
        font-size: 20px;
    }
}


#login {
    padding: 80px 0 80px 0;
    background-color: #ff3c35;
}

#login h2 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

#login .btn {
    display: block;
    background-color: #041493;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-decoration: none;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin: 0 auto;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.8);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

#login .btn:hover {
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.8);
}

@media (max-width: 767.98px) { 

    #login {
        padding: 40px 0;
    }
    

    #login h2 {
        font-size: 35px;
    }

    #login .btn {
        font-size: 25px;
        width: 200px;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
    }
}

#winners {
    background-color: #ff3c35;
    padding: 80px 0;
}

#winners h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
}

#winners h3 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 50px;
    
}

#winners .filters {
    margin: 30px 0;
}

#winners .filters label {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

#winners .filters select {
    display: block;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    background-color: transparent;
    color: #fff;
}

#winners .filters select option {
    color: #000
}

#winners .tabs .tab-control {
    display: none;
}

#winners .tabs .tab-control#wednesday-tab-control:not(:checked) ~ #wednesday-tab,
#winners .tabs .tab-control#saturday-tab-control:not(:checked) ~ #saturday-tab {
    display: none;
}

.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-tabs li label {
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 15px;
    background-color: rgb(235,71,65);
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

#winners .tabs .tab-control#wednesday-tab-control:checked ~ .nav-tabs li label[for="wednesday-tab-control"],
#winners .tabs .tab-control#saturday-tab-control:checked ~ .nav-tabs li label[for="saturday-tab-control"] {
    background-color: rgb(220,51,45);
}

#winners .table-wrapper {
    padding: 0 15px 15px 15px;
    background-image: -ms-linear-gradient( 48deg, rgb(220,51,45) 35%, rgb(255,95,45) 100%);
    background: -o-linear-gradient(48deg, rgba(220,51,45,1) 45%, rgba(255,95,45,1) 100%);
    background: linear-gradient(48deg, rgba(220,51,45,1) 45%, rgba(255,95,45,1) 100%);
    position: relative;
}

#winners .table-wrapper::after,
#winners .table-wrapper::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    background: transparent url('../images/shine.png?v=2') no-repeat center center;
    background-size: contain;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

#winners .table-wrapper::before {
    top: -40px;
    right: -30px;
}

#winners .table-wrapper::after {
    bottom: -30px;
    left: -40px;
}

#winners table {
    width: 100%;
}

#winners table,
#winners table thead,
#winners table tbody,
#winners table tfoot,
#winners table th,
#winners table td,
#winners table tr {
    border: none;
}

#winners table th {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    border: none;
}

#winners table .divider {
    height: 4px;
    width: 100%;
    background-image: -ms-linear-gradient( 48deg, rgb(248,107,102) 0%, rgb(220,51,45) 100%);
    padding: 0;
}

#winners table tbody {
    height: 400px;
}

#winners table tbody tr {
    background-color: transparent;
}

#winners table tbody td {
    padding: 15px;
    color: #fff;
    border: none;
}

#winners table tfoot td {
    padding: 10px;
    border: none;
}

#winners a.see-all {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-style: italic;
}

.wait {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 400px;
}

@media (max-width: 767.98px) { 

    #winners {
        padding: 40px 0;
    }

    #winners h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    
    #winners h3 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 30px;
    }
    
    #winners table th:nth-child(2),
    #winners table th:nth-child(3),
    #winners table th:nth-child(4),
    #winners table th:nth-child(5),
    #winners table th:nth-child(6),
    #winners table td:nth-child(2),
    #winners table td:nth-child(3),
    #winners table td:nth-child(4),
    #winners table td:nth-child(5),
    #winners table td:nth-child(6) {
        display: none;
    }

    .nav-tabs li label {
        width: 140px;
        font-size: 14px;
        color: #fff;
        padding: 10px;
        background-color: rgb(235,71,65);
        border-radius: 8px 8px 0 0;
        cursor: pointer;
    }
}


.confetti-section-wrapper {
    position: relative;
    background-color: #ff3c35;
}

.confetti-section-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/confetti.webp') no-repeat top center;
    background-size: 100% auto;
}

.confetti-section-wrapper .divider {
    max-width: 600px;
    margin: 0 auto;
    height: 10px;
    background: rgb(255,255,255);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}

@media (max-width: 767.98px) {
    .confetti-section-wrapper .divider {
        max-width: 300px;
        height: 7px;
    }
}

#commons-doubts {
    background: #040d80;
    padding: 30px 0;
}

#commons-doubts h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 30px;
}

#commons-doubts .doubt {
    margin-bottom: 30px;
}

#commons-doubts .doubt h3 {
    font-weight: 800;
    font-size: 22px;
    color: #fff;
    position: relative;
    font-style: italic;
}

#commons-doubts .doubt h3::before {
    content: 'v';
    font-weight: 100;
    font-style: normal;
    position: absolute;
    left: -20px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

#commons-doubts .doubt p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5em;
    padding: 20px;
}

#commons-doubts .doubt:not(:last-of-type)::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-image: -ms-linear-gradient( 48deg, rgb(235,35,35) 0%, rgb(255,255,255) 100%);
}

#commons-doubts a {
    font-size: 25px;
    color: #fff;
    line-height: 1.5em;
    display: block;
    text-align: center;
}

@media (max-width: 767.98px) { 
    #commons-doubts h2 {
        font-size: 35px;
    }

    #commons-doubts .doubt {
        margin-bottom: 20px;
    }
    
    #commons-doubts .doubt h3 {
        font-size: 20px;
    }

    #commons-doubts .doubt h3::before {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        left: 0px;
    }

    #commons-doubts .doubt p {
        font-size: 16px;
        padding: 15px;
    }

    #commons-doubts a {
        font-size: 18px;
    }
}

#subscribe {
    padding: 50px 0;
    background-color: #ffba2d;
}

#subscribe h2 {
    font-weight: 900;
    text-align: center;
    color: #2d2d2d;
    font-size: 35px;
    margin-bottom: 50px;
}

#subscribe .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#subscribe .btn {
    background-color: #d63631;
    color: #ffc601;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.8em;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px;
    margin: 0 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    position: relative;
}

#subscribe .btn:hover {
    box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.3);
}

#subscribe .mascot {
    position: absolute;
    right: -100px;
    pointer-events: none;
}

@media (max-width: 1199.98px) { 
    #subscribe h2 {
        font-size: 32px;
    }

    #subscribe .btn {
        font-size: 18px;
        padding: 5px 20px;
    }

    #subscribe .mascot {
        max-width: 300px;
    }
}

@media (max-width: 1199.98px) { 
    #subscribe h2 {
        font-size: 26px;
    }

    #subscribe .btn {
        font-size: 14px;
        padding: 5px 15px;
        border-radius: 10px;
    }

    #subscribe .mascot {
        max-width: 250px;
    }
}


@media (max-width: 767.98px) { 
    #subscribe {
        padding: 30px 0;
    }
    
    #subscribe h2 {
        font-size: 26x;
        margin-bottom: 30px;
    }
    
    #subscribe .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    #subscribe .btn {
        font-size: 16px;
        display: block;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    #subscribe .mascot {
       display: none;
    }
}

footer {
    background-color: #fff;
    padding: 20px 0;
}

footer p {
    font-size: 18px;
    text-align: center;
    color: #090967;
    font-weight: 400;
    line-height: 1.5em;
}


@media (max-width: 767.98px) { 
    footer p {
        font-size: 16px;
    }
}

@-webkit-keyframes transform {
    0% {
        -webkit-transform: translateX(-105%);
                transform: translateX(-105%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes transform {
    0% {
        -webkit-transform: translateX(-105%);
                transform: translateX(-105%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

.modal-open {
    overflow: hidden;
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
        transform: translate(0, -50px);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    }
  }
  
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
  
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
        transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }
  
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 100%;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  
  .modal-footer > * {
    margin: 0.25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }

  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer;
  }
  
  .close:hover {
    color: #000;
    text-decoration: none;
  }
  
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
  }
  
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  
  a.close.disabled {
    pointer-events: none;
  }

  .dataTables_wrapper .dataTables_paginate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 30px 0;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
      color: #fff!important;
      width: 35px;
      height: 35px;
      line-height: 35px;
      padding: 0;
      margin: 0 5px;
      border-radius: 50%;
      border: 1px solid #fff;
      background-color: rgb(235,71,65);
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.current,
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff!important;
    border: 1px solid #fff;
    background: rgb(220,51,45);
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff!important;
    border: 1px solid #fff;
    background-color: rgb(235,71,65);
    opacity: 0.2;
  }

  .dataTables_empty {
    vertical-align: middle;
    line-height: normal;
  }

  .overlay {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

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

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

@font-face {
    font-family: "DINPro";
    font-style: normal;
    font-weight: 400;
    src: local("DINPro Light"),
        url("https://www.toninsuper.com.br/_assets/site/fonts/DINPro-Light.otf") format("opentype");
}

@font-face {
    font-family: "DINPro";
    font-style: normal;
    font-weight: 400;
    src: local("DINPro Regular"),
        url("https://www.toninsuper.com.br/_assets/site/fonts/DINPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: "DINPro";
    font-style: normal;
    font-weight: 500;
    src: local("DINPro Medium"),
        url("https://www.toninsuper.com.br/_assets/site/fonts/DINPro-Medium.otf") format("opentype");
}

@font-face {
    font-family: "DINPro";
    font-style: normal;
    font-weight: 700;
    src: local("DINPro Bold"),
        url("https://www.toninsuper.com.br/_assets/site/fonts/DINPro-Bold.otf") format("opentype");
}

@font-face {
    font-family: "DINPro";
    font-style: normal;
    font-weight: 900;
    src: local("DINPro Black"),
        url("https://www.toninsuper.com.br/_assets/site/fonts/DINPro-Black.otf") format("opentype");
}

footer#custom_footer {
    background-color: #e0e2e3;
    font-family: "DINPro";
}

footer#custom_footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 30px;
}

footer#custom_footer .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

footer#custom_footer #nav>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

footer#custom_footer #nav>ul>li {
    color: #666;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

footer#custom_footer #nav>ul>li>a {
    color: inherit;
    text-decoration: none;
}

footer#custom_footer #app {
    display: none;
}

footer#custom_footer #cel {
    text-align: center;
    margin-bottom: 10px;
}

footer#custom_footer #cel>img {
    max-width: 150px;
}

footer#custom_footer #stores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer#custom_footer #stores>a {
    display: block;
    margin: 0 5px;
}

footer#custom_footer #stores>a>img {
    max-height: 40px;
}

footer#custom_footer #social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer#custom_footer #social>a {
    display: block;
    margin: 0 5px;
}

footer#custom_footer #social>a>img {
    max-height: 30px;
    margin-left: 5px;
}

footer#custom_footer #subfooter {
    background-color: #174e8c;
    color: #fff;
    padding: 5px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

footer#custom_footer #subfooter a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
}

@media (max-width: 767.98px) {
    footer#custom_footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 30px 15px;
    }

    footer#custom_footer .col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }

    footer#custom_footer #nav>ul {
        margin-bottom: 20px;
    }

    footer#custom_footer #nav>ul>li {
        font-size: 0.9em;
        line-height: 2em;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }

    footer#custom_footer #app {
        margin-bottom: 20px;
    }

    footer#custom_footer #cel {
        margin-bottom: 10px;
    }

    footer#custom_footer #cel>img {
        max-width: 100px;
    }

    footer#custom_footer #stores>a>img {
        max-height: 30px;
    }

    footer#custom_footer #social>a>img {
        max-height: 25px;
        margin: 0 3px;
    }

    footer#custom_footer #subfooter {
        padding: 5px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    footer#custom_footer #subfooter a {
        margin: 0 5px;
        font-size: 0.9em;
    }

    #selo-ssl {
        margin-bottom: 25px;
    }
}

@media (min-width: 576px) {
    footer#custom_footer .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    footer#custom_footer .container {
        max-width: 720px;
        padding: 30px 30px;
    }

    footer#custom_footer #cel>img {
        max-width: 120px;
    }

    footer#custom_footer #stores>a>img {
        max-height: 35px;
    }

    footer#custom_footer #social>a>img {
        max-height: 25px;
    }

    footer#custom_footer #nav>ul>li {
        font-size: 0.85em;
        line-height: 1.7em;
    }

    footer#custom_footer #nav.col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (min-width: 992px) {
    footer#custom_footer .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    footer#custom_footer .container {
        max-width: 1140px;
    }
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}