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

h1 {
    font-size: 1.8rem;
    font-family: 'Kalam', cursive;
}

h2 {
    font-size: 1.2rem;
    font-family: 'Kalam', cursive;
}

.font-kalam {
    font-family: 'Kalam', cursive;
}

.title {
    font-size: 22px;
    font-size: 1.4rem;
}


.subtitle {
    font-family: 'arial', sans-serif;
}

.w-350 {
    max-width: 350px;
    width: 100%;
}

.bg-banner {
    background-color: #00aeff;
}

.bg-banner2 {
    background-color: #7e3ba5;
}

.banner {
    background-image: url(../img/elipse-mobile.png), url(../img/dog.png), url(../img/cat.png), url(../img/forma1-mobile.png), url(../img/pegadas-mobile.png);
    background-size: auto, 140px, 130px, 340px, 60px;
    background-position: center bottom, left 20px bottom 10px, right 30px bottom 30px, left bottom, right 20px bottom 140px;
    background-repeat: no-repeat;
    min-height: 600px;
}

.btn-marca {
    background-color: #ee7700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
    font-size: 1.2rem;
}

.btn-marca:hover, input[type=radio]:checked~label {
    background-color: #c76300;
    color: #fff;
    border-radius: 25px;
}
.btn-quiz2:hover, .btn-quiz2:checked {
    background-color: #c76300;
    color: #fff;
}
.btn2 {
    font-size: 1rem;
}

.btn-border {
    background-color: #fff;
    color: #ee7700;
    border: 1px solid #ee7700;
}


.shake {
    animation: shake 2s linear both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}




.btn-quizz {
    background-color: #eeeeee;
    color: #333;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.2rem;
}

.btn-quizz:hover {
    background-color: #ee7700;
    color: #fff;
    border-radius: 25px;
}

.btn-quiz1 {
    background-color: #eeeeee;
    color: #333;
    border-radius: 25px;
    border: #b3b3b3 solid 2px;
    white-space: inherit!important;
}

.btn-quiz2 {
    background-color: #eeeeee;
    color: #333;
    border-radius: 25px;
    font-size: 1rem;
}

.btn-grey {
    color: #b1b1b1;
    background-color: transparent;
    border-style: solid;
    border-color: #b1b1b1;
    font-weight: bold;
    border-width: 1px;
    font-size: 14px;
}

.btn-hiperlink {
    transition: .5s;
    border-radius: 30px;
}

.btn-hiperlink:hover {
    color: #fff;
    text-decoration: none;
    transition: .2s;
    font-weight: bold;
    background-color: #ff8625;
    border-color: transparent;

}

.btn-press {
    color: #fff;
    font-weight: bold;
    background-color: #1caaff;
}

.mini-logo {
    max-width: 120px;
    width: 100%;
}

.panel-title {
    color: #ee7700;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8rem;
}

.contador {
    background-color: #eeeeee;
    width: fit-content;
    font-family: 'Kalam', cursive;
}

.total-acertos,
.user-acertos {
    font-size: 2.3rem;
}

.rodape {
    background-color: #eee;
    font-size: 10px;
}

/*btns compartilhar redes sociais*/
#btn-compartilhar {
    text-decoration: none;
}

p.btn-text-compartilhar {
    font-size: 130%;
    text-align: left;
    line-height: 120%;
    color: #fff;
}

.btn-box-compartilhar {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

img.btn-icon-compartilhar {
    margin-right: 25px;
}

/*fim btns compartilhar redes sociais*/

/*botao facebook*/
.fb-width {
    max-width: 400px;
    margin: 20px auto 15px auto;
    background-color: #3b5998;
    padding: 10px;
    border-radius: 50px;
}

/*fim botao facebook*/

/*botao whatsapp*/
.wp-width {
    max-width: 400px;
    margin: 20px auto 15px auto;
    background-color: #4cca5a;
    padding: 10px;
    border-radius: 50px;
}

/*fim botao whatsapp*/

/*botao Twitter*/
.twitter-width {
    max-width: 400px;
    margin: 20px auto 15px auto;
    background-color: #65bbf2;
    padding: 10px;
    border-radius: 50px;
}

/*fim botao Twitter*/

/* modal */
#mascara {
    background: #fafafa;
    display: none;
    height: 100%;
    left: 0;

    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.form-modal {
    margin: 1.5rem auto 0;
    max-width: 100%;
    position: absolute;
    width: 90%;
    z-index: 10000;
    background-color: transparent;
    border-radius: 0;
    top: 5%;
    left: 0;
    right: 0;
}

.modal-content {
    padding: 10px 30px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.95) !important;
}

.modal-backdrop.in {
    opacity: .95;
}

.close-modal {
    text-align: right;
    color: #fff;
}

.close {
    font-size: 3rem;
    margin: 1rem 2rem;
}

/* fim modal */

/* animação form */
.form {
    display: none;
}

#step_1 {
    display: block
}

.scale-up-right {
    -webkit-animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
    animation: scale-up-right 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both;
}

@-webkit-keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

@keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
}

/* fim da animação */

/* form */

/* mudar a cor do loading*/
/*.loading_msg {
    color: #000;
} */

.form-control {
    padding: 1rem;
    display: block;
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #666;
    background-color: #eeeeee;
    background-clip: padding-box;
    border: 0rem solid #eeeeee;
    border-radius: 25px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    background-color: #eeeeee !important;
}

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 transparent;
    box-shadow: inset 0 -2px 0 transparent;
    background-color: #eeeeee !important;
}

textarea:not(textarea), textarea.form-control:not(textarea), input.form-control:not(textarea), input[type=text]:not(textarea), input[type=password]:not(textarea), input[type=email]:not(textarea), input[type=number]:not(textarea), [type=text].form-control:not(textarea), [type=password].form-control:not(textarea), [type=email].form-control:not(textarea), [type=tel].form-control:not(textarea), [contenteditable].form-control:not(textarea) {
    height: calc(2.81875rem + 0rem);
}

textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    font-size: 1rem;
    -webkit-box-shadow: inset 0 -1px 0 transparent;
    box-shadow: inset 0 -1px 0 transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

select, select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem 0;
    font-size: 1rem;
    padding-left: 13px;
    font-weight: bold;
    background-size: 13px;
    background: url(../img/arrow-select-2.png) no-repeat right center;
    background-color: #eeeeee;
    -webkit-box-shadow: inset 0 0px 0 #ddd;
    box-shadow: inset 0 0px 0 #ddd;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.81875rem + 0rem);
}

select:focus, select.form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 transparent;
    box-shadow: inset 0 -2px 0 transparent;
}

.form-label-group {
    position: relative;
}

.form-label-group>input,
.form-label-group>label {
    padding: 10px;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    font-size: 1rem;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 15px;
    padding-bottom: 6px;
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

select, select.form-control {
    color: #495057 !important;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/* fim form */

/* corrige cor de checkbox e radio */

.custom-control-label::before {
    background-color: #dee2e6 !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ee7700 !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ee7700 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #ee7700 !important;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* borda arredondada */
/* .custom-checkbox .custom-control-label::before {
    border-radius: 0;
} */

/* fim checkbox e radio */


#form_container {
    max-width: 600px;
    width: 100%;
    padding: 20px;
}

.cookies {
    position: fixed;
    bottom: 0;
    background-color: #f0f0f0;
    background-color: rgba(238, 238, 238, 0.85);
    left: 0;
    right: 0;
    padding: 10px;
    color: #333;
    z-index: 20000000000;
}

.cookies p {
    font-size: 11px;
    margin: 0;
}

@media screen and (min-width:576px) {
    .banner {
        background-size: auto, 180px, 160px, 360px, 70px;
        background-position: center bottom, left 60px bottom 10px, right 110px bottom 30px, left bottom, right 80px bottom 110px;
    }
}

@media screen and (min-width:768px) {
    h2 {
        font-size: 1.5rem;
    }

    .form-modal {
        width: 60%;
    }

    .banner {
        background-image: url(../img/elipse-desktop.png), url(../img/dog.png), url(../img/cat.png), url(../img/forma1-desktop.png), url(../img/forma2-desktop.png), url(../img/pegadas1-desktop.png), url(../img/pegadas2-desktop.png);
        background-size: auto, 200px, 180px, 460px, 460px, auto, auto;
        background-position: center bottom, left 30px bottom 10px, right 50px bottom 30px, bottom 50px left, right -20px top, bottom 20px center, top -110px center;
    }
}


@media screen and (min-width: 1200px) {
    .subtitle {
        font-size: 26px;
        font-size: 1.6rem;
    }

    .cookies p {
        font-size: 12px;
    }
}

@media screen and (min-width:1280px) {
    .title {
        font-size: 48px;
        font-size: 3rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .banner {
        background-image: url(../img/elipse-desktop.png), url(../img/dog.png), url(../img/cat.png), url(../img/forma1-desktop.png), url(../img/forma2-desktop.png), url(../img/pegadas1-desktop.png), url(../img/pegadas2-desktop.png);
        background-size: auto, 280px, 260px, auto, auto, auto, auto;
        background-position: center bottom, left 30px bottom 10px, right 50px bottom, bottom left, right top, bottom 50px center, top -70px center;
    }
}

.img-fluid {
    display: none
}

.message-success {
    color: #ee7700;
    font-weight: bold;
    line-height: 1.8rem;
    text-align: center;
    margin: auto;
    display: none;
}
