﻿/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 2em;
}





   
   
   
   
/* ===============================================
	Visual padrão - Mobile First 
=============================================== */


/*--- Geral ------------------------*/
body {
	color: #666;
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em;
}

body, input, textarea, select {
}

ol, ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif;
	color: #333;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
	margin: 2em 0 0;
}

h4 {
	color: #f57b20;
	font-size: 18px;
	padding-bottom: 10px;
}


a {
    color: #234079;
	text-decoration: none;
	cursor: pointer;
}



.container {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
	text-align: left;
}




.grid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.grid-item {
	flex: 1;
}

.texto-centro {			/* TODO: atualizar box laranja */
	text-align: center;
}

.area-cinza {		/* TODO: atualizar box empresa */
	background: #F4F4F4;
}

.lista-normal ul {			/* TODO: fix soluções (security?) */
	list-style: disc;
	padding-left: 1em;
}


#main-container {
	position: relative;
}







/*--- Slider de títulos ------------------------*/
.sliderino {
	opacity: 0;
	margin-top: 30%;
	
	transition: all 0.7s ease-in-out;
}

.sliderino-active {
	margin-top: 0;
	opacity: 1;
}







/*--- Ícones ----------------------------------------------------------------------*/
@font-face {
	font-family: "ETmodules";
	src: url("fonts/modules.eot");
	src: url("fonts/modulesd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/modules.ttf") format("truetype"), url("../fonts/modules.woff") format("woff"), url("../fonts/modules.svg#ETmodules") format("svg");
	font-weight: normal;
	font-style: normal;
}

.et-pb-icon {
   display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 96px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none;
}



#main-header {
	padding: 14px 0;
	background-color: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	align-items: center;
}

#logo {
    width: 140px;
}




/*--- Menu ----------------------------------------------------------------------*/
nav .sub-menu {
	display: none;
}

#top-menu {
}

#top-menu > ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	height: 100%;
}

#top-menu li {
}

#top-menu a {
	display: block;
	color: rgba(0, 0, 0, 0.6);
	position: relative;
	font-weight: bold;
	font-size: 14px;
	
	padding: 0.5em 1.4em;
}

#top-menu a:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}




/*--- Footer ----------------------------------------------------------------------*/
#main-footer {
}

#main-footer .bloco-topo {
	background: #B18904;
	color: #fff;
	font-size: 16px;
	padding: 4%;				/* TODO: fix (?) */
}

#main-footer .bloco-topo .grid-item {
	width: 30%;
}

#main-footer .bloco-topo a {
	color: #fff;
}

#main-footer .bloco-topo a:hover {
    color: rgba(255, 255, 255, 0.7);
}

#main-footer .bloco-topo .bloco-links {
	padding-left: 5em;
}


#main-footer .bloco-base {
/*	background: #182B52;*/
	padding: 15px 0;
}

#menu-rodape li {
	position: relative;
	padding-left: 14px;	
	margin-bottom: 0.5em;
}

#menu-rodape li::before {
    position: absolute;
    top: 9px;
    left: 0;
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
    content: "";
	border-color: #f57b20;
}
/* JCG */
#menu-tab li {
	position: relative;
	padding-left: 14px;	
	margin-bottom: 0.5em;
}

#menu-tab li::before {
    position: absolute;
    top: 9px;
    left: 0;
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
    content: "";
	border-color: #182B52
;
}




/*--- Bloco - chamada para ação (laranja) -------------------------------------------*/
#area-cta {
	background: #FFFFFF;
	padding: 3em 0;
	text-align: center;
	color: #fff;
}

#area-cta .promo-desc {
	font-size: 18px;
	padding: 0 0 1em;
	text-align: center;
	width: 50%;
}

#area-cta .promo-desc h2 {
	font-size: 52px;
	font-weight: bold;
	color: #fff;
}

#area-cta .promo-bt {				/* TODO: hover */
	display: inline-block;
	font-size: 20px;
	color: #f57b20;
	background: #fff;
	border-radius: 3px;
	position: relative;
	padding: 0.3em 1em;
	line-height: 1.7em;
}



/*--- Bloco - Soluções -------------------------------------------*/
#area-solucoes {
	padding: 70px 0 80px;
	text-align: center;
}

#area-solucoes h2 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
	line-height: 1em;
	padding-bottom: 30px;
}

#area-solucoes .grid-item {
	width: 25%;
	text-align: center;
}

#area-solucoes .grid-item a {
	color: #333;
	font-size: 22px;
}

#area-solucoes .icon {
	color: #234079;
	display: block;
	padding: 30px 0;
}




/*--- Tí­tulo da seção / Slider --------------------------------------------------------------------------------*/
#area-destaque {
	background: #ddd;
	min-height: 320px;
	overflow: hidden;
	
	display: block;
	position: relative;
}

#area-destaque .camada-destaque {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#area-destaque .fundo-parallax {
	z-index: 50;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;	

	background-attachment: fixed;
	height: 550px;
}

#area-destaque .overlay {
	z-index: 51;
	background-color: rgba(35, 64, 121, 0.8);
}

#area-destaque .mensagem-holder {
	z-index: 52;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#area-destaque .mensagem-holder h1 {
	font-size: 46px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	padding: 0.3em;
}

#area-destaque .mensagem {
	color: #fff;
	font-size: 18px;
}








/*--- Miolo --------------------------------------------------------------------------------*/
#area-conteudo {
	padding: 4% 0;
	background: #fff;
	min-height: 300px;
	
	text-align: justify;
}




/*--- Home --------------------------------------------------------------------------------*/
#area-banners {
	width: 100%;
	height: 490px;
	overflow: hidden;
	position: relative;
	background-color: #B18904;
}

#area-banners .banner-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 51;
	background-color: rgba(35, 64, 121, 0.8);
}

#banner-full {
	margin: 0;
}

.banner-item {
	width: 100%;
	height: 491px;
	
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-item .banner-mensagem-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 52;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner-item .banner-mensagem {
	background: rgba(0,0,0,0.3);
	color: #fff;
	width: 55%;
	border-radius: 4px;
	padding: 2em;
	font-size: 18px;
}

.banner-item .banner-mensagem h2 {
	color: #fff;
	font-size: 46px;
}


.banner1 {
	background-image: url(../img/visibility1.jpg);
}
.banner2 {
	background-image: url(../img/network.jpg);
}
.banner3 {
	background-image: url(../img/security.jpg);
}
.banner4 {
	background-image: url(../img/unified.jpg);
}
.banner5 {
	background-image: url(../img/surveillance.jpg);
}



#home-parallax-1 {
	width: 100%;
	height: 16em;
	background-color: #333374;
	background-image: url(../img/img-centro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 0;
}

#area-clientes-home {
	padding: 4% 0;
	background: #fff;
}

#area-clientes-home .grid {
	flex-wrap: wrap;
}

#area-clientes-home .grid-item {
	width: 22%;
	padding: 2em 0;
	flex: 0 1 auto;
}

#area-clientes-home .promo-bt {				/* TODO: hover */
	display: inline-block;
	font-size: 20px;
	color: #234079;
	background: #fff;
	border-radius: 3px;
	position: relative;
	padding: 0.3em 1em;
	line-height: 1.7em;
	border: 2px solid #234079;
}





/*--- Empresa --------------------------------------------------------------------------------*/

.pagina-empresa {
}

.pagina-empresa .coluna1 {
	flex: 0 1 auto;
	width: 65%;
}

.pagina-empresa .coluna2 {
	flex: 0 1 auto;
	width: 30%;
}

.pagina-empresa .coluna2 img {
	width: 100%;
	margin: 0 0 30px;
}

.pagina-empresa .coluna2 h2 {
	font-weight: normal;
	color: #333333;
}

.pagina-empresa .coluna2 .texto {
	background: #F4F4F4;
	padding: 1em;
	text-align: left;
}


#imagem-timeline {
	display: block;
	margin: 20px auto 80px;
}





/*--- Parceiros --------------------------------------------------------------------------------*/

#parceiros-menu {
	background: #F4F4F4;
	display: flex;
	border: 0px solid #D9D9D9;
	border-width: 1px 1px 0 0;
}

#parceiros-menu li a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0.3em 1.7em;
	color: #666;
	font-weight: bold;
	
	border: 0px solid #D9D9D9;
	border-width: 0 0 1px 1px;
}

#parceiros-menu li.filler {
	flex: 1;
	border-bottom: 1px solid #D9D9D9;	
}

#parceiros-menu li a.aba-ativa {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
}


#parceiros-abas {
	border: 0px solid #D9D9D9;
	border-width: 0px 1px 1px 1px;
	padding: 1em 1.7em;
	
	min-height: 200px;
}

#parceiros-abas .aba-item {
	display: none;
	line-height: 1.9em;
}

#parceiros-abas .aba-item.aba-ativa {
	display: block;
}

.logo-parceiro {
	display: block;
	margin: 0.2em auto 2em;
}




/*--- Clientes --------------------------------------------------------------------------------*/

.lista-clientes {
    display: flex;
    flex-wrap: wrap;
}

.lista-clientes img {
    margin: 0.2em;
}





/*--- Soluções - Security --------------------------------------------------------------------------------*/
.security-lista {
	flex-wrap: wrap;
}

.security-lista .grid-item {
	background:	#F4F4F4;
	width: 40%;
	flex: 0 1 auto;
	margin: 2em 0;
	padding: 0 2em 2em;
}

.security-lista ul {
	list-style: disc;
	padding-left: 1em;
}




/*--- Soluções - Visibility --------------------------------------------------------------------------------*/

.vnp-imagem-extra {
	display: block;
	margin: 4em auto;
}

.vnp-video {
	border: 1px solid #D5D5D5;
	background: #ddd;
}

.vnp-video iframe {
	width: 100%;
	height: 100%;
}

.vnp-video-duplo {
	flex: 0 1 auto;
	width: 45%;
	height: 270px;
}

.vnp-video-triplo {
	flex: 0 1 auto;
	width: 30%;
	height: 180px;
}




/*--- Contato ----------------------------------------------------*/
.pagina-contato .grid-item {
	flex: 0 1 auto;
	width: 47%;
}

.pagina-contato iframe {
	width: 100%;
	height: 100%;
}

.pagina-contato form#form-contato {
	display: flex;
	flex-direction: column;
}

.pagina-contato input[type=text],
.pagina-contato textarea {
	padding: 1.15em;
	color: #999;
	background: #eee;
	border: 0;
	margin-bottom: 1.15em;
	font-size: 0.9em;
}

.pagina-contato textarea {
	height: 10em;
	line-height: 1.7em;
}

.pagina-contato input[type=text]:focus,
.pagina-contato textarea:focus {
	color: #333;
}

.form-botao-holder {
	text-align: right;
}
.form-botao {
	border: 0;
	font-size: 20px;
	background: #234079;
	color: #fff;
	border-radius: 3px;
	position: relative;
	padding: 0.3em 1em;
	line-height: 1.7em;
	
	cursor: pointer;
}




.lista-contato {
	padding: 4em 0;
}

.lista-contato .grid-item {
	flex: 0 1 auto;
	width: 30%;
	position: relative;
	padding-left: 3em;
	box-sizing: border-box;
}

.lista-contato h4 {
	color: #333;
	line-height: 1em;
}


.lista-contato .icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #234079;
	display: block;
	font-size: 32px;
}







/*--- Destaques das seções --------------------------------------------------------------------------------*/
#top-menu.visual-home .link-home a,
#top-menu.visual-empresa .link-empresa a,
#top-menu.visual-solucoes .link-solucoes a,
#top-menu.visual-servicos .link-servicos a,
#top-menu.visual-visibility .link-solucoes a,
#top-menu.visual-unified .link-solucoes a,
#top-menu.visual-security .link-solucoes a,
#top-menu.visual-parceiros .link-parceiros a,
#top-menu.visual-clientes .link-clientes a,
#top-menu.visual-contato .link-contato a {
	color: #234079;
}



#area-destaque.visual-empresa .fundo-parallax {
	background-image: url('imagem/empresa1.jpg');
}

#area-destaque.visual-solucoes .fundo-parallax {
	background-image: url('imagem/solucoes.jpg');
}

#area-destaque.visual-servicos .fundo-parallax {
	background-image: url('imagem/servicos.jpg');
}

#area-destaque.visual-network .fundo-parallax {
	background-image: url('imagem/network-globe1.jpg');
}

#area-destaque.visual-visibility .fundo-parallax {
	background-image: url('imagem/network.jpg');
}

#area-destaque.visual-unified .fundo-parallax {
	background-image: url('imagem/unified.jpg');
}

#area-destaque.visual-security .fundo-parallax {
	background-image: url('imagem/security.jpg');
}

#area-destaque.visual-parceiros .fundo-parallax {
	background-image: url('imagem/parcerias1.jpg');
	background-position: 0 -130px;
}

#area-destaque.visual-clientes .fundo-parallax {
	background-image: url('imagem/clients.jpg');
}

#area-destaque.visual-contato .fundo-parallax {
	background-image: url('imagem/img-centro.jpg');
}






/* ===============================================
	Ajustes para desktop
=============================================== */

@media only screen and (min-width: 981px) {

	/*--- Menu ----------------------------------------------------------------------*/
	#mobile-menu {
		display: none;
	}


}



table 
{
  width: 100%;
 
}


thead 
{
  	
  	font-family: "arial";
    font-size: 14px;
	color: #b3d4fc;
}


th 
{
  	
	font-family: "arial";
    font-size: 20px;
	color: #234079;  
	text-align: center;
}

td
{
	font-family: "arial";
    font-size: 14px;
	color: black;  
	vertical-align: top;
}

th, td {
  padding: 0.1em 1em;
}
