* {
	margin:0;
	padding:0;	
}
body {
	background-color: #afafaf;
	font-family:Arial, sans-serif !important ;
}
.screen_home, .screen_quiz, .screen_final, .screen_main, .screen_instru1,.screen_instru2, .screen_instru3, .screen_final_result  {
	background-repeat: no-repeat;
	width:100%;
	height:100vh;
	
}
.screen_quiz, .screen_final, .screen_instru1,.screen_instru2, .screen_instru3, .screen_vid1, .screen_vid2,  .screen_home, .screen_final_result {
	display: none;
}

.screen_final {display:none}
.empty-line {
	width: 100%;
	height: 30px;
}
.wrapper-content {
	width: 410px;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    background-size: contain;
    background-image: url(../img/bg_chat2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: #000;
}
.logo_titulo_intro, .logo_titulo_session, .logo_titulo_final  {
	width: 250px;
	height: 85px;
	background-size: contain;
	margin:0 auto;
	padding-top: 26px;
    box-sizing: border-box;
    color: #FFF;
    font-weight: 700;
}
.logo_titulo_intro {
	background-image: url(../img/logoHypera.png);
    background-color: #035983;
    padding: 20px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}
.logo_titulo_session {
	background-image: url(../img/acolher.png);
}
.logo_titulo_final {
	background-image: url(../img/ico_pontuacao_final.png);
}
.etapa1_title, .etapa1_title2 {
	background-image: url(../img/acolher.png) !important;
}
.etapa2_title, .etapa2_title2 {
	background-image: url(../img/entender_.png) !important;
}
.etapa3_title, .etapa3_title2 {
	background-image: url(../img/encerramento.png) !important;
}
.textLitle {
	font-size: 12px;
	font-weight: bold;
}
.title {
    background-image: url(../img/galderma/logo-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 104px;
    position: absolute;
    top: 50px;
    left: 22%;
}
.short-desk-cadastro {
	width: 260px;
    height: 80px;
    background-color: #356294;
    margin: 0px auto;
    color: #FFF;
    padding: 20px;
    position: absolute;
    top: 260px;
    left: 22%;
}
.cont_central_home_sessao {
	padding: 0 25px;
}
.form_home {
	width: 200px;
    margin: 0 auto;
    padding-top: 40px;
}

.form_home input {
	width:100%;	
}
.form_home select {
	width:110%;	
}
.form_home input, .form_home select , .form_home input:focus{
	margin-top:20px;
	height:40px;
	line-height:40px;
	border-radius:15px;
	background-color:#FFF; 
	color:#929292;	
	font-size:16px;
	border:2px solid #356294;
	padding-left:5%;
	padding-right:5%;
}

.form_home select:disabled {
	background-color:#c5979a;	
}

.btn_iniciar {
	width:55px !important;
	height:55px;
	line-height:40px;
	border-radius:10px;
	background-color:transparent; 
	color:#DC9A00;
	border:none;
	text-align:center;
	cursor:pointer;
	margin:70px auto;
	display:block;
	font-family:Cotysansregular ;
	background-image:url(../img/galderma/btn_play.png);
	background-position: center;
	background-repeat: no-repeat;
}

.btn_default {
    width: 145px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0px 10px;
    background-color: #773c97;
    color: #FFF;
    font-size: 16px;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 15px;

}
.btn_acessar1, .btn-finalizar, #init_cont1 {
	margin-top: 25px;
}
.logo-bottom-box {
	width: 216px;
    height: 60px;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 108px);
    text-align: center;
}
.logo-bottom-img {
	width: 140px;
    height: 30px;
    background-image: url(../img/galderma/logo_pequeno.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px auto 0;
}
.logo-bottom-text {
	font-size: 9px;
	color: #356294;
}
.texto-bottom {
	width: 215px;
    height: 60px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 100px);
    text-align: center;
    font-size: 9px;
	color: #356294;
}

/* #############################    SCREEN 2   ################################################  */

.quiz-box {
    width: 370px;
    height: 100vh;
    position: absolute;
}


.quiz-box2 {display:none}

.answers_question {
	padding-left: 20px;
}
.radio_default {
	background-color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 5px;
    text-align: center;
    color: #FFF;
    border: 2px solid #CCC;
}
.radio_default.check {
	background-color: #7c7878;
}
.infoAux2 {
	font-size: 10px;
	width: 100%;
	min-height: 50px;
	margin-top: 20px;
}
.answer_item {
	position: relative;
	cursor: pointer;
	min-height: 30px;
    text-align: left;
    padding-left: 60px;
    padding-top: 5px;
}

.title_question {
	font-size: 15px;
    text-align: center;
    font-family: sans-serif;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -3px;
}
.true_option, .false_option {
	width: 115px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    cursor:pointer;
    border:2px solid #b2b2cb;
    opacity: 0.7;
}
.true_option {
    background-color: #1cbd1c;
    margin-right: 20px;
}
.false_option {
    background-color: red;
}
.contador-box, .points-display {
	display: none;
    text-align: center;
    width: 120px;
    height: 30px;
    color: #FFF;
    padding: 5px;
    font-size: 18px;
    font-family: Arial;
    line-height: 32px;
    position: absolute;
    top: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 15px;

}
.contador-box {
    right: 10px;
    background-image: url(../img/bg_timer.png);
    display: none;
}
.points-display {
    left: 20px; 
    background-image: url(../img/bg_points.png);
	
}
.title_session {
	font-size: 42px;
	margin-top: 20px;
}
.ico-page-quiz {
	background-size: contain;
	width: 250px;
    height: 85px;
	position: absolute;
	top: 105px;
	left: calc(50% - 125px);
	padding-top: 26px;    
    box-sizing: border-box;
    color: #FFF;
    font-weight: 700;
}
.quiz_cont_box {
	background-image: url(../img/fundodaquestao.png);
	background-size: cover;
	width: 100%;
	height:auto;
	min-height: 350px;
	margin:160px auto 0 auto;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 40px 15px 10px 15px;
	-webkit-box-shadow: 1px 1px 10px 4px rgba(0,0,0,0.77); 
	box-shadow: 1px 1px 10px 4px rgba(0,0,0,0.77);
}
.ansers_question {
	width:85%;
	margin:20px auto;	
}
.ansers_question p{
	border:1px solid #b1b1b1;
	padding:2.5%;
	font-size:18px;
	color:#4e4e4e;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:1.5%;
	border-radius:7px;
	cursor:pointer;
}
.answer_selected {
   
}
/* .ansers_question p:hover {
	background-color:rgba(134, 132, 130, 0.2);
}
*/
.controlers_question {
	width:85%;
	height:5%;
	margin:2% auto;
	text-align:center;	
}
.title-default {
	width: 300px;
	height: 160px;
}
.final_message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	color:#1f4c7d;
	margin-top:5%;
}
.message-final-box {
	margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #2d353e;
    /* margin-top: 30px; */
    box-sizing: border-box;
    width: 80%;
    height: 236px;
    background-color: #FFF;
}
.message-final-box2 {
	margin: 90px auto 0 auto;
    border-radius: 10px;
    padding: 50px 0 0 0;
    text-align: center;
    background-color: transparent;
    color: #2d353e;
    margin-top: 30px;
    box-sizing: border-box;
    background-image: url(../img/box_pontos.png);
    background-size: contain;
    width: 90%;
    height: 283px;
}
.msg_etapa1_cont {
	font-size: 13px;
}
.pontos_etapa1 {
	font-size: 50px;
}
.msg_etapa1_box {
	padding: 20px;
    width: 100%;
    min-height: 210px;
}
.show_aproveita {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
}
.topo-chat {
	width: 100%;
	height: 60px;
	background-color: #0058b3;
	display: grid;
	grid-template-columns: 2fr 1fr;
	color: #FFF;
}
.topo-chat div {
	padding-top: 10px;
	font-size: 18px;
	line-height: 20px;
}
.desc-home {
	padding: 0px;
	color: #2d353e;
	width:100%;
	height: calc(100vh - 60px);
	overflow-y: auto;
}
.center_content_box0 {
	 background-color: #FFF;
	 height: 100vh;
    padding: 0 40px;
}
.center_content_box {
	height: 100vh;
    padding: 0 40px;
}
.balao-msg {
	background-color: #FFF;
	border-radius: 10px 10px 10px 0px;
	padding: 15px;
	margin: 20px auto;
	width: 70%;
	text-align: left;
    font-size: 15px;
    margin-left: 30px;
}
.balao-msg-resp, .balao-msg-input {
	background-color: #d5d5d5;
	border-radius: 10px 10px 0px 10px;
	padding: 15px;
	margin: 20px auto;
	width: 70%;
	border: 1px solid #6c6c6c;
	cursor: pointer;
	display: none;
	margin-left: 90px;
	font-size: 13px;
}
.balao-msg-input {
	cursor: default;
}
.balao-avatar {
	width: 130px;
	height: 130px;
	background-image: url(../img/fundo_avatar.png);
	background-size: cover;
	margin: 20px 0px 20px 35px;
}

.inputBalao {
	border: none;
	background-color: transparent;
	height: 50px;
	padding-left: 10px;
}
.ans_selected{
	border: 1px solid #297a09;
	background-color: #c7f5bc;
}
.ans_error{
	border: 1px solid #9d0707;
	background-color: #f3cbd3;
}
.loading-box, .loading-box0 {
	width: 100%;
	height: 10px;
	position: relative;
	display: none;
}
.loading-box0 {
	display: block;
}
.button_prosseguir {
	text-align: right;
    margin-right: 25px;

}
.q00, .q0, .q1, .q2, .q3, .q4, .q5, .q6, .q7, .q8, .q9, .q10,.q11, .q01, .q02 {
	display: none;
}
.feed-q2, .feed-q3, .feed-q4, .feed-q5, .feed-q6, .feed-q7, .feed-q8, .feed-q9, .feed-q10, .feed-q11 {
	display: none;
}
.gif-msg {
	background-size: cover;
	margin: 20px 0px 20px 35px;
}
.no_gif, .yes_gif {

}
.no_gif {
	background-image: url(../img/emoji_nope.gif);
	width: 130px;
    height: 70px;
}
.yes_gif {
	background-image: url(../img/emoji_yes.gif);
	width: 130px;
    height: 70px;
}
.btn_responder1, .btn_responder2 {
	display: none;
}
.score-box {
	font-size: 25px;
	text-align: center;
	background-color: #CCC;
	padding: 10px;
	width: 150px;
	line-height: 50px;
	margin:30px auto;
}
.message-timeout {
	display: none;
}
.btn-finalizar {
	background-color: #0094c0;
	color: #fff;
	padding: 10px 20px;
	border:none;
	border-radius: 10px
	background-color#fff;
	line-height: 20px;

}

.congrat {
	text-align:center;	
	font-size:32px;
	font-weight: 700;
}

 .mgTop25 {
 	margin-top: 25px;
 }
 #video1, #video2 {
 	
 }
 video::-webkit-media-controls-start-playback-button {
    
}
video::-webkit-media-controls {
  
}
.message-final-box3 {
	display: none;
}
.logo_print_rodape {
	display: none;
}
@media print {
	body {
		background-image:none;
	}
	.msg_etapa1_box, .msg_etapa2_box, .msg_etapa3_box {
		background-image: url(../img/fundodaquestao.png);
		background-size: cover;
	}
	.message-final-box2 {page-break-after: always; margin-top: 130px;}
	.message-final-box3 {
		display: block;
		width: 100%;
		height: 100vh;
		background-color: #FFF;
		page-break-after: avoid;
		margin-top: 130px;
	}
	.btn_default {
		display: none;
	}
	.logo_print_rodape {
		display: block;
		background-image: url(../img/logo_foot.png);
		background-size: contain;
    	width: 140px;
    	height: 50px;
    	background-repeat: no-repeat;
    	margin: 30px auto;
    	position: fixed;
    	left: calc(50% - 70px);
    	top: 5px;
	}
	.title_page_print {
		background-color: #773c97;
		color:#FFF;
		padding: 7px 30px;
		font-size: 18px;
		border-radius: 20px;
		margin-bottom: 20px;
		margin-top: 130px;
	}
	.etapa1_result_print, .etapa2_result_print, .etapa3_result_print {
		background-image: url(../img/fundodaquestao.png);
		background-size: cover;
		border:2px solid #CCC;
		border-radius: 30px;
		text-align: center;
		padding: 20px;
		width: 100%;
		min-height: 100px;
		box-sizing: border-box;
		margin-top: 20px;
		page-break-after: always; 
	}
	.etapa2_title2, .etapa3_title2 {
		margin-top: 80px;
	}
}

@media screen and (min-width:1400px) {
	
	.title {
		background-repeat: no-repeat;
    	background-size: cover;
    	width: 330px;
    	height: 112px;
    	position: absolute;
    	top: 121px;
    	left: 21%;
	}
	.form_home {
		right: 27%;
	}
	.logo-rede {
		top: 246px;
    	left: -19%;
	}
	.short-desk-cadastro {
		top: 320px;

	}	
}

@media screen and (max-width:440px){ 
	
	.quiz_cont_box {
		margin: 50px auto 0 auto;
	}
	.wrapper-content {
		background-size: 100%;
	}
	.ico-page-quiz {
		top: 5px;
	}
	.desc-home {
		padding: 0;
	}
	
	.form_home {
		text-align: center !important;
	    position: static;
	    width: 55%;
    	margin: 20px auto;
    	padding-top: 120px;
	}
	.form_home input, .form_home select {
		margin-top: 10px;
	}
	
	.logo-bottom-box {
		bottom: -120px;
	}

	.title {
	    background-size: contain;
	    width: 85%;
	    height: 100px;
	    position: static;
	    margin: 20px auto 10px;
	    background-position: center;
	}
	.short-desk-cadastro {
		width: 80%;
	    height: 45px;
	    margin: 0px auto;
	    padding: 15px;
	    position: static;
	    font-size: 13px;
	}
	
	.title_question {
		font-size: 14px;
		margin: 0 auto 3% auto;
		width: 90%;
    	padding: 3%;
	}
	.frase-action {
		margin-top: 15px;
	}
	.ansers_question p {
		border: 1px solid #9ca0a2;
		padding: 2.5%;
		font-size: 14px;
		margin-bottom: 3%;
		border-radius: 4px;
		margin-top: 6%;
	}
	
	.controlers_question {
		height: 5%;
		margin: 10% auto;
	}
	.final_message {
		margin: 10% !important;
	}
	.btn-finalizar {
		line-height: 20px;
	}

	.texto-bottom {
	display: none;
    position: relative;
    bottom: -10px;

	}
	
}
@media screen and (max-width:320px){ 
	.wrapper-content {
		width: 300px;
		background-size: 120%;
	}
	.quiz-box {
    	width: 300px;
	}
	.points-display {
		left: 0;
	}
	.contador-box {
		right: -10px
	}
	.true_option, .false_option  {
		font-size: 14px;
		width: 105px;
	}
	.answers_question {
		padding-left: 0;
	}
}