#dic_bubble 					{ display: none; }

.preloader 						{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; overflow: hidden; z-index: 9999; }
.preloader .logo 				{ width: 485px; height: 171px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; }
.preloader .logo .quadrado 		{ width: 50px; height: 51px; background: #cf414d; position: absolute; z-index: 10; top: 50%; right: 50%; margin: -25px -25px 0 0; }
.preloader .logo .lg			{ display: none; background: url('../img/logo-preloader.png') center center no-repeat; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 20; }

/* .preloader .logo .quadrado {
  animation-duration: 1s;
  animation-name: rotacao;
}

@keyframes rotacao {

  from {
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
  }

} */

.container_geral  				{ width: 100%; overflow: hidden; }

.container_header 				{ width: 100%; height: 55px; background: #fff; overflow: hidden; padding: 0 30px; position: fixed; top: 0; left: 0; z-index: 888; box-shadow: 0 5px 20px rgba(0,0,0,.1); -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1); -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1); }
.container_header .btn_menu 	{ float: left; background: url('../img/btn-menu.png') center center no-repeat; width: 30px; height: 30px; display: block; text-indent: -9999px; margin-top: 12px; }
.container_header h1 			{ width: 102px; height: 36px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.container_header .logo 		{ background: url('../img/logo-header.png') center center no-repeat; width: 102px; height: 36px; display: block; text-indent: -9999px; }
.container_header nav 			{ float: right; overflow: hidden; margin-top: 17px; }
.container_header nav ul 		{  }
.container_header nav ul li  			{ font-family: 'Helvetica_Neue_LT_Std_Light'; float: left; margin-left: 55px; }
.container_header nav ul li a 			{ font-size: 16px; color: #ef404c; }
.container_header nav ul li a:hover 	{ color: #000; }

.container_header .btn_menu_resp 	{ float: right; overflow: hidden; margin-top: 20px; display: none; font-family: 'Helvetica_Neue_LT_Std_Light'; font-size: 16px; color: #333; }

.container_geral 				{ margin-top: 53px; padding-top: 1px; }

.destaque 						{ position: relative; }
.destaque .fake 				{ width: 100%; visibility: hidden; opacity:0.0; -moz-opacity: 0.0; filter: alpha(opacity=0); }
.destaque .background 			{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.destaque .cont 				{ position: absolute; top: 180px; left: 320px; }
.destaque .cont h2 				{ font-family: 'Helvetica_Neue_LT_Std_Bold'; font-size: 140px; color: #fff; line-height: 60%; }
.destaque .cont h2 span 		{ color: #ef404c; font-family: 'Helvetica_Neue_LT_Std_UltraThin'; display: block; margin-left: -70px; }
.destaque .cont h3 				{ font-size: 40px; font-family: 'Helvetica_Neue_LT_Std_Medium'; color: #fff; margin-top: 130px; }
.destaque .cont h3 strong 		{ font-weight: normal; color: #ef404c; }

.titulo_under 							{ font-family: 'Helvetica_Neue_LT_Std_Medium'; font-size: 21px; margin-bottom: 30px; position: relative; display:inline-block; zoom:1; *display:inline; }
.titulo_under::after 					{ content: ""; width: 100%; height: 2px; background: #ef404c; display: block; position: absolute; bottom: -5px; left: 0; }

.container_itens 						{ background: #fff; overflow: hidden; position: relative; }
.container_itens::after 				{ content: ""; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: #000; z-index: 0; }
.container_itens .col_1_2 				{ font-family: 'Helvetica_Neue_LT_Std_Medium'; padding: 50px 150px; position: relative; z-index: 10; }
.container_itens .col_1_2.fLeft 		{ background: #fff; color: #000; }
.container_itens .col_1_2.fRight  		{ color: #fff; }
.container_itens .col_1_2 h2 			{ font-size: 34px; margin-bottom: 30px; }
.container_itens .col_1_2 ul 			{ border-top: 1px solid #b2b2b2; }
.container_itens .col_1_2 ul li 		{ font-size: 21px; border-bottom: 1px solid #b2b2b2; padding: 30px 0; position: relative; }
.container_itens .col_1_2 ul li::after 	{ content: ""; display: block; width: 10px; height: 10px; background: #ef404c; position: absolute; top: 50%; right: 0; margin-top: -5px; }
.container_itens .col_1_2.fRight ul  	{ border-top: 1px solid #808080; }
.container_itens .col_1_2.fRight ul li 	{ border-bottom: 1px solid #808080; }

.container_comunicacao 					{ background: #fff; position: relative; padding:1px 0 1px 490px; width: 100%; overflow: hidden; }
.container_comunicacao .box_preto 			{ position: absolute; top: 0; left: 0; width: 490px; height: 100%; background: #000; z-index: 0; }
.container_comunicacao .box_preto .quadrado { display: block; width: 150px; height: 150px; background: #ef404c; position: absolute; top: 50%; left: 170px; margin-top: -75px; }
.container_comunicacao .cont 			{  }
.container_comunicacao .cont h3 		{ font-family: 'Helvetica_Neue_LT_Std_Bold'; font-size: 38px; max-width: 690px; margin: 150px auto 70px; }
.container_comunicacao .cont h3 strong 	{ font-weight: normal; color: #ef404c; }
.container_comunicacao .cont h3.last 	{ margin: 120px auto; }
.container_comunicacao .cont h2 		{ font-family: 'Helvetica_Neue_LT_Std_Bold'; font-size: 170px; text-align: center; margin: 0; }

.container_tecnologia 					{ padding:1px 490px 1px 0px; }
.container_tecnologia .box_preto 			{ left: auto; right: 0; }
.container_tecnologia .box_preto .quadrado 	{ left: auto; right: 170px; }
.container_tecnologia .cont h2 			{ font-size: 190px; }

.container_slogan 						{ background: url('../img/logo-nvx-fundo-preto.png') top right no-repeat #000; position: relative; padding:1px; }
.container_slogan h2 					{ color: #fff; font-family: 'Helvetica_Neue_LT_Std_Bold'; font-size: 80px; max-width: 930px; margin: 230px auto; }
.container_slogan h2 strong 			{ font-weight: normal; color: #ef404c; }

.box_contato 							{ color: #fff; background: #000; padding: 100px 0; overflow: hidden; }
.box_contato .col_1_3 					{ padding: 0 30px; }
.box_contato .col_1_3.first 			{ text-align: right; border-right: 1px solid #300d0f; height: 400px; }
.box_contato .col_1_3.middle 			{ font-family: 'Helvetica_Neue_LT_Std_Bold'; font-size: 36px; }
.box_contato .col_1_3.fRight h3 		{ font-family: 'Helvetica_Neue_LT_Std_Medium'; font-size: 20px; margin-bottom: 30px; }
.box_contato .col_1_3.fRight 			{  }
.box_contato .col_1_3.fRight .forms 	{ max-width: 302px; }

.forms  								{ overflow: hidden; }
.forms .file,
.forms textarea,
.forms select,
.forms input[type="text"] 				{ font-family: 'Helvetica_Neue_LT_Std_Light'; font-size: 16px; background: none; border-bottom: 1px solid #656565; margin-bottom: 10px; padding: 0 10px; width: 100%; height: 35px; color: #656565; }
.forms textarea 						{ height: 150px; resize: none; }
.forms input[type="submit"] 			{ float: right; cursor: pointer; }
.forms select 							{ padding: 0 7px; background: url('../img/seta-select.png') right 10px center no-repeat #fff; border: none; color: #000; margin-bottom: 20px; }
.forms .random 							{ width: 60%; float: left; color: #fff; }
.forms .random input[type="text"] 		{ width: 120px; margin-right: 5px; }
.g-recaptcha 							{ float: left; margin-bottom: 10px; }
.forms .file 							{ height: 55px; }
.forms .file label 						{ display: block; margin-bottom: 5px; }

.container_mapa							{ background: #000; overflow: hidden; position: relative; height: 42em; }
.container_mapa .cont 					{ color: #fff; padding: 100px 80px; width: 490px; }
.container_mapa .cont .logo 			{ background: url('../img/logo-footer.png'); width: 120px; height: 41px; display: block; text-indent: -9999pc; margin-bottom: 60px; }
.container_mapa .cont p 				{ font-family: 'Helvetica_Neue_LT_Std_Medium'; font-size: 20px; }
.container_mapa .cont p.tel 			{ font-size: 25px; margin: 30px 0; }
.container_mapa .mapa 					{ background: #333; height: 100%; overflow: hidden; display: block; position: absolute; top: 0; left: 490px; width: 70%; width: calc(100% - 490px); width: -moz-calc(100% - 490px); width: -webkit-calc(100% - 490px); width: -ms-calc(100% - 490px); width: -o-calc(100% - 490px); }

.container_mapa .mapa a {
    display: block; 
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.container_mapa .mapa a img {
    display: block;
    width: 100%;
    border: none;
    visibility: hidden;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    opacity: 0;
    filter: alpha(opacity=0);
}

.container_mapa .cont .associacoes      { margin-top: 30px; }
.container_mapa .cont .associacoes li   { display:inline-block; zoom:1; *display:inline; margin: 0 15px 10px 0; font-size: 0; width: 80px; height: 50px; overflow: hidden; opacity:0.60; -moz-opacity: 0.60; filter: alpha(opacity=60); }
.container_mapa .cont .associacoes li:first-child   { display:none; margin: 0 2px 2px 0; font-size: 16px; color: #ef404c; width: 100%; height: auto; border-bottom: 1px solid #111; padding-bottom: 5px; opacity:1; -moz-opacity: 1; filter: alpha(opacity=100); }
.container_mapa .cont .associacoes li img   { width: 100%; }

.copyright 								{ background: #000; padding: 20px; overflow: hidden; }
.copyright p 							{ font-family: 'Helvetica_Neue_LT_Std_Light'; font-size: 16px; color: #fff; float: left; }
.copyright ul 							{ overflow: hidden; float: right; }
.copyright ul li 						{ width: 20px; height: 20px; margin-left: 10px; float: left; }
.copyright ul li a 						{ width: 20px; height: 20px; display: block; background: url('../img/redes.png'); text-indent: -9999px; }
.copyright ul li a.facebook 			{ background-position: 0px 0; }
.copyright ul li a.instagram 			{ background-position: -20px 0; }
.copyright ul li a.googlemais 			{ background-position: -40px 0; }
.copyright ul li a.linkedin 			{ background-position: -60px 0; }
.copyright ul li a.twitter 				{ background-position: -80px 0; }

.box_titulo 							{ background: #000; padding: 50px 0; position: relative; }
.box_titulo h1 							{ font-family: 'Helvetica_Neue_LT_Std_Light'; font-size: 30px; text-align: center; color: #fff; }
.box_titulo h1 a 						{ display: block; color: #fff; font-size: 18px; }

.box_titulo_imagem 						{ font-family: 'Helvetica_Neue_LT_Std_Medium'; padding: 150px 0; position: relative; }
.box_titulo_imagem h1 					{ font-size: 50px; text-align: center; color: #fff; max-width: 960px; margin: 0 auto; }
.box_titulo_imagem h2 					{ font-family: 'Helvetica_Neue_LT_Std_Light'; font-size: 25px; text-align: center; color: #fff; }
.box_titulo .data 						{ font-family: 'Helvetica_Neue_LT_Std_Light'; font-size: 14px; text-align: center; color: #fff; display: block; width: 100%; text-shadow: 2px 2px 5px rgba(0,0,0,.6); }

.box_titulo_imagem_view 				{ padding: 200px 0; }

.box_imagem_conteudo 					{ width: 100%; z-index: 0; }
.box_imagem_conteudo img 				{ width: 100%; height: auto; opacity:0.0; -moz-opacity: 0.0; filter: alpha(opacity=0); visibility: hidden; }
.box_com_imagem 						{ width: 1170px; background: #fff; margin-top: -200px; position: relative; z-index: 200; padding: 80px !important; }

.clientes 								{ overflow: hidden; background: #fff; margin: 50px 0; }
.clientes ul li 						{ float: left; width: 25%; text-align: center; height: 300px; }
.clientes ul li a 						{ color: #000; }
.clientes ul li figure 					{ display: block; width: 100%; max-width: 290px; margin: 0 auto 20px; }
.clientes ul li figure img 				{ width: 100%; }
.clientes ul li p 						{ max-width: 290px; display: block; margin: 0 auto; font-size: 12px; text-align: left; }

.container_contato 						{ background: url('../img/background-contato.jpg') center top no-repeat; }
.container_contato .cont 				{ max-width: 670px; background: #000; margin: 0 auto; padding: 150px 100px 190px; }
.container_contato .cont h2 			{ display: block; color: #fff; font-family: 'Helvetica_Neue_LT_Std_Light'; font-size: 33px; text-align: center; margin-bottom: 50px; }

.forms textarea,
.forms input[type="text"] 				{ margin-bottom: 20px; }

.conteudos 								{ overflow: hidden; background: #fff; margin: 50px auto; max-width: 1600px; }
.conteudos ul li 						{ float: left; width: 21%; margin: 0 2% 50px 2%; text-align: center; height: 500px; border-bottom: 1px solid #cf414d; position: relative; }
.conteudos ul li figure 				{ display: block; width: 100%; max-width: 320px; margin: 0 auto 20px; z-index: 0; }
.conteudos ul li figure img 			{ width: 100%; }
.conteudos ul li .data 					{ font-family: 'Helvetica_Neue_LT_Std_Medium'; font-size: 14px; display: block; color: #cf414d; margin-bottom: 20px; }
.conteudos ul li h3 					{ font-family: 'Helvetica_Neue_LT_Std_Medium'; font-size: 22px; color: #000; margin:0 auto 20px; height: 75px; line-height: 100%; max-width: 320px; display: block; }
.conteudos ul li p 						{ max-width: 320px; color: #000; display: block; margin: 0 auto; }
.conteudos ul li .hover 				{ opacity:0.0; -moz-opacity: 0.0; filter: alpha(opacity=0); background: url('../img/mask.png') center center no-repeat; padding: 30px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: left; z-index: 10; }
.conteudos ul li .hover h4 				{ font-family: 'Helvetica_Neue_LT_Std_Bold'; font-size: 32px; color: #fff; }
.conteudos ul li .hover::after 			{ content: ""; background: url('../img/maximizar.png'); width: 36px; height: 36px; display: block; position: absolute; bottom: 50px; left: 50px; }
.conteudos ul li:hover .hover 			{ opacity:1; -moz-opacity: 1; filter: alpha(opacity=100); }

.conteudos_view 						{ font-family: 'Helvetica_Neue_LT_Std_Light'; font-size: 18px; padding: 30px 0; }
.conteudos_view .compartilhe 			{ padding-top: 10px; margin-top: 30px; border-top: 1px solid #ccc; }
.conteudos_view .compartilhe div 		{ margin-right: 5px; float: left; }
.conteudos_view .compartilhe .voltar_topo 		{ display: block; background: url('../img/topo.png'); width: 34px; height: 34px; text-indent: -9999px; float: right; }

.conteudos_view img 					{ width: 100%; display: block; margin-bottom: 30px; }
.conteudos_view .img_view 				{ margin: 0 auto; width: 100%; max-width: 1024px; display: block; text-align: center; margin-bottom: 30px; }
.conteudos_view .img_view img 			{ width: auto; margin: 0 auto; }

.box_titulo_box_imagem                  { display: none; overflow: hidden; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 80px; }
.box_titulo_box_imagem h2               { font-family: 'Helvetica_Neue_LT_Std_Light'; font-size: 35px; margin-bottom: 50px; }
.box_titulo_box_imagem .data            { float: left; font-size: 16px; height: 25px; line-height: 25px; display: block; }
.box_titulo_box_imagem .compartilhe     { float: right; padding-top: 0; margin-top: 0px; border-top: none; }

.box_com_imagem .box_titulo_box_imagem      { display: block; }

.video_youtube 							{ width:100%; height:675px; }

.relacionados 							{ max-width: 1024px; }
.relacionados ul 						{ margin-top: 30px; }
.relacionados ul li 					{ width: 29.3%; }
.relacionados h2 						{ font-family: 'Helvetica_Neue_LT_Std_Bold'; font-size: 20px; color: #000; display: block; float: left; }
.relacionados .ver_mais 				{ float: right; }

.paginacao 								{ overflow: hidden; text-align: center; }
.paginacao a,
.paginacao span 						{ padding: 10px 15px; font: 16px 'Helvetica_Neue_LT_Std_Medium'; font-weight: 300; display:inline-block; zoom:1; *display:inline; vertical-align: top; }
.paginacao .inativo 					{ background: #f0f0f0; color: #000; margin-bottom: 5px; }
.paginacao .ativo 						{ background: #cf414d; color: #fff; }
.paginacao .ativo:hover,
.paginacao .inativo:hover 				{ background: #cf414d; color: #fff; }

.box_redes 								{ position: fixed; top: 0; left: -80%; width: 80%; height: 100%; max-width: 650px; background: #000; overflow: hidden; z-index: 999; }
.box_redes.open 						{ left: 0; }
.box_redes .top 						{ background: #000; position: absolute; top: 0; left: 0; width: 100%; height: 70px; padding: 20px; }
.box_redes .top h2 						{ font-size: 24px; text-transform: uppercase; color: #cf414d; float: left; margin-bottom: 30px; }
.box_redes .top h2 span 				{ font-size: 16px; text-transform: none; color: #ccc; }
.box_redes .top .seta 					{ background: url('../img/seta.png'); width: 22px; height: 15px; display: block; float: right; margin-top: 7px; -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.box_redes ul 							{ position: absolute; top: 70px; left: 0; width: 100%; padding: 20px; overflow: auto; height: 80%; height: calc(100% - 70px); height: -moz-calc(100% - 70px); height: -webkit-calc(100% - 70px); height: -ms-calc(100% - 70px); height: -o-calc(100% - 70px); }
.box_redes ul li 						{ width: 100%; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 3px solid #333; position: relative; }
.box_redes ul li figure 				{ width: 100%; position: relative; margin-bottom: 10px; }
.box_redes ul li figure::after 			{ content: ""; width: 96%; height: 92%; border: 2px solid #ccc; position: absolute; top: 4%; left: 2%; display: block; z-index: 10; }
.box_redes ul li figure img 			{ width: 100%; }
.box_redes ul li h3 					{ font-family: 'Helvetica_Neue_LT_Std_Bold'; color: #fff; font-size: 17px; margin-bottom: 10px; }
.box_redes ul li .data 					{ font-size: 13px; }

.box_redes ul li.instagram figure::before 	{ content: ""; width: 20px; height: 20px; display: block; background: url('../img/redes.png'); text-indent: -9999px; background-position: -20px 0; position: absolute; bottom: 7%; left: 4%; }

.addressIcon {
    position: relative;
}
/*
.addressIcon::before {
    content: '';
    display: block;
    width: 7em;
    height: 4em;
    background-image: url('../img/logo_serbraeLab.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
    background-size: contain;
}
*/

