* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

@keyframes vanishAnimation {
    0% {
        opacity: 1;
        /* transform: rotateX(90deg); */
    }
    25% {
        opacity: 0.75;
    }
    50% {
        opacity: 0.5;
        /* transform: rotateX(0deg); */
    }
    75% {
        opacity: 0.25;
    }
    100% {
        display: none;
        opacity: 0;
        /* transform: rotateX(90deg); */
    }
}

@keyframes showAnimation {
    0% {
        opacity: 0;
        /* transform: rotateX(90deg); */
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
        /* transform: rotateX(0deg); */
    }
    75% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
        /* transform: rotateX(90deg); */
    }
}

.column.main {
    padding: 0;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40px, -40px);
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

*:hover {
    outline: none;
}

.page-title-wrapper {
    display: none;
}

.header-mobile,
.header-container,
.brandslider-container {
    display: none !important;
}

.page-main {
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.page.messages {
    margin-top: 0 !important;
}

html,
body {
    min-height: 100%;
    height: auto;
}

@media (min-width: 375px) {
    html,
    body,
    .page-wrapper,
    .page-main,
    .columns,
    .column.main {
        max-height: 100%;
        height: 100%;
    }
}

*:hover {
    outline: none;
}

html,
body {
    min-height: 100%;
    height: auto;
}

@media (min-width: 375px) {
    html,
    body {
        max-height: 100%;
        height: 100%;
    }
}

.bg-image {
    background-image: url(/images/bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1024px) {
    body {
        overflow: hidden;
        position: relative;
    }
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #e30613 !important;
    background: none !important;
}

.owl-nav .owl-next {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2%;
    font-size: 36px !important;
}

@media (min-width: 1024px) {
    .owl-nav .owl-next {
        font-size: 48px !important;
    }
}

.owl-nav .owl-prev {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2%;
    font-size: 36px !important;
}

@media (min-width: 1024px) {
    .owl-nav .owl-prev {
        font-size: 65px !important;
    }
}

@media (min-width: 1024px) {
    .sync2 .owl-item {
        height: 100vh;
    }
}

@media (min-width: 1024px) {
    .sync2 .owl-item .item {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.sync2 .owl-item .item img {
    max-height: 600px;
    width: auto;
}

.imagens {
    display: none;
}

@media (min-width: 1024px) {
    .imagens {
        display: block;
    }
}

.bg {
    background: rgba(0, 0, 0, 0.75);
    min-height: 100%;
    height: 100%;
    position: relative;
}

.cep-opened .bg {
    background: rgba(0, 0, 0, 0.85);
}

@media (min-width: 375px) {
    .bg {
        max-height: 100%;
        height: 100%;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -webkit-animation: slide-in 0.5s forwards;
        animation: slide-in 0.5s forwards;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
}

.bg .conteudo {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 0 20px;
}

.bg .lojas .conteudo {
    padding: 0;
    flex-direction: row;
}

.bg .conteudo .logo-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    border-radius: 0 0 30px 30px;
    -webkit-animation: slide-in-down 0.5s forwards;
    animation: slide-in-down 0.5s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 50px;
}

.bg .conteudo .logo-container .logo {
    width: 200px;
    margin: 0;
    float: none;
    max-width: inherit;
    z-index: unset;
}

.bg .conteudo .greeting {
    color: #fff;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;

    animation-name: showAnimation;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

.bg .conteudo > .separator {
    display: block;
    padding: 2px 0 0 0;
    width: 244px;
    background-color: #eb1c24;
    margin-bottom: 50px;

    animation-name: showAnimation;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

.bg .conteudo .form-container {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin-bottom: 120px;
}

.bg .conteudo .form-container > p {
    font-size: 30px;
    margin-bottom: 30px;
}

.bg .conteudo .form-container .logo-form {
    display: none;
    justify-content: center;
    margin-bottom: 30px;
}

.bg .conteudo .form-container .close-button {
    display: none;
    position: absolute;
    right: 0;
    top: -20px;
}

.bg .conteudo .form-container .logo-form .image {
    width: 220px;
    margin: 0;
    float: none;
    max-width: inherit;
    z-index: unset;
}

.bg .conteudo .form-container #form-coverage-area .group {
    flex-grow: 1;
    position: relative;
}

.bg .conteudo .form-container #form-coverage-area .form-group {
    align-items: center;
    display: flex;
}

.bg .conteudo .form-container #form-coverage-area .nao_sei_cep {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    color: #fff;
    font-size: 13px;
    bottom: -30px;
    cursor: pointer;
}

.bg .conteudo .owl-carousel {
    max-width: 870px;
    animation-name: showAnimation;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

.bg .conteudo .owl-carousel img {
    max-width: 100%;
    max-height: 160px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.owl-carousel .owl-nav button.owl-next i::before,
.owl-carousel .owl-nav button.owl-prev i::before {
    font-size: 52px;
    color: #fff;
}

.already-account {
    order: 2;
    display: none;
    margin-bottom: 50px;
    color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100%;

    animation-name: showAnimation;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

.already-account .text {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.already-account .text .separator {
    height: 2px;
    background-color: white;
    flex-grow: 1;
}

.already-account .text strong {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 800;
}

.already-account .link {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    border: 2px solid white;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    width: 100%;
}

.copyright-mobile {
    display: none;
    color: #fff;
}

.copyright-mobile .red {
    color: #ff0000;
    display: inline-block;
    border-bottom: 1px solid red;
}

.bg .conteudo form .form-control {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 22px;
    background: #ffffff;
    border-radius: 15px;
    height: 50px;
    text-align: center;
    flex-grow: 1;
    width: 100%;
}

.bg .conteudo form .btn {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    background: #eb1c24;
    border-radius: 10px;
    margin-left: 30px;
    display: block;
    text-align: center;
    color: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
}

.bg .conteudo p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
}

.bg .conteudo p small {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
}

.cep-opened .bg .conteudo .form-container .close-button {
    display: block;
}

.cep-opened .logo-container {
    display: none !important;
    -webkit-transform: translateY(0%);
    transform: translateY(0%) !important;
    animation-name: vanishAnimation !important;
    animation-duration: 1000ms !important;
    animation-fill-mode: forwards !important;
}

.cep-opened .form-container {
    margin-bottom: 0;
}

.cep-opened .logo-form {
    display: flex !important  ;
    animation-name: showAnimation !important;
    animation-duration: 1000ms !important;
    animation-fill-mode: forwards !important;
}

.cep-opened .greeting {
    animation-name: vanishAnimation !important;
    animation-duration: 1000ms !important;
    animation-fill-mode: forwards !important;
}

.cep-opened .separator {
    animation-name: vanishAnimation !important;
    animation-duration: 1000ms !important;
    animation-fill-mode: forwards !important;
}

.cep-opened .owl-carousel {
    animation-name: vanishAnimation !important;
    animation-duration: 1000ms !important;
    animation-fill-mode: forwards !important;
}

.cep-opened .footer {
    -webkit-transform: translateY(0%);
    transform: translateY(0%) !important;
    animation-name: vanishAnimation !important;
    animation-duration: 1000ms !important;
    animation-fill-mode: forwards !important;
}

.cep-opened .lojas {
    animation-name: vanishAnimation;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

.cep-opened .already-account {
    animation-name: vanishAnimation !important;
    animation-duration: 1000ms !important;
    animation-fill-mode: forwards !important;
}

@media (min-width: 1024px) {
    .bg .conteudo p small {
        margin-bottom: 0px;
    }
}

.bg .conteudo p small a {
    color: #ffffff;
}

.bg .conteudo p small a:hover {
    color: #ffffff;
}

.bg .footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: unset;
    border-radius: 30px 30px 0px 0px;
    padding: 7px 45px;
    -webkit-animation: slide-in-up 0.5s forwards;
    animation: slide-in-up 0.5s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin-top: auto;
}

.copyright {
    top: unset !important;
}

.bg .footer .copyright {
    position: absolute;
    /* right: -170%; */
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    top: 50%;

    width: 150px;
    display: flex;
    justify-content: center;
}

.bg .footer .copyright .red {
    color: red;
    display: inline-block;
    border-bottom: 1px solid red;
}

.bg .footer .already strong {
    text-transform: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
    font-size: 18px;
}

.bg .footer .already {
    color: #fff;
    font-size: 18px;
}

.bg .footer .already a {
    line-height: 1;
    font-size: 18px;
    font-weight: 800;
}

@media (min-width: 1024px) {
    .bg .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.bg .footer p small {
    margin: 0;
}

.lojas {
    background: rgba(000, 000, 000, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 15px 25px;
    border-top: 3px solid #eb1c24;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .lojas .conteudo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.lojas .conteudo p {
    color: #fff;
    margin: 0;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

@media (min-width: 1024px) {
    .lojas .conteudo p {
        text-align: left;
    }
}

.lojas .conteudo img:first-of-type {
    margin: 10px 0;
}

@media (min-width: 1024px) {
    .lojas .conteudo img:first-of-type {
        margin: 0 10px;
    }
}

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

@-webkit-keyframes slide-in-down {
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slide-in-down {
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide-in-up {
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slide-in-up {
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

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

@keyframes slide-out {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(-100%);
    }
}
/*# sourceMappingURL=index3.css.map */

@media only screen and (max-width: 767px) {
    html,
    body {
        overflow-y: auto;
    }

    .container-fluid > .row {
        height: 100% !important;
    }

    .bg .container-coverage .conteudo {
        padding: 50px 50px 20px 50px;
        overflow-y: auto;
    }
    .bg .conteudo .logo-container {
        order: 0;
    }

    .bg .conteudo .logo-container .logo {
        max-width: 190px;
    }

    .bg .conteudo .greeting {
        font-size: 28px;
        order: 3;
        margin: 0 -20px;
        line-height: 1.2;
        margin-bottom: 50px;
    }

    .bg .conteudo > .separator {
        display: none;
    }

    .bg .conteudo .form-container {
        order: 1;
        margin-bottom: 50px;
    }

    .bg .conteudo .form-container > p {
        font-size: 25px;
    }

    .bg .conteudo .form-container #form-coverage-area .form-group {
        flex-direction: column;
    }

    .bg .conteudo .form-container #form-coverage-area .group {
        width: 100%;
        margin-bottom: 10px;
    }

    .bg .conteudo .form-container #form-coverage-area .nao_sei_cep {
        bottom: -90px;
    }

    .bg .conteudo form .btn {
        margin: 0;
        width: 100%;
    }

    .already-account {
        display: flex;
    }

    .row.lojas {
        display: none;
    }

    .bg .conteudo .owl-carousel {
        order: 10;
        margin-bottom: 50px;
    }

    .bg .conteudo .owl-carousel img {
        max-height: unset;
        min-height: unset;
    }

    .copyright-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 11;
    }

    .cep-opened .already-account {
        display: none;
    }

    .cep-opened .bg .conteudo .form-container {
        margin-bottom: 0;
    }

    .cep-opened .bg .conteudo .owl-carousel {
        display: none;
    }
}

@media only screen and (max-height: 900px) and (min-width: 800px) {
    .bg .conteudo .logo-container {
        margin-bottom: 30px;
    }

    .bg .conteudo .greeting {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .bg .conteudo > .separator {
        margin-bottom: 20px;
    }

    .bg .conteudo .form-container {
        margin-bottom: 60px;
        max-width: 730px;
    }

    .bg .conteudo .form-container > p {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .bg .conteudo .owl-carousel {
        max-width: 750px;
    }

    .bg .footer {
        padding: 2px 45px;
    }

    .bg .footer .already {
        font-size: 16px;
    }

    .bg .footer .already strong {
        font-size: 16px;
    }
}
