body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	background-color: #0c0706;
    position: relative;
	/*overflow-x: hidden;*/
	background-image: url("images/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
	/*
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
}
body, html { width:100%; }
img { max-width: 100%; height: auto; border:none; }
a {
	color: #553326;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
::-moz-selection {
	color: #810b0b;
	background: #ffc601;
}
::selection {
	color: #810b0b;
	background: #ffc601;
}
::-webkit-input-placeholder {
	font: 20px 'Roboto Condensed Regular', Arial, sans-serif;
	color: #ac0403;
	opacity: 0.5;
	text-transform: uppercase;
}
:-moz-placeholder {
	font: 20px 'Roboto Condensed Regular', Arial, sans-serif;
	color: #ac0403;
	opacity: 0.5;
	text-transform: uppercase;
}
::-moz-placeholder {
	font: 20px 'Roboto Condensed Regular', Arial, sans-serif;
	color: #ac0403;
	opacity: 0.5;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	font: 20px 'Roboto Condensed Regular', Arial, sans-serif;
	color: #ac0403;
	opacity: 0.5;
	text-transform: uppercase;
}
a, .BtEnviar, .active {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
p {
	margin: 0px;
    padding-bottom: 15px;
}
.clear {
	clear:both;
}
.ScrollBody {
	/*overflow: hidden;*/
}
audio {
    width: 100%;
    outline: none;
}

@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,900&display=swap');

/* RADIO E CHECKBOX $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.ContainerCheckbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ContainerCheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmarkCheckbox {
	position: absolute;
	top: -2px;
	left: 0;
	height: 20px;
	width: 20px;
    border: 2px solid #00b6ed;
    box-sizing: content-box !important;
}
.ContainerCheckbox:hover input ~ .checkmarkCheckbox {
	background-color: #ccc;
}
.ContainerCheckbox input:checked ~ .checkmarkCheckbox {
    background-color: #05f0d8;
    border: 2px solid #05f0d8;
}
.checkmarkCheckbox:after {
	content: "";
	position: absolute;
	display: none;
}
.ContainerCheckbox input:checked ~ .checkmarkCheckbox:after {
	display: block;
}
.ContainerCheckbox .checkmarkCheckbox:after {
    left: 6px;
    top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}






.ContainerRadio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ContainerRadio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmarkRadio {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #00b6ed;
    border-radius: 50%;
    box-sizing: content-box !important;
}
.ContainerRadio:hover input ~ .checkmarkRadio {
	background-color: #ccc;
}
.ContainerRadio input:checked ~ .checkmarkRadio {
    background-color: #05f0d8;
    border: 2px solid #05f0d8;
}
.checkmarkRadio:after {
	content: "";
	position: absolute;
	display: none;
}
.ContainerRadio input:checked ~ .checkmarkRadio:after {
	display: block;
}
.ContainerRadio .checkmarkRadio:after {
    top: 6px;
    left: 7px;
	width: 7px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* RADIO E CHECKBOX $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/


.custom-select {
	position: relative;
	border-radius: 6px;
    margin-bottom: 23px;
}

.custom-select select {
	display: none; /*hide original SELECT element:*/
}

.select-selected {
	background-color: white;
    border: 1px solid #FFF;
    width: calc(100% - 30px);
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 20px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #000000 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #0071bd transparent;
	top: 13px;
}

.select-items div,.select-selected {
	cursor: pointer;
	user-select: none;
	color: #777777;
	font: 16px 'hind_lightregular', Arial, sans-serif;
	padding: 14px 15px 14px 15px;
    border-radius: 6px;
    border-bottom: 1px solid #FFF;
}

.select-items {
	max-height: 200px;
    overflow: auto;
	position: absolute;
	top: 100%;
    left: 1.5%;
    right: 1.5%;
	z-index: 99;
	background-color: #DDDDDD;
	background: -moz-linear-gradient(top, #dddddd 0%, #f1f1f1 30%, #f1f1f1 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #dddddd), color-stop(30%, #f1f1f1), color-stop(100%, #f1f1f1));
	background: -webkit-linear-gradient(top, #dddddd 0%, #f1f1f1 30%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #dddddd 0%, #f1f1f1 30%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #dddddd 0%, #f1f1f1 30%, #f1f1f1 100%);
	background: linear-gradient(to bottom, #dddddd 0%, #f1f1f1 30%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f1f1f1', GradientType=0 );
}

.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.Home {
	background-color: transparent;
}

.AreaHome {
	width: 95%;
	max-width: 1240px;
	margin: 0 auto;
}

.FotoHP {
	position: absolute;
	z-index: -1;
	left: -387px;
	top: -43px;
	overflow: hidden;
	height: 100%;
}

.DivDir {
	text-align: left;
	float: right;
	width: 100%;
	max-width: 580px;
	margin-top: 135px;
}

.LogoHP {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 530px;
    width: 100%;
}

.RedesSociais {
	font-size: 0px;
	margin-bottom: 80px;
}

.RedesSociais a {
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(72,0,153,0.30);
	margin: 0px 1px;
    max-width: calc(33% - 2px);
}

.RedesSociais a:hover {
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(72,0,153,0.80);
}

.RedesSociais a:first-child {
	margin-left: 0px;
}

.RedesSociais a:last-child {
	margin-right: 0px;
}

.RedesSociais a img {
	width: 100%
}

.TitItem {
	text-transform: uppercase;
	color: #f08c01;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    font-size: 55px;
    line-height: 55px;
	margin-bottom: 10px;
}

.TextoBio {
	color: #FFFFFF;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
	/*font-style: italic;*/
	margin-bottom: 90px;
	text-align: justify;
}

.TextoBio a {
	color: #f08c01;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
	font-style: normal;
	display: table;
	text-transform: uppercase;
	margin-top: 10px;
}

.TextoBio a:after {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	margin-left: 10px;
}

.TextoBio a:hover {
	color: #FFFFFF;
}

.EmailContato {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 20px;
	color: #FFFFFF;
	display: table;
	margin-bottom: 15px;
}

.EmailContato span {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.EmailContato:hover {
	color: #f08c01;
}

.EmailContato:before {
	content: " ";
	width: 49px;
	height: 49px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("images/ico_envelope.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.TelefoneContato {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 30px;
	color: #FFFFFF;
	cursor: default;
	display: table;
}

.TelefoneContato:hover {
	color: #FFFFFF;
}

.TelefoneContato span {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.TelefoneContato:before {
	content: " ";
	width: 49px;
	height: 49px;
	display: inline-block;
	vertical-align: middle;
	background-image: url("images/ico_telefone.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.BtEnviarMsg {
	width: 348px;
	height: 59px;
	background-image: url("images/bt_enviar_mensagem.png");
	background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
	display: block;
	margin-top: 20px;
}

.BtEnviarMsg:hover {
	background-image: url("images/bt_enviar_mensagem_over.png");
}

.LogoHPProducoes {
	margin-top: 60px;
}




.OucaNasPlataformas {
	margin: 100px auto 0 auto;
	max-width: 950px;
	text-align: center;
}

.TitOucaNasPlataformas {
    color: #f08c01;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.LogosPlataformas {
	text-align: center;
	font-size: 0px;
}

.LogosPlataformas a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #555251;
	background-color: transparent;
	margin: 0 5px 10px 5px;
	max-width: calc(33% - 10px);
}

.LogosPlataformas a:hover {
	border: 1px solid #9B9B9B;
	background-color: rgba(0,0,0,0.50);
}

.LogosPlataformas a:first-child {
	/*margin-left: 0px;*/
}

.LogosPlataformas a:last-child {
	/*margin-right: 0px;*/
}

.LogosPlataformas a img {
	width: 100%;
}

.Lab3 {
	text-align: center;
    width: 179px;
    margin: 60px auto 0px auto;
    display: block;
    padding-bottom: 50px;
}

.BgSombra {
    background-image: url(images/bg_sombra.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    z-index: -2;
    background-size: contain;
	display: none;
}

.TitBiografia {
    text-transform: uppercase;
    color: #f08c01;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.TextoCompleto {
	color: white;
    background-color: rgba(0,0,0,0.95);
    width: 90%;
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
    max-height: 100% !important;
    overflow: auto;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    background-image: url(images/bg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
}

.TitFormularioContato {
    text-transform: uppercase;
    color: #f08c01;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.FormularioContato {
	color: white;
    background-color: rgba(0,0,0,0.95);
    width: 320px;
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
    max-height: 100% !important;
    overflow: auto;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    background-image: url(images/bg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
}

.AreaTexto {
	/*max-height: 500px;*/
}

.TextoRolagem {
	max-height: 340px;
	overflow: auto;
}

.NomeForm {
	display: block;
	color: #f08c01;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.CampoForm {
	background-color: #FFFFFF;
	border: none;
	outline: none;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 17px;
	color: #3b3b3b;
	padding: 10px 10px;
	width: calc(100% - 0px);
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
	border-radius: 0px;
    margin-bottom: 20px;
}

textarea.CampoForm {
    height: 150px;
    resize: none;
}

.BtEnviar {
    border: none;
    cursor: pointer;
    font-size: 0;
    width: 100% !important;
    height: 59px;
    background-color: transparent;
    margin-top: -5px;
	outline: none
}

@media screen and (max-width: 1220px) {
	.FotoHP {
		top: 0px;
		max-width: 1100px;
	}
	.DivDir {
		max-width: 500px;
	}
}

@media screen and (max-width: 1150px) {
	.AreaHome {
		max-width: 890px;
	}
	.DivDir {
		max-width: 400px;
	}
}

@media screen and (max-width: 940px) {
	.OucaNasPlataformas {
		margin: 80px auto 0 auto;
	}
	.FotoHP {
		top: 0px;
    	max-width: 900px;
	}
	.DivDir {
		margin-top: 50px;
	}
	.RedesSociais {
		margin-bottom: 50px;
	}
	.TitItem {
		font-size: 45px;
		line-height: 45px;
	}
	.TextoBio {
		margin-bottom: 50px;
		font-size: 22px;
		line-height: 30px;
	}
	.TitOucaNasPlataformas {
		font-size: 30px;
		line-height: 30px;
	}
	.BgSombra {
		display: block;
	}
}

@media screen and (max-width: 760px) {
	.AreaHome {
		max-width: 580px;
	}
	.FotoHP {
    	top: -50px;
		max-width: 780px;
		left: -360px;
	}
	.DivDir {
		margin-top: 100px;
    	max-width: 300px;
	}
	.TextoBio {
		font-size: 20px;
		line-height: 25px;
	}
	.EmailContato:before {
		width: 29px;
		height: 29px;
		background-size: contain;
	}
	.TelefoneContato:before {
		width: 29px;
		height: 29px;
		background-size: contain;
	}
	.BtEnviarMsg {
		width: 260px;
		height: 45px;
	}
}

@media screen and (max-width: 570px) {
	.DivDir {
		max-width: inherit;
	}
	.AreaHome {
	}
	.LogoHP {
		margin: 0 auto 60px auto;
		max-width: 210px;
   		float: right;
	}
}

@media screen and (max-width: 500px) {
	.DivDir {
		max-width: inherit;
		margin: 0 auto;
		width: 95%;
		float: none;
	}
	.LogoHP {
		margin: 60px auto 80px auto;
	}
	.OucaNasPlataformas {
    	width: 95%;
		margin: 40px auto 0 auto;
	}
	.TitOucaNasPlataformas {
		text-align: left;
	}
	.LogosPlataformas a {
		margin: 0 5px 10px 5px;
		max-width: calc(50% - 10px);
	}
	.LogosPlataformas a:nth-child(1), .LogosPlataformas a:nth-child(3), .LogosPlataformas a:nth-child(5), .LogosPlataformas a:nth-child(7) {
		margin-left: 0px;
	}
	.LogosPlataformas a:nth-child(2), .LogosPlataformas a:nth-child(4), .LogosPlataformas a:nth-child(6), .LogosPlataformas a:nth-child(8) {
		margin-right: 0px;
	}
	.EmailContato {
		font-size: 17px;
	}
	.TelefoneContato {
		font-size: 25px;
	}
	.TextoBio {
		background-color: rgba(0,0,0,0.60);
		padding: 10px;
	}
	.FormularioContato {
		width: 250px;
	}
	textarea.CampoForm {
		height: 100px;
	}
	.CampoForm {
		font-size: 16px;
		padding: 5px 10px;
		margin-bottom: 15px;
	}
	.NomeForm {
		font-size: 17px;
		line-height: 18px;
		margin-bottom: 3px;
	}
}