﻿@charset "utf-8";

@font-face {
    font-family: 'RobotoRegular';
    font-display: block;
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'bigNoodleTitling';
    font-display: block;
    src: url('../fonts/big_noodle/big_noodle_titling.ttf') format('truetype');
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    font-family: 'RobotoRegular' !important;
    font-weight: bold;
    color: #425CC7;
}

.select-local, .select-time-favorito {
    font-family: 'RobotoRegular' !important;
    font-weight: bold;
    color: #425CC7;
    border-radius: 25px;
}

.form-select {
    background-image: url('../img/seta-para-baixo.png') !important;
}

/*------------ página inicial -----------------*/

.vertical-align {
    display: flex;
    align-items: center;
}

body {
    background-image: url("../img/BG.png") !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #761816;
    overflow: none;
}

.logo {
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.centraliza {
    margin: 0 auto;
    display: table;
}

.itens-rodape {
    margin-left: -30px;
    background-color: #F02B3C;
    padding-top: 3px;
    padding-bottom: 7px;
}

    .itens-rodape a {
        padding-right: 10px;
        padding-left: 10px;
        color: white !important;
        text-decoration: none;
        font-size: 13px;
    }

.form-check-input {
    height: 1.3em !important;
    margin-top: 0.15em !important;
}

.borda {
    border-right: 1px solid white;
}

#footer {
    background-color: #771712;
    padding-bottom: 10px;
    margin-top: 55px;
}

.txt-footer {
    color: white;
    font-family: 'bigNoodleTitling';
    font-size: 21px;
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.direitos {
    color: white;
    font-family: 'RobotoRegular';
    font-size: 11px;
    text-align: center;
    margin-bottom: 0px !important;
}

/*------------------- STEP ----------------------*/

* {
    box-sizing: border-box;
}

body {
    background-color: #f1f1f1;
}

.dataAniversario p {
    margin: 0 auto;
}

.txt-etapa {
    font-family: 'RobotoRegular';
    color: white;
    font-size: 14px;
}

#dia, #Day {
    text-align: center;
    border: none !important;
    border-radius: 25px;
    width: 130px !important;
}

#mes {
    color: #425CC7 !important;
    height: 35px;
    font-weight: 600;
    text-align: center;
    border: none !important;
    border-radius: 25px;
    width: 170px !important;
}

#ano,#Year {
    text-align: center;
    border: none !important;
    border-radius: 25px;
    width: 130px !important;
}

.tab-aniversario {
    display: flex;
}

.selecionarLoja {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px !important;
    border-radius: 25px;
    border: none;
    color: #425CC7;
    font-family: 'RobotoRegular';
    font-weight: bold;
    font-size: 16px;
    border: none !important;
}

    .selecionarLoja option {
        background-color: #4E4E4E;
        border: none !important;
        color: white !important;
        height: 50px !important;
    }

select {
    overflow-y: auto;
}

.txt-dados {
    color: white;
    text-align: center;
    font-size: 11px;
    margin-top: 10px !important;
}

.txt-campanha {
    color: white;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px !important;
}

.txt-label {
    font-size: 12px;
    text-align: left;
    color: white !important;
    margin-left: 20px !important;
    margin-bottom: 0px !important;
}

.txt-campanha a, .txt-dados a {
    color: white !important;
}

    .txt-campanha a:hover, .txt-dados a:hover {
        color: red !important;
    }

.step1 {
    width: 72%;
    margin: 0 auto;
    margin-top: 20px;
}

.logo-mobile {
    display: none;
}

.obrigado {
    display: flex;
    margin-top: 65px;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.img-5off {
    width: 100%;
}

.txt-5off {
    color: white;
    font-family: 'RobotoRegular';
    font-size: 18px;
    margin-top: 30px;
    line-height: 35px;
}

.step6 {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px !important;
}

/*.step1 .tab,.step3 .tab, .step5 .tab, .step6 .tab, .step4 .tab {
  height: 380px;
}*/

.aproveite {
    padding: 5px 15px;
    color: #F32735;
    font-family: 'RobotoRegular';
    font-weight: bold;
    background-color: white;
    border-radius: 25px;
}

.seu-email {
    padding: 4px 13px;
    color: #425CC7;
    font-family: 'RobotoRegular';
    font-weight: bold;
    background-color: #f4bb00;
    border-radius: 25px;
}

input::placeholder {
    color: #425CC7 !important;
    font-family: 'RobotoRegular';
    font-weight: bold;
    font-size: 16px;
}

#regForm, #cadastro {
    background-color: #425CC7 !important;
    margin: 25px auto;
    border-radius: 12px;
    padding: 20px;
    width: 700px !important;
}

.labelCadastro {
    margin-left: 15px;
}

#regForm h1, #cadastro h1 {
    text-align: center;
    color: #FFFFFF;
    font-family: 'bigNoodleTitling';
    font-size: 32px;
    margin-top: 35px;
}

#regForm input, #cadastro input, .select-local {
    padding: 5px 5px 5px 15px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

.box-step {
    margin-bottom: 20px;
}

.form-check-input {
    width: 1em !important;
}

.form-check-label {
    color: white;
    font-family: 'RobotoRegular';
    margin-left: 10px !important;
}

.seta {
    margin-right: 10px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.respostas {
    display: flex;
    width: 650px;
    flex-wrap: wrap;
    margin: 0 auto !important;
}

.chopp {
    text-transform: uppercase;
}

.respostas img {
    margin-bottom: 3px;
    padding: 0px 15px 0px 15px;
}

.marcaPreferida {
    margin-bottom: 50px !important;
    font-size: 12px;
    color: white;
    text-decoration: none;
    font-family: 'RobotoRegular';
    text-align: center;
    margin: 0 auto;
    display: table;
}

    .marcaPreferida:hover {
        color: #F32735;
    }

#nextBtn {
    margin-bottom: 20px !important;
    margin: 0 auto;
    display: table;
    background-color: #F32735;
    color: #ffffff;
    border: none;
    padding: 10px 110px 6px 110px;
    font-size: 16px;
    font-family: 'RobotoRegular';
    font-weight: bold;
    border-radius: 25px;
}

#nextBtn:hover {
    background-color: #d72330;
}

#prevBtn {
    background-color: transparent;
    border: none;
    color: white;
    font-family: 'RobotoRegular';
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.inputs-cadastro {
    display: flex;
    gap: 10px;
}

.cadastro {
    display: grid;
    gap: 15px;
    margin-top: 10px;
}

.label-input {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: white;
    width: 50%;
}

.input-name {
    margin-right: 20px;
}

.input-nome-completo {
    border-radius: 20px !important;
}

.label-input-name {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: white;
}

.input-email {
    width: 50%;
}

.step2 .cadastro {
    margin: 0 auto;
}

.label-input input {
    border-radius: 25px;
}

.tab-anviversario {
    display: flex;
    margin-top: 10px;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: white;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: white;
        opacity: 1;
    }

.form-check .form-check-input:checked {
    background: #F32735 !important;
}

@media (min-width: 1600px) {
    /* #footer {
    position: absolute;
    bottom: 0px !important;
    width: 100%;
  }*/
}

@media (min-width: 1200px) {
    .card-pesquisa .card, .card-mensagem .card {
        width: 600px !important;
        margin: 0 auto;
    }

    .step3 h1 {
        width: 60%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .cadastro {
        margin-bottom: 20px;
    }

    p.txt-label {
        padding-bottom: 10px;
    }

    #dia, #Day, #ano, #Year {
        width: 80px !important;
    }
    .inputs-cadastro {
        display: block;
    }

    .input-name, .input-email {
        width: 100% !important;
    }

    .txt-footer {
        font-size: 19px;
        margin-top: 8px !important;
        margin-bottom: 0px !important;
    }

    .itens-rodape a {
        color: #8395D6 !important;
        text-decoration: underline;
        border-right: none;
    }

    .centraliza ul {
        line-height: 30px;
        text-align: center;
        display: block !important;
    }

    .itens-rodape {
        background-color: #042D74;
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    body {
        background-size: auto;
        background-color: #425CC7 !important;
        background-image: none !important;
    }

    #regForm, #cadastro {
        margin: 0px auto !important;
        padding: 0px 20px 20px 20px !important;
    }

    .card-pesquisa .card-body {
        padding: 0rem 1rem 3rem 1rem !important;
    }

    #regForm, .step1, .step2, .selecionarLoja, .step6, #cadastro {
        width: 100% !important;
    }

        #regForm h1, #cadastro h1 {
            margin-top: 0px !important;
        }

    #mes {
        width: 120px !important;
    }

    #ano {
        width: 80px !important;
    }

    #nextBtn {
        padding: 10px 30px 6px 30px;
        width: 100%;
    }

    .logo-mobile {
        width: 100px;
        margin: 30px auto;
        display: table;
    }

    .logo {
        display: none;
    }

    .obrigado {
        display: block;
        margin-top: 15px !important;
    }

    .img-5off img {
        margin: 0 auto;
        display: table;
    }

    .step6 {
        margin-top: 0px !important;
    }

    .respostas {
        width: 305px;
        margin-top: -20px !important;
    }

    .marcaPreferida {
        margin-bottom: 20px !important;
    }

    .respostas img {
        padding: 0px !important;
    }

    .respostas label img {
        width: 70px;
    }

    ol, ul {
        padding-left: 0rem !important;
    }

    .respostas li {
        font-size: 10px !important;
        margin-bottom: 10px !important;
    }

    .step2 .cadastro, .checkbox-cadastro {
        width: 100% !important;
    }

    .respostas label {
        padding: 0px !important;
    }
}





.respostas ul {
    list-style-type: none;
    margin-top: 30px;
}

.respostas li {
    margin-bottom: 30px;
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: white;
    display: inline-block;
    text-align: center;
}

.respostas input[type="checkbox"][id^="cb"] {
    display: none;
}

.respostas label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    cursor: pointer;
}

.respostas :checked + label {
    border-color: #ddd;
}

    .respostas :checked + label::before {
        content: "";
    }

    .respostas :checked + label img {
        transform: scale(0.9);
        z-index: -1;
    }

.selected-answer {
    border: 2px solid #fff;
}

.form-check-label a {
    color: white;
    font-size: 11px !important;
}

.form-check-label {
    font-size: 12px !important;
}

.checkbox-cadastro {
    width: 90%;
    margin: 0 auto;
    display: table;
    margin-top: 30px !important;
    margin-bottom: 40px;
}

#toast {
    background-color: #f01a26;
    margin-top: 35px;
    width: 350px;
    position: fixed;
    top: 0px;
    right: 1%;
    z-index: 99999;
}

.toast-header {
    display: block;
}

.close {
    margin-top: -13px;
    position: absolute;
    right: 9px;
    color: white !important;
    background-color: transparent;
    border: none;
}

.toast-body {
    font-weight: 400;
    display: flex;
    width: 100%;
}

#msgErro {
    color: white;
    font-size: 14px;
    margin-bottom: 0px !important;
    margin-left: 5px;
}

.toast-header strong {
    color: black;
}

.toast-header {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.fa-exclamation-triangle {
    color: white;
}

.validation-summary-errors.text-danger {
    position: relative;
    padding: 0.45rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 14px;
    margin: 0 auto;
    display: table;
    text-align: center;
    margin-top: 20px;
}

    .validation-summary-errors.text-danger ul {
        list-style: none !important;
        padding-left: 0rem !important;
        margin-bottom: 0.3rem !important;
    }

span#msg-erro, span#msg-mes {
    position: relative;
    padding: 0.45rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 14px;
    margin: 0 auto;
    display: table;
    text-align: center;
    margin-top: 20px;
}

span#msg-termo {
    padding: 0.45rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 14px;
    margin-top: 40px !important;
}

span#msg-optIn {
    padding: 0.45rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 14px;
    margin-top: 40px !important;
}

span.field-validation-error.text-danger {
    padding: 0.45rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 14px;
    margin-top: 15px !important;
    margin: 0 auto;
    display: table;
    margin-bottom: -20px;
}

.termos {
    margin-bottom: -25px;
}
