@font-face {
    font-family: BentonSans-Regular;
    src: url("../fonts/BentonSans-Regular.otf");
}
@font-face {
    font-family: BentonSansComp-Regular;
    src: url("../fonts/BentonSansComp-Regular.otf");
}
@font-face {
    font-family: GillSansLight;
    src: url("../fonts/GillSansLight.ttf");
}
@font-face {
    font-family: Helvetica-Normal;
    src: url("../fonts/Helvetica-Normal.ttf");
}
.tudoTopo{
	background-color: #943333;
	color: #FFF;
	height: 58px;
}
.aLogo{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	font-family: "GillSansLight";
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 58px;
	background: url("../img/logo.png") no-repeat;
}
.aLogo:hover{
	color: #FFF;
}
.textCenter{
	text-align: center !important;
}
.aMenu{
	font-size: 20px;
	font-weight: normal;
	font-family: "Helvetica-Normal";
	color: #FFF;
	line-height: 58px;
}
.aLogin{
	color: #193352 !important;
	text-shadow: 1px 1px #FFF;
	background-color: #F2C652 !important;
	padding: 5px 10px;
	border: 1px solid #F2C652;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tudoSlider{
	min-height: 265px;
	background-color: #000;
	background: url("../img/slider.jpg") no-repeat;
	background-size: auto 100%;
}
.hSlider{
	color: #FFF;
	font-family: "BentonSansComp-Regular";
	font-size: 40px;
	font-weight: normal;
}
.pSlider{
	color: #FFF;
	font-family: "BentonSansComp-Regular";
	font-size: 20px;
	font-weight: normal;
}
.orbit-bullets{
	margin-top: -1.5rem;
	margin-bottom: 0;
}
.orbit-bullets button{
	width: 0.75rem;
	height: 0.75rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
h2{
	font-family: "Helvetica-Normal";
	font-size: 30px;
	color: #08203B;
}
h3{
	font-family: "Helvetica-Normal";
	font-size: 20px;
	color: #08203B;
}
.pAp{
	font-family: "Helvetica-Normal";
	font-size: 14px;
	color: #08203B;
	text-align: justify;
	text-indent: 35px;
	padding-top: 7px;
	background: url("../img/seta.png") no-repeat;
}
.pNormal{
	font-family: "Helvetica-Normal";
	font-size: 14px;
	color: #08203B;
	text-align: justify;
}
.tudoCinza{
	background-color: #EEE;
}
.noMargin{
	margin: 0;
}
.divImgC{
	height: 90px;
}
.pCon{
	font-family: "Helvetica-Normal";
	font-size: 16px;
	color: #08203B;
	text-align: justify;
}
input[type="text"]{
	border: none;
}
textarea{
	border: none;
}
input[type="text"]::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #08203B;
    font-family: "Helvetica-Normal";
    opacity: 1; /* Firefox */
}
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: "Helvetica-Normal";
    color: #08203B;
}
input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
	font-family: "Helvetica-Normal";
    color: #08203B;
}
.sEnviar{
	border: none;
	background-color: #943333;
	color: #FFF;
	font-family: "Helvetica-Normal";
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.paddingCont{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.bMenu{
	border: 0 !important;
	background: url('../img/menu.png') no-repeat;
	background-color: #943333 !important;
	width: 1.5625rem !important;
	height: 1.1875rem !important;
	line-height: 35px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin: 1.25rem 0;
}
#offCanvas{
	min-height: 100%;
	background-color: #943333;
}
#offCanvas a{
	color: #FFF;
}
.off-canvas-content{
	background-color: #FFF;
	box-shadow:none;
}
.drilldown a {
	background: none;
}
.is-drilldown{
	margin-top: 40px;
}
.close-button, .close-button:hover, .close-button:focus{
	color: #FFF;
}
.list{
	list-style-type: square;
}