body {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4A4A4A;
    margin-bottom:85px;
}
.pos-rel {
	position: relative;
}
nav.navbar {
	min-height: 154px;
	background-image: url(/imagens/fundo-header.png);
	background-position: 50% 0;
    background-repeat: no-repeat;
}
.banner {
	height: 200px;
	background-image: url(/imagens/banner.jpg);
	background-position: 50% 0;
	background-size: cover;
}
.banner img {
    position: absolute;
    right: 15px;
    bottom: 15px;
	max-width: 40%;
}
.banner .container {
	height: 100%;
}

.bloco-branco {
	padding: 20px 0;
	background-color: #fff;
}
.bloco-branco h1 {
	color: #E30008;
	font-weight: 900;
	margin: 60px 0 40px 0;
	font-size: 35px;
	padding: 0 0 20px 0;
	
	background-image: url(/imagens/risco-cinza.png);
    background-repeat: no-repeat;
	background-position: 50% 100%;
}

.bloco-vermelho {
	padding: 20px 0;
	background-color: #E30008;
	color: #FFFFFF;
}
.bloco-vermelho h1 {
	color: #FFFFFF;
	font-weight: 900;
	margin: 60px 0 40px 0;
	font-size: 35px;
	padding: 0 0 20px 0;
	
	background-image: url(/imagens/risco-branco.png);
    background-repeat: no-repeat;
	background-position: 50% 100%;
}

.bloco-servicos img {
	max-width: 100%;
}

.margin-v {
	margin-top: 50px;
	margin-bottom: 50px;
}

.bloco-cinza {
	padding: 20px 0;
	background-color: #f7f7f7;
}


@media (min-width: 768px) {
	.banner {
		height: 415px;
	}
	.banner img {
		right: 0px;
		max-width: 100%;
		bottom: 80px;
	}	
}


.form-control {
	border: 1px solid #555;
	border-radius: 0;
	height: 40px;
}
#fEnviarForm {
	border: none;
	color: #fff;
	background-color: #e30008;
	width: 100%;
	height: 75px;
}

.fail {
    border: 1px solid red;

	-webkit-box-shadow: 0px 0px 18px 0px rgba(255, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 18px 0px rgba(255, 0, 0, 0.75);
	box-shadow:         0px 0px 18px 0px rgba(255, 0, 0, 0.75);
}

textarea.form-control {
	height: 100px;
}

.margem-v {
    margin-top: 20px;
    margin-bottom: 20px;
}
.margem-t {
    margin-top: 20px;
}

@media only screen and (min-width : 768px) and (max-width : 991px){
	#recaptchaCol {
		float:right
	}
}
.captcha_hide i {
	color:#2967D5;
	font-size:20px;

}
#recaptcha_audio_play_again {
	font-size:10px;
}
#recaptcha_audio_download {
	font-size:10px;
}
.recaptcha_options {
	list-style:none;
	list-style-type:none;
	float:right;
}
.captcha_hide > img {
	width:20px;
	height:20px;
}
#recaptcha_widget {
	background:#FFFFFF;
	border:1px solid #DFDFDF;
	max-width:360px;
}

#recaptcha_widget_div {
	background:#FFFFFF;
	position:relative;

}
#recaptcha_table {
	width:100%;
	max-width:470px;
	height:98px;
	border:none !important;
}
#recaptcha_table input {
	font-size:13px !important;
	color:#AAAAAA;
	padding-top:5px;
	padding-bottom:5px;
	max-width:181px;
	width:100%;
}
#recaptcha_image {
	width:100% !important;
	max-width:220px !important;
}
#recaptcha_challenge_image {
	width:100% !important;
}
#recaptcha_response_field {
	font-size:12px;
	margin-bottom:5px;
	width:190px;
	max-width:100%;
}
@media (max-width:400px) {
	#recaptcha_image {
		width: 175px !important;
	}

	#recaptcha_challenge_image {
		width: 175px !important;
	}

	#recaptcha_response_field {
		width: 175px !important;
	}
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}
a.jcarousel-control-prev {
    left: -15px;
}
a.jcarousel-control-next {
    right: -15px;
}
a.jcarousel-control-prev, a.jcarousel-control-next {
    position: absolute;
    top: 0%;
    font-size: 60px;
    padding: 5px;
    color: rgba(94, 94, 94, 0.4);
    line-height: 30px;
}

#mapa .infoBox {
    background-color: white;
    font-weight: bold;
	padding: 5px;
}

.bloco-rodape {
    background-color: #0F3EAB;
    padding-top: 50px;
	color: #fff;
	position: relative;
	font-size: 15px;
}
.bloco-rodape a {
	color: #fff;
	text-decoration: none;
}
.bloco-rodape a:hover {
	text-decoration: underline;
}
.bloco-rodape .barra-vermelha {
    background-image: url(/imagens/barra-vermelha.png);
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    top: -10px;
    background-position: 50% 0;
    background-repeat: repeat-y;
}
.bloco-rodape .creditos {
	font-weight: 300;
	color: #5778C4;
	font-size: 12px;
}
.bloco-rodape .creditos a {
	color: #5778C4;
}

.navbar .container {
	position: relative;
}
.navbar .container .facebook {
	position: absolute;
	right: 0;
	top: 15px;
}
.bloco-rodape .facebook {
    position: absolute;
    left: 15px;
    bottom: -16px;
}
#navbar {
    top: 84px;
    position: absolute;
    right: 0;
	font-size: 17px;
}
#navbar a {
	color: #000;
}
#navbar li.active a {
    color: #e30008;
}
.alert.alert-dismissible {
    position: fixed;
    top: 200px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}
.bloco-branco.bloco-quemsomos {
    padding-bottom: 80px;
}
.bloco-marcas .container {
	position: relative;
}
label {
    font-weight: 400;
}
.bloco-branco.bloco-formulario {
    padding-bottom: 80px;
}





footer { padding:25px 0 15px 0; position:fixed; bottom:0; background:#FFFFFF; left:0; right:0; z-index:100; }
footer .main{display:flex; justify-content:space-around; align-items:center;}
footer a { color:inherit!important; }
footer .h45{max-height:45px;}
footer .div{ height:70px; width:2px; background:#CACACB;}
footer .text{font-size: 12px; line-height: 18px; text-align: right;}
footer .div0{ width:100%; margin-top:20px; display:none;}
    footer .certif {
        filter: invert(100%);
    }

    @media(max-width:1199px) {
        footer .h45{max-height:40px;}
}

@media(max-width:991px){
	footer .main { flex-wrap:wrap;}
	footer .div{ height:1px; width:100%; background:#CACACB; margin:20px 0;}
}

@media(max-width:767px){
	footer .text{font-size: 11px; line-height: 15px; text-align: center;}
	footer .h45{max-height:30px;}
}

@media(max-width:576px) {
	footer .div0{ display:block; margin-top:5px;}
	footer {padding: 10px 0 5px 0;}
	footer .div{ margin:10px 0;}
	
	footer .h45{max-height:20px;}
}
