body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    width: 100vw;
    overflow-x: hidden;
}

#ipad {
    display: none;
}

.d-none {
    display: none;
}

.modal-answer,
.modal-answer-mobile {
    background-color: #FFFFFF;
    left: 50%;
    transform: translate(-50%, 0);
    top: 5%;
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    border-radius: 10px;
    padding: 0.7rem;
    box-sizing: border-box;
    position: fixed;
    z-index: 1;
}

.flex-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98%;
    padding: 1%;
    border: 1px solid #01327e;
    border-radius: 10px;
}

.flex-modal h3 {
    color: #000;
    font-size: 1.2rem;
    text-align: center;
}

.response-message-mobile,
.response-message {
    text-align: center;
}

.response-message h3 {
    color: #01327e;
}

.response-message p {
    color: #000;
}

.response-message h4 {
    color: #000;
    font-size: 0.5rem;
}

.myButton {
    background-color: #ff5101;
    border-radius: 10px;
    border: 1px solid #ff5101;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

.myButton:hover {
    background-color: #ff5101;
}

.myButton:active {
    position: relative;
    top: 1px;
}


main {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 6fr 2fr;
    grid-template-rows: 1fr;
    gap: 0;
    height: 100%;
    justify-content: end;
    align-content: start;
    justify-items: stretch;
    align-items: stretch;
    position: relative;
    top: 0;
    left: 0;
}

section#sec01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    background-image: url(https://image.news.lojastorra.com.br/lib/fe43157175640478751772/m/7/bannerdesk.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    position: relative;
}

aside {
    width: 100%;
}

form#dataForm {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    right: 0;
    position: fixed;
    background-color: #01327e;
    width: 30%;
    height: 100%;
}

form input[type="text"],
form input[type="date"] {
    width: 225px;
    margin: 5px;
    padding: 10px;
    font-size: 0.8rem;
    border-radius: 10px;
    outline: none;
    border: 0;
}

form input[id="email"] {
    text-transform: lowercase;
}

input[type="radio"] {
    -ms-transform: scale(1);
    /* IE 9 /
    -webkit-transform: scale(1); / Chrome, Safari, Opera */
    transform: scale(1);
}

form h1 {
    font-size: 1.5rem;
    width: 250px;
    text-align: left;
    margin-bottom: 8px;
    color: #fe0;
}

p#formTxt {
    font-size: 0.8rem;
    width: 250px;
    text-align: left;
    margin-top: 0;
    color: #FFF;
}

label#labelRadio {
    font-size: 0.8rem;
    width: 230px;
    text-align: left;
    margin-top: 5px;
    color: #FFF;
}

section#radioGroup {
    display: flex;
    flex-direction: row;
    margin: 5px 0;
    width: 230px;
}

section#radioGroup label {
    font-size: 0.8rem;
    text-align: left;
    margin-top: 0;
    color: #FFF;
}

label#labelOpcao2 {
    margin-left: 25px;
}

section#checkArea {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
    width: 250px;
}

label#consentimentoTxt {
    font-size: 0.8rem;
    width: 250px;
    color: #FFF;
}

label#consentimentoTxt a {
    color: #FFF;
}

p#obrigatorios {
    font-size: 0.8rem;
    width: 230px;
    text-align: right;
    margin-top: 0;
    color: #FFF;
}

form input[type="submit"] {
    width: 225px;
    margin: 5px 0;
    padding: 10px;
    font-size: 1rem;
    border-radius: 10px;
    outline: none;
    border: 0;
    background-color: #ff5103;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.5px
}

form input[type="submit"]:hover {
    opacity: 85%;
}

form input[type="submit"]:hover {
    cursor: pointer;
}

form a.logo {
    width: 125px;
    position: absolute;
    right: 0;
    top: 0px;
}

/*--------------------------------------------------------------------------------------------*/
section#saibaComoParticipar {
    box-sizing: border-box;
    width: 100%;
    background-color: #0045aa;
    margin: 0 auto;
    border-bottom: 0;
    padding: 1rem;
}

section#saibaComoParticipar h3 {
    font-size: 1.5rem;
    margin-left: 3.7rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: #ffd000;
}

section#saibaComo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    background-color: #0045aa;
    width: 70%;
    padding: 50px 10px;
}

div.regras {
    width: calc(100vw/6);
    border-radius: 10px;
    padding: 15px;
    background-color: #01327e;
    position: relative;
    text-align: left;
    color: #FFF;
    height: 100px;
}

div.regras h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

p.explicativo {
    font-size: 1rem;
    margin-top: 5px;
}

div.nums {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #ff5103;
}

div.nums p {
    text-align: center;
    position: absolute;
    top: -5px;
    left: 15px;
    font-size: 1rem;
    color: #FFF;
    font-weight: 600;
}

/*--------------------------------------------------------------------------------------------*/
#faq {
    width: 70%;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.faq-titulo {
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: 3.7rem;
    width: 70%;
    letter-spacing: 0px;
    color: #0045aa;
    font-size: 1.5rem;
}

.pergunta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #01327e;
    border-radius: 10px;
    padding: 1.5rem;
    font-weight: bold;
    width: 70%;
    height: 25px;
    margin-left: 6rem;
    margin-top: 0;
    margin-bottom: 0;
}

.pergunta p {
    font-size: 1.2rem;
    color: #fe0;
    text-align: left;
}

/*adicionar amanhã e ajustar textos*/
.pergunta i {
    color: #E32494;
    font-size: 33px;
    transition: all 0.5s ease;
}

.resposta {
    width: 70%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    transform: scaleY(0.2);
    transform-origin: top;
    margin-left: 6rem;
    padding-top: 1rem;
    padding-bottom: 1.7rem;
}

.resposta p {
    color: #0045aa;
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
}

.ativar {
    max-height: 650px;
    transform: scaleY(1);
    opacity: 1;
}

.fechar i {
    transform: rotate(180deg);
}

#regulamento {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 3.7rem;
    max-width: 300px;
}

#regulamento a {
    width: 225px;
    padding: 10px;
    font-size: 1rem;
    border-radius: 10px;
    outline: none;
    border: 0;
    background-color: #ff5103;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
}

#regulamento a:hover {
    opacity: 85%;
}

/*--------------------------------------------------------------------------------------------*/
#rodape {
    display: flex;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #01327e;
    width: 70%;
    padding: 2rem;
}

#rodape p {
    color: #FFF;
    font-weight: 600;
    font-size: 0.7rem;
}

.logofooter {
    position: absolute;
    left: 1%;
    width: 150px;
}

#sociais {
    position: relative;
    right: 10%;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

#sociais a {
    background-color: #ff5103;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

#sociais a i {
    margin-left: 7.5px;
    margin-top: 6px;
}

#sociais a:hover {
    opacity: 85%;
}


p#certificado {
    position: absolute;
    right: 5%;
}


/*--------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
    body {
        width: 100%;
    }

    #ipad {
        display: none;
    }
    

    #faq {
        width: 100%;
    }

    .faq-titulo {
        margin-top: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        width: 80%;
        letter-spacing: 0px;
        color: #0045aa;
        font-size: 1.5rem;
    }

    .pergunta {
        width: 80%;
        margin-left: 1rem;
        margin-top: 0;
        margin-bottom: 0;
        padding: 1.8rem;
        height: 40px;
    }

    .resposta {
        width: 80%;
        margin-left: 0rem;
        padding-top: 0.8rem;
        padding-bottom: 1.7rem;
    }

    #regulamento {
        margin-left: 1rem;
    }

    section#saibaComoParticipar {
        border-bottom: 1px solid #0045aa;
    }
}

@media only screen and (max-width: 899px) {
    main {
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 2fr;
        gap: 0;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        position: relative;
    }

    #ipad {
        display: none;
    }
    

    body {
        width: 100vw;
    }

    aside {
        width: 100%;
    }

    form#dataForm {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
    }

    form a.logo {
        top: 0;
    }

    section#sec01 {
        width: 100%;
        height: 100%;
        min-height: 720px;
        background-image: url(https://image.news.lojastorra.com.br/lib/fe43157175640478751772/m/7/bannermobile.png);
    }

    section#saibaComoParticipar {
        border-bottom: 1px solid #0045aa;
    }

    section#saibaComo {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 25px;
        background-color: #0045aa;
        width: 100%;
        padding: 10px 0px;
        box-sizing: border-box;
    }

    #faq {
        box-sizing: border-box;
        width: 100%;
        padding: 50px 0px;
    }

    .pergunta {
        width: 75%;
        margin-left: 1rem;
        margin-top: 0;
        margin-bottom: 0;
        padding: 1.8rem;
        height: 40px;
    }

    .resposta {
        width: 70%;
        margin-left: 2.5rem;
        padding-top: 0;
    }

    div.regras {
        width: 100%;
        padding: 0px;
    }

    #rodape {
        display: flex;
        align-items: center;
        justify-items: center;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding: 2rem 0;
        gap: 1.5rem;
    }

    .logofooter {
        position: relative;
        margin: 0 auto;
        width: 150px;
    }

    #sociais {
        position: relative;
        left: 3%;
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
    }


    p#certificado {
        position: relative;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 900px) {
    div.regras {
        width: 100%;
        padding: 12px;
    }

    #ipad {
        display: none;
    }
    
}

@media only screen and (max-width: 1100px) {
    div.regras {
        width: 150px;
        height: 120px;
    }

    #ipad {
        display: none;
    }
    
}

@media only screen and (min-width: 1400px) {
    section#sec01 {
        height: 900px;
    }

    #ipad {
        display: none;
    }
    
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    section#sec01 {
        display: none;
    }

    #ipad {
        display: block;
        height: 72vh;
        background-color: #01327e;
    }

    #ipad-img{
        width: 100%;
        height: 65vh;
    }

} 