/*
Theme Name: Vivas
Theme URI: http://pixel85.com/
Author: pixel85
Author URI: http://pixel85.com/
Description: Vivas
Version: 1.0
Text Domain: vivas
*/


/*
 * font-family availble:
 * - nexa_lightregular
 * - nexa_boldregular
 */

* {
	padding: 0;
	margin: 0;
}

html, body, #page {
	height: 100%;
}

a img {
	border: 0 none;
}

ul, li {
	list-style: outside none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:focus {
    background-color: #F1F1F1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.menu-toggle,
.search-form .search-submit {
    display: none;
}

body {
	background: url(images/background.jpg) repeat-y fixed 50% 100px;
	background: url(images/textura_banners_home.png) repeat fixed 0 0;
	font-family: nexa_lightregular, sans-serif;
}

body.pagina-inicial {
	overflow: hidden;
}

body.empresa {
	background: url(images/textura_banners_home.png) repeat fixed 0 0, url(images/background_empresa.jpg) no-repeat fixed 50% 0;
}

body.servicos {
	background: url(images/textura_banners_home.png) repeat fixed 0 0, url(images/background_servicos.jpg) no-repeat fixed 50% 0;
}

body.trabalhos {
	/*background: url(images/background_trabalhos.jpg) repeat-y fixed 50% 100px;*/
	background: url(images/textura_banners_home.png) repeat fixed 0 0, url(images/background_trabalhos.jpg) no-repeat fixed 50% 0;
}



.site-header {
	background: #000;
	border-bottom: 5px solid #1d444e;
	height: 100px;
}

.site-main {
	position: relative;
	/*padding: 5px 0 0 20px;*/
	/*min-height: 100%;*/
}

.site-footer {
	clear: both;
}

.home-link {
    background: url("images/logo.png") no-repeat 0 0;
    height: 100%;
}

.home-link h1, .home-link a {
	display: block;
	height: 100%;
	width: 100%;
}

.home-link a {
	text-indent: -9999px;
}

.menu-principal-container {
	float: left;
	width: 642px;
}

#filter fieldset {
	border: none;
}

#filter input[type="radio"] {
	display: none;
}

#menu-principal li, #submenu li {
	display: inline-block;
}

#menu-principal li a, #filter input[type="radio"] + label {
	font: 400 15px/100px nexa_boldregular, sans-serif;
	letter-spacing: 1.1px;
	text-decoration: none;
	color: #377283;
	text-transform: lowercase;
	display: block;
	padding: 0 15px;
}

#menu-principal .current-page-parent > a,
#menu-principal .current-menu-item > a,
#menu-principal a:hover,
#submenu #filter input[type="radio"] + label:hover,
#submenu #filter input[type="radio"]:checked + label {
	color: #FFF;
}

#menu-principal li ul {
	background: #1D444E;
	height: 0;
	width: 100%;
	left: 0;
	position: absolute;
	overflow: hidden;
	text-align: center;
    transition: height 300ms ease 0s;
	z-index: 99;
}

#submenu {
	background: #1D444E;
	height: 35px;
	width: 100%;
	left: 0;
	top: -5px;
	position: absolute;
	overflow: hidden;
	text-align: center;
    transition: height 300ms ease 0s;
	z-index: 98;
}

#submenu #filter input[type="radio"] + label {
	line-height: 34px;
	display: inline-block;
	cursor: pointer;
}

#menu-principal:hover li ul {
	height: 0;
}

#menu-principal .current-page-parent ul,
#menu-principal li:hover ul {
	height: 35px;
}

#menu-principal li:hover ul {
}

#menu-principal li ul a {
	line-height: 35px;
}

.search-form {
	padding: 30px 0 0;
	float: left;
	width: 84px;
}

.site-header .search-field:focus {
    background-image: url("images/search-icon-over.png");
    background-color: #1D444E;
    border: 2px solid #1D444E;
    border-radius: 7px;
    cursor: text;
    outline: 0 none;
	width:100%;
}

.site-header .search-field {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/search-icon.png");
    background-position: 97% 50%;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 30px;
    margin: 3px 0;
    padding: 0 34px 0 5px;
    border: 2px solid transparent;
    position: relative;
    transition: width 300ms ease 0s, background 300ms ease 0s, border 300ms ease 0s;
    width: 0;
	float: right;
	color: #FFF;
}

.facebook_link {
	display: block;
	margin: 34px 0 0;
	text-indent: -99999px;
    background: url("images/facebook_link.png");
    width: 30px;
    height: 30px;
}

.facebook_link:hover {
    background-position: 0 30px;
}


/*
########################################
	
	//banner principal / home

########################################
*/

.texturabanner{
	background: url(images/textura_banners_home.png) repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

.royalSlider {
	width: 100%;
	height: 100%;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}

.royalSlider > .rsContent,
.royalSlider > .rsSlideRoot {
	visibility: hidden;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsContent,
.rsWebkit3d .rsBtnCenterer {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d .rsContent,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
	z-index: 90;
}


/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto !important;
}


.rsContent {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.rsAutoHeight .rsContent {
	position: relative;
	height: auto;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNav {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock,
.rsSBlock {
	/*left: 0;
	top: 0;*/
	position: relative;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
	height: auto;
}

.grab-cursor {
	cursor:url(images/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(images/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

a.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
	-webkit-backface-visibility: hidden;
	outline: none;
	padding: 0;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


.abBlackBox {
	color: #FFF;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	padding: 15px;
}
.abWhiteBox {
	color: #000;
	background: #FFF;
	background: rgba(255, 255, 255, 0.75);
	padding: 15px;
}
.abTextAlignCenter {
	text-align: center;
}



/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url(images/rs-default.png);

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }









#map-canvas.gigabanner {
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.container-gigabanners,
.gigabanners-detalhes {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.gigabanners-legenda {
	color: #fff;
	letter-spacing: -3.5px;
	font: 400 75px/73px nexa_boldregular, Arial;
	text-transform: uppercase;
	position:absolute;
	margin-top: 160px;
	left: 50%;
	margin-left: -489px;
}

.page-template-page-templatesgigabanner-php .site-footer {
	margin: 0 !important;
}

#btn-ant,
#btn-pro {
	background: url(images/controle-pro.png) no-repeat 50% 50%;
	position: absolute;
	width: 132px;
	height: 164px;
	top: 50%;
	margin-top: -164px;
	right:0;
	z-index: 3;
	cursor: pointer;
}

#btn-ant {
	background: url(images/controle-ant.png) no-repeat 50% 50%;
	left:0;
}

.container-empresa {
	background: rgba(255,255,255,0.8);
	font: 400 36px/44px nexa_boldregular, Arial;
	letter-spacing: -1px;
	margin: 30px 0;
}

.container-empresa img {
	vertical-align: middle;
}

.container-empresa .headempresa {
	/*background: #000;*/
	padding: 0;
}

.container-empresa .headempresa .textohead {
	text-align: right;
	padding: 30px;
}

.container-empresa .headempresa .alignleft {
	text-align: left;
}

.container-empresa .headempresa .logomarca-empresa {
	padding: 0 0 0 30px;
}

.container-empresa .headempresa .paragrafo_principal {
	font-size: 32px;
	text-transform: uppercase;
}

.container-empresa .textohead p {
	font: 400 20px/24px nexa_lightregular, Arial;
	margin: 10px 0 0;
}

.container-empresa .content-empresa {
	font: 400 19px/24px nexa_lightregular, Arial;
	letter-spacing: 0;
	padding: 30px;
}

.container-empresa .empresa-equipe {
	padding: 30px 30px 10px;
}


.container-empresa .content-empresa p,
.container-empresa .content-empresa h2 {
	font-family: nexa_boldregular, Arial;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 20px;
	text-align: left;
}

.container-empresa .content-empresa h2 {
	font-size: 32px;
}

.container-empresa .content-empresa a {
	font-family: nexa_boldregular, Arial;
	text-decoration: none;
	color: #346d7d;
}

.container-empresa .content-empresa strong {
	color: #346d7d;
}

.container-empresa .content-empresa a:hover {
	color: #000 !important;
}

.container-empresa .content-empresa strong {
	font-family: nexa_boldregular, Arial;
	font-weight: normal;
}

.container-empresa .internacional .logo {
	text-align: center;
	margin-bottom: 30px;
}

.container-empresa .internacional strong {
	color: #346d7d;
}

.container-empresa .grupo {
	
}

.container-empresa .grupo h2 {
	font-size: 22px;
	margin: 0;
	color: #2b5d6b;
}

.container-empresa .grupo .empresa:nth-child(4n-4) {
	margin-left: 0;
}

.container-empresa .empresas {
	width: 735px;
	margin: 0 auto;
}

.container-empresa .grupo .empresa {
	min-height: 275px;
}

.logogrupo {
	text-align: center;
	padding: 50px;
	border-bottom: 2px solid #fff;
}

.container-empresa .grupo .empresa .logo_empresa img {
	width: 230px;
	height: auto;
}

.container-empresa .grupo .empresa .logo_empresa {

}

.container-empresa .grupo .empresa:hover .logo_empresa {
	
}

.container-empresa .grupo .empresa p {
	font-size: 16px;
    line-height: 16px;
    padding: 5px;
    text-align: center;
}


.container-servicos .servicos-detalhes:nth-child(3n-2) {
	margin-left: 0;
}

.container-servicos .servicos-detalhes {
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	float: none;
}

.container-servicos .servicos-titulo {
	font: 400 30px/60px nexa_boldregular, Arial, sans-serif;
	letter-spacing:-2px;
	color: #fff;
	background: #1D4651;
	text-align: center;
	padding: 15px 30px;
	min-height: 60px;
	text-transform: uppercase;
}

.container-servicos .servicos-descricao {
	font: 400 15px/20px nexa_lightregular, Arial, sans-serif;
	text-align: left;
	padding: 20px 30px;
	min-height: 256px;
	position: relative;
	background: #fff;
}

.container-servicos .servicos-imagem {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #2B5D6B;
	cursor: pointer;
}

.container-servicos .servicos-descricao:hover .servicos-imagem {
	opacity: 0;
	cursor: default;
}

.container-trabalhos .trabalhos-detalhes:nth-child(4n-3) {
	margin-left: 0;
}

.container-trabalhos .trabalhos-detalhes {
	background: #000;
	margin-top: 30px;
	/*display: inline-block;*/
	vertical-align: top;
	float: left;
	position: relative;
	min-height: 233px;
}

.container-trabalhos .trabalhos-detalhes .trabalhos-detalhes-container {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	padding: 20px;
	top:0;
	left:0;
	opacity: 0;
	width:182px;
	min-height:193px;
	text-decoration: none;
}

a.trabalhos-detalhes-container {
	position: relative;
	display: block;
	z-index: 6;
}

.container-trabalhos .trabalhos-detalhes:hover .trabalhos-detalhes-container {
	opacity: 1;
}

.container-trabalhos .trabalhos-cliente,
.container-trabalhos .trabalhos-titulo {
	font: 400 18px/1.2em nexa_boldregular, Arial, sans-serif;
	letter-spacing:5px;
	color: #fff;
	text-transform: uppercase;
	display: block;
}

.container-trabalhos .trabalhos-titulo {
	color: #528fa0;
}

.container-trabalhos .trabalhos-descricao {
	font: 400 13px/18px nexa_lightregular, Arial, sans-serif;
	display: block;
}

.container-trabalhos .trabalhos-imagem {
	background: #000;
	cursor: pointer;
}

.radiobg {
	background: #1d444e;
	width: 222px;
	height: 233px;
	display: inline;
	position: absolute;
	z-index: 5;
	opacity: 0.4;
	top: 0;
	left: 0;
}

.container-trabalhos .trabalhos-imagem img {
	display: block;
}

.container-trabalhos .videoplay {
	width: 222px;
	height: 233px;
	display: inline;
	position: absolute;
	z-index: 4;
	background: url(images/play.png) no-repeat center;
	opacity: 0.4;
	top: 0;
	left: 0;
}

.container-trabalhos .radioplay {
	width: 222px;
	height: 233px;
	display: inline;
	position: absolute;
	z-index: 4;
	background: url(images/radio.png) no-repeat center;
	opacity: 0.4;
	top: 0;
	left: 0;
}

.container-pessoas .pessoas-detalhes:nth-child(4n-3) {
	margin-left: 0;
}

.container-pessoas .pessoas-detalhes {
	background: #000;
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	float: none;
	position: relative;
	min-height: 233px;
}

.container-pessoas .pessoas-detalhes .pessoas-detalhes-container {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	margin: 8px;
	padding: 12px;
	top:0;
	left:0;
	opacity: 0;
	transition: opacity 100ms ease 0s;
	width: 182px;
	min-height: 192px;
	text-decoration: none;
}

.container-pessoas .pessoas-detalhes:hover .pessoas-detalhes-container {
	opacity: 1;
}

.container-pessoas .pessoas-titulo {
	position: absolute;
	bottom: 8px;
}

.container-pessoas .pessoas-nome,
.container-pessoas .pessoas-cargo {
	font: 400 18px/1.2em nexa_boldregular, Arial, sans-serif;
	letter-spacing:0.5px;
	color: #fff;
	text-transform: uppercase;
}

.container-pessoas .pessoas-cargo {
	color: #528fa0;
}

.container-pessoas .pessoas-imagem {
	background: #1d444e;
	cursor: pointer;
	padding: 8px;
}

.container-pessoas .pessoas-imagem img {
	display: block;
}

.container-diretorias .diretorias-detalhes:first-child {
	margin-top: 30px;
}

/*.container-diretorias .diretorias-detalhes:nth-child(2n-1) {
	background: url(images/fundo-diretoria-01.jpg) repeat-y 50% 0;
}*/

.container-diretorias .diretorias-detalhes {
	/*background: url(images/fundo-diretoria-02.jpg) repeat-y 50% 0;*/
	margin: 0 0 30px;
	position: relative;
	height: auto;
	max-height:577px;
	overflow:hidden;
}

.container-diretorias .diretorias-detalhes .diretorias-detalhes-container {
	color: #fff;
	position: absolute;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	left: 222px;
}

.container-diretorias .diretorias-descricao {
	font: 400 14px/18px nexa_lightregular, Arial, sans-serif;
	color: #666;
	text-align: center;
	padding:35px 0px 11px 30px !important;
	margin:0px;
	/*position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.diretorias-detalhes:nth-child(2n-1) .diretorias-descricao {
	float: right;
    padding:35px 30px 11px 0px !important;
    text-align: center;
	margin:0px;
	/*position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.container-diretorias .diretorias-nome,
.container-diretorias .diretorias-cargo {
	font: 400 36px/.8em nexa_boldregular, Arial, sans-serif;
	letter-spacing:-0.25px;
	color: #000;
	text-transform: uppercase;
}

.container-diretorias .diretorias-cargo {
	color: #1d444e;
	margin: 0;
}

.container-diretorias .diretorias-imagem {
	position: absolute;
	bottom: 0;
}

.container-diretorias .diretorias-imagem img {
	display: block;
}

.container-clientes {
	text-align: center;
}

.container-clientes .clientes-detalhes:nth-child(4n-3) {
	margin-left: 0;
}

.container-clientes .clientes-detalhes {
	background: #000;
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	float: none;
	position: relative;
	min-height: 233px;
}

.container-clientes .clientes-detalhes .clientes-detalhes-container {
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	margin: 8px;
	top:0;
	left:0;
	opacity: 0;
	transition: opacity 100ms ease 0s;
	width: 222px;
	min-height: 233px;
	text-decoration: none;
}

.container-clientes .clientes-imagem:hover {
	background: #eee;
}

.container-clientes .clientes-titulo {
	position: absolute;
	bottom: 8px;
}

.container-clientes .clientes-imagem {
	background: #fff;
}

.container-clientes .clientes-imagem img {
	display: block;
}

#map-canvas.ative {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.container-contato {
	position: relative;
	z-index: 1;
	background: #000;
	color: #fff;
	width: 406px;
}

.container-contato .contato-abas {
	position: relative;
}

.container-contato .contato-abas input[type=radio] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.container-contato .contato-abas li {
	float: left;
}

.container-contato .contato-abas label {
	display: block;
	padding: 15px 13px;
	color: #346d7d;
	font:400 14px/24px nexa_boldregular, sans-serif;
	cursor: pointer;
	position: relative;
	letter-spacing: -.02px;
	text-transform: uppercase;
	text-align: center;
	background: #1d444e;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-right: 2px solid #000;
}

.container-contato .contato-abas li.last label,
.container-contato .contato-abas li:last-child label {
	border-right: 0 none;
}

.container-contato .contato-abas label:hover {
	background: #000;
}

[id^=local-]:checked + label {
	background: #000;
}

[id^=local-]:checked ~ [id^=detalhe-local-] {
	display: block;
}

.container-contato .contato-detalhes {
	z-index: 2;
	display: none;
	background: #000;
	width: 100%;
	padding: 20px 0;
	position: absolute;
	top: 53px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.container-contato .contato-imagem {
	position: relative;
}

.container-contato .contato-imagem img {
	display: block;
}

.container-contato .contato-local {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	font:400 30px/24px nexa_boldregular, sans-serif;
	letter-spacing: -.02px;
	color: #346d7d;
	padding: 10px 20px;
	text-transform: uppercase;
	width: 366px;
}

.container-contato .contato-endereco {
	padding: 25px 20px 10px;
	font:400 15px/18px nexa_lightregular, sans-serif;
}

.container-contato .contato-telefone {
	padding: 0 20px 20px;
	font:400 15px/18px nexa_lightregular, sans-serif;
}

.container-contato .contato-formulario {
	padding: 20px;
	background: #1d444e;
}

.container-contato .contato-formulario p {
	width: 100%;
}

.container-contato .contato-formulario textarea,
.container-contato .contato-formulario input {
	font:400 14px/24px nexa_lightregular, sans-serif;
	letter-spacing: -0.02px;
	width: 352px;
	padding: 3px 7px;
	background: #fff;
	color: #346d7d;
	border-radius: 5px;
	border: 1px solid #a7a7a7;
	margin: 5px 0;
	background: linear-gradient(to bottom,  #e8e8e8 0%,#ffffff 10%);
}

.container-contato .contato-formulario textarea {
	height: 90px;
}
.container-contato .contato-formulario .cabecalho {
	font:400 25px/24px nexa_boldregular, sans-serif;
	color: #316877;
	letter-spacing: -0.02px;
	padding: 0 0 20px;
	text-transform: uppercase;
}

.container-contato .contato-formulario input[type=submit] {
	font:400 14px/24px nexa_boldregular, sans-serif;
	color: #346d7d;
	text-transform: uppercase;
	width: auto;
	background: linear-gradient(to bottom,  #e8e8e8 0%,#ffffff 30%);
}

span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-not-valid {
	border: 1px solid #f00 !important;
}
div.wpcf7-response-output {
    font-size: 10px;
    position: absolute;
    bottom: -7px;
    left: 73px;
    width: 164px;
    border: none;
	font-size: 10px;
}

.wpcf7-form {
	position: relative;
}


/*
########################################
	
	//background transitions

########################################
*/

#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(images/progress.gif) no-repeat center center;
}
#supersized {
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
	filter: brightness(46%);
}
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }

#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
}

#supersized a {
	width:100%;
	height:100%;
	display:block;
}

#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }

#supersized li.image-loading {
	background:#111 url(imagens/progress.gif) no-repeat center center;
	width:100%;
	height:100%;
}
#supersized li.image-loading img{ visibility:hidden; }

#supersized li.prevslide img,
#supersized li.activeslide img{
	display:inline;
}


/* transitions  */

.nav-menu a,
.nav-menu a:hover,
.container-servicos .servicos-descricao:hover .servicos-imagem,
.container-servicos .servicos-imagem,
.container-trabalhos .trabalhos-detalhes .trabalhos-detalhes-container,
a,
a:hover,
.container-clientes .clientes-imagem:hover,
.container-clientes .clientes-imagem,
.container-empresa .grupo .empresa:hover .logo_empresa,
.container-empresa .grupo .empresa .logo_empresa {
	-webkit-transition: all 700ms;
	-moz-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}

a.facebook_link,
a.facebook_link:hover {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.bgsec:nth-child(odd){
	background:#fff;
    -moz-box-shadow: 1px 2px 11px #fff;
    -webkit-box-shadow: 1px 2px 11px #fff;
    box-shadow: 1px 2px 11px #fff;
}
.bgsec:nth-child(even){
	background:#e0e0e0;
    -moz-box-shadow: 1px 2px 11px #fff;
    -webkit-box-shadow: 1px 2px 11px #fff;
    box-shadow: 1px 2px 11px #fff;
}