html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {
	margin: 0;
	padding: 0;
	@-webkit-viewport { width: device-width; }
    @-moz-viewport { width: device-width; }
    @-ms-viewport { width: device-width; }
    @-o-viewport { width: device-width; }
    @viewport { width: device-width; }
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}

fieldset,img,hr {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #eeeeee;
	font-family: Open Sans, sans-serif;
	font-size:0.8em;
	color: #000000;
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

textarea {
	font-family: 'Open Sans', sans-serif;
}

form {
	width: 100%;
}

@font-face {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #49c0be;
}

h1 {
	width: 150px;
	height: 65px;
	padding: 20px;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	margin: auto;
	background-color: #49c0be;
}


p {
	text-align: justify;
	font-size: 1.0em;
}

#mapa {
	width:100%;
	height:500px;
	margin-bottom: -50px;
}


#header {
	width: 100%;
	height: 130px;
	background-color: #ebebeb;
	margin: auto;
	border-bottom: 1px solid #49c0be;
	box-shadow: 0px 2px 8px #000000;
	z-index: 9999;
	position: fixed;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#header-content {
	width: 1000px;
	margin: auto;
	overflow: hidden;
}

#header-content img {
	width: auto;
 	height: 70px;
	margin: 25px 0px;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#header img:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#header.smaller {
 height: 75px;
}
#header.smaller img {
 width: auto;
 height: 70px;
 margin: 2px 0px;
}

.main.smaller {
	margin-top: 15px;
}

#logo {
	width: auto;
	height: auto;
	float: left;
}

#container {
	width: 100%;
	margin: auto;
	height: 100%;
	background-color: #8f8f8f;
}

#content {
	width: 100%;
	margin: auto;
	height: 100%;
	z-index: 0;
	padding-top: 130px;
}

#empresa{
	width: 100%;
	min-height: 500px;
	padding: 20px 0 50px 0;
	background-color: #ebebeb;
	color: #636363;
}

#empresa_content {
	width: 1000px;
	min-height: 420px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	display: block;
	overflow: hidden;
	font-weight: 300;
}

#empresa_img {
	width: 30%;
	height: 100%;
	float: left;
	margin-left: 10px;
	position: relative;
}

#empresa_txt {
	width: 60%;
	height: 100%;
	float: left;
	margin-left: 15px;
	position: relative;
}

#seguros{
	width: 100%;
	min-height: 500px;
	padding: 20px 0 40px 0;
	background-color: #ffffff;
}

#seguros_content {
	width: 1000px;
	min-height: 420px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	display: block;
	overflow: hidden;
}

.seguros_div {
	width: 25%;
	margin-left: 0px;
	float: left;
	text-align: center;
}

#parceiros{
	width: 100%;
	min-height: 200px;
	padding: 20px 0 50px 0;
	background-color: #ebebeb;
}

#parceiros img{
	-webkit-filter: grayscale(100%);
  	-webkit-transition: .5s ease-in-out;
  	filter: grayscale(100%);
  	transition: .5s ease-in-out;
  	-o-filter: grayscale(100%);
  	-o-transition: .5s ease-in-out;
}

#parceiros img:hover{
	-webkit-filter: grayscale(0%);
  	-webkit-transition: .5s ease-in-out;
  	filter: grayscale(0%);
  	transition: .5s ease-in-out;
  	-o-filter: grayscale(0%);
  	-o-transition: .5s ease-in-out;
}

#campanhas{
	width: 100%;
	min-height: 500px;
	padding: 20px 0 50px 0;
	background-color: #ebebeb;
}

#campanhas_content {
	width: 1000px;
	min-height: 420px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	display: block;
	overflow: hidden;
}

.campanhas_div {
	width: 23.98%;
	height: 390px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #acacac;
}
.campanhas_div:hover {
	box-shadow: 0px 0px 5px #888888;
}

.campanhas_div h3 {
	font-weight: 600;
	text-align: left;
	color: #49c0be;
	font-size: 16px;
	padding-bottom: 10px;
}

.campanhas_div p {
	text-align: left;
	font-weight: 300;
}

.campanhas_div img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#noticias{
	width: 100%;
	min-height: 500px;
	padding: 20px 0 50px 0;
	background-color: #ffffff;
}

#noticias_content {
	width: 1000px;
	min-height: 420px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	display: block;
	overflow: hidden;
}

#contactos{
	width: 100%;
	min-height: 500px;
	padding: 20px 0 50px 0;
	background-color: #ffffff;
	color: #636363;
}

#contactos_content {
	width: 1000px;
	min-height: 400px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
}

#contactos_info {
	width: 300px;
	height: 100%;
	float: left;
	margin-left: 10px;
	position: relative;
}

.contactos_div {
	margin-bottom: 20px;
}

.contactos_div h3, #contactos_form h3 {
	font-size: 20px;
	color: #49c0be;
	font-weight: bold;
}

#contactos_form {
	width: 65%;
	height: 100%;
	float: left;
	margin-left: 10px;
	position: relative;
}

form label {
    display: block;
    margin-bottom: 7px;
}

.form_campo input {
	width: 100%;
	border: 1px solid #49c0be !important;
	padding: 0px 17px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	resize: none;
	height: 44px;
	box-shadow: none !important;
	border-radius: 0px !important;
}

.form_mensagem textarea {
	width: 100%;
	border: 1px solid #49c0be !important;
	padding: 17px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	resize: none;
	height: 120px;
	box-shadow: none !important;
	border-radius: 0px !important;
}

input[type="submit"] {
    font-size: 12px;
    line-height: 12px;
    padding: 11px 20px;
    height: 38px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    font-weight: 400;
    background-color: #49c0be;
	border-radius: 0px !important;
    border: none !important;
    display: block;
    text-align: center;
    width: 88px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
}

input[type="submit"]:hover {
	background-color: #ebebeb;
}

.contactos_div input:hover,textarea:hover {
	border: 1px #49c0be solid;
}

.contactos_div input:focus,textarea:focus {
	border: 1px #49c0be solid;
}

.sucess {
	background-color: green;
	color: white;
	z-index: 999999999;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

#footer {
	width: 100%;
	height: 100%;
	background: url(../img/footer_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #49c0be;
	margin: auto;
	padding: 0 175px;
	color: #000000;
	font-weight: 300;
	clear: both;
	text-align: left;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #000000;
}

#table_footer {
	width: 100%;
	line-height: 3.5em;
}

#table_footer td img {
	vertical-align: middle;
}

#footer_direitos {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	background-color: #8f8f8f;
	font-size: 0.9em;
	font-weight: 300;
	clear: both;
	text-align: center;
}

#footer_direitos p {
	width: 300px;
	text-align: left;
	word-spacing: 0px;
	margin-left: 175px;
}

/*inicio seguros*/
#seguroauto{
	width: 100%;
	min-height: 500px;
	padding: 20px 0 50px 0;
	background-color: #ebebeb;
	color: #636363;
}

#seguroauto h1 {
	min-width: 200px;
}

#seguroauto ul {
	list-style: none;
	margin-bottom: 10px;
}

#seguroauto li {
	text-indent: 10px;
}

#seguroauto li:before {
	content:"- ";
}

#seguroauto_content {
	width: 1000px;
	min-height: 420px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	display: block;
	overflow: hidden;
}

#seguroauto_left {
	width: 50%;
	margin: auto;
	float: left;
	padding: 10px;
}

#seguroauto_left p {
	margin-bottom: 5px;
}

#seguroauto_left h3 {
	font-weight: 600;
	text-align: left;
	color: #49c0be;
	font-size: 16px;
	padding-bottom: 10px;
}

#seguroauto_right {
	width: 50%;
	margin: auto;
	float: left;
	padding: 10px;
}

#seguroauto_left img {
	width: 100%;
	height: auto;
}
/*fim seguros*/

/*inicio campanhas*/
#campanhas_info{
	width: 100%;
	min-height: 500px;
	padding: 20px 0 50px 0;
	background-color: #ebebeb;
	color: #636363;
}

#campanhas_info_content {
	width: 1000px;
	min-height: 420px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	display: block;
	overflow: hidden;
}

#campanhas_info_left {
	width: 50%;
	margin: auto;
	float: left;
	padding: 10px;
}

#campanhas_info_left img {
	width: 100%;
	height: auto;
}

#campanhas_info_right {
	width: 50%;
	margin: auto;
	float: left;
	padding: 10px;
}

#campanhas_info_right h1 {
	min-width: 200px;
}
/*fim campanhas*/

/*inicio noticias*/
#noticias_info{
	width: 100%;
	min-height: 500px;
	padding: 20px 0 50px 0;
	background-color: #ebebeb;
	color: #636363;
}

#noticias_info_content {
	width: 1000px;
	min-height: 420px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	display: block;
	overflow: hidden;
}

#noticias_info_content img {
	width: 100%;
	height: auto;
}

#noticias_info h3 {
	font-size: 20px;
	color: #49c0be;
	font-weight: bold;
}
/*fim noticias*/

/* Media for larger devices */
@media screen and (max-width: 1160px) {

	#table_footer {
	width: 100%;
	font-size: 0.88em;
	}
}

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

	#content {
	padding-top: 200px;
	}

	#header {
	width: 100%;
	height: 200px;
	}

	#header.smaller {
	width: 100%;
	height: 200px;
	}

	#header.smaller img {
 		margin: 25px 0px;
	}

	#header-content {
	width: auto;
	}

	#logo {
	width: 100%;
	text-align: center;
	}

	#footer_direitos p {
	width: auto;
	font-size: 0.88em;
	margin-left: 50px;
	}

	h1 {
	width: 130px;
	height: 55px;
	padding: 15px;
	color: #ffffff;
	font-size: 1.0em;
	text-align: center;
	margin: auto;
	vertical-align: middle;
	background-color: #49c0be;
	}
	
	#empresa_content {
	width: auto;
	}
	#seguros_content {
	width: auto;
	}
	#seguroauto_content {
	width: auto;
	}
	#parceiros_content {
	width: auto;
	}
	#campanhas_content {
	width: auto;
	}
	#campanhas_info_content {
	width: auto;
	}
	#noticias_content {
	width: auto;
	}
	#noticias_info_content {
	width: auto;
	}
	#contactos_content {
	width: auto;
	}
	.seguros_div {
	width: 30%;
	}
	.seguros_div img {
	width: 170px;
	}

	#seguroauto_left {
	width: 100%;
	margin: 0 auto;
	}

	#seguroauto_right {
	width: 100%;
	margin: 0 auto;
	}

	.campanhas_div {
	width: 30%;
	}
	.campanhas_div img {
	width: 100%;
	}

	#footer {
	padding: 0 50px;
	}
}

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

	#header {
		position: relative;
	}

	#content {
		padding-top: 0px;
	}

	.seguros_div {
	margin: 0 auto;
	width: 60%;
	float: none;
	}
	.campanhas_div {
	width: 47.8%;
	}

	#empresa_txt {
	width: 100% !important;
	margin-left: 0px !important;
	padding: 10px;
	}

	#empresa_img {
	width: 80%;
	height: auto;
	margin: 0 auto;
	float: none;
	}

	#contactos_form {
	width: 100% !important;
	margin-left: 0px !important;
	padding: 10px;
	}

	#seguroauto_left img {
	width: 100%;
	height: auto;
	}

	#campanhas_info_left {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
	}

	#campanhas_info_right {
	width: 100% !important;
	margin-left: 0px !important;
	padding: 10px;
	}

	#footer {
	padding: 0 30px;
	}

	#footer_direitos p {
	width: auto;
	text-align: center;
	word-spacing: 0px;
	margin-left: 0px;
	}
}

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

	.campanhas_div {
	width: 80%;
	margin: 0 auto 10px;
	float: none;
	}

	#footer {
	padding: 0 10px;
	}
}