html, html a {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
}

html,
body{
  height: 100%;
  margin: 0;
  background-color: #E6E6E6;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
}

a{
	cursor: pointer;
	text-decoration: none;
	color: #666;
}
a:hover{
	text-decoration: underline;
}
a:active{
	color: #000;
}
.bold{
	font-weight: bold;
}
.btt{
	padding: 6px 10px;
	text-align: center;
	text-decoration: none !important;
	display: block;
	border: 2px solid #F37022;
	min-width: 100px;
	min-height: 20px;
	font-size: 15px;
	color: #333;
}
.btt:hover{
	background-color: #F37022;
	color: #fff;
}
.btt:active{
	border: 2px solid #b92b2b;
	background-color: #b92b2b;
	color: #fff;
}


/* NAV */
.dev_mode{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px;
	color: #FFF;
	background-color: red;
	font-weight: bold;
	font-size: 15px
}
.newsltt_btt {
	background-color: #555;
	margin-right: 0px !important;
	padding:  0 20px;
	font-weight: bold;
}

.top_bar{
	background-color: #2e3b42;
	color: #ffffff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: block;
}
.top_bar span{
	margin-right: 30px;
	float: right;
}
.top_bar a{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.top_bar a:hover{
	text-decoration: underline;
}
.top_bar a:active{
	color: #999;
}
.content_menu{
	display: block;
	height: 120px;
}
.logo{
  display: inline-block;
  margin: 20px 0 20px 60px;
}
.logo img{
	width: auto;
	height: 75px;
}
.top_menu{
  display: inline-block;
  float: right;
  margin: 30px 50px 30px 0;
}
.top_menu ul{
	padding:  0;
}
.top_menu li{
	display: inline !important;
	margin-right: 30px;
}
.top_menu li:last-child{
	margin-right: 7px;
}
.top_menu a {
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}
@media (max-width: 768px) {
	.top_bar {
  text-align: center;
	}
	.top_bar span{
		margin: 0 10px;
		float: inherit;
	}
	.content_menu{
		height: 160px;
	}
    .logo{
    	text-align: center;
		display: block;
		margin: 10px 0;
		width: 100%;
	}
    .top_menu{
		display: block;
		text-align: center;
		margin: 10px 0;
		width: 100%;
	}
	.top_menu ul{
  		padding: 0px !important;
	}
	.top_menu li{
		margin-right: 10px;
	}
	.newsltt_btt {
		display: none;
	}
}
@media (max-width: 450px) {
	.top_bar {
		display: none;
	}
}

h1{
	font-size: 28px;
	text-transform: uppercase;
	color: #F4D332;
	font-weight: bold;
	margin: 0;
}
h2{
	font-size: 28px;
	text-transform: uppercase;
	color: #E6E6E6;
	font-weight: normal;
	margin: 0;
}
h3{
	font-size: 22px;
	color: #555;
	font-weight: normal;
	margin:  0 0 40px 0;
	border-left: 5px solid #F37022;
	padding-left: 10px;
	line-height: 35px;
}
h4{
	font-size: 13px;
	text-transform: uppercase;
	color: #E6E6E6;
	margin: 0;
	font-weight: normal;
}
h5{
	font-size: 18px;
	font-weight: bold;
	color: #555;
	margin-top: 0px;
	margin-bottom: 15px;
}

/* HEAD */
.head{
	background-color: #b92b2b;
	padding: 50px 60px;
	background-image: url('../img/head_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-size: cover;
}

.head .mais_info{
	float: right;
	position: relative;
	bottom: 60px;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
	color:  #fff;
	padding: 10px 20px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}
.head .mais_info:hover{
	background-color: rgba(255, 255, 255, 0.8);
	color:  #333;
	cursor: pointer;
}

@media (max-width: 768px) {
	.head{
		padding: 50px 20px;
	}
	.head .mais_info{
		bottom: -20px;
		display: block;
		float: none;
		text-align: center;
	}
}
.legal_link{
	display: block;
	position: absolute;
	right: 0;
	font-size: 10px;
	margin: 5px;
}
.legal_link a{
	margin: 0;
	margin-right: 10px;
	display: inline-block;
}

/* CONTENT */
.content{
  padding: 60px 35px 0px 60px;
}
@media (max-width: 768px) {
	.content{
	  padding: 50px 0px 0px 20px;
	}
}

/* FOOTER */
.bottom_menu{
	background-color: #2e3b42;
	width: 100%;
	min-height: 130px;
	padding: 70px 0 0 0;
}
.bottom_menu ul{
	padding: 0;
	margin: 0 35px 0 60px;
}
.bottom_menu li{ 
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 60px;
	display: inline-block;
	list-style-type: none;
	width: 32.8%;
	height: 60px;
	line-height: 60px;
}
.bottom_menu li a,.bottom_menu li div{
	vertical-align: middle;
  	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	margin: 0 20px 0 70px;
	font-size: 19px;
	display: inline-block;
}
.bottom_menu li a{
	text-decoration: none;
}
.bottom_menu li span, .bottom_menu li span a{
	display: block;
	font-weight: normal !important;
	font-size: 14px !important;
	color: #fdb913 !important;
	margin: 0 !important;
}
@media (max-width: 768px) {
	.bottom_menu{
		padding: 70px 0 40px 0;
	}
	.bottom_menu li{ 
		display: block; 
		width: 100%; 
		height: 90px;
	}
}
.bottom_menu li.icon1{
	background-image: url('../img/icon_1.svg');
}
.bottom_menu li.icon2{
  background-image: url('../img/icon_2.svg');
}
.bottom_menu li.icon3{
	background-image: url('../img/icon_3.svg');
}


.map{
	width: 100%;
	height: 400px;
}
.coluna_texto{
	min-height: 200px;
	margin: 0px 20px 100px 0px;
	font-size: 19px;
	text-align: justify;
    text-justify: inter-word;
}


/* VIATURA imag */
.imag_div{
	display: block;
	margin-bottom: 40px;
	height: 480px;
	width: 880px;
}
.img_destac{
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.img_destac a{
	display: inline-block;
	
}
.img_destac img{
	max-width: 640px;
	width: 640px;
	height: 480px;
	min-height: 153px;
}
.imag_thumb{
	max-width: 640px;
	display: inline-block;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 480px;
}
.imag_thumb img{
	width: 204px;
	height: auto;
	max-height: 153px;
}
.imag_thumb a{
	display: block;
	margin-bottom: 10px;
	min-height: 115px;
}
.imag_thumb a:last-child{
	margin-bottom: 0px;
}

@media (max-width: 975px) {

	.imag_div{
		display: block;
		height: auto;
		width: 100%;
	}
	.imag_div img{
		display: block;
		max-height: initial;
		width: 100%;
		height: auto;
	}
	.img_destac{
		float: none;
		display: block;
		max-width: 640px;
	}
	.img_destac img{
		display: block;
		margin-bottom: 20px;
	}
	.imag_thumb{
		width: 96%;
		display: block;
		overflow-y: initial;
		max-height: initial;
	}
	.imag_thumb img{
		width: 100%;
		height: auto;
		max-width: 640px;
	}
	.imag_thumb a{
		display: block;
		margin-bottom: 20px;
		max-height: initial;
	}
}


/* VIATURA info */
.fechado{
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 20px;
}
.tab1{
	margin-right: 20px;
	width: 45%;
	display: inline-table;
}
.tab2{
	display: inline-table;
	width: 50%;
}
@media (max-width: 975px) {
	.tab1{
		margin-right: 0px;
		width: 100%;
		display: inline-table;
		text-align: left;
		margin-bottom: 50px;
	}
	.tab2{
		display: inline-table;
		width: 100%;
		text-align: left;
		margin-bottom: 40px;
	}
	.fechado{
		margin-left: 0px;
		display: block
	}
}

.info_content{
	margin-bottom: 60px;
	max-width: 865px;
}

.info_viatura{
	background-color: #fff;
	border: 1px solid #999;
	min-height: 200px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100%;
	display: block;
	padding: 40px;
}
.info_viatura label{
  display: block;
  
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.info_viatura table{
	border:  0px;
	text-align: left;
	font-size: 12px;
}
.info_viatura th{
	text-align: left;
}
.btt.mais_info{
	display: block;
	border:  none;
	height: 30px;
	max-width: 200px;
	line-height: 30px;
	color: #ffffff;
	background-color: #999;
}
.btt.mais_info:hover{
	background-color: #666;
}
@media (max-width: 975px) {
	.info_content{
		max-width: 640px;
		width: 96%;
	}
}


/* modal */
.modal{
	display: none;
}
.overlay{
	position: fixed;
	top:  0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height:100vh;
	min-height:100%;
	width: 100%;
	display: table;
	background-color: rgba(29, 38, 43, 0.8);
	margin: 0;
	padding: 0;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.modal_dialog{
	display: block;
	background-color: #fdb913;
	width: 550px;
	min-height: 370px;
	margin:  auto;
	/*
	-webkit-border-radius:0px 40px 0px 0px;
	-moz-border-radius:0px 40px 0px 0px;
	border-radius:0px 40px 0px 0px;
	*/
}
@media (max-width: 768px) {
	.modal_dialog{
		width: 95%;
	}
}
.modal_content .close{
	float: right;
}

.modal_content{
	padding: 30px;
}
.modal_content h3{
	border-color: #fff;
	font-size: 19px
}

.modal_content label{
	font-size: 12px;
	color: #666;
}
.modal_content input[type=text]{
	display: block;
	border:  none;
	height: 30px;
	width: calc(100% - 20px);
	padding: 0px 10px;
}
.modal_content input[type=submit]{
	margin-top: 20px;
	display: block;
	border:  none;
	height: 30px;
	width: 200px;
	float: right;
	color: #fdb913;
	background-color: #2e3b42;
}
.modal_content input[type=submit]:disabled{
	background-color: rgba(46, 59, 66, 0.30);
	cursor: not-allowed;
}
.modal_content .checkbox{
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	display: block;
}
.modal_content .checkbox a{
	text-decoration: underline;
}

@media (max-width: 768px) {
	.modal_content input[type=submit]{
		width: 100%;
		float: none;
	}
	.modal_content .checkbox{
		float: none;
		display: block;
		margin-top: 20px;
		padding-bottom: 15px;
		margin-right: 0px;
		height: 20px;
	}
}
.form_msg{
	display: block;
	font-size: 25px;
	color: #333;
}
.form_msg2{
	display: block;
	font-size: 20px;
	color: #444;
}
.cmsg{
	display: none;
	text-align: center;
	min-height: 300px;
}

