@font-face {
    font-family: 'proxima_nova';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-regular-webfont.woff') format('woff'),
        url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_light';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-light-webfont.woff') format('woff'),
        url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_semibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
        url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_bold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-bold-webfont.woff') format('woff'),
        url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-bold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_extrabld';
    src: url('../fonts/proximanova-extrabld-webfont.eot');
    src: url('../fonts/proximanova-extrabld-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-extrabld-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-extrabld-webfont.woff') format('woff'),
        url('../fonts/proximanova-extrabld-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-extrabld-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'din_bold';
    src: url('../fonts/DIN-Bold_gdi.eot');
    src: url('../fonts/DIN-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Bold_gdi.woff') format('woff'),
        url('../fonts/DIN-Bold_gdi.ttf') format('truetype'),
        url('../fonts/DIN-Bold_gdi.otf') format('opentype'),
        url('../fonts/DIN-Bold_gdi.svg#DIN-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'din_light';
    src: url('../fonts/DIN-Light_gdi.eot');
    src: url('../fonts/DIN-Light_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Light_gdi.woff') format('woff'),
        url('../fonts/DIN-Light_gdi.ttf') format('truetype'),
        url('../fonts/DIN-Light_gdi.otf') format('opentype'),
        url('../fonts/DIN-Light_gdi.svg#DIN-Light') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'din_medium_italic';
    src: url('../fonts/DIN-MediumItalic_gdi.eot');
    src: url('../fonts/DIN-MediumItalic_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-MediumItalic_gdi.woff') format('woff'),
        url('../fonts/DIN-MediumItalic_gdi.ttf') format('truetype'),
        url('../fonts/DIN-MediumItalic_gdi.otf') format('opentype'),
        url('../fonts/DIN-MediumItalic_gdi.svg#DIN-MediumItalic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}
* {margin: 0;padding: 0;border: 0;outline: none;box-sizing:border-box;}
a {text-decoration: none;}
a span {cursor: pointer;}
ul,li {list-style: none;}
b {font-weight:bold;}
label {display:none;}
h1, h2, h3, h4, h5{font-weight:normal;}
body{
	display:block;
	float:left;
	width:100%;
	height:100%;
	font-family: 'proxima_nova_light', sans-serif;
	font-weight:normal;
	color:#000000;
	font-size:12px;
	background-color:#fff;
	position:relative;
	min-width:1140px;
	overflow-x: hidden;
}
.inner{
	display:block;
	width:940px;
	margin:0 auto;
}
.inner.relative{
	display:block;
	width:940px;
	margin:0 auto;
	position:relative;
}
header{
	display:block;
	float:left;
	width:100%;
	height:116px;
	position:fixed;
	top:0;left:0;
	z-index:9999;
	background-color:#fff;
}
header .logo{
	display:block;
	float:left;
	margin:25px 0 0 0;
	width:224px;
	height:auto;
}
header .idiomas{
	display:block;
	float:right;
	margin:5px 5px 0 0;
}
header .idiomas>li, header .idiomas>li>a{
	display:block;
	float:left;
}
header .idiomas>li>a{
	font-family: 'proxima_nova';
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
	color:#56565a;
	padding:3px;
}
header .idiomas>li.selected>a{
	font-family: 'proxima_nova_extrabld';
}
.banner{
	display:block;
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	height:412px;
	margin-top:116px;
}
.banner .content{
	display:block;
	float:left;
	position:absolute;
	top:93px;
	left:0;
	right:0;
	z-index:999;
}
.banner .content h1{
	display:block;
	float:left;
	
	width:79.57%;
	
	color:#ffffff;
	font-size:35px;
	line-height:40px;
	text-transform:uppercase;
	font-family:'din_light';
}
.banner .content h1 strong{
	display:block;
	float:left;
	
	width:79.57%;
	
	color:#ffffff;
	font-size:40px;
	line-height:40px;
	font-family:'din_bold';
}
.banner>img{
	display:block;
	float:left;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	min-width: 100%;
	height: auto;
}
.links{
	display:block;
	float:left;
	width:100%;
	background-color: #fff;
}
.links .content{
	display:block;
	float:left;
	width:100%;
	position:relative;
	margin:-102px 0 0 0;
}
.links .content:before{
	content:"";
	display:block;
	float:left;
	width:50%;
	background-color:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
}
.links .content .bloco{
	display:block;
	float:left;
	width:100%;
	background-color:#fff;
	position:relative;
}
.links .content .bloco .after{
	display:block;
	float:left;
	position:absolute;
	top:0;
	bottom:0;
	right:-70px;
	width:50%;
	background-color:#fff;
	z-index:0;
	transform: skewX(-17deg);
	-ms-transform: skewX(-17deg);
    -webkit-transform: skewX(-17deg);
}
.links .content .bloco .lista_links{
	display: flex;
	justify-content: space-between;
	float:left;
	width:100%;
	background-color:#fff;
	position:relative;
	z-index:99;
	padding:0 40px;
}
.links .content .bloco .lista_links>li{
	display:block;
	float:left;
	width:18.30%;
	position:relative;
}
.links .content .bloco .lista_links>li>a{
	display:block;
	float:left;
	width:100%;
	padding:40px 0 54px 0;
	position:relative;
	height:100%;
}
.links .content .bloco .lista_links>li>a img{
	display:block;
	float:left;
	margin:0 0 20px 0;
	width:146px;
	height:auto;
}
.links .content .bloco .lista_links>li>a p{
	display:block;
	float:left;
	width:100%;
	position:relative;
	padding:14px 0 12px 0;
	color:#000000;
	font-size: 15px;
	line-height:22px;
}
.links .content .bloco .lista_links>li>a p:before{
	content:"";
	display:block;
	float:left;
	position:absolute;
	top:0;
	left:0;
	width:44px;
	height:1px;
	background-color:#6bc048;
}
.links .content .bloco .lista_links>li>a.link2 p:before{
	background-color:#1a8648;
}
.links .content .bloco .lista_links>li>a.link3 p:before{
	background-color:#00a1e2;
}
.links .content .bloco .lista_links>li>a.link4 p:before{
	background-color:#c8893c;
}
.links .content .bloco .lista_links>li>a.link5 p:before{
	background-color:#a7aaac;
}
.links .content .bloco .lista_links>li>a:hover p{
	color:#8e8e91;
}
.links .content .bloco .lista_links>li>a .fix_bottom{
	display:block;
	float:left;
	position:absolute;
	bottom:39px;
	left:0;
}
.links .content .bloco .lista_links>li>a span{
	display:block;
	float:left;
	width:100%;
	position:relative;
	padding:0 0 0 10px;
	margin:0 0 0 0;
	color:#6bc048;
	font-size:13px;
	line-height:15px;
	text-transform:uppercase;
	font-family: "proxima_nova_bold";
}
.links .content .bloco .lista_links>li>a:hover span{
	color:#56565a !important;
}
.links .content .bloco .lista_links>li>a span:before{
	content:"";
	display:block;
	float:left;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #6bc048;
}
.links .content .bloco .lista_links>li>a.link2 span, .links .content .bloco .lista_links>li>a.link2 span:before{
	color:#1a8648;
	border-color: transparent transparent transparent #1a8648;
}
.links .content .bloco .lista_links>li>a.link3 span, .links .content .bloco .lista_links>li>a.link3 span:before{
	color:#00a1e2;
	border-color: transparent transparent transparent #00a1e2;
}
.links .content .bloco .lista_links>li>a.link4 span, .links .content .bloco .lista_links>li>a.link4 span:before{
	color:#c8893c;
	border-color: transparent transparent transparent #c8893c;
}
.links .content .bloco .lista_links>li>a.link5 span, .links .content .bloco .lista_links>li>a.link5 span:before{
	color:#a7aaac;
	border-color: transparent transparent transparent #a7aaac;
}
.mapa{
	display:block;
	float:left;
	width:100%;
	background-color:#d6d7d4;
	min-height:435px;
}
.mapa img{
	display:block;
	float:right;
	position:absolute;
	top:39px;
	right:3px;
}
.mapa .content{
	display:block;
	float:left;
	width:38.7%;
	padding:160px 0 78px 0;
	position:relative;
	z-index:1;
}
.mapa .content h2{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #a7aaac;
	font-size:40px;
	line-height:40px;
	color:#042b3c;
	text-transform:uppercase;
	font-family:'din_light';
	padding:0 0 14px 0;
}
.mapa .content p{
	display:block;
	float:left;
	width:100%;
	font-size: 15px;
	line-height:22px;
	color:#000000;
	margin:14px 0 0 0;
}
.contactos{
	display:block;
	float:left;
	width:100%;
	position:relative;
}
.contactos .contacto_geral{
	display:block;
	float:left;
	width:45%;
	/*background-color:#f6f6f6;*/
	position:relative;
	top:-20px;
	margin-right:10%;
}
.contactos .contacto_geral:before{
	content:"";
	display:none;
	float:left;
	width:1000px;
	background-color:#f6f6f6;
	position:absolute;
	top:0;
	bottom:0;
	left:-1000px;
}
.contactos .contacto_geral .content{
	display:block;
	float:left;
	position:relative;
	z-index:1;
	padding:28px 0 22px 0;
}
.contactos h2{
	display:block;
	float:left;
	font-size:50px;
	line-height:73px;
	color:#a7aaac;
	border-bottom:1px solid #a7aaac;
	text-transform:uppercase;
	font-family:'din_light';
	margin:0 0 16px 0;
}
.contactos .titulo_contacto{
	display:block;
	float:left;
	clear:left;
	position:relative;
	font-size: 21px;
	line-height: 26px;
	color:#000000;
	text-transform:uppercase;
	font-family: 'proxima_nova_semibold';
	margin:15px 0 0 0;
}
#aboutus .link {
    display: block;
    float: left;
    height: 60px;
    padding: 15px 17px 0;
    background-color: #a7aaac;
    text-align: center;
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    font-family: 'proxima_nova',sans-serif;
    text-transform: uppercase;
    position: relative;
	margin:20px 0 0 0 ;
}
#aboutus .link:hover{
    background-color: #000;
}
#aboutus .link::after {
    content: " ";
    height: 56px;
    width: 56px;
    border: 2px solid #a7aaac;
    position: absolute;
    top: 0;
    right: -79px;
    background: url(../images/seta-hover.png)no-repeat;
    background-position: 17px 10px;
}
#aboutus .link:hover::after {
    border: 2px solid #000;
	background: url(../images/seta.png)no-repeat;
    background-position: 17px 10px;
}
.contactos .titulo_contacto.auto{
	clear:none;
	margin:15px 43px 0 0;
	width:auto;
	font-size:15px;
	line-height: 21px;
	float:left;
	display:inline-flex;
	text-align: center;
}
.content_titulos{
	float:left;
	width:100%;
	position:relative;
	top:-40px;
}
.contactos .titulo_contacto:before{
	content:"";
	display:block;
	float:left;
	position:absolute;
	top:3px;
	left:-21px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 11px;
	border-color: transparent transparent transparent #a7aaac;
}
.contactos .titulo_contacto:before{
	top:1px;
}
.contactos p{
	display:block;
	float:left;
	clear:left;
	
	font-size: 15px;
line-height: 23px;
	color:#000000;
	margin:0 0 10px 0;
	padding-right:10px;
}
.contactos p span{
	color:#a7aaac;
	font-family: 'proxima_nova_semibold';
}
.contactos .contacto_geral .after{
	display:none;
	float:left;
	position:absolute;
	top:0;
	bottom:0;
	right:-60px;
	width:250px;
	background-color:#f6f6f6;
	z-index:0;
	transform: skewX(-13deg);
	-ms-transform: skewX(-13deg);
    -webkit-transform: skewX(-13deg);
}
.contactos .outros_contactos{
	display:block;
	float:left;
	width:45%;
	padding:98px 0 62px 0;
}
footer{
	display:block;
	float:left;
	width:100%;
	background-color:#57565b;
	padding:0 0 27px 0;
}
footer img{
	display:block;
	float:left;
}
footer .logo_footer{
	margin:30px 0 0 0;
}
footer .certific{
	margin:30px 0 0 60px;
}
footer .qren{
	margin:42px 0 0 102px;
}
footer .loba{
	display:block;
	float:right;
	padding:5px 0 5px 5px;
	margin:25px 0 0 0;
}
footer .copy{
	display:block;
	float:left;
	width:100%;
	color:#fff;
	font-size:10px;
	line-height:12px;
	font-family: "proxima_nova";
	margin:26px 0 0 0;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 412px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
	float:left;
  display: block;
  width: 100%;
  height:auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

#form_contactos{
    display:block;
    float: right;
    width:33%;
	margin-top:124px;
}

#form_contactos p{
    display:block;
    text-align: left;
    font-size:18px;
    line-height:26px;
    color:#000000;
    font-family: 'proxima_nova_light',sans-serif;
    margin:-4px 0 16px 0;
}

#form_contactos label{
    display:none;
}
#form_contactos label.file{
    display:block;
    float: left;
    width:100%;
    background-color:transparent;
    height:50px;
    border:1px solid #b9b9b9;
    border-bottom:0;
    font-family: "proxima_nova",sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #d9d9da;
    padding-left:9px;
	line-height:50px;
    border-radius:0;
}
#form_contactos input[type="text"]{
    display:block;
    float: left;
    width:100%;
    background-color:transparent;
    height:50px;
    border:1px solid #b9b9b9;
    border-bottom:0;
    font-family: "proxima_nova",sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #b9b9b9;
    padding-left:9px;
    border-radius:0;
}
#form_contactos input[type="file"]{
    display:none;
}

#form_contactos input[type="text"].error, #form_contactos textarea.error{
    color:#ed1c24;
}
/*
#form_contactos input::-webkit-input-placeholder,
#form_contactos input:-moz-placeholder,
#form_contactos input::-moz-placeholder,
#form_contactos input:-ms-input-placeholder{
    color: #ed1c24;
}*/
input.error::-webkit-input-placeholder {
    color: #ed1c24;
}
input.error:-moz-placeholder {
    color: #ed1c24;
}
input.error::-moz-placeholder {
    color: #ed1c24;
}
input.error:-ms-input-placeholder {
    color: #ed1c24;
}
textarea.error::-webkit-input-placeholder {
    color: #ed1c24;
}
textarea.error:-moz-placeholder {
    color: #ed1c24;
}
textarea.error::-moz-placeholder {
    color: #ed1c24;
}
textarea.error:-ms-input-placeholder {
    color: #ed1c24;
}

#form_contactos textarea{
    display:block;
    float: left;
    width:100%;
    background-color:transparent;
    height:50px;
    border:1px solid #b9b9b9;
    font-family: "proxima_nova",sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #b9b9b9;
    padding:14px 0 0 9px;
    resize: none;
    height:110px;
    -webkit-appearance:none;
    border-radius:0;
}

#form_contactos input[type="submit"]{
    display:block;
    float: right;
    width:100%;
    height:50px; 
    background-color:#fff;
    text-align: center;
    font-family: 'proxima_nova',sans-serif;
    font-size:18px;
    line-height: 20px;
    color:#b9b9b9;
    text-transform: uppercase;
    -webkit-appearance:none;
    border-radius:0;
	border:1px solid #b9b9b9;
}

#form_contactos input[type="submit"]:hover{
    cursor: pointer;
    color:#fff;
	
    background-color:#b9b9b9;
}

#form_contactos .col-1{
    display: block;
    float: left;
    width:220px;
    margin-left:140px;
}

.img_captcha{
    float: left;margin:12px 0 0 0;
}
#form_contactos input[type="text"].input_captcha{
    float:right;width:160px;margin:0 0 0 20px;border-top:0;border-bottom:1px solid #B9B9B9;
}
.link_captcha{
    float:left;
    font-family: 'proxima_nova',sans-serif;
    font-size: 15px;
    color: #000000;
    margin:5px 0;
}
.error{
	float:left;
	width:100%;
	color:red;
}
#form_contactos p.mensagem_sucesso{
	float:left;
	width:100%;
	color:green;
}

.blocos{
	float:left;
	width:100%;
	min-height:435px;
	position:relative;
	overflow:hidden;
}
.blocos.right .text{
	float:right;
}
.blocos.right img{
	left:inherit;
	right:50%;
}
.blocos .content{
	display: block;
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.blocos .text{
	float:left;
	width:400px;
	padding: 78px 0;
}
.blocos .text h2 {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000000;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'din_light';
    padding: 0 0 14px 0;
}
.blocos .text p {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin: 14px 0 0 0;
}
.blocos .text ul {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}
.blocos .text ul li{
    list-style:disc;
	margin-left:15px;
}
.blocos img{
	float:left;
	width:51%;
	height:auto;
	position:absolute;
	left:49%;
	top:50%;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
}
#social img{
	width:53%;
}
header nav {
    display: block;
    float: right;
    margin: 30px 0 0 0;
	clear:right;
}
header nav #main_menu {
    display: block;
    float: right;
}
header nav #main_menu li {
    display: block;
    float: left;
    margin-left: 30px;
}
header nav #main_menu li a {
    display: block;
    float: right;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    font-family: 'proxima_nova',sans-serif;
    text-transform: uppercase;
}
.content_conta{
	float:left;
	width:63%;
	margin-right:25px;
}
.logo_rodape{
	float:left;
	width:100px;
	height:auto;
	margin-top:30px;
	margin-left:20px;
}
.logo_rodape img{
	float:left;
	width:100%;
	height:auto;
}