* {
  padding: 0;
  margin: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
          box-sizing:border-box;
    *behavior: url(boxsizing.htc);
    -webkit-font-smoothing:antialiased;
          font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

.cf { *zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

img { display: block; max-width: 100%; }

figure, figcaption { display: block; }

.container { max-width: 757px; margin-left: auto; margin-right: auto;  }

body {
	font-family: 'Bai Jamjuree', sans-serif;
	color: #458EB7;
	background: url('../images/bg_mobile.jpg') no-repeat 89% top #000;
	background-size: 100% auto;
	/*background-size: auto 100%;*/
	/*background-size: 100% auto;*/
}

@media (min-width: 800px) {
	body {
		background: url('../images/bg.jpg') no-repeat 89% top;
		background-size: cover;
	}
}

@media ( min-width: 1600px ) {
	body {
		background-position: center top;
	}
}

.pos-r { position: relative; }

.icon { display: inline-block; }

.center-block { margin-left: auto; margin-right: auto; }

/* aspect ratio do youtube 16:9 */
.ratiohd {
	position: relative;
	padding-bottom: 56.25%; /* (9 / 16) * 100 */
	float: left;
	width: 100%;
	height: 0;
}

.ratio_el {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* ============= FONT SIZES =============== */
.fs-0 { font-size: 0px; }
.fs-13 { font-size: 13px; }
.fs-15 { font-size: 15px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-25 { font-size: 25px; }
.fs-27 { font-size: 27px; }

@media ( min-width: 450px ) {
	.fs-bp450-0 { font-size: 0px; }
	.fs-bp450-13 { font-size: 13px; }
	.fs-bp450-15 { font-size: 15px; }
	.fs-bp450-18 { font-size: 18px; }
	.fs-bp450-20 { font-size: 20px; }
	.fs-bp450-22 { font-size: 22px; }
	.fs-bp450-25 { font-size: 25px; }
	.fs-bp450-27 { font-size: 27px; }
}
@media ( min-width: 600px ) {
	.fs-bp600-0 { font-size: 0px; }
	.fs-bp600-15 { font-size: 15px; }
	.fs-bp600-18 { font-size: 18px; }
	.fs-bp600-20 { font-size: 20px; }
	.fs-bp600-22 { font-size: 22px; }
	.fs-bp600-25 { font-size: 25px; }
	.fs-bp600-27 { font-size: 27px; }
}

/* ============= FONT STYLE =============== */
.fw-light { font-weight: 300; }
.fw-medium { font-weight: 500; }
.fw-sbold { font-weight: 600; }
.fw-bold { font-weight: 700; }

.txt-upper { text-transform: uppercase; }

/* ============= COLORS =============== */
.txt-color1 { color: #27F362; }
.txt-color2 { color: #163C6A; }
.txt-color3 { color: #458EB7; }
.txt-color4 { color: #3CA7D7; }
.txt-color5 { color: #F5DF00; }
.txt-color6 { color: #EAF6FB; }
.txt-color7 { color: #A8C7E9; }
.txt-color8 { color: #2A7FDC; }

/* ============= BG COLORS =============== */
.bg-color1 { background-color: #112C6B; }

/* ============= MRGs =============== */
.mrg-b-0 { margin-bottom: 0px; }
.mrg-b-7 { margin-bottom: 7px; }
.mrg-b-11 { margin-bottom: 11px; }
.mrg-b-19 { margin-bottom: 19px; }
.mrg-b-24 { margin-bottom: 24px; }
.mrg-b-26 { margin-bottom: 26px; }
.mrg-b-38 { margin-bottom: 38px; }
.mrg-b-45 { margin-bottom: 45px; }

@media ( min-width: 572px ) {
	.mrg-bp572-b-0 { margin-bottom: 0px; }
}

/* ============= PDs =============== */
.pd-8 { padding: 8px; }

.pd-t-11 { padding-top: 11px; }
.pd-b-11 { padding-bottom: 11px; }

/* ============= BTNs =============== */
.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 16px 56px;
	border: 0;

	background: rgb(255,119,1);
	background: -moz-linear-gradient(-45deg, rgba(255,119,1,1) 0%, rgba(245,223,0,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,119,1,1) 0%,rgba(245,223,0,1) 100%);
	background: linear-gradient(135deg, rgba(255,119,1,1) 0%,rgba(245,223,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7701', endColorstr='#f5df00',GradientType=1 );
}

.btn.-shadow {
	-webkit-box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 11px 25px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 11px 25px 0px rgba(0, 0, 0, 0.25);
}

.btn.-ghost {
	color: #2A7FDC;
	border: 1px solid #005BE4;
	background: transparent;
}

/* ============= GRID =============== */
.row { font-size: 0; }
.col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-12 {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.666667%; }
.col-7 { width: 58.333333%; }
.col-8 { width: 66.666667%; }
.col-12 { width: 100%; }

@media ( min-width: 572px ) {
	.col-bp572-4 { max-width: 33.33%;  }
	.col-bp572-5 { width: 41.666667%; }
	.col-bp572-6 { max-width: 50%;  }
	.col-bp572-7 { width: 58.333333%; }
	.col-bp572-8 { width: 66.666667%; }
}

@media ( min-width: 614px ) {
	.col-bp614-4 { max-width: 33.33%;  }
	.col-bp614-6 { max-width: 50%;  }
	.col-bp614-8 { width: 66.666667%; }
}

/* ============= ALIGN TEXT =============== */
.txt-center { text-align: center; }
.txt-right { text-align: right; }

@media ( min-width: 572px ) {
	.txt-bp572-center { text-align: center; }
	.txt-bp572-right { text-align: right; }
	.txt-bp572-left { text-align: left; }
}

.v-align { vertical-align: middle; }


/* ============================================== */
.header {
	font-size: 0;
	text-align: center;
	margin-bottom: 91px;
	padding-top: 26px;
}
@media ( min-width: 426px ) {
	.header { margin-bottom: 179px; }
}
@media ( min-width: 1366px ) {
	.header { margin-bottom: 91px; }
}

.logo {
	max-width: 112px;
	margin: 0 auto 20px;
}
	.logo { display: inline-block; width: auto; padding: 0 16px; vertical-align: middle; }
	.sep-logo-v { border-right: 1px solid #fff; }

@media ( min-width: 360px ) {
	.logo {
		max-width: 140px;
	}
}

@media ( min-width: 426px ) {
	.logo {
		max-width: 100%;
	}
}

/* ====================== PÁGINA INICIAL ======================== */
.box-externo {
	padding: 36px 10px;
	position: relative;
}

@media ( min-width: 790px ) {
	.box-externo { padding: 36px 43px; }
}

.brd-corner-b-l, .brd-corner-l-t, .brd-corner-t-r, .brd-l, .brd-t { display: none; position: absolute; }

.brd-corner-b-l { left: 0; bottom: 0; }
.brd-corner-l-t { left: 0; top: 0; }
.brd-corner-t-r { right: 0; top: 0; }

.brd-l {
	height: 77%;
	left: 1px;
	bottom: 50px;
	border-left: 1px solid #27f362;
}

.brd-t {
	width: 86%;
	top: 1px;
	left: 43px;
	border-top: 1px solid #27f362;
}

@media ( min-width: 790px ) {
	.brd-corner-b-l, .brd-corner-l-t, .brd-corner-t-r, .brd-l, .brd-t { display: block; }
}

.box-interno {
	position: relative;
	background: url('../images/bg-box.jpg');
}

.brd-corner-intern-t-l, .brd-corner-intern-t-r, .brd-corner-intern-b-l, .brd-corner-intern-b-r { position: absolute; }
.brd-corner-intern-t-l { left: 0; top: 0; }
.brd-corner-intern-t-r { right: 0; top: 0; }
.brd-corner-intern-b-l { left: 0; bottom: 0 }
.brd-corner-intern-b-r { right: 0; bottom: 0 }

.box-content { position: relative; padding: 38px 22px 45px 22px; z-index: 9; }
@media ( min-width: 790px ) {
	.box-content { padding: 58px 69px 83px 55px; }
}

.btn-start {
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
	z-index: 8;
}

/* ====================== PÁGINA DIAGNÓSTICO ======================== */
.titulo-1 { display: none; float: right; }
@media ( min-width: 580px ) {
	.titulo-1 { display: block; }
}

.box-diagnostico { padding: 24px 19px; position: relative; z-index: 10; }
@media ( min-width: 362px ) {
	.box-diagnostico { padding: 24px 37px; }
}

.fig-parts-scan { display: none; }
@media ( min-width: 614px ) {
	.fig-parts-scan { display: block; }
}

.fig-body-scan { display: block; max-width: 358px; margin: 0 auto; }
@media ( min-width: 614px ) {
	.fig-body-scan { display: inline-block; margin: 0; }
}

.point-1, .point-2, .point-3 { position: absolute; cursor: pointer; }
.point-1 { top: 0; left: 33px; }
.point-2 { top: 36px; left: 5%; }
.point-3 { top: 50%; right: 5px; }

.txt-diag-1, .txt-diag-2, .txt-diag-3 {
	/*display: none;*/
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	position: absolute;
}

@media ( min-width: 614px ) {
	.txt-diag-1, .txt-diag-2, .txt-diag-3 { font-size: 22px; }
}

.txt-diag-1 { top: 13px; left: 67px; }
.point-1:hover ~ .txt-diag-1 { display: block; }

@media ( min-width: 614px ) {
	.txt-diag-1 { top: 8px; }
}

.txt-diag-2 { width: 159px; top: 49px; left: 52px; }
.point-2:hover ~ .txt-diag-2 { display: block; }

@media ( min-width: 614px ) {
	.txt-diag-2 { width: 189px; }
}

.txt-diag-3 { top: 31%; right: 40px; }
.point-3:hover ~ .txt-diag-3 { display: block; }

.indicator-diag {
	width: 39px;
	position: absolute;
	left: -32px;
	top: 7px;
	border-bottom: 1px solid #458EB7;
	transform: rotate(45deg);
}

@media ( min-width: 614px ) {
	.indicator-diag {
		left: -33px;
		top: 15px;
	}
}

.indicator-diag-r {
	width: 39px;
	position: absolute;
	right: -33px;
	top: 6px;
	border-bottom: 1px solid #458EB7;
	transform: rotate(-45deg);
}

.indicator-diag-d-r {
	width: 39px;
	position: absolute;
	right: -33px;
	top: 33px;
	border-bottom: 1px solid #458EB7;
	transform: rotate(45deg);
}

@media ( min-width: 614px ) {
	.indicator-diag-d-r {
		top: 41px;
	}
}

.sep-txt { border-bottom: 1px solid #458EB7; }
.btn-test {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

/* ====================== PÁGINA NEUROLOGIA ======================== */
.titulo-2 { float: left; }
.has-icone-left { padding-left: 90px; position: relative; }
.has-icone-left.-mini { padding-left: 49px; }

.has-icone-right { padding-right: 90px; position: relative; }
.has-icone-left img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.has-icone-right img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.box-cards-memory {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 4px;
	border-top: 1px solid #27AAE1;
	background-color: #205D89;
}

/* TIMER */
.timer-holder {
width: 35px;
height: 35px;
text-align: center;
line-height: 20px;
color: #FF7701;
padding: 3px;
position: absolute;
top: 12px;
right: 11px;
border: 3px solid #FF7701;
overflow: hidden;
border-radius: 50%;
}

.timer-holder .timer-progress {
	width: 100%;
	height: 100%;
	background-color: #FF7701;
	border-radius: 50%;
	overflow: hidden;
}

.timer-holder .timer-progress:before {
	background: #34495e;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);

    border-radius: 0 100% 100% 0 / 50%;
    content: '';
    display: block;
    height: 100%;
    margin-left: 50%;
    -webkit-transform-origin: left;
    transform-origin: left;
}

/* /TIMER */

.list-cards { padding: 12px; list-style: none; background-color: #0F2D55; }

.list-cards .item {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 8px;
	position: relative;
	float: left;
}
@media ( min-width: 320px ){
	.list-cards .item { width: 33.33%; }
}
@media ( min-width: 450px ){
	.list-cards .item { width: 25%; }
}

.list-cards .item:before,
.list-cards .item:after {
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	content: '';
}

.list-cards .item:before {
	left: 2px;
	top: -2px;
	border-top: 1px solid #27AAE1;
	border-left: 1px solid #27AAE1;
}

.list-cards .item:after {
	right: 2px;
	bottom: -2px;
	border-bottom: 1px solid #27AAE1;
	border-right: 1px solid #27AAE1;
}

.remodal {
	max-width: 555px;
	background: url('../images/bg-box-modal.jpg');
}

.remodal .brd-corner-b-l { left: 11px; bottom: 12px; }
.remodal .brd-corner-l-t { left: 11px; top: 12px; }
.remodal .brd-corner-t-r { right: 11px; top: 12px; }
.remodal .brd-l { height: 60%; left: 12px; bottom: 60px; }
.remodal .brd-t { width: 81%; top: 13px; }

.txt-share, .lnk-share { display: inline-block; vertical-align: middle; }
.txt-share { border-bottom: 1px solid #2A7FDC;  margin-right: 8px; }
.lnk-share { padding: 0 5px; }

/* ====================== PÁGINA TRAUMA ======================== */
.btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	cursor: pointer;

	-webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 10px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 10px 5px 0px rgba(50, 50, 50, 0.75);
}

.pos-rabbit1, .pos-rabbit2, .pos-rabbit3, .pos-rabbit4,
.pos-rabbit5, .pos-rabbit6, .pos-rabbit7 { position: absolute; }
.pos-rabbit1 { top: 14%; left: 8%; }
.pos-rabbit2 { top: 33%; left: 26%; }
.pos-rabbit3 { bottom: 10%; left: 9%; }
.pos-rabbit4 { top: 6%; left: 43%; }
.pos-rabbit5 { top: 11%; right: 11%; }
.pos-rabbit6 { bottom: 29%; right: 1%; }
.pos-rabbit7 { bottom: 8%; right: 24%; }

@media ( min-width: 546px ) {
	.pos-rabbit1 { top: 47px; left: 34px; }
	.pos-rabbit2 { top: 102px; left: 116px; }
	.pos-rabbit3 { bottom: 42px; left: 69px; }
	.pos-rabbit4 { top: 17px; left: 187px; }
	.pos-rabbit5 { top: 32px; right: 50px; }
	.pos-rabbit6 { bottom: 125px; right: 50px; }
	.pos-rabbit7 { bottom: 50px; right: 177px; }
}

/* ====================== PÁGINA OFTAMOLOGIA ======================== */
.list-cards-oftalmo { font-size: 0; padding: 12px; list-style: none; background-color: #0F2D55; }
.list-cards-oftalmo .item {
	display: inline-block;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 8px;
}
@media ( min-width: 540px ) {
	.list-cards-oftalmo .item { width: 25%; }
}

.list-cards-oftalmo .item .box-daltonismo { border: 1px solid #205D89; }

.list-cards-oftalmo .item figure { background-color: #205D89; }
.input {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #3CA7D7;
	background: transparent;
	border: 0;
	border-top: 1px solid #205D89;
}

.input-group { position: relative; }
.input-group .input-prepend { position: absolute; left: 3px; }
.input-group .input-prepend ~ input { text-align: center; padding-left: 27px; padding-right: 27px; }

.list-cards-oftalmo .item.acertou .box-daltonismo { position: relative; border: 1px solid #27F362; }
.list-cards-oftalmo .item.acertou .input { border-top: 1px solid #27F362; }

.list-cards-oftalmo .item.errou .box-daltonismo { position: relative; border: 1px solid #F52E2E; }
.list-cards-oftalmo .item.errou .input { border-top: 1px solid #F52E2E; }

.list-cards-oftalmo .item.acertou .box-daltonismo:before,
.list-cards-oftalmo .item.errou .box-daltonismo:before {
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 3px;
	top: 3px;
	content: '';
}

.list-cards-oftalmo .item.acertou .box-daltonismo:before {
	background: url('../images/icon-check.png') no-repeat center center;
}

.list-cards-oftalmo .item.errou .box-daltonismo:before {
	background: url('../images/icon-fail.png') no-repeat center center;
}

/* ====================== PÁGINA RESULTADO DO TESTE ======================== */
.resultado-teste {
	padding: 7px;
	border-top: 1px solid #27AAE1;
	background-color: #0E255C;
}

.resultado-teste.-footer { padding: 25px 13px 25px 16px; }

.resultado-teste .item {
	padding: 7px 13px;
	border-bottom: 1px dashed #153B6E;
	background-color: #112C6B;
}

/* ====================== PÁGINA FORCA ======================== */
.box-forca {
	padding: 25px 13px 19px;
	background-color: #0E255C;
}
@media ( min-width: 532px ) {
	.box-forca { padding: 25px 24px 19px; }
}
.forca { display: block; width: 93px; margin: 0 auto 15px; }
@media ( min-width: 532px ) {
	.forca { display: inline-block; vertical-align: bottom; margin: 0 }
}
.letra { display: inline-block; vertical-align: bottom; }
.letra {
width: 27px;
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
color: #2A7FDC;
margin: 0 2px;
border-bottom: 3px solid #2A7FDC;
}

.tecla {
display: inline-block;
width: 19px;
height: 30px;
font-family: 'HelveticaNeue-Light';
font-size: 11px;
line-height: 27px;
text-transform: uppercase;
text-decoration: none;
color: #0E2B53;
margin: 0 2px 15px;
background-color: #fff;
border-radius: 3px;
}

.tecla.white {
	background-color: #fff;
	color: #0E2B53;
}

.tecla.green {
	background-color: #2A7FDC;
	color: #fff;
}

.tecla.red {
	background-color: red;
	color: #fff;
}

.titulo-timer { padding-right: 57px; }

@media ( min-width: 412px ) {
	.tecla { width: 24px; font-size: 15px; margin-bottom: 7px; }
}

.stickman {
	position: absolute;
	top: 26px;
	left: 79px;
}

.stickman .head {
	width: 24px;
	height: 24px;
	border: 2px solid #2A7FDC;
	border-radius: 50%;
}

.stickman .body {
	width: 2px;
	height: 24px;
	background-color: #2A7FDC;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.stickman .arm-left,
.stickman .arm-right {
	width: 2px;
	height: 15px;
	position: absolute;
	top: 0;
	background-color: #2A7FDC;
}

.stickman .arm-left,
.stickman .leg-left {
	right: 6px;
	transform: rotate(45deg);
}

.stickman .arm-right,
.stickman .leg-right {
	left: 6px;
	transform: rotate(-45deg);
}

.stickman .leg-left,
.stickman .leg-right {
	width: 2px;
	height: 15px;
	position: absolute;
	top: 22px;
	background-color: #2A7FDC;
}



body {
	position: relative;
	padding-bottom: 175px;

}

@media (min-width: 800px) {
	body {
		height: 100vh;
	}
}

.link-conteudo {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}