body {
    color: #F1F2F2;
    font-family: 'GlobotipoTexto-Regular';
    background-color: #050107;
    background-image: url("../img/bg.jpeg?");
    background-repeat: no-repeat;
    background-position: center top;
}

b, strong {
    font-family: 'GlobotipoTexto-Bold';
}

.wrapper {
    min-height: 100vh;
    margin: 0 auto;
}

@media (max-width:768px) {
    .body {
        background: url("../img/bg.jpeg?") no-repeat;
        background-size: contain;
    }
}

.container {
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
}

@media (max-width:1280px) {
    .container {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .container {
        flex-direction: column;
    }
}

.left {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-logo {
    margin: 52px 0 44px 0;
}

@media (max-width:991px) {

    .left {
        padding-bottom: 20px;
        max-width: 100%;
    }

    .main-logo {
        max-width: 250px;
        margin: 35px 0 40px 0;
    }

}

.main-title {
    font-family: 'GlobotipoTexto-Black', serif;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 1.1;
}

@media (max-width:430px) {
    .main-title {
        font-size: 27px;
        line-height: 1.3;
    }
}

@media (max-width:410px) {
    .main-title {
        font-size: 27px;
    }
}

@media (max-width:370px) {
    .main-title {
        font-size: 25px;
    }
}

@media (max-width:345px) {
    .main-title {
        font-size: 22px;
    }
}

.mobile-break {
    display: none;
}

@media (max-width:767px) {
    br {
        display: none;
    }
    .mobile-break {
        display: block;
    }
}

.line {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FA0234 0%, #FF5E03 51.08%, #FF8F01 96.95%);
    margin-bottom: 20px;
}

.gradiente-globo {
    padding-bottom: 3px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #FA0234 0%, #FF5E03 51.08%, #FF8F01 96.95%);
}

.line-after {
    width: 100%;
    max-width: 564px;
    height: 3px;
    background: linear-gradient(90deg, #FA0234 0%, #FF5E03 51.08%, #FF8F01 96.95%);
    margin-bottom: 20px;
    display: none;
}

@media (max-width:400px) {
    .line {
        max-width: 42vw;
        /* min-width: 210px; */
    }
    .line-after {
        max-width: 220px;
        display: block;
    }

    .gradiente-globo {
        border: 0 none;
    }

}

.slogan {
    text-align: center;
    font-size: 23px;
    margin-bottom: 22px;
}

@media (max-width:460px) {
    .slogan {
        font-size: 23px;
    }
}

@media (max-width:415px) {
    .slogan {
        font-size: 21px;
    }
}

@media (max-width:385px) {
    .slogan {
        font-size: 19px;
    }
}

@media (max-width:350px) {
    .slogan {
        font-size: 17px;
    }
}

.sec-first {
    padding-bottom: 80px;
}


@media (max-width:991px) {

    .sec-first {
        padding-bottom: 40px;
    }

    .sec-second .btn {
        margin: 0 auto;
    }

}

.body-text {
    font-size: 19px;
}

.body-bigtext {
    font-size: 25px;
    margin-bottom: 11px;
}

.body-bigtext.before br {
    display: none;
}

@media (max-width:590px) {
    .body-bigtext {
        font-size: 16px;
    }
    .body-bigtext br {
        display: block;
    }
}

@media (max-width:590px) {
    .body-text br {
    }
}

@media (max-width:475px) {
    .body-text {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .body-text, .body-bigtext {
        max-width: 470px;
        margin: 0 auto;
        text-align: center;
    }
}

.body-text+.body-text {
    margin-top: 20px;
}

.contador {
    margin-bottom: 22px;
}

.contador-title {
    margin-top: 30px;
    font-size: 17px;
    text-align: center;
    font-family: 'GlobotipoTexto-Black';
}

.destaque {
    color: #FF8F01;
    text-decoration: underline;
}

@media (max-width:991px) {
    .poster {
        display: inline-block;
        margin: 0 auto;
    }
}

.poster-mobile {
    display: none;
}

.poster-desktop {
    display: block;
}

@media (max-width:1199px) {
    .body-text {
        font-size: 18px;
    }
}

@media (max-width:991px) {

    .poster-mobile {
        display: inline-block;
    }

    .poster-desktop {
        display: none;
    }

}

@media (min-width: 992px) {
    .sec-first .left {
        max-width: 610px;
    }
}

.sec-first .right.after {
    padding-top: 30px;
}

.sec-first .right.after {
    padding-top: 30px;
}

@media (min-width: 992px) {

    .sec-first .right {
        padding-left: 10px;
    }

    .sec-first .right.before {
        padding-top: 157px;
    }

    .sec-first .right.after {
        padding-top: 60px;
    }
}


.sec-first .main-title.after {
    font-size: 32px;
}

@media (max-width: 540px) {
    .sec-first .main-title.after {
        font-size: 8vw;
    }
}

.sec-first .pos-r {
    margin-top: 20px;
}

.pos-s {
    margin-top: 0px;
}

@media (max-width:430px) {
    .sec-first .main-title.after {
        line-height: 1.3;
    }
}

.sec-second {
    padding-top: 30px;
    text-align: center;
    background-color: #303030;
}

.sec-second .right {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sec-second .container {
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .sec-second .container {
        flex-direction: column-reverse;
    }
}

@media (min-width: 992px) {

    .sec-second {
        padding-bottom: 0;
    }

    .sec-second .left {
        width: 306px;
    }
    .sec-second .right {
        width: calc(100% - 306px);
        text-align: left;
    }
}

.sec-second .left {
    position: relative;
}

.sec-second .main-title {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .sec-second .right .content {
        padding: 10px 10px 40px 45px;
    }
}

.sec-second .left.before {
    background: url(../img/bg-product.png) center center no-repeat;
    background-size: auto 100%;
}

.sec-second .product {
    width: 100%;
    margin: 0 auto;
    min-height: 555px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-second .box-center {
    width: 100%;
    padding: 50px 40px 0;
}

.sec-second .box-center .main-title {
    font-size: 35px;
    line-height: 38px;
}

.sec-second .left {
    padding-top: 0;
    padding-bottom: 0;
}

.sec-second .pos-r {
    margin-top: 30px;
}

@media (max-width: 991px) {

    .sec-second .box-center .main-title {
        font-size: 28px;
    }

    .sec-second .content .main-title {
        font-size: 30px;
    }

    .sec-second .box-center .main-subtitle {
        font-size: 24px;
    }

    .sec-second .left img {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 0;
    }

    .sec-second .product {
        max-width: 470px;
        min-height: 410px;
    }

    .sec-second .content {
        padding: 30px 0 40px;
    }

    .sec-second .right.before {
        margin-top: 30px;
    }

}

@media (max-width:450px) {
    .sec-second .content .main-title {
        font-size: 27px;
    }
}

.bar {
    display: flex;
    margin-top: 55px;
}

.bar .bar-c {
    display: block;
    width: calc(100% - 127px);
    height: 38px;
    background: transparent url(../img/bar.png) center bottom repeat-x;
}

.bar .bar-l {
    display: block;
    width: 62px;
    height: 38px;
    background: transparent url(../img/bar-l.png) left bottom no-repeat;
}

.bar .bar-r {
    display: block;
    width: 65px;
    height: 38px;
    background: transparent url(../img/bar-r.png) right bottom no-repeat;
}

.bars {
    display: block;
    height: 38px;
    background: transparent url(../img/bar.png) center bottom repeat-x;
    width: calc(100% - 128px);
    position: relative;
    margin: 0 auto;
    margin: 0 63px 0 65px;
}

.bars::before {
    content: '';
    background: transparent url(../img/bar-l.png) left bottom no-repeat;
    width: 63px;
    height: 38px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.bars::after {
    content: '';
    background: transparent url(../img/bar-r.png) right bottom no-repeat;
    width: 65px;
    height: 38px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}


/*  ---------------------------------------------------------------------------  */


/*                          Classes de controle                                  */


/*  ---------------------------------------------------------------------------  */

.loading {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: url('../img/loading.gif') no-repeat center center #1f1f1f;
    background-size: auto 50px;
}

.new-cal {
    font-size: 10px;
}

.pos-r {
    position: relative;
}

.dropdown-calendar {
    display: none;
    max-width: 255px;
    width: 100%;
    padding: 0 27px;
    position: absolute;
    left: 33%;
    bottom: 64px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 15;
    transition: .8s ease;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
}

@media (max-width:460px) {
    .dropdown-calendar {
        left: 15%;
    }
}

@media (max-width:460px) {
    .dropdown-calendar {
        left: 8%;
    }
}

.dropdown-calendar.show {
    display: block;
}

.dropdown-calendar:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 36px;
    top: 99%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: '';
}

.dropdown-calendar a {
    display: block;
    font-family: 'GlobotipoTexto-Regular';
    font-size: 16px;
    text-align: left;
    color: #FB0234;
    padding: 20px 0;
    border-top: 1px solid #aaa;
}

.dropdown-calendar a:hover {
    font-family: 'GlobotipoTexto-Bold';
    position: relative;
    color: #1f1f1f;
}

.dropdown-calendar a:hover:before {
    display: block;
    width: 4px;
    height: 39px;
    position: absolute;
    left: -29px;
    top: 50%;
    background-color: #1f1f1f;
    transform: translateY(-50%);
    content: '';
}

br.display-mobile {
    display: none;
}

.color-orange {
    color: #FF8F01;
}

@media (max-width:580px) {
    br.display-mobile {
        display: block;
    }
}


/* CONTADOR */

.tt-contador {
    font-size: 18px;
    margin-bottom: 15px;
}

@media (max-width:1125px) {
    .cronometro {
        display: flex;
        justify-content: center;
    }
    .tt-contador {
        text-align: center;
    }
}

.numeros {
    display: inline-block;
}

.numeros+.numeros {
    margin: 0 0 0 13px;
}

.digito {
    font-family: 'GlobotipoTexto-Regular';
    font-weight: 700;
    background-color: #3C3C3C;
    font-size: 42px;
    line-height: 1;
    display: inline-block;
    padding: 20px 7px 5px 7px;
    box-sizing: border-box;
    min-width: 57px;
    min-height: 78px;
    text-align: center;
}

.digito+.digito {
    margin: 0 0 14px 4px;
}

@media (max-width:450px) {
    .numeros+.numeros {
        margin: 0 0 0 2.2vw;
    }
    .digito {
        min-width: 13vw;
    }
    .digito+.digito {
        margin: 0 0 14px 0;
    }
}

@media (max-width:383px) {
    .digito {
        min-width: 11vw;
        font-size: 36px;
    }
}

.tt-numeros {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'GlobotipoTexto-Black';
}

.btn {
    background-color: #F10C1A;
    color: #FFFFFF;
    text-align: center;
    height: 56px;
    font-size: 25px;
    max-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 300;
    padding: 0 15px;
}

.btn2 {
    background-color: #F10C1A;
    color: #FFFFFF;
    text-align: center;
    height: 46px;
    font-size: 19px;
    max-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 300;
    padding: 0 15px;
}

.btn-orange {
    background-color: #FF8F01;
}

.bg-btn-evento::before {
    content: url(../img/calendario.png);
    height: 30px;
    width: 30px;
    margin-right: 10px;
    transform: translateY(2px);
}

.btn-evento .btn {
    max-width: 290px;
}

.btn-ativo {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 220px;
}

.txt-center {
    text-align: center;
    align-items: center;
}

.mgr-auto {
    margin-left: auto;
    margin-right: auto;
}

.inline-block {
    display: inline-block;
}

.fw-normal {
    font-weight: normal;
}

.ff-regular {
    font-family: 'GlobotipoTexto-Regular';
}

.ff-light {
    font-family: 'GlobotipoTexto-Light';
    letter-spacing: 1px;
}

.ff-black {
    font-family: 'GlobotipoTexto-Black';
}

.fs-20 {
    font-size: 20px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-30 {
    padding-top: 30px;
}

.icon {
    position: relative;
    display: inline-block;
}

.icon-1::before {
    content: '';
    display: inline-block;
    background: url(../img/icon-1.png) center center no-repeat;
    width: 19px;
    height: 20px;
    right: 5px;
}

.icon-2::before {
    content: '';
    display: inline-block;
    background: url(../img/icon-2.png) center center no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -30px;
    right: -35px;
}
