@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100vh;
	overflow:hidden;
}

html {
  height: 100vh;
}
/* Fontes */

@font-face {
    font-family: 'hum521';
    src: url('tt0288m_-webfont.eot');
    src: url('tt0288m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('tt0288m_-webfont.woff') format('woff'),
         url('tt0288m_-webfont.ttf') format('truetype'),
         url('tt0288m_-webfont.svg#humanst521_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'hum777';
    src: url('tt0861m_-webfont.eot');
    src: url('tt0861m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('tt0861m_-webfont.woff') format('woff'),
         url('tt0861m_-webfont.ttf') format('truetype'),
         url('tt0861m_-webfont.svg#humnst777_blk_btblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* IDS E CLASSES MENU E PÁGINA INICIAL */
#main {
	background-color:#FFF;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 998;
	left: 0px;
	
}
#pages {
	background-color:#FFF;
	width: 100%;
	height: 105vh;
	position: relative;
	display:none;
	margin-left: 164px;
	top: -100vh;
	z-index: 997;
	overflow:scroll;
}


.menu { 
	height: 14.2857143vh;
	width: 100%;
	z-index: 99;
	left: 0px;
	
}

#inicial {
	background-color: #034c31;
	position:relative;
	display:block;
}

#quemsomos {
	background-color: #067c2a;
	position:relative;
	display:block;
}
#resultados {
	background-color: #298807;
	position:relative;
	display:block;
}

#unidades {
	background-color: #4a9748;
	position:relative;
	display:block;
}
#manual {
	background-color: #025770; 
	position:relative;
	display:block;
}
#duvidas { 
	background-color: #067ea1;
	position:relative;
	display:block;
}
#contato {
	background-color: #09a275;
	position:relative;
	display:block;
}

.imgmenu {
	padding-top: 10px;
	cursor:pointer;
}

.imgmenu_i {
	padding-top: 2vh;
	padding-right: 50px;
	cursor:pointer;
}

#branco {
	width: 954px;
	height: 1094px;
	position: relative;
	top: -135vh;
	left: -437px;
	z-index: 999;
	background-color:#FFF;
	border-radius: 50%;
}


#telefone {
	padding-top: 15px;
	margin-right: 115px;
}

#logotipo {
	margin-top: 65px;
	margin-right: 105px;
}
#frase {
	margin-top: 55px;
	margin-right: 75px;
}

#iso {
	margin-top: 55px;
	margin-right: 100px;
}

/* FIM IDS E CLASSES MENU E PÁGINA INICIAL */

.titulomenu {
	font-family: hum521;
	font-size: 18px;
	color: #FFF;
	opacity: .2;
	font-weight:normal;
}

.titulo {
	font-family: hum777;
	font-size: 15px;
	color: #FFF;
	margin-bottom: 40px;
}
.texto {
	font-family: hum521;
	font-size: 15px;
	color: #FFF;
	opacity: .7;
}



/* MODAL */
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9998;
	-webkit-transition: opacity 100ms ease-in;
	-moz-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
	text-align:center;
	
}

.modalDialog:target {
	pointer-events: auto;

}

.modalContainer {
	width: 50%;
	max-height: 100vh;
	height: 390px;
	position: absolute;
	right: 0;
	left: 8%;
	top: 50%;
	margin: auto;
	border-radius: 4px;
    transform: translateY(-50%);
	
}

.bt-popup {
	display: inline-block; 
	width: 30%; padding-top: 10px; padding-bottom: 10px; font-family: 'Comfortaa', cursive;font-weight:700; color:#FFF; font-size: 16px;
}


	
/* MODAL */


