﻿/* CSS Document */

/*Início: Fontes*/

@font-face {
    font-family: 'roboto-bold';
    src: url('fonts/roboto-bold.eot');
    src: url('fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-bold.woff') format('woff'),
         url('fonts/roboto-bold.ttf') format('truetype'),
         url('fonts/roboto-bold.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-light';
    src: url('fonts/roboto-light.eot');
    src: url('fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light.woff') format('woff'),
         url('fonts/roboto-light.ttf') format('truetype'),
         url('fonts/roboto-light.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-medium';
    src: url('fonts/roboto-medium.eot');
    src: url('fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-medium.woff') format('woff'),
         url('fonts/roboto-medium.ttf') format('truetype'),
         url('fonts/roboto-medium.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-regular';
    src: url('fonts/roboto-regular.eot');
    src: url('fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular.woff') format('woff'),
         url('fonts/roboto-regular.ttf') format('truetype'),
         url('fonts/roboto-regular.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-thin';
    src: url('fonts/roboto-thin.eot');
    src: url('fonts/roboto-thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-thin.woff') format('woff'),
         url('fonts/roboto-thin.ttf') format('truetype'),
         url('fonts/roboto-thin.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Fim: Fontes*/

/*Início: Corpo e Limites*/

body{
    font-family: roboto-regular, Verdana, Geneva, sans-serif;
    overflow: visible !important;
    position: relative;
}

.limite{
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#s4-workspace {
    height: 100% !important;
    width: auto !important;
}

#s4-bodyContainer{
    padding-bottom: 0 !important;
    position: relative;
    overflow:hidden;
}

#onetIDListForm{
	margin:120px 0 0 0;
}

#onetIDListForm img{
	width:100%;
}

.ms-formtable{
	margin-top: 135px !important;
}

/*Fim: Corpo e Limites*/


/*Início: Header*/

header{
    background: #ffffff;
    border-bottom: 6px solid #2a93c2;
    padding: 10px 0;
    height: 60px;
    top:40px;
    position: absolute;
    z-index: 10;
    width: 100%;
}

header h1{
    float: left;
    margin: 0;
}

header h1 a{
    display: block;
    width: 179px;
    height: 54px;
    background: url('../images/ceitec-sa.png');
    text-indent: -99999px;
}

header nav{
    font-family: 'roboto-bold';
}

header nav ul{
    display: inline;
    float: left;
    margin: 23px 0 0 20px;
    padding: 0;
}

header nav ul li{
    display: inline;
    position: relative;
}

header nav ul li > a{
    border-bottom: 4px solid #fff;
    color: #2a93c2;
    display: inline-block;
    font-family: "roboto-bold";
    font-size: 14px;
    height: 19px;
    margin: 0 15px 0 0;
    padding: 0 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-bottom 0.2s ease 0s;
}

header nav ul li > a:hover{
    border-bottom: #2a93c2 4px solid;
    text-decoration: none;
}


header nav ul li > a:visited{
	color: #2a93c2;
}

header nav ul li div > a{
    border-bottom: 4px solid #fff;
    color: #2a93c2;
    display: inline-block;
    font-family: "roboto-bold";
    font-size: 14px;
    margin: 0 15px 0 0;
    padding: 0 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-bottom 0.2s ease 0s;
}

header nav ul li div > a:hover{
    border-bottom: #2a93c2 4px solid;
    text-decoration: none;
}


header nav ul li div > a:visited{
	color: #2a93c2;
}

header nav ul li .submenu{
    background: #fff;
    padding: 10px 20px;
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
}

header nav ul li .submenu a{
    display: block;
    float: none;
    padding: 0;
    text-transform: inherit;
    margin: 0 0 5px 0;
    font-family: "roboto-medium";
    font-size: 12px;
}

#SearchBox input[type="text"]{
    background: url("../images/sprite.png") no-repeat scroll 12px 10px #f5f5f5;
    border: 0 none;
    border-radius: 15px;
    font-family: "roboto-regular";
    font-size: 12px;
    margin: 15px 10px 0 10px;
    padding: 7px 15px 7px 30px;
    width: 67px;
    transition: background 0.2s ease;
    color: #f5f5f5;
}

#SearchBox input[type="text"]:focus{
	color: #6c6e6d;
}

#DeltaPlaceHolderSearchArea{
	float: left;
    overflow: hidden;
    width: 128px;
}

#SearchBox{
	margin: 0 0 0 0;
}

#SearchBox input[type="text"]:focus{
    background: url("../images/sprite.png") no-repeat scroll 12px 10px #eeeeee;
}

#SearchBox img{
	display: none;
}

#SearchBox .ms-srch-sb-border{
	border: 0;
}

.ms-srch-sb-borderFocused{
	border: 0;
}

header nav .lingua{
    color: #ababab;
    float: left;
    font-family: "roboto-regular";
    font-size: 12px;
    margin: -10px 0 0;
    padding: 32px 3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.5s ease 0s, color 0.5s ease 0s;
}

header nav .lingua:hover{
    background: #6c6e6d;
    color: #fff;
}

.fixar-menu{
    top:0;
    position: fixed;
}

.desfixar-menu{
	position: relative !important;
	top:0;
}

.banner-home-admin{
	position: relative !important;
	margin: 0 0 -670px 0 !important;
}

.texto-banner-admin{
	position: absolute !important;
}

.controles-banner-admin{
	position: absolute !important;
}

.banner-admin{
	background-attachment: inherit !important;
	padding:70px 0 !important;
}
/*Fim: Header*/

/*Início: Banner*/
#banner{
    margin: 0 0 0 0;
    z-index: 0;
    position: fixed;
    width: 100%;
    height: 686px;
    text-align: center;
    top: 0;
}

#texto-banner{
    height: 518px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 150px;
}

#texto-banner .frase{
    text-align: right;
    display: none;
}

#texto-banner .frase h2{
    font-family: 'roboto-thin';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: normal;
    line-height: 70px;
    padding: 0 0 0 20%;
    margin:60px 0 0 0;
    float: right;
    width: 80%;
}

#texto-banner .frase h2 b{
    font-family: 'roboto-medium';
}

#texto-banner .frase p{
    font-family: 'roboto-light';
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 20%;
    margin:40px 0 60px 0;
    float: right;
    width:80%;
}

#texto-banner .frase a{
    font-family: 'roboto-regular';
    font-size: 20px;
    color: #fff;
    background: #2a93c2;
    border-radius:15px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    transition: background 0.5s ease;
    float: right;
}

#texto-banner .frase a:hover{
    background:#a1a5a8;
}
/*Fim: Banner*/

/*Início: Institucional (Home)*/
#institucional{
    background: url('../images/sombra-marca.png') no-repeat 75% 0 #e1e1e1 fixed;
    margin: 650px 0 0 0;
    padding: 60px 0;
    position: relative;
    z-index: 4;
}

#institucional h2{
    color:#2a93c2;
    font-family: 'roboto-thin';
    font-weight: normal;
    font-size: 45px;
    text-transform: uppercase;
    margin:0 0 40px 0;
}

#institucional h2 span{
    border-bottom: 5px solid #2a93c2;
}

#institucional p{
    font-family: 'roboto-thin';
    font-size: 18px;
    color: #666666;
    width: 450px;
    margin: 30px 0 0 0;
}

#institucional img{
    float: right;
    margin:-380px 0 0;
}
/*Fim: Institucional (Home)*/

/*Início: Destaques (Home)*/
#destaques{
    background: #2a93c2;
    z-index: 5;
    position: relative;
}

#destaques .destaque{
    width: 326px;
    padding: 0;
    float: left;
    height: 410px;
    margin: 0;
    padding: 60px 0;
    transition: background 0.5s ease;
}

#destaques .destaque .icone{
    color: #ffffff;
    display: block;
    font-family: "roboto-light";
    font-size: 35px;
    height: 50px;
    padding: 170px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 326px;
    margin: 0 0 20px 0;
    transition: background 0.5s ease, color 0.5s ease;
}

#destaques .destaque .produto{
    background: url('../images/destaques/dest-produtos.png') no-repeat center 0;
}
#destaques .destaque .iso{
    background: url('../images/destaques/dest-iso.png') no-repeat center 0;
}
#destaques .destaque .pmub{
    background: url('../images/destaques/dest-pmub.png') no-repeat center 0;
}

#destaques .destaque p{
    font-family: "roboto-thin";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 0 0;
    transition: color 0.5s ease;
}

#destaques .destaque:hover{
    background: #fff;
}

#destaques .destaque:hover .produto{
    background: url('../images/destaques/dest-produtos.png') no-repeat center -148px;
}
#destaques .destaque:hover .iso{
    background: url('../images/destaques/dest-iso.png') no-repeat center -148px;
}
#destaques .destaque:hover .pmub{
    background: url('../images/destaques/dest-pmub.png') no-repeat center -148px;
}

#destaques .destaque:hover .icone{
    color: #2a93c2;
}

#destaques .destaque:hover p{
    color: #2a93c2;
}
/*Fim: Destaques (Home)*/

/*Início: News (Home)*/
#news{
    background: #e1e1e1;
    padding: 60px 0 80px 0;
    z-index: 6;
    position: relative;
    text-align: center;
}

#news h2{
    color:#2a93c2;
    font-size: 45px;
    font-family: "roboto-thin";
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 40px 0;
}

#news .txt-news{
    background: #ffffff;
    border-radius: 15px;
    border:0;
    font-family: "roboto-medium";
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    width: 200px;
    color:#6c6e6d;
    transition: background 0.2s ease;
    margin: 0 2px;
}

#news .txt-news:focus{
    background: #f5f5f5;
}

#news .btn-news{
    font-family: "roboto-thin";
    font-size: 18px;
    background: none;
    color: #2a93c2;
    text-transform: uppercase;
    border:1px solid #2a93c2;
    border-radius: 15px;
    padding: 2px 20px 5px;
    margin: 0 2px;
    transition: background 0.2s ease, color 0.2s ease;
}

#news .btn-news:hover{
    background: #2a93c2;
    color: #fff;
}
/*Fim: News (Home)*/

/*Início: Marcas (Home)*/
#marcas{
    background: #ffffff;
    padding: 60px 0;
    z-index: 7;
    position: relative;
    text-align: center;
}

#marcas h2{
    color:#2a93c2;
    font-size: 45px;
    font-family: "roboto-thin";
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 40px 0;
}

#marcas a{
    margin: 0 15px;
    display: inline-block;
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

#marcas a:hover{
    opacity: 1;
}

#marcas .destaque{
    margin:40px 0 0 0;
    opacity: 1;
}
/*Fim: Marcas (Home)*/

/*Início: Rodapé*/
footer{
    background: #595a5a;
    padding: 25px 0;
    z-index: 8;
    position: relative;
    border-bottom: 30px solid #6c6e6d;
}

footer address{
    border-right: 1px solid #808080;
    float: left;
    padding: 0 20px 0 0;
    width: 225px;
}

footer address p{
    color: #ffffff;
    font-family: "roboto-thin";
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

footer address p b{
    font-family: "roboto-medium";
    font-weight: normal;
}

footer .caixa{
    float: left;
    padding: 0 0 0 20px;
    width: 224px;
}

footer .tweet2,
footer .tweet3 {
	margin-top: 55px;
}

footer .caixa h3{
    color: #fff;
    font-family: "roboto-medium";
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 30px 0;
}

footer .caixa h3 span{
    border-bottom: 5px solid #ffffff;
}

footer .caixa .data{
    color:#ffffff;
    font-family: "roboto-bold";
    font-size: 12px;
    margin: 0 0 2px 0;
}

footer .caixa .chamada{
    color: #ffffff;
    font-family: "roboto-thin";
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    margin:0;
}

footer .caixa a{
    color: #ffffff;
    text-decoration: none;
}

footer .links{
    border-top: 1px solid #808080;
    float: left;
    width: 980px;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}

footer .links .redes{
    border-right: 1px solid #808080;
    width: 290px;
    padding: 0 30px 0 0;
    float: left;
}

footer .links .redes a{
    display: inline-block;
    width: 64px;
    height: 64px;
    text-indent: -99999px;
    margin: 0 5px 0 0;
}

footer .links .redes .twitter{
    background: url('../images/icones.png') no-repeat 0 0;
}

footer .links .redes .twitter:hover{
    background: url('../images/icones.png') no-repeat 0 -64px;
}

footer .links .redes .facebook{
    background: url('../images/icones.png') no-repeat -65px 0;
}

footer .links .redes .facebook:hover{
    background: url('../images/icones.png') no-repeat -65px -64px;
}

footer .links .redes .linkedin{
    background: url('../images/icones.png') no-repeat -130px 0;
}

footer .links .redes .linkedin:hover{
    background: url('../images/icones.png') no-repeat -130px -64px;
}


footer .links .redes .youtube{
    background: url('../images/icones.png') no-repeat -195px 0;
}

footer .links .redes .youtube:hover{
    background: url('../images/icones.png') no-repeat -195px -64px;
}

footer nav ul li{
    display: inline;
    margin: 0 0 0 30px;
}

footer nav ul li a{
    font-family: "roboto-thin";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #595a5a;
    transition: border-bottom 0.2s ease;
    text-decoration: none;
}

footer nav ul li a:hover{
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

footer nav ul li a:visited{
	color:#fff;
}

footer .copy{
    color: #fff;
    font-family: "roboto-thin";
    font-size: 10px;
    margin: 40px 0 -47px;
    text-align: right;
    text-transform: uppercase;
}

footer .transparencia-publica{
	color: #fff;
	font-family: "roboto-medium";
	text-decoration: none;
	font-style: normal;
	background: url('../images/transparencia-publica.png') no-repeat;
	padding: 2px 0 5px 105px;
	display: block;
	width: 100px;
	font-size: 12px;
	margin: 25px 0 0 0;
}
/*Fim: Rodapé*/

/*Início: Banner Interno*/
#banner-interno{
    background-repeat:  no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    padding: 190px 0 70px 0;
}

#banner-interno h2{
    color: #fff;
    font-family: "roboto-medium";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 25px 0;
    text-shadow: 2px 2px 3px #000;
}

#banner-interno h2 span {
    font-family: "roboto-thin";
}

#banner-interno p{
    color: #fff;
    font-size: 18px;
    font-family: "roboto-thin";
    line-height: 26px;
    margin: 0;
    width: 800px;
    text-shadow: 2px 2px 3px #000;
}

.banner-produtos{
    background-image: url('../images/banners/banner-produtos.jpg');
}

.banner-gestores{
    background-image: url('../images/banners/banner-gestores.jpg');
}

.banner-historico{
    background-image: url('../images/banners/banner-historico.jpg');
}

.banner-videos{
    background-image: url('../images/banners/banner-videos.jpg');
}

.banner-perguntas{
    background-image: url('../images/banners/banner-perguntas.jpg');
}

.banner-certificacoes{
    background-image: url('../images/banners/banner-certificacoes.jpg');
}

.banner-midia{
    background-image: url('../images/banners/banner-midia.jpg');
}

.banner-noticias{
    background-image: url('../images/banners/banner-noticias.jpg');
}

.banner-contato{
    background-image: url('../images/banners/banner-contato.jpg');
}

.banner-transparencia{
    background-image: url('../images/banners/banner-transparencia.jpg');
}
/*Fim: Banner Interno*/

/*Início: Conteúdo*/
#conteudo{
    background: #fff;
    padding: 40px 0;
}

#conteudo h2{
    color: #2a93c2;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-family: 'roboto-medium';
}

#conteudo .lista-solucoes{
    margin: 50px 0 0 200px;
    padding: 0;
    float: left;
}

#conteudo .lista-solucoes li{
    display: inline;
    float: left;
    margin: 0 100px 0 0;
    width: 245px;
}

#conteudo .lista-solucoes li img{
    border-radius: 50px;
    border: 5px solid #ffffff;
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
    transform: rotate(-25deg);
    width:200px;
    height: auto;
    transition: border 0.2s ease, width 0.2s ease, margin 0.2s ease;
}

#conteudo .lista-solucoes li img:hover{
    border: 5px solid #1991c1;
    width: 210px;
    margin: -10px 0 0 -5px;
}

#conteudo .lista-solucoes li p{
    color: #2a93c2;
    font-family: "roboto-medium";
    font-size: 14px;
    margin: 30px 0 0;
    text-transform: uppercase;
    width: 220px;
}

#conteudo .lista-gestores{
    margin: 0 0 0 0;
    padding: 0;
}

#conteudo .lista-gestores li{
    list-style-type: none;
    color:#2a93c2;
    font-size: 16px;
    font-family: "roboto-light";
    margin: 0 0 20px 0;
}

#conteudo .lista-gestores b{
    font-weight: normal;
    font-family: "roboto-medium";
}

#conteudo .lista-historico{
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#conteudo .lista-historico li{
    list-style-type: none;
    margin: 0 auto;
    min-height: 140px;
    padding: 0 0 40px 0;
    width: 485px;
}

#conteudo .lista-historico li:nth-child(even){
    float: left;
    border-right:10px solid #1991c1;
}

#conteudo .lista-historico li:nth-child(odd){
    float: right;
    border-left:10px solid #1991c1;
}

#conteudo .lista-historico li:last-of-type{
    padding: 0;
}

#conteudo .lista-historico li img{
    border-radius: 40px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    width:130px;
    height: auto;
}

#conteudo .lista-historico li:nth-child(even) img{
    float: right;
    margin: 0 -70px 0 30px;
}

#conteudo .lista-historico li:nth-child(odd) img{
    float: left;
    margin: 0 30px 0 -70px;
}

#conteudo .lista-historico li:nth-child(even) p{
    text-align: right;
}

#conteudo .lista-historico li:nth-child(odd) p{
    text-align: left;
}

#conteudo .lista-historico li:nth-child(even) .frase{
    padding: 0 90px 20px 0;
}

#conteudo .lista-historico li:nth-child(odd) .frase{
    padding: 0 0 20px 90px;
}

#conteudo .lista-historico li .data{
    font-size: 20px;
    font-family: "roboto-medium";
    color: #2a93c2;
    margin: 10px 0 5px 0;
}

#conteudo .lista-historico li .frase{
    font-size: 14px;
    color: #666666;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px 0;
}

#conteudo .missao{
    background: url("../images/fundo-missao.jpg") no-repeat 100px 35px;
    width: 980px;
    height: 930px;
    position: relative;
}

#conteudo .missao p{
    color:#666666;
    font-size: 14px;
    font-family: "roboto-regular";
    margin: 0;
    line-height: 22px;
}

#conteudo .missao p b{
    font-weight: normal;
    font-family: "roboto-bold";
}

#conteudo .missao span{
	color:#fff;
	font-family: "roboto-medium";
	font-size:20px;
	text-transform:uppercase;
	position:absolute;
}

#conteudo .missao .tit-missao{
	top: 288px;
	left: 270px;
}

#conteudo .missao .tit-visao{
	top: 288px;
	left: 505px;
}

#conteudo .missao .tit-valores{
	top: 497px;
	left: 375px;
}

#conteudo .missao .frase-missao{
    height: 100px;
    left: 150px;
    position: absolute;
    top: 0;
    width: 345px;
}

#conteudo .missao .frase-visao{
    height: 100px;
    position: absolute;
    right: 55px;
    top: 45px;
    width: 260px;
}

#conteudo .missao .frase-valores{
    bottom: 0;
    height: 240px;
    position: absolute;
    width: 980px;
}

#conteudo .videos{
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 40px 0;
    margin: 0 0 30px 0;
}

#conteudo .videos h2{
    margin: 15px 0 10px 0;
}

#conteudo .videos p{
    color: #666666;
    font-size: 14px;
    width: 853px;
    text-align: justify;
    margin: 0;
    font-family: "roboto-light";
}

#conteudo .mais-videos .linha{
	float:left;
}

#conteudo .mais-videos .video{
    float: left;
    margin: 0 0 0 20px;
    width: 230px;
    cursor: pointer;
}

#conteudo .mais-videos .video img{
    width: 230px;
    height: auto;
}

#conteudo .mais-videos .video:first-of-type{
    margin: 0 0 0 0;
}

#conteudo .mais-videos .video p{
    color: #2a93c2;
    font-size: 14px;
    font-family: "roboto-light";
}

#conteudo .pergunta{
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 15px 0;
    cursor: pointer;
    transition: background 0.2s ease;
}

#conteudo .pergunta:hover{
    background: #f8f8f8;
}

#conteudo .pergunta h3{
    color: #2a93c2;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

#conteudo .resposta{
    display: none;
    padding: 20px 0 0 0;
}

#conteudo .resposta p{
    color: #666666;
    font-size: 14px;
    font-family: "roboto-light";
    margin: 0 0 15px 0;
}

#conteudo .resposta p b{
    font-weight: normal;
    font-family: "roboto-bold";
}

#conteudo .certificacoes{
    margin: 0;
    padding: 0;
}

#conteudo .certificacoes li{
    display: block;
    float: left;
    margin: 40px 25px 0;
    text-align: center;
    width: 260px;
}

#conteudo .certificacoes p{
    color:#666666;
    font-size: 14px;
    margin: 20px 0 0 0;
}
/*Fim: Conteúdo*/

/*Início: Apresentação*/
#apresentacao{
    background: url('../images/banners/banner-apresentacao.jpg') no-repeat center center fixed;
    background-size: cover;
    padding: 190px 0 100px 0;
}

#design-center{
    background: url('../images/banners/banner-design-center.jpg') no-repeat center center fixed;
    background-size: cover;
    padding: 120px 0 120px 0;
    border-top:5px solid #2a93c2;
    border-bottom:5px solid #2a93c2;
}

#fabrica{
    background: url('../images/banners/banner-fabrica.jpg') no-repeat center center fixed;
    background-size: cover;
    padding: 120px 0 120px 0;
}

#apresentacao h2, #fabrica h2{
    color: #fff;
    font-family: "roboto-medium";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 25px 0;
    text-shadow: 2px 2px 3px #000;
}

#apresentacao p, #fabrica p{
    color: #fff;
    font-size: 18px;
    font-family: "roboto-thin";
    line-height: 26px;
    margin: 0 0 20px 0;
    text-shadow: 2px 2px 3px #000;
}

#design-center h2{
    color: #fff;
    font-family: "roboto-medium";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 25px 0;
    text-align: right;
    text-shadow: 2px 2px 3px #000;
}

#design-center p{
    color: #fff;
    font-size: 18px;
    font-family: "roboto-thin";
    line-height: 26px;
    margin: 0;
    text-align: right;
    text-shadow: 2px 2px 3px #000;
}
/*Fim: Apresentação*/

/*Início: Produtos*/
#produtos{
    background: #fff;
    padding: 40px 0;
}

#produtos .abas{
    margin: 25px 0 0 0;
}

#produtos .abas span{
    background: #2a93c2;
    color: #fff;
    cursor: pointer;
    font-family: "roboto-medium";
    font-size: 16px;
    margin: 0 -3px 0 0;
    padding: 15px 20px;
    transition: background 0.2s ease, color 0.2s ease;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

#produtos .abas span:hover{
    background: #e9e9e9;
    color: #a1a5a8;
}

#produtos .abas .ativo{
    background: #fff;
    color: #2a93c2;
    padding: 18px 20px 15px;
    margin: -3px -3px 0 0;
}

#produtos .conteudo-aba{
    margin: 50px 0 0 0;
    display: none;
}

#produtos .conteudo-aba .coluna{
    width: 254px;
    float: left;
    margin: 0 25px 40px 0;
}

#produtos .conteudo-aba .coluna iframe{
    border: 2px solid #2a93c2;
    border-radius: 3px;
}

#produtos .conteudo-aba .coluna img{
    border: 2px solid #2a93c2;
    border-radius: 3px;
}

#produtos .conteudo-aba .coluna h3{
    color:#2a93c2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    font-family: "roboto-bold";
    margin: 35px 0 0 0;
}

#produtos .conteudo-aba .coluna .icn-pdf{
    background: url("../images/icn-pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #2a93c2;
    display: block;
    font-family: "roboto-bold";
    font-size: 14px;
    height: 40px;
    margin: 20px 0 0;
    padding: 20px 20px 20px 70px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    opacity: 1;
}

#produtos .conteudo-aba .coluna .icn-pdf:hover{
    opacity: 0.7;
}

#produtos .conteudo-aba .coluna p{
    color:#2a93c2;
    font-size: 14px;
    font-family: "roboto-light";
    margin: 20px 0 0 0;
    color: #666666;
}

#produtos .conteudo-aba .coluna p a{
    color: #2a93c2;
    text-decoration: none;
}

#produtos .conteudo-aba .coluna p a:hover{
    text-decoration: underline;
}

#produtos .conteudo-aba .texto{
    float: left;
    width: 700px;
    margin: 0 0 40px 0;
}

#produtos .conteudo-aba .texto h3{
    color:#2a93c2;
    font-size: 16px;
    font-weight: normal;
    font-family: "roboto-bold";
    margin: 0 0 20px 0;
}

#produtos .conteudo-aba .texto p{
    color:#666666;
    font-size: 14px;
    font-family: "roboto-light";
    margin: 0 0 20px 0;
}

#produtos .conteudo-aba .texto ul{
    margin: 0 0 0 35px;
    padding: 0;
}

#produtos .conteudo-aba .texto ul li{
    color:#666666;
    font-size: 14px;
    font-family: "roboto-light";
    margin: 0 0 10px 0;
}

#produtos .conteudo-aba h2{
    color:#2a93c2;
    font-size: 18px;
    font-weight: normal;
    font-family: "roboto-bold";
    margin: 0 0 20px 0;
    cursor: pointer;
}

#produtos .oculto{
    display: none;
}

#produtos .pmub .oculto{
	display:none;
}

#produtos .pmub h2{
    color:#2a93c2;
    font-size: 18px;
    font-weight: normal;
    font-family: "roboto-bold";
    margin: 0 0 20px 0;
    cursor:pointer;
}

#produtos .pmub p{
    color:#666666;
    font-size: 14px;
    font-family: "roboto-light";
    margin: 0 0 20px 0;
    line-height: 26px;
}

#produtos .pmub h3{
    color:#666666;
    font-size: 16px;
    font-family: "roboto-bold";
    margin: 0 0 20px 0;
    line-height: 26px;
}


#produtos .formulario{
    margin: 40px 0 0 0;
    width: 720px;
    text-align: right;
}

#produtos .formulario .campo{
	width: 360px;
	float:left;
	position:relative;
} 

#produtos .formulario .validacao{
	color: #FF0000;
	font-size: 12px;
	font-family: "roboto-light";
	font-style: italic;
	margin: 0 25px 0 0;
}

#produtos .formulario .txt-medio{
    width: 310px;
    padding: 12px 20px;
    border: 1px solid #cccccc;
    font-family: "roboto-regular";
    font-size: 14px;
    border-radius: 25px;
    margin: 15px 5px 0px 0;
    transition: background 0.2s ease, border 0.2s ease;
    color: #666;
}

#produtos .formulario .txt-medio:focus{
    background: #f8f8f8;
    border: 1px solid #2a93c2;
}

#produtos .formulario .txa-grande{
    width: 670px;
    padding: 12px 20px;
    border: 1px solid #cccccc;
    font-family: "roboto-regular";
    font-size: 14px;
    border-radius: 25px;
    margin: 15px 5px 0px 0;
    transition: background 0.2s ease, border 0.2s ease;
    color: #666;
    height: 100px;
}

#produtos .formulario .txa-grande:focus{
    background: #f8f8f8;
    border: 1px solid #2a93c2;
}

#produtos .formulario .btn-enviar{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2a93c2;
    border-radius: 20px;
    color: #2a93c2;
    font-family: "roboto-thin";
    font-size: 20px;
    margin: 20px 5px 0 0;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: background 0.2s ease, border 0.2s ease;
}

#produtos .formulario .btn-enviar:hover{
    background: #f8f8f8;
    border: 1px solid #1c617f;
}

/*Fim: Produtos*/

/*Início: Comunicação*/
#comunicacao{
    background: #fff;
    padding: 40px 0 40px 0;
}

#comunicacao .item{
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

#comunicacao .item img{
	float: left;
	margin: 0 20px 20px 0;
	width: 190px;
	border: 1px solid #e5e5e5;
	padding: 3px;
}

#comunicacao .item img:hover{
	padding: 1px;
	border: 3px solid #dec3c3;
}

#comunicacao .item h2{
    padding: 15px 0 0 0;
    font-weight: normal;
    font-size: 14px;
    font-family: "roboto-bold";
}

#comunicacao .item h2 span{
    color:#999999;
    margin: 0 10px 0 0;
}

#comunicacao .item h2 a{
    color:#2a93c2;
    text-transform: uppercase;
    text-decoration: none;
}

#comunicacao .item p{
    color:#666666;
    font-size: 14px;
    line-height: 22px;
    font-family: "roboto-light";
    text-align: justify;
}

#comunicacao .mais{
    font-size: 16px;
    color: #fff;
    background: #2a93c2;
    font-family: "roboto-bold";
    margin: 0 auto;
    display: block;
    width: 170px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    border-radius: 25px;
    transition: background 0.2s ease;
}

#comunicacao .mais:hover{
    background: #a1a5a8;
}

#comunicacao article{
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    color:#666666;
    font-size: 14px;
    font-family: "roboto-light";
    line-height: 22px;
}

#comunicacao article h2{
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 16px;
    font-family: "roboto-bold";
    color:#2a93c2;
    text-transform: uppercase;
}

#comunicacao article h2 span{
    color:#999999;
    margin: 0 10px 0 0;
}

#comunicacao article img{
    max-width: 980px;
    margin: 0 0 30px 0;
    padding: 0;
}

#comunicacao article p{
    color:#666666;
    font-size: 14px;
    font-family: "roboto-light";
    margin: 0 0 20px 0;
    line-height: 22px;
}

#comunicacao .calendario{

}

#comunicacao .calendario table{
    margin: 0 0 40px 0;
    width: 100%;
}

#comunicacao .calendario table tr th{
    background: #f2f2f2;
    color: #2a93c2;
    font-size: 14px;
    padding: 10px;
    font-family: "roboto-bold";
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #dcdedf;
}

#comunicacao .calendario table tr td{
    background: #fff;
    color: #666666;
    font-size: 12px;
    padding: 10px;
    font-family: "roboto-light";
    border: 1px solid #dcdedf;
}

#comunicacao .calendario .destaque{
    background: #f2f2f2;
    color: #2a93c2;
    font-size: 14px;
    padding: 10px;
    font-family: "roboto-bold";
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #dcdedf;
}

#comunicacao .galerias{
    margin: 0 0 30px 0;
}

#comunicacao .galerias h2{
    font-family: "roboto-medium";
    font-size: 20px;
    color: #2a93c2;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 5px 0;
    margin: 0 0 25px 0;
}

#comunicacao .galerias .capa{
	width: 230px;
	margin: 0 12px 20px 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

#comunicacao .galerias .capa img{
    width: 230px;
    height: auto;
    margin: 0;
}

#comunicacao .galerias .capa p{
    font-family: "roboto-medium";
    font-size: 16px;
    color: #2a93c2;
    margin: 5px 0 0 0;
    text-align: center;
}

#comunicacao .galerias .capa ul{
    display: none;
    margin: 0;
    padding: 0;
}

#comunicacao .galerias .capa ul li{
    font-family: "roboto-light";
    font-size: 14px;
    color: #666;
    list-style-type: none;
    text-align: center;
}

#galeria-aberta{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding: 50px 0 0 0;
    display: none;
}

#galeria-aberta .fechar{
    height: 30px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 30px;
    background: url('../images/sprite.png') 0 -110px;
    cursor: pointer;
}

#galeria-aberta h2{
    font-family: "roboto-medium";
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #6c6e6d;
    padding: 0 0 10px 0;
}

#galeria-aberta .grande{
    display: block;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    border:5px solid #2a93c2;
    border-radius: 20px;
    max-height: 400px;
}

#galeria-aberta .thumb{
    border:5px solid #fff;
    margin:15px 0 0 0px;
    cursor:pointer;
    opacity:0.8;
    width:67px;
    height:67px;
    border-radius: 3px;
}

#galeria-aberta .thumb:hover{
    border:5px solid #a1a5a8;
    opacity:1;
}

#galeria-aberta .ativo{
    border:5px solid #6a6c6b;
    opacity:1;
}

/*Fim: Comunicação*/

/*Início: Contato*/
#contato{
    background: #fff;
    padding: 40px 0 40px 0;
}

#contato .coluna{
    width: 450px;
    float: left;
    margin: 0 40px 0 0;
}

#contato p{
    color:#666666;
    font-size: 14px;
    font-family: "roboto-light";
    margin: 0 0 25px 0;
}

#contato p a{
    color:#2a93c2;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

#contato h3{
    color:#666666;
    font-size: 14px;
    font-family: "roboto-bold";
    margin: 0 0 5px 0;
}

#contato iframe{
    margin: 0 0 20px 0;
}

#contato span{
	color: #FF0000;
	font-size: 12px;
	font-family: "roboto-light";
	font-style: italic;
	margin: -25px 0 0 20px;
	position: absolute;
}

#contato .txt-medio{
    width: 405px;
    padding: 12px 20px;
    border: 1px solid #2a93c2;
    font-family: "roboto-regular";
    font-size: 14px;
    border-radius: 25px;
    margin: 0 5px 30px 0;
    transition: background 0.2s ease, border 0.2s ease;
    color: #666;
}

#contato .txt-medio:focus{
    background: #f8f8f8;
    border: 1px solid #ccc;
}

#contato .txa-grande{
    width: 405px;
    padding: 12px 20px;
    border: 1px solid #2a93c2;
    font-family: "roboto-regular";
    font-size: 14px;
    border-radius: 25px;
    margin: 0 5px 25px 0;
    transition: background 0.2s ease, border 0.2s ease;
    color: #666;
    height: 100px;
}

#contato .txa-grande:focus{
    background: #f8f8f8;
    border: 1px solid #cccccc;
}

#contato .btn-enviar{
    background: none repeat scroll 0 0 #2a93c2;
    border: 1px solid #2a93c2;
    border-radius: 20px;
    color: #fff;
    font-family: "roboto-bold";
    font-size: 16px;
    margin: 0 5px 0 0;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: background 0.2s ease, border 0.2s ease;
}

#contato .btn-enviar:hover{
    background: #a1a5a8;
    border: 1px solid #1c617f;
}
/*Fim: Contato*/


/*Início: Transparência*/
#transparencia{
    background: #fff;
    padding: 40px 0 40px 0;
}

#transparencia .sub-menu{
    float: left;
    width: 300px;
    margin: 0 40px 0 0;
}

#transparencia .sub-menu ul{
    margin: 0;
    padding: 0;
}

#transparencia .sub-menu ul li{
    list-style-type: none;
}

#transparencia .sub-menu ul li a{
    display: block;
    background-image: url('../images/sprite.png');
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: 280px -17px;
    border-bottom: 1px solid #fff;
    padding: 10px;
    text-decoration: none;
    color:#333333;
    text-transform: uppercase;
    font-size: 13px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#transparencia .sub-menu ul li a:hover{
    color:#fff;
    background-color: #2a93c2;
    background-position: 280px -59px;
}

#transparencia .texto{
    float: left;
    width: 640px;
    margin: -30px 0 0 0;
    color: #666;
    font-size: 13px;  
    font-family: "roboto-light"; 
}

#transparencia .texto .bloco{
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

#transparencia .texto h1, #transparencia .texto h2, #transparencia .texto h3, #transparencia .texto h4, #transparencia .texto h5, #transparencia .texto h6{
    color:#666666;
    margin: 25px 0 5px 0;
    font-family: "roboto-medium";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    padding:0 0 5px 0;
    border-bottom:1px solid #e5e5e5;
}

#transparencia .paineloculto{
	display:none;
}

#transparencia .texto a{
    color: #2a93c2;
    font-size: 13px;
    margin: 10px 0 0;
    text-decoration: none;
    display:block; 
    text-transform:none !important;  
}

#transparencia .texto p{
    margin: 10px 0 10px 0;
    color: #666;
    font-size: 13px;  
    font-family: "roboto-light"; 
}

#transparencia .texto b, #transparencia .texto strong{
    font-weight: normal;
    font-family: "roboto-bold"; 
}

#transparencia .texto div{
    color: #666;
    font-size: 13px;  
    font-family: "roboto-light"; 
}


#transparencia .texto .icn-pdf{
    background: url("../images/icn-pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    margin: 10px 0;
    padding: 15px 20px 15px 70px;
    width: 230px;
    display: block;
    float: left;
}

#transparencia .texto .icn-doc{
    background: url("../images/icn-doc.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    margin: 10px 0;
    padding: 15px 20px 15px 70px;
    width: 230px;
    display: block;
    float: left;
}

#transparencia .texto .icn-link{
    background: url("../images/icn-link.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    margin: 10px 0;
    padding: 15px 20px 15px 70px;
    width: 230px;
    display: block;
    float: left;
}
/*Início: Transparência*/

#ctc13002 .icn-pdf{
	 background: url("../images/icn-pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #2a93c2;
    display: block;
    font-family: "roboto-bold";
    font-size: 14px;
    height: 40px;
    margin: 20px 0 0;
    padding: 20px 20px 20px 70px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    opacity: 1;
}  

#ctc13002 .icn-pdf:hover{ 
	opacity: 0.7;
}

/*Início: Gerais*/
.clear{clear:both;}
a{outline:none}
input{outline:none}
/*Fim: Gerais*/
