/*
	Zerando as configurações
*/
@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Medium.otf)
  }

*{margin:0;padding:0;font-size:100%;font-family:Montserrat;font-weight:normal;
box-sizing:border-box;border:none;outline:none;}
img{max-width:100%;}
ul{list-style:none;}
a{text-decoration:none; color: #fff;}
h2{font-size:1.5em;color:#333;}
p{font-size:1em;color:#777;}

body, html {
    height: 100%;
    margin: 0;
  }

.btn{
    border:none
}

#bg {
    position: fixed; 
    top: 0; 
    left: 0; 
   
    min-width: 100%;
    height: 100%;
  }

  .collapse {
    height: 0px;
    overflow: hidden;
    display: block;
}

a.anchor {
    color:#000;
    text-decoration:none;
    }

.container_pergunta{
    position: fixed; 
    top: 0; 
    left: 0; 
    /* Preserve aspet ratio */
    min-width: 100%;
    height: 100%;
}

.container_index{
    text-align: center; 
    position: fixed; 
    top: 0; 
    left: 0; 
    /* Preserve aspet ratio */
    min-width: 100%;
    height: 100%;
}

.logo_perguntas{
    position: fixed; 
    width: 80%;
    height: 50px;
    top: 15%;
    margin-left: 10%;
    margin-bottom: 40%;
}

.logo_perguntas img{
    width: auto;
    height: auto;
}

.logo_index{
    position: fixed; 
    width: 100%;
    height: 50px;
    top:5%;
    margin-left: 1%;
    margin-bottom: 85%;
}

.logo_index img{
    width: auto;
    height: auto;
}

.opcoes_app{
    position: fixed; 
    width:100%;
    top:75%
}


.botao_padrao{
	float: left;
    clear:left;
    margin-bottom: 8%;
    margin-left: 30%;
    padding-top:10px;
    padding-bottom:10px;
    width: 45%;
    background: #293150;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    color:#fff;
    font-size: 1.0em;
}

.botao_avancar{
    position:fixed;
    bottom: 7%;
    left: 33%;
    padding-top:10px;
    padding-bottom:10px;
    width: 35%;
    background: #293150;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    color:#fff;
    font-size: 0.7em;
}

.botao_voltar{
    position: fixed;
    right: 5%;
    top:5%;
    /*width: 100px;*/
    height: 40px;
    color: #000;
    font-size: 1.0em;
}

.titulo_pergunta{
    position: fixed;
    margin-left: 10%;
    margin-top: 35%;
    width: 80%;
    height: 30px;
    background: #293150;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    text-align: center;
    padding-top: 5px;
	background-color: #293150;
	color:#FFF;
    font-size: 1.0em;
    line-height: 1.5;
    overflow-y: scroll;
}


.pergunta{
    position: fixed;
    margin-left: 10%;
    margin-top: 45%;
    width: 80%;
    min-height: 150px;
    max-height: 50%;
    background: #293150;
    /*box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;*/
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
	background-color: #fff;
	color:#000;
    font-size: 1.0em;
    line-height: 2.0;
    overflow-y: scroll;
}

.form_qualidade_da_agua{
    position: fixed;
    margin-left: 10%;
    margin-top: 55%;
    width: 80%;
    height: 400px;
    background: #293150;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    text-align: center;
    padding-top: 20px;
	background-color: #fff;
	color:#000;
    font-size: 1.0em;
    line-height: 1.5
}

.form_dados_qualidade_da_agua{
    margin-left: 5%;
    text-align: left;
    font-size: 1.1em;
}

.form_dados_qualidade_da_agua input{
    margin-top: 10%;
    border: 1px solid;
    border-color: #23C7B6;
    border-radius: 5px;
    width: 50px;
}

.form_dados_qualidade_da_agua button{
    margin-top: 20%;
    margin-left:25%;    
}



.pergunta div{
           
    text-align: center;
    
}

/*.pergunta hr {
	border: 0;
	border-top: 1px  solid rgba(85, 83, 83,0.5);
    size: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
}*/

.respostas{
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.botao_resposta{
	float: left;
    width:auto !important;
    height: 40px;
    background: #23C7B6;
    border-radius: 15px;
    text-align: center;
	font-weight: bold;
    margin-right: 25px;
    font-size: 0.9em;
    color:#000;
    margin: 0 auto;
    min-width: 25%;
}

.form_escolha_avaliacao button{
    margin-top: 25%;
    margin-left:23%;    
}

.botao_avaliacao{
	float: left;
    width: 55%;
    height: 60px;
    background: #23C7B6;
    border-radius: 15px;
    text-align: center;
	font-weight: bold;
    font-size: 1.0em;
    color:#000;
}

.botao_avaliacao_peixe_parasita{
	float: left;
    width: 55%;
    height: 80px;
    background: #23C7B6;
    border-radius: 15px;
    text-align: center;
	font-weight: bold;
    font-size: 1.0em;
    color:#000;
}

.precisa_ajuda{
    float: left;
    clear:left;
    width:100%;
    margin-top:0px;
    color: #333;
}

.precisa_ajuda a{
    font-size: 0.5em;
    color:#777;
}

.grupo_sintomas{
	float: left;
    width: 100%;
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
}

.resultado_final{
    position: fixed;
    margin-left: 0%;
    margin-top: 0%;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 1.0em;
    line-height: 1.5
}

.topico_resultado{
    
    margin-left: 5%;
    margin-top: 35%;
    width: 90%;
    min-height: 30px;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
    text-align: center;
	background-color: #293150;
	color:#FFF;
    font-size: 1.0em;
    line-height: 1.5
}

.resultado ul{
    color:#000;
    list-style-type: circle;
}

.resultado{
    margin-left: 5%;
    margin-top: 5%;
    width: 90%;
    max-height: 150px;
    max-height: 45%;
    /*box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;*/
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
	background-color: #FFF;
	color:#000;
    font-size: 1.0em;
    text-align: justify;
    overflow-y: scroll;
}


@media screen and (max-width: 380px) and (max-height: 670px) {

    .opcoes_app{
        top: 70%;
    }

    .logo_index{
        top:15%;
    }

}

@media screen and (min-height: 730px) {
   
    
    .container_index{
        padding-top: 10%;
    }
    
    .botao_padrao{
        margin-bottom: 10%;
    }
}

@media screen and (min-width: 700px) and (min-height: 1700px) {

    .logo_index{
        top:15%;
    }

    .botao_padrao{
        margin-bottom: 15%;
        margin-left: 30%;
        padding-top:10px;
        padding-bottom:10px;
        width: 45%;
        font-size: 2em;
    }

    .container_index{
        padding-top: 20%;
    }

    .precisa_ajuda a{
        font-size: 1.0em;
    }

    .botao_voltar{
        font-size: 2.0em;
        right: 20px;
    }

    .titulo_pergunta{
        position: fixed;
        margin-left: 10%;
        margin-top: 50%;
        width: 80%;
        height: 60px;
        font-size: 2.0em;
    }
    
    .pergunta{
        margin-top: 45%;
        top:7%;
        width: 80%;
        min-height: 150px;
        font-size: 2.0em;
    }

    .logo_perguntas{
        margin-bottom: 70%;
    }

    .respostas{
        height: 80px;
        bottom: 10%;       
    }

    .botao_resposta{
        height: 60px;        
        font-size: 1.5em;
    }

    .form_qualidade_da_agua{
        margin-top: 85%;
        height: 900px;
        font-size: 1.0em;
    }

    .form_qualidade_da_agua h4{
        font-size: 2.5em;
    }
    
    .form_dados_qualidade_da_agua{
        margin-left: 10%;
        font-size: 2.0em;
    }
    
    .form_dados_qualidade_da_agua input{
        margin-top: 15%;
        width: 50px;
        border: 1px solid;
        border-color: #23C7B6;
        border-radius: 10px;
    
    }
    
    .form_dados_qualidade_da_agua button{
        margin-top: 15%;
        margin-left:25%;
        height: 130px;
        border-radius: 50px;
        font-size: 1.2em;
    }

    .form_escolha_avaliacao button{
        margin-top: 23%;
        margin-left:23%;
        height: 130px;
        border-radius: 50px;
        font-size: 1.5em;
    }

    .topico_resultado{
        margin-top: 35%; 
        margin-left: 5%;
        width: 90%;  
    }
    .resultado{
        min-height: 50%;
    }

    .resultado_final{
        font-size: 2.5em;
        margin-top: 5%;
    }
}

/*Tab A*/
@media screen and (min-width: 1000px) and (min-height: 1800px) {

    .logo_index{
        width: 100%;
        height: 50px;
        margin-left: 1%;
    }

    .respostas{
        height: 80px;
        bottom: 10%;        
    }

    .botao_resposta{
        height: 80px;
        font-size: 2.2em;      
    }

    .botao_padrao{
        margin-bottom: 10%;
        margin-left: 30%;
        padding-top:15px;
        padding-bottom:15px;
        width: 45%;
        font-size: 2.2em;
    }

    .container_index{
        padding-top: 15%;
    }

    .precisa_ajuda a{
        font-size: 1.5em;
    }

    .botao_voltar{
        font-size: 1.5em;
    }

    .titulo_pergunta{
        position: fixed;
        margin-left: 10%;
        margin-top: 35%;
        width: 80%;
        height: 80px;
        font-size: 2.5em;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pergunta{
        top:0%;
        width: 80%;
        font-size: 2.5em;
    }

    .logo_perguntas{
        margin-bottom: 70%;
    }

    .container_pergunta{
        padding-top: 35%;
    }

    .form_qualidade_da_agua{
        margin-top: 65%;
        height: 950px;
        font-size: 1.5em;
    }

    .form_qualidade_da_agua h4{
        font-size: 2.5em;
    }
    
    .form_dados_qualidade_da_agua{
        margin-left: 10%;
        font-size: 2.0em;
    }
    
    .form_dados_qualidade_da_agua input{
        margin-top: 10%;
        width: 150px;
        border: 1px solid;
        border-color: #23C7B6;
        border-radius: 25px;
    
    }
    
    .form_dados_qualidade_da_agua button{
        margin-top: 15%;
        margin-left:25%;
        height: 130px;
        border-radius: 50px;
        font-size: 1.5em;
        
    }

    .resultado_final{
        font-size: 3.0em;
    }
    
    .topico_resultado{
        margin-left: 5%;
        margin-top: 20%;
        width: 90%;    
       
    }
    
    .resultado{
        min-height: 50%;
    }
       
    .resultado ul{
        padding-left: 50px;
    }
}
