body {
	margin: 0px;
	background-color: #0e010e;
	position: relative;
	font-family: 'OpenSansRegular';
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
}
html, body { width:100%; height:100%; }
img { max-width: 100%; height: auto; border:none; }
a { font-family: 'OpenSansRegular'; text-decoration:none; }
a:hover { font-family: 'OpenSansRegular'; text-decoration:none;}
::-moz-selection { background: #f6821e; color: #fed005;}
::selection { background: #f6821e; color: #fed005;}
::-webkit-input-placeholder { color: #b3b3b3;}
:-moz-placeholder { color: #b3b3b3; opacity: 1;}
::-moz-placeholder { color: #b3b3b3; opacity: 1;}
:-ms-input-placeholder { color: #b3b3b3;}
p { margin: 0px; padding-bottom: 15px; }
.clear { clear:both;}
@font-face { font-family: 'FontAwesome'; src: url("fontes/fontawesome/fontawesome-webfont.woff2") format('woff2'), url("fontes/fontawesome/fontawesome-webfont.woff") format("woff"), url("fontes/fontawesome/fontawesome-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }
a, .image, .IconTopo, .BotaoEnviar, .SetaHome, .MenuMob, #ConteudoCompleto { -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; }
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

#ConteudoCompleto {
	width: 100%;
	height: 100%;
}

.Home {
	width: 100%; 
	text-align: center;
}

.AreaHome {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 0px;
	text-align: center;
}

.LogoAcorp {
	width: 95%;
	max-width: 300px;
	height: auto;
	margin: 120px auto 30px auto;
}

.OrcamentoTopo {
    font: 20px 'OpenSansBold', Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    margin: 30px auto 40px auto;
    border: 2px solid #cb00cb;
    padding: 20px 0px;
    border-radius: 10px;
    max-width: 430px;
}

.TelTopo {
	display: block;
	vertical-align: inherit;
    font: 34px 'OpenSansSemibold', Arial, sans-serif;
}

.TelTopo1 {
	display: block;
	vertical-align: inherit;
    font: 22px 'OpenSansSemibold', Arial, sans-serif;
	margin-top: 10px;
	color: #FFFFFF;
}
.TelTopo1:hover {

    font: 22px 'OpenSansSemibold', Arial, sans-serif;
	color: #FFFFFF;
}



.TelTopo span {
    font: 34px 'OpenSansLight', Arial, sans-serif;
}

.TelTopo:before {
	background-image: url(images/ico_telefone_whats.png);
	content: " ";
	background-size: contain;
	display: inline-block;
	vertical-align: sub;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.SetaHome {
	width: 100%;
	max-width: 40px;
	height: auto;
    margin-bottom: 30px;
}

@keyframes MoveUpDown {
  0%, 100% {
	  bottom: -5px;
	}
  50% {
	  bottom: 15px;
	}
}

.Banners {
	width: 95%;
	max-width: 850px;
	margin: 0px auto 50px auto;
}

.OrcamentoRodape {
    font: 20px 'OpenSansBold', Arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0px;
}

.OrcamentoRodape_Interno {
    font: 20px 'OpenSansBold', Arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0px;
}


.TelRodape {
	display: inline-block;
	vertical-align: inherit;
    font: 24px 'OpenSansSemibold', Arial, sans-serif;
    margin-left: 10px;
}

.TelRodape span {
    font: 24px 'OpenSansLight', Arial, sans-serif;
}

.TelRodape:before {
	background-image: url(images/ico_telefone.png);
	content: " ";
	background-size: contain;
	display: inline-block;
	vertical-align: sub;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}



.TelRodape_whats {
	display: inline-block;
	vertical-align: inherit;
    font: 24px 'OpenSansSemibold', Arial, sans-serif;
    margin-left: 10px;
}

.TelRodape_whats span {
    font: 24px 'OpenSansLight', Arial, sans-serif;
}




.TelRodape_whats:before {
	background-image: url("images/ico_telefone_whats.png");
	content: " ";
	background-size: contain;
	display: inline-block;
	vertical-align: sub;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}


.LinhaDivisa {
	height: 1px;
	background-image: url(images/linha_divisa.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.AgenciaTriton {
	background-color: black;
	text-align: center;
	padding: 30px 0px 30px 0px;
}

.LogoAgenciaTriton {
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 480px) {
	.OrcamentoTopo {
		font: 15px 'OpenSansBold', Arial, sans-serif;
	}
	.OrcamentoRodape {
		font: 15px 'OpenSansBold', Arial, sans-serif;
	}
	

	.OrcamentoRodape_Interno {
		font: 15px 'OpenSansBold', Arial, sans-serif;
		color: #FFF;
		text-transform: uppercase;
		text-align: center;
		margin: 20px 0px;
	}

	
	
	
	.TelTopo:before {
		width: 33px;
		height: 33px;
		margin-right: 8px;
	}
	.TelTopo {
		font: 30px 'OpenSansSemibold', Arial, sans-serif;
	}
	.TelTopo1 {
		font: 15px 'OpenSansSemibold', Arial, sans-serif;
		color: #FFFFFF;
	}
	.TelTopo1:hover {
    font: 15px 'OpenSansSemibold', Arial, sans-serif;
	color: #FFFFFF;
	}
	
	
	
	.TelTopo span {
		font: 30px 'OpenSansLight', Arial, sans-serif;
	}
}