@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-weight: 400;
}

.m-container {
    width: 1280px;
    margin: auto;
    overflow: auto;
}

header>div {
    float: left;
}

header img {
    width: 100%;
    height: 989px;
}

.slide-show {
    position: absolute;
    width: 386px;
}

.box-sobre {
    font-size: 34px;
    line-height: 150%;
    text-align: center;
}

.box-txt-form {
    background: no-repeat right center;
    background-image: url(../img/bg-mapa.png);
}

.form-promocao label {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.form-promocao input,
.form-promocao .btnSubmit {
    border: 0;
    padding: 8px 0;
    width: 40%;
    border-radius: 20px;
    font-size: 22px;
}

.form-promocao input {
    color: #FFF;
    background: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #FFF;
    text-align: center;
    padding: 8px 0;
    width: 40%;
}

.form-promocao .btnSubmit {
    background: #FFF;
    color: #000;
    font-weight: bold;
    font-size: 36px;
}

.linha-marcas {
    margin-top: -16px;
}

.marcas-que-confiam {
    background: url(../img/linha-guia-logos.png) no-repeat top left;
}

.marcas-que-confiam h2 {
    font-style: italic;
    font-weight: 500;
    font-size: 45px;
}

.marcas-que-confiam div {
    font-size: 24px;
}

.etapas-mobile {
    display: none;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.icon-whatsapp {
    position: fixed;
    right: 50px;
    bottom: 20%;
    z-index: 9999;
}

.erroblackfriday {
    width: 40%;
    background-color: #FFB2B2;
    color: #D90000;
    padding: 13px;
    text-align: center;
    font-weight: bold;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.okblackfriday {
    width: 40%;
    height: auto;
    background-color: #B2F4B2;
    color: #00B200;
    padding: 10px 5px 10px 5px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.loading {
    font-size: 27px;
    color: #00ffe7;
}

.logos img {
    margin-left: 15px;
    margin-right: 15px;
}


/* CAROUCEL FADE */

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}


/* END CAROUCEL FADE */

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
    .m-container {
        width: 100%;
        padding: 15px;
    }
    header>div {
        float: none;
    }
    header img {
        height: auto;
    }
    header .top-right,
    .box-sobre p br,
    .linha-marcas,
    .etapas-desktop {
        display: none;
    }
    .box-sobre {
        font-size: 19px;
    }
    .box-txt-form {
        background-size: 70%;
    }
    .erroblackfriday,
    .okblackfriday,
    .form-promocao input,
    .form-promocao .btnSubmit {
        width: 100%;
    }
    .marcas-que-confiam {
        background: none;
    }
    .marcas-que-confiam h2 {
        font-size: 30px;
    }
    .marcas-que-confiam div {
        font-size: 16px;
    }
    .etapas-mobile {
        display: block;
    }
    .footer .pull-left,
    .footer .pull-right {
        float: none !important;
        margin-bottom: 20px;
    }
    .top-middle {
        margin-top: -210px;
    }
    .slide-show {
        position: absolute;
        width: calc(100% - 30px);
    }
    .icon-whatsapp {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {}