/*--------------------------------------------------------------
* Fontes
--------------------------------------------------------------*/

@font-face{
  font-family: "Montserrat-ExtraBold";
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf');
}

@font-face{
  font-family: "Montserrat-Bold";
  src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face{
  font-family: "Montserrat-SemiBold";
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face{
  font-family: "Montserrat-Medium";
  src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}

@font-face{
  font-family: "Montserrat-Regular";
  src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face{
  font-family: "Montserrat-Light";
  src: url('../fonts/montserrat/Montserrat-Light.ttf');
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Geral
--------------------------------------------------------------*/

body {
    overflow-x: hidden;
    font-family: 'Montserrat-Bold';
    height: 100vh;
    background: url("../img/quest/bg01.webp") center;
    background-size: cover;
    position: relative;
}

body, ul, li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #002c4d;
}
a{
    text-decoration: none;
}
button{
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    border: 0;
}
.btn{
    background-color: #7fd6e9;
    border:0px solid;
    box-shadow:0px 0px 6px #000000;
    border-radius:20px 20px 20px 20px;
    cursor:pointer;
    margin:0;
    transition: ease-in-out 1s;
}
.btn_text{
    font-family: "t_soft_medium";
    color: #002c4d;
    font-size: 1.7em;
    transition: ease-in-out 1s;
}
.text_rf{
    color:#cc0935;
    transition: ease-in-out 1s;
}
.btn:hover{
    transform: scale(1.1);
    transition: ease-in-out 1s;
}
/*
.btn:hover .text_rf{
    color:#002c4d;
    transition: ease-in-out 1s;
}
.btn:hover .btn_text{
    color:#cc0935;
    transition: ease-in-out 1s;
}
*/
.logo{
    margin-top: 1em;
    height: 3em;
    margin-bottom: 2vh
}
#progresso{
    width: 80%;
}
@media (min-width: 550px){
    #progresso{
        width: 20%;
    }
}
.centro{
    text-align: center;
}
.divBotoes{
    display: grid;
    grid-template-columns: 50% 50%;
    bottom: 7vh;
    left: 0;
    height: 10px;
    position: fixed;
    width: 100%;
}
@media (min-width: 550px){
    .divBotoes{
        bottom: 13vh;
    }
}
.divBtnAnt{
    text-align: left;
    margin-left: 10%;
}
.divBtnProx{
    text-align: right;
    margin-right: 10%;
}
#idProx img{
   width: 90% 
}
#idAnt img{
   width: 90% 
}
.divQuest{
    margin-left: 5%;
    margin-right: 5%;
    height: 60vh;
    display: flex;
    align-items: center; /*centraliza horizontalmente*/
    justify-content: center; /*cetraliza verticalmente*/
}
.divQuest h2{
    font-family: "Montserrat-Bold";
    font-size: 2em;
    color: #050638;
}
.divQuest p{
    font-family: "Montserrat-Regular";
    font-size: 1em;
    color: #050638;
}
@media (min-width: 550px){
    .divQuest{
        height: 50vh;
    }
    .divQuest h2{
        font-size: 1.8em;
        width: 70%;
        margin-left: 15%;
    }
}
.inputs{
    width: 92%;
    font-family: "Montserrat-Regular";
    height: 2.5em;
    border: 1px solid #002c4d;
    border-radius: 13px 13px 13px 13px;
    color: #050638;
    font-size: 0.95em;
}
.fadeIn {
    animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.fadeOut {
    animation: fadeOut 1s ease-in-out;
}
@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
label{
    font-family: "Montserrat-Bold";
    color: #050638;
    font-size: 2em;
    cursor: pointer;
}
input[type='radio']{
    transform-origin: bottom;
    transform: scale(1.9);
    margin: 0vh 10px 2vh 0;
}
#imgGif{
    height: 6em;
}
.vCenter{
    
}
b{
    font-family: "t_soft_Bold";
}
.rosa{
    color: #cc0935;
}
.grid{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60vh;
    display: grid;
    grid-template-columns: 28% 44% 28%;
    grid-template-rows: 100%;
}
.imgs{
    position: absolute;
    height: 22em;
    bottom: 0;
    margin-bottom: -5px;
    z-index: -9;
}
.mobi{
    margin-top: 4em;
}
#idIdade{
    width: 260px;
}
.btnG{
    text-align: center;
    background-color: #05D122;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #05D122;
    border-radius: 15px;
    color: white;
    box-shadow: 0px 0px 12px 3px rgba(0,0, 0, 0.4);
    cursor: pointer;
    margin-top: -3vh;
    height: 11vh;
}
@media(min-height: 730px) and (max-height: 799px) and (max-width: 550px){
    .btnG{
        margin-top: 5vh;
    }
}
@media(min-height: 800px) and (max-height: 899px) and (max-width: 550px){
    .btnG{
        margin-top: 12vh;
    }
}
@media(min-height: 900px) and (max-width: 550px){
    .btnG{
        margin-top: 13vh;
    }
}
@media(min-width: 550px){
    .btnG{
        width: 26%;
    }
}
.btn_textW{
    font-family: "Montserrat-ExtraBold";
    color: white;
    font-size: 1.2em;
    transition: ease-in-out 1s;
}

.btnG:hover{
    transform: scale(1.1);
    transition: ease-in-out 1s;
}
.btnG:hover .btn_textW{
    color:#FFFF00;
    transition: ease-in-out 1s;
}
p{
    font-size: 1.05em;
    margin-top: -20px;
}
#finalizar{
    width: 102%;
    background: url(../img/quest/bg05.webp) center;
    height: 101vh;
    background-size: cover;
    position: relative;
    margin: 0%;
}
#finalizar h2{
    line-height: 1.5;
    margin: 18vh auto 0 auto;
    font-size: 1.85em;
    font-family: 'Montserrat-ExtraBold';
    color: white;
}
@media (min-width:550px){
    #finalizar{
        background: url(../img/quest/bgPC.webp) center;
        background-size: cover;
        height: 117vh;
    }
    #finalizar h2{
        margin: 32vh auto 0 auto;
    }
}
#finalizar h2 span{
    color: #02FCEE;
}
#finalizar label{
    margin: 0 10px 0 auto;
    color: white;
    font-size: 1.5em;
}
#imgCadeado{
    width: 60%;
}
@media (min-width:550px){
    #imgCadeado{
        width: 14%;
    }
}
#imgFinalizar{
    margin-top: 0vh;
    height: 12vh;
}
.mTop{
    position: relative;
    z-index: 10;
    margin-top: 4vh;
}
.txtBox{
    background-color: white;
    width: auto;
    border: 2px solid white;
    border-radius: 8px;
}
.cadeado{
    height: 1em;
}
.divBotoes footer{
    background-color: white;
    color: black;
}
#result{
    text-align: center;
    width: 100%;
    background: url("../newImg/result-BG.webp") center;
    height: 100vh;
    background-size: cover;
    position: absolute;
}
#result h2{
    margin-top: 16vh;
}
#result p{
    font-size: 1.05em;
    margin-top: 35px;
}
#result h1{
    width: max-content;
    margin: -17px auto;
    font-size: 2.7em;
}
#result h3{
    margin-top: 15vh;
}
#result h5{
    margin: 0 30px;
    text-align: left;
}
@media (min-width: 850px){
    #result h5{
        text-align: center;
    }
}
#result .btnG{
    border-radius: 14px;
    padding: 8px 8px 8px 8px;
}
#result .divBotoes{
    background-color: white;
    color: black;
    height: unset;
    grid-template-columns: 75% 25%;
}
#result .divBotoes p{
    font-size: 7px;
    margin: 0 4px;
    text-align: justify;
}
#result .divBotoes .logo{
    height: 1.5em;
    margin-top: 0.6em;
}

#result97{
    text-align: center;
    width: 100%;
    background: url("../newImg/BG_97.webp") center;
    height: 100vh;
    background-size: cover;
    position: absolute;
}
#result97 p{
    font-size: 1.05em;
    margin-top: 30px;
}
#result97 h1{
    width: max-content;
    margin: -17px auto;
    font-size: 2.7em;
}
#result97 h2{
    margin-top: 1.1em;
    font-size: 1.2em;
}
#result97 h3{
    font-size: 0.9em;
    margin: 0 10px 0;
}
#result97 h5{
    margin: 21.5vh 30px;
    font-size: 0.7em;
}
@media (min-height: 680px) and (max-height: 740px){
    #result97 p {
        margin-top: 50px;
    }
    #result97 h3{
        font-size: 0.9em;
        margin: 3vh 10px 2vh;
    }
    #result97 h5{
        margin: 24vh 30px;
        font-size: 0.75em;
    }
}
@media (min-height: 741px) and (max-height: 840px){
    #result97 h5{
        margin: 26vh 20px;
        font-size: 0.75em;
    }
}
@media (min-height: 841px){
    #result97 p {
        font-size: 1.5em;
        margin-top: 80px;
    }
    #result97 h1 {
        width: max-content;
        margin: -26px auto;
        font-size: 2.7em;
    }
    #result97 h2 {
        margin-top: 2em;
        font-size: 1.5em;
    }
    #result97 h3 {
        font-size: 1em;
        margin: 2vh 10px 2vh;
    }
    #result97 .btnTxtG{
        font-size: 1.2em;
    }
    #result97 h5 {
        margin: -0.5vh 25px;
        font-size: 0.75em;
    }
}

@media (min-width: 850px){
    #result97 h2{
        margin-top: 25.1em;
        font-size: 1.2em;
    }
    #result97 h3{
        font-size: 0.7em;
        margin: -1vh 10px 0vh;
    }
    #result97 h5{
        margin: -2vh 25px;
        font-size: 0.75em;
    }
}

#fim{
    display: grid;
    background-color: white;
    color: black;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: unset;*/
    /*position: unset;*/
    grid-template-columns: 75% 25%;
}
#fim p{
    font-size: 7px;
    margin: 0 4px;
    text-align: justify;
}
#fim .logo{
    height: 1.5em;
    margin-top: 0.6em;
    margin-left: 5px;
    margin-right: auto;
}
.aviso{
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: grey;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.4);
}
.escrito{
    padding: 7px;
}