@charset "utf-8";
/* CSS Document */

/* Selection */
::selection { color: #fff; background: #3b58a4; }
::-moz-selection { color: #fff; background: #3b58a4; }
input.uc { text-transform: uppercase !important; }

/* Border-boxing */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* Base */
.blue { color: #c29339; }
html, body { height: 100%; }
body { background: #e9e9e9; margin: 0; padding: 0; }
img { border: 0; }
.wrap { width: 940px; margin: 0 auto; padding: 0 10px; position: relative; }
.controle { clear: both; font-size: 0; height: 0; line-height: 0; }

a { color: #000; text-decoration: underline; transition: all 0.5s ease; }
a:hover { color: #151515; text-decoration: none; }

/* Alignment */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

/* Structure */
.topo-bar { background: #535554; box-shadow: 3px 5px 5px rgba(0,0,0,0.1); height: 45px; position: relative; z-index: 1000; }
.topo-bar .wrap { position: relative; padding: 0 10px 0 200px; text-align: right; }
.topo-bar-frase { display: inline-block; background: #3e4192; color: #fff; font: 400 22px/62px 'Century Gothic', 'Poppins', Arial, Helvetica, sans-serif; height: 62px; padding: 0 0 0 10px; text-transform: uppercase; position: relative; }
.topo-bar-frase strong { font-weight: 700; }
.topo-bar-frase:before { content: ""; position: absolute; top: 0; left: -40px; background: url(/assets/images/bg-topo-detalhe.png) left top no-repeat; width: 40px; height: 62px; }
.topo-detalhe { background: #3e4192; width: 50%; position: absolute; top: 0; right: 0; height: 62px; box-shadow: 3px 5px 5px rgba(0,0,0,0.1); }
.topo { background: url(/assets/images/bg-topo.png) 100% top no-repeat; height: auto; }
.topo > .wrap { background: url(/assets/images/bg-topo-int.png) 50px top no-repeat; height: auto; padding: 38px 0; }
.topo .logotipo { float: left; width: 410px; height: auto; margin: 0; padding: 0; text-decoration: none; }
.topo .logotipo img { display: block; max-width: 100%; }
.topo .orce { color: #3e4192; float: right; font: 400 42px/46px 'Century Gothic', 'Poppins', Arial, Helvetica, sans-serif; padding: 14px 0 0; text-align: right; text-transform: uppercase; }
.topo .orce:first-line { font-size: 26px; line-height: 36px; }
.topo .orce strong { font-weight: bold; }
.topo ul { background: #3e4192; height: 82px; margin: 0; padding: 0; text-align: center; position: relative; z-index: 1000; }
.topo ul li { display: inline-block; margin: 0; padding: 0; }
.topo ul li a { color: #fff; display: block; font: 400 23px/82px 'Century Gothic', 'Poppins', Arial, Helvetica, sans-serif; margin: 0 20px; padding: 0 15px; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease; }
.topo ul li a:hover,
.topo ul li a.on { color: #fff; }

.pub { clear: both; margin: 0 auto; max-height: 600px; overflow: hidden; position: relative; }
.pub ul,
.pub ul li { margin: 0; padding: 0; list-style: none; }
.pub ul li img { display: block; margin: 0 auto; width: 100%; }
.pub ul li a { }
.pub span { cursor: pointer; position: absolute; top: 50%; height: 150px; width: 62px; margin-top: -75px; z-index: 1000; }
.pub span.prev { background: url(/assets/images/arrow-prev.png) center no-repeat; left: 25px; }
.pub span.next { background: url(/assets/images/arrow-next.png) center no-repeat; right: 25px; }

.content-inicial { padding: 25px 0 20px; }

.boxes { font-size: 0; margin: 20px 0; }
.box { display: inline-block; width: 31%; padding: 25px 10px 25px 26px; position: relative; }
.box h1 { color: #3e4192; font: bold 22px/30px 'Century Gothic', Arial, Helvetica, sans-serif; margin: 0; padding: 0; text-transform: uppercase; }
.box h1:before { background: url(/assets/images/pattern.png) repeat; content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 16px; }
.box:nth-child(1) { width: 38%; }
.box:nth-child(2) h1:before { opacity: 0.75; }
.box:nth-child(3) h1:before { opacity: 0.5; }
.box a { display: block; text-decoration: none; }

.trabalhe { background: #f5f5f5; padding: 20px 0; }
.trabalhe p { color: #2b2e88; font: bold 20px 'Century Gothic', 'Poppins', Arial, Helvetica, sans-serif; text-align: center; text-transform: uppercase; }
.trabalhe a { color: #242424; }
.trabalhe a:before { background: #242424; content: ""; display: inline-block; height: 15px; margin: 5px 10px 0 15px; width: 18px; vertical-align: top; }

.rodape { margin: 0; padding: 10px 0 50px; }
.rodape .emanueldias { width: 320px; color: #2a2a2b; font: 500 16px/27px 'Open Sans', Arial, Helvetica, sans-serif; display: block; margin: 25px auto 10px; padding: 0; text-transform: uppercase; text-decoration: none; text-align: center; }