/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

*{
    margin:0;
    padding:0;
}

body
	{
	/*background-image:url(images/fundo.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	text-rendering: geometricprecision;
	background-color: #242424;
	}

a	
	{
	text-decoration: none;
	border: 0;
	}

img
	{
	border: 0px;
	text-decoration: none;
	}
	
hr
	{
	width: 100%;
	height: 1px;
	background-color:#323232;
	background-position: bottom center;
	background-repeat: no-repeat;
	border: 0;
	}
	
h1
	{
	text-align: center;
	color: #FFFFFF;
	margin: 15px auto 15px auto;
	}
	
/************************************************************************************
CONTAINERS
*************************************************************************************/

.container
	{
	width: 1100px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.row
	{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}
	
.center {
	text-align: center;
	}
	
.col3
	{
	width: 33%;
	margin-right: 0.5%;
	display: table;
	vertical-align: top;
	}
	
.col3:nth-child(3), .col3:nth-child(6), .col3:nth-child(9), .col3:last-child {
	margin-right: 0px;
}

.col20
	{
	width: 19%;
	margin-right: 2%;
	float: left;
	display:block;
	height: auto;
	}
	
.col80
	{
	width: 79%;
	margin-right: 0px;
	float: left;
	display:block;
	height: auto;
	}
	
.col50
	{
	width: 50%;
	margin: 0;
	float: left;
	display:block;
	height: auto;
	}
	
.f_grey
	{
	background-color:#2D2D2D;	
	}
	
.f_grey2
	{
	background-color:#383838;	
	}
	
/************************************************************************************
H1
*************************************************************************************/

.h1-geral {
  	text-align:center;
	font-size:18px;
	font-weight: 600;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	background-color:#E96F00;
	width: 200px;
	margin: 20px auto;
	line-height: 40px;
	vertical-align:middle;
}
	
/************************************************************************************
MENU
*************************************************************************************/

.topo {
	height: 96px;
	position:relative;
}

.logo {
	width:271px;
	height: 96px;
	position: absolute;
	top: 0;
	left: 0;
	display:block;
}

.menu {
	height: 96px;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.menu a {
	color: #FFF;
	font-size: 14px;
	font-weight:600;
	margin-right: 20px;
	letter-spacing: -0.5px;
	text-align:center;
	padding: 0 10px;
	line-height: 96px;
}

.menu a:last-child {
	margin-right: 0px;
}

.menu a:hover {
	color: #E96F00;
}

/************************************************************************************
HEADER MOBILE
*************************************************************************************/

	#header_mobile 
	{
	width: 100%;
	display: none;
	background-color:#242424;
	height: 55px;
	position:fixed; 
	top:0; 
	left:0; 
	z-index: 70;
	}
	
	.logo_mobile
	{
	margin-top: 7px;
	margin-left: 5px;
	float: left;
	width: 127px;
	height: 45px;
	}
	
	#bt_smart_phone
	{
	margin-top: 15px;
	margin-right: 20px;
	float: right;
	border: 0;
	cursor: pointer;	
	}
	
/************************************************************************************
MENU MOBILE
*************************************************************************************/
	
	#menu_mobile
	{
	width: 100%;
	display: none;
	height: auto;
	background-color:#2E2E2E;
	text-align:center;
	margin-top: 55px;
	margin-bottom: -56px;
	}
	
	#menu_mobile a
	{
	height: 36px;
	background-color:#979797;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	font-weight:600;
	color: #2E2E2E;
	margin-bottom: 1px;
	line-height: 36px;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
	}
	
	#menu_mobile a:hover
	{
	background-color:#2E2E2E;
	color: #FFF;
	}

/************************************************************************************
BANNER
*************************************************************************************/

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

/************************************************************************************
campanhas HOME
*************************************************************************************/

.fundo {
	text-align: center;
	background-image:url(images/fundo.jpg);
	background-size: 100%;
	background-repeat:no-repeat;
	padding-bottom: 50px;
}

.home {
	text-align: center;
}

.campanha_home {
	height: 380px;
	position: relative;
	background-color: rgba(29, 29, 29, 0.8);
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}

.stamp
	{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 5;
	width: 115px;
	height: 105px;
	}

.campanha_home img {
	width: 100%;
}

.campanha_home h2 {
	font-size: 14px;
	font-weight: 500;
	color:#E96F00;
}

.campanha_home p {
	font-size: 12px;
	font-weight: 500;
	color:#FFF;
}

.preco 
	{
	position: absolute;
	bottom: 0px;
	}

.preco span {
	text-align:center;
	font-size:18px;
	font-weight: 700;
	height: 30px;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	background-color:#000;
	width: 180px;
	margin: 0 auto;
	line-height: 30px;
	vertical-align:middle;
	display:block;
}

.preco a {
	text-align:center;
	font-size:16px;
	font-weight: 600;
	height: 30px;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	background-color:#E96F00;
	width: 100%;
	line-height: 30px;
	vertical-align:middle;
	width: 100%;
	display:block;
}

/************************************************************************************
BOTTOM
*************************************************************************************/

.bottom {
	height: 90px;
	background-color:#E96F00;
}

.col_redes {
	width: 33%;
	height: 90px;
	display: inline-block;
}

.logo_w2y {
	width: 80px;
	margin-bottom: 10px;
	}

.redes {
	width: 77px;
	height: 77px;
	border-radius: 77px;
	background-color:#1D1D1D;
	display:inline-block;
	background-position: center center;
	background-repeat:no-repeat;
	margin: 7px 0 6px 0;
}

.facebook {
	background-image:url(images/facebook.png);
}

.local {
	background-image:url(images/local.png);
}

.politica {
	text-align:center;
	font-size:16px;
	font-weight: 600;
	height: 30px;
	font-family: 'Open Sans', sans-serif;
	color:#E96F00;
	background-color:#1D1D1D;
	padding: 0 20px;
	line-height: 30px;
	vertical-align:middle;
	display:block;
	width: 175px;
	float: right;
	margin-top: 30px;
}

/************************************************************************************
EMPRESA
*************************************************************************************/

.empresa {
	background-color:rgba(0,0,0,0.7);
	padding: 20px;
}

.empresa h2
{
font-family: 'Open Sans', sans-serif;
color:#E96F00;
font-size: 14px;
text-transform:uppercase;
text-align:center;
margin-bottom: 30px;
}

.empresa h3
{
font-family: 'Open Sans', sans-serif;
color:#E96F00;
font-size: 14px;
text-transform:uppercase;
margin-bottom: 20px;
text-align:left;
}

.empresa p
{
font-family: 'Open Sans', sans-serif;
color:#FFF;
font-size: 14px;
margin-bottom: 20px;
text-align:justify;
}

/************************************************************************************
CONTACTOS
*************************************************************************************/

.contacto {
	background-color:rgba(0,0,0,0.7);
	padding: 20px;
	text-align:center;
}

.col_contacto_50
{
width: 37.5%;
display: inline-block;
padding-left: 12.5%;	
}

.contacto h2
{
font-family: 'Open Sans', sans-serif;
color:#E96F00;
font-size: 14px;
text-transform:uppercase;
text-align:left;
margin-bottom: 30px;
}

.contacto p
{
font-family: 'Open Sans', sans-serif;
color:#FFF;
font-size: 14px;
margin-bottom: 20px;
text-align:justify;
}

.contacto-form {
	width: 70%;
	text-align:center;
	margin-bottom: 30px;
}

.contacto-form h2
{
font-family: 'Open Sans', sans-serif;
color:#FFF;
font-size: 18px;
text-transform:uppercase;
margin: 30px 0;
}

.contacto-form input[type="submit"]
{
	width: 100px;
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #FFF;
	background-color:#E96F00;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	border: 0px;
	cursor: pointer;
	margin-top: 20px;
	float: right;
}


.contacto-form input[type="text"]
    {
	background-color:#1D1D1D;
    font-weight: 600;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 37px;
	height: 37px;
	vertical-align: middle;
	border: solid 1px #262626;
	padding-left: 3px;
	font-family: 'Open Sans',sans-serif;
	width: 100%;
	box-sizing: border-box;
	}
	
	.contacto-form textarea
    {
	background-color:#1D1D1D;
    font-weight: 600;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 37px;
	height: 37px;
	vertical-align: middle;
	border: solid 1px #262626;
	padding-left: 3px;
	font-family: 'Open Sans',sans-serif;
	height: 150px;
	width: 100%;
	box-sizing: border-box;
	}
	
	.contacto-form input:focus, .contacto-form textarea:focus
    {
	border: solid 1px #FFF;
	color: #FFF;
	background-color:#262626;
	}
	
	.mapas {
	text-align:center;
	margin-bottom: 30px;
}

.mapas h2
{
font-family: 'Open Sans', sans-serif;
color:#FFF;
font-size: 18px;
text-transform:uppercase;
text-align:center;
margin: 30px 0;
}

.mapas h3
{
font-family: 'Open Sans', sans-serif;
color:#E96F00;
font-size: 16px;
text-transform:uppercase;
text-align:center;
margin: 5px 0;
}

.mapa
{
width: 45%;
margin-right: 10%;	
display: inline-block;
}

.mapa:last-child
{
margin-right: 0;	
}

/************************************************************************************
OFICINAS
*************************************************************************************/

.oficinas {
	text-align: center;
}

.oficinas div
{
	width:300px;
	height: auto;
	display: inline-block;
	margin: 20px 20px;
}

.oficinas img
{
width: 100%;
}

.oficinas h2
{
font-family: 'Open Sans', sans-serif;
background-color:#E96F00;
color:#FFF;
font-size: 14px;
text-transform:uppercase;
text-align:center;
line-height: 60px;
vertical-align:middle;
height: 60px;
display:block;
margin: 0;
padding:0;
}


/************************************************************************************
CAMPANHAS
*************************************************************************************/

.campanhas {
	background-color:rgba(0,0,0,0.7);
	padding: 20px;
}

.campanha_lista {
	height: 220px;
	margin-top: 20px;
	background-color:#262626;
	display:block;
	
}

.campanhas h2 {
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	font-size: 14px;
	font-weight:800;
	text-transform:uppercase;
	text-align:left;
}

.campanhas p {
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	font-size: 14px;
	text-align:justify;
	margin-bottom: 30px;
}

.col1_campanha
{
width: 28%;
height: auto;
float: left;
background-color:#262626;
min-height: 200px;
}

.col1_campanha img
{
width: 100%;
}

.col2_campanha
{
width: 52%;
height: auto;
float: left;
padding: 0 3%;
background-color:#262626;
min-height: 200px;
}

.col3_campanha
{
width: 14%;
height: auto;
float: left;
background-color:#262626;
min-height: 200px;
}

.col3_campanha a
{
background-image:url(images/f_ver_mais.png);
background-repeat:no-repeat;
font-family: 'Open Sans', sans-serif;
color:#FFF;
font-size: 15px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
margin-bottom: 30px;
padding-top: 190px;
height: 0px;
width: 100%;
display:block;
letter-spacing:-0.5px;
}


/************************************************************************************
PESQUISA pag. viaturas
*************************************************************************************/

.pesquisa
{
background-color:#252527;
width: 94%;
padding: 20px 4%;
margin-top: 80px;
}

.pesquisa h2
{
font-family: 'Open Sans', sans-serif;
color:#E96F00;
font-size: 14px;
text-transform:uppercase;
margin-bottom: 20px;
}

.pesquisa_on {
	font-size: 14px;
	font-weight: 700;
	color:#E96F00;
	background-image:url(images/seta_lar.png);
	background-position:right center;
	background-repeat:no-repeat;
	text-align: left;
	margin-bottom: 9px;
	font-style: italic;
}

.pesquisa_off {
	font-size: 14px;
	font-weight: 700;
	color:#B3B3B3;
	text-align: left;
	margin-bottom: 0;
	font-style: italic;
	padding: 10px 0;
	border-top: 1px solid #FFF;
}

.pesquisa_off:last-child
    {	
	border-bottom: 1px solid #FFF;
	}

.pesquisa input[type="checkbox"]
    {
	width: 14px;
	height: 14px;
	float: left;
	text-align: left;
	display: block;
	margin-right: 10px;
	}
	
.pesquisa label
    {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #FFF;
	display: block;
	line-height: 14px;
	vertical-align:text-top;
	margin-bottom: 9px;
	cursor: pointer;
	}
	
.pesquisa input[type="submit"]
    {
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #FFF;
	background-color:#E96F00;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	border: 0px;
	cursor: pointer;
	margin-top: 20px;
	}
	
.f_listagem
	{
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin: 0px auto 44px auto;
	font-size: 14px;
	font-weight: 600;
	background-image:url(images/f_listagem.png);
	overflow: hidden;
	font-style: italic;
	}
	
	.link_red
	{
	color: #E96F00;
	font-style: italic;
	}
	
	.f_listagem a
	{
	color: #FFFFFF;
	}

/************************************************************************************
FICHA
*************************************************************************************/

.ficha {
	width: 800px;
}

.tit_ficha {
	text-align: center;
	margin-top: 50px;
}

.tit_ficha h1 {
	font-size: 22px;
	color: #E96F00;
	width: 75%;
	display:inline-block;
	text-align: left;
	font-style: italic;
	font-weight: 400;
	text-transform:uppercase;
	height: 20px;
	padding-bottom: 10px;
	margin: 0;
}

.tit_ficha p {
	font-size: 20px;
	font-weight: 700;
	background-color: #E96F00;
	color: #1D1D1D;
	width: 25%;
	display:inline-block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.tit_ficha {
	text-align: center;
}

.foto_ficha {
	width: 60%;
	height: auto;
	display: block;
	float: left;
}

.foto_ficha img {
	width: 100%;
}

.caract_ficha {
	width: 40%;
	height: 360px;
	display:block;
	background-color:#1d1d1d;
	float: left;
}

.caract_ficha2 {
	width: 80%;
	margin: 10% 5% 0 15%;
}

.caract_ficha h2 {	
	font-size: 12px;
	color: #E96F00;
	font-weight:600;
}

.caract_ficha p {	
	font-size: 12px;
	color: #FFF;
	font-weight:500;
	margin-bottom: 10px;
}

.tit_detalhes
{
	margin-top: 20px;
	background-color:#1d1d1d;
}

.tit_bts_ficha {
	text-align:center;
}

.tit_bts_ficha a {
	font-size: 13px;
	font-weight: 600;
	width: 23%;
	height: 50px;
	line-height: 50px;
	text-align:center;
	display: inline-block;
	border: 1px solid #262626;
	background-color:#1d1d1d;
	color:#FFF;
	border-top:#1d1d1d;
	box-sizing: border-box; 
}

.tit_bts_ficha a:hover {
	background-color: #E96F00;
}

.equipamento {
	
}

.col_equipa {
	width: 28%;
	margin-right: 0.5%;
	float: left;
	display: block;
	padding-left: 5%;
}

.col_equipa:last-child {
	margin-right: 0px;
}

.col_equipa p
	{
	background-image: url(images/seta_branca.png);
	background-position: 3px 10px;
	width: 300px;
	font-weight: 600;
	height: auto;
	line-height: 2.5;
	vertical-align: middle;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	background-repeat: no-repeat;
	text-align: left;
	}



/* form */

	.form {
		width: 70%;
		margin: auto;
	}
	
	.form input[type="text"]
    {
	background-color:#1D1D1D;
    font-weight: 600;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 37px;
	height: 37px;
	vertical-align: middle;
	border: solid 1px #262626;
	padding-left: 3px;
	font-family: 'Open Sans',sans-serif;
	width: 100%;
	}
	
	.form textarea
    {
	background-color:#1D1D1D;
    font-weight: 600;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 37px;
	height: 37px;
	vertical-align: middle;
	border: solid 1px #262626;
	padding-left: 3px;
	font-family: 'Open Sans',sans-serif;
	width: 100%;
	height: 150px;
	}
	
	.form input:focus, .form textarea:focus
    {
	border: solid 1px #FFF;
	color: #FFF;
	background-color:#262626;
	}
	
	.form input[type="submit"]
	{
	width: auto;
	height: auto;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	font-size: 0.8em;
	background-color: #E96F00;
	display: block;
	cursor: pointer;
	padding: 0px 4px 0px 4px;
	font-family: 'Open Sans',sans-serif;
	border: 1px solid #E96F00;
	margin: 10px auto;
	}

	.form input[type="submit"]:hover
	{
	color: #1D1D1D;
	background-color: #FFF;
	border-color: #FFF;
	}
	
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1010px or less */
@media screen and (max-width: 1099px) {

	.container, .row
	{
	width: 98%;
	padding: 1%;
	}
	
	#header_mobile 
	{
	display: block;
	}
	
	#header
	{
	display:none;
	}
	
	#banner_home, #row_fundo
	{
	margin-top: 56px;
	}
	
	.campanha_home
	{
	width: 350px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 40px;
	}
	
	.empresa {
	width: 98%;
	padding: 1%;
	}
	
	.tit_foto {
	width: 468px;
	margin: auto;
	}
	
	.foto_ficha {
	width: 100%;
	margin: auto;
	float: none;
	}
	
	.caract_ficha {
	width: 100%;
	float: none;
	height: auto;
	}
	
	.caract_ficha2 {
	width: 98%;
	margin: 0;
	padding: 1%;
	height: auto;
	}
	
	.col_equipa {
	width: 44%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	padding-left: 5%;
	}

}

@media screen and (max-width: 835px) {

.tit_bts_ficha a {
	width: 50%;
}

.col20
	{
	width: 100%;
	margin-right: 0;
	float: right;
	}
	
.col80
	{
	width: 100%;
	float: left;
	}
	
.pesquisa
{
margin-top: 0;
}

.col50
	{
	width: 100%;
	}

}

/* for 1010px or less */
@media screen and (max-width: 510px) {

.col_contacto_50
{
width: auto;
padding-left: 12.5%;	
}

.mapa
{
width: 100%;
margin-right: 0;	
}

}

/* for 1010px or less */
@media screen and (max-width: 468px) {

.bottom {
	height: auto !important;
}

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

.politica {
	float: none;
	margin: auto;
}

.tit_foto {
	width: 100%;
	}
	
.col_equipa {
	width: 95%;
	margin-right: 0;
	margin-left: 0;
	padding-left: 5%;
	}

}

/* for 1010px or less */
@media screen and (max-width: 350px) {

	.campanha_home
	{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	}
	
	.tit_bts_ficha a {
	width: 100%;
	}

}