/*
Theme Name: Jobcenter 2.0
Author: fZ7
Author URI: http://www.fz7.com.br
Version: 2018
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Open Sans', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Open Sans', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: 'Open Sans', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: 'Open Sans', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
code {
	font-family: 'Open Sans', Arial, Helvetica, "Nimbus Sans L", sans-serif;
}





/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ffffff;
}
body,
input,
textarea {
	color: #666;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #f36f23;
}
a:visited {
	color: #f36f23;
}
a:active,
a:hover {
	color: #104674;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#wrapper {
	position: relative;
    float: left;
	width: 100%;
    margin-top: 0px;
}
#artigo {
    position: relative;
    float: left;
    width: 100%;
}
#barra {
    float: left;
    width: 80%;
    height: 50px;
}
.branco {
    background-color: #fff;
}
.azul {
    background-color: #104674;
}
.azul-escuro {
    background-color: #003059;
}

.laranja {
    background-color: #f36f23;
}
.cinza {
    background-color: #d5d6d6;
}
.cinza-claro {
    background-color: #eaeaea;
}
.cinza-escuro {
    background-color: #c9c8c8;
}

#conteudo-esquerdo {
    float:left;
    width: 65%;
    height: auto;
    min-height: 0px;
}
#conteudo-direito {
    float:right;
    width: 35%;
    height: auto;
    line-height: 0px;
    text-align: right;
}
#conteudo-direito img {
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 967px;
    line-height: 0px;
}
#local {
    float: left;
    color: #aeadae;
    font-size: 11px;
    margin-top: 40px;
    margin-left: 80px;
    clear: both;
    line-height: 16px;
}
#tt {
    float: left;
    margin-top: 10px;
    margin-left: 12%;
}
#tt img {
    width: 100%;
    max-width: 530px;
    height: auto;
}
#texto {
    float: left;
    width: 100%;
    max-width: 680px;
    color: #6f6f70;
    margin-top: 30px;
    margin-left: 12%;
    padding-bottom: 20px;
    font-size: 16px;
	line-height: 22px;
    min-height: 620px;
}
#texto-doc {
    float: left;
    width: 100%;
    max-width: 680px;
    color: #6f6f70;
    margin-top: 30px;
    margin-left: 12%;
    padding-bottom: 20px;
    font-size: 16px;
	line-height: 22px;
    min-height: 640px;
}
#texto-hist {
    float: left;
    width: 100%;
    max-width: 680px;
    color: #6f6f70;
    margin-top: 30px;
    margin-left: 12%;
    padding-bottom: 20px;
    font-size: 16px;
	line-height: 22px;
    min-height: 605px;
}
#texto-premios {
    float: left;
    width: 100%;
    max-width: 680px;
    color: #6f6f70;
    margin-top: 30px;
    margin-left: 12%;
    padding-bottom: 20px;
    font-size: 16px;
	line-height: 22px;
    min-height: 0px;
}
#imagem-lateral {
    float: left;
    width: 10%;
    max-width: 137px;
    height: auto;
    clear:left;
    padding-top: 200px;
}
#imagem-lateral img {
    width: 100%;
    height: auto;
}
#lateral-topo {
    float: left;
    width: 10%;
    max-width: 137px;
    height: auto;
    clear:left;
    padding-top: 100px;
}
#lateral-topo img {
    width: 100%;
    height: auto;
}
#lateral-par {
    float: left;
    width: 10%;
    max-width: 137px;
    height: auto;
    clear:left;
    padding-top: 0px;
}
#lateral-par img {
    width: 100%;
    height: auto;
}
#submenu {
    position: absolute;
    margin-top: 0px;
    width: 60px;
    padding: 10px 0px;
    text-align: center;
    background-color: #5180b6;
    z-index: 20;
}
#submenu-conteudo {
    position: absolute;
    margin-top: 0px;
    width: 230px;
    height: 370px;
    background-color: #5180b6;
}
#submenu-conteudo ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 50px;
}
#submenu-conteudo ul li {
    padding-top: 15px;
}
#submenu-conteudo a {
    color: #fff;
	text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#submenu-conteudo a:visited {
    color: #fff;
	text-decoration: none;
}
#submenu-conteudo a:hover {
    color: #fff;
	text-decoration: none;
}

.listas ul {
    list-style-type:none;
    list-style-image: url(images/check.png);
}
.espacamento li {
    padding-bottom: 10px;
}
.linkform a:link {
    font-size: 14px;
    font-weight: bold;
    color:#f16e20;
    text-decoration: underline;
}
.linkform a:hover {
    color:#f16e20;
    text-decoration: none;
}
.linkform a:visited {
    color:#f16e20;
    text-decoration: underline;
}
/* =Header
-------------------------------------------------------------- */

#slide {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 1;
    line-height: 0px;
}

#slide img {
    width: 100%;
    height: auto;
}
#slide-mobile {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 1;
    line-height: 0px;
    display: none;
}

#slide-mobile img {
    width: 100%;
    height: auto;
}

/* =nosso serviços
-------------------------------------------------------------- */
.frase {
    font-size: 15px;
    font-weight: bold;
}

/* Flex abertura*/

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-container > div {
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 13px;
}

/* Flex credenciamento*/

.flex-cred {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.flex-cred > div {
    width: 38%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #7e9ec0;
    line-height: 18px;
}

/* Flex parceiros*/

.flex-par {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -50px;
    padding-bottom: 20px;
}

.flex-par > div {
    width: 18%;
    max-width: 200px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 0px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}


.tt-historico {
    color:#104674; 
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

/* =nosso serviços - relacionamentos
-------------------------------------------------------------- */
#rel-wrapper {
    width: 100%;
    float:left;
    margin-top: 20px;
}
#rel-conteudo {
    width: 90%;
    position:relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    line-height: 18px;
    font-size: 13px;
    height: 30px;
    margin-top: 10px;
}
#rel-esquerda {
    width: 30%;
    float:left;
    text-align: center;
}
#rel-direita {
    width: 62%;
    float:right;
}
#rel-tt {
    text-transform: uppercase;
    color: #7e9ec0;
    font-weight: bold;
    
}
#rel-texto {
    font-size: 13px;
    line-height: 18px;
}
#premios-conteudo {
    width: 95%;
    position:relative;
    margin: 0 auto;
    height: auto;
    line-height: 18px;
    font-size: 13px;
    height: 30px;
    margin-top: 10px;
}
#conteudoin {
    width: 90%;
    max-width: 440px;
    float:left;
    margin-top: 20px;
    margin-left: 20px;
    height: 190px;
}
#premio-esquerda {
    width: 25%;
    float:left;
    text-align: center;
}
#premio-direita {
    width: 68%;
    float:right;
}
/* =nossos serviços - equipe
-------------------------------------------------------------- */
#direito-equipe {
    float:right;
    width: 35%;
    height: auto;
    line-height: 0px;
    text-align: right;
}
#direito-equipe img {
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 967px;
    line-height: 0px;
}
#texto-equipe {
    float: left;
    width: 100%;
    max-width: 680px;
    color: #6f6f70;
    margin-top: 30px;
    margin-left: 12%;
    padding-bottom: 20px;
    font-size: 16px;
	line-height: 22px;
    min-height: 530px;
}
.sem-barra {
    display:block;
}
.equipe-barra {
    display:none;
}
#barra-top {
    float:right;
    height: 80px;
}
.top-lar {
    width:33%;
}
.top-azul {
    width:63%;
}
#barra-legenda {
    float:right;
    width: 96%;
    height: auto;
    padding-top: 12px;
}
#texto-legenda {
    position: relative;
    width: 80%;
    max-width: 440px;
    height: auto;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color:#fff;
    line-height: 18px;
}
#equipe-experiente {
    float:right;
    width: 96%;
    height: auto;
    margin-top: 60px;
}
#experiente-texto {
    position: relative;
    width: 80%;
    max-width: 440px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color:#104674;
}
/* =contato
-------------------------------------------------------------- */
#contato-esquerdo {
    float:left;
    width: 40%;
    height: auto;
}
#contato-direito {
    float:right;
    width: 60%;
    height: auto;
}
#contato-tt {
    float:right;
    margin-right: 50px;
    padding-top: 22px;
    line-height: 0;
}
#contato-tt img{
    width: 100%;
    max-width: 258px;
    height: auto;
}
#contatos-links {
    float:left;
    width: 100%;
    height: auto;
}
#link-icone {
    float:left;
    margin-left: 50px;
    padding-top: 27px;
    padding-bottom: 10px;
    clear:both;
}
#link-email {
    float:left;
    margin-left: 50px;
    padding-bottom: 30px;
    width: 42%;
    clear: left;
}
#link-email a:link {
    text-decoration: underline;
    color: #00305a;
    font-size: 18px;
}
#link-email a:hover {
    text-decoration: underline;
    color: #00305a;
    font-size: 18px;
}
#link-email a:visited {
    text-decoration: underline;
    color: #00305a;
    font-size: 118px;
}
#link-politica {
    float:right;
    margin-right: 50px;
    padding-bottom: 30px;
    width: 42%;
    text-align: right;
}
#link-politica a:link {
    text-decoration: underline;
    color: #737373;
    font-size: 14px;
}
#link-politica a:visited {
    text-decoration: underline;
    color: #737373;
    font-size: 14px;
}
#link-politica a:hover {
    text-decoration: underline;
    color: #737373;
    font-size: 14px;
}
#contato-end {
    color: #929292;
    font-size: 20px;
    float: left;
    margin-left: 50px;
    width: 90%;
    padding: 20px 0px;
    border-bottom-style: solid;
    border-bottom-color: #929292;
    border-bottom-width: 1px;
}
#base-end {
    color: #929292;
    font-size: 20px;
    float: left;
    width: 100%;
    margin-top:20px;
    line-height: 28px;
}
#base-esquerda {
    float: left;
    width: 50%;
}
#base-direita {
    float: right;
    width: 50%;
}
#end-sp {
    float:left;
    width: 265px;
    margin-left: 50px;
    font-size: 0.9em;
}
#end-rj {
    float:right;
    width: 300px;
    margin-right: 50px;
    font-size: 0.9em;
}
#ende-mapa {
    float:left;
    width: 85%;
    max-width: 330px;
    height: 330px;
    background-color: #fff;
    padding: 10px;
    line-height: 0px;
    margin: 40px 30px;
}
#endd-mapa {
    float:right;
    width: 80%;
    max-width: 330px;
    height: 330px;
    background-color: #fff;
    padding: 10px;
    line-height: 0px;
    margin: 40px 30px;
}
#rodape {
    float:left;
    width: 100%;
    height: 150px;
}
#base-form {
    float:left;
    width: 100%;
    height: auto;
    min-height: 892px;
    background-image: url("images/tt-form.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}
#formulario {
    float:left;
    width: 70%;
    height: auto;
    margin-left: 5%;
    margin-top: 105px;
    color: #fff;
}
#form-cont {
    float:left;
    width: 100%;
    height: auto;
    margin-top: 40px;
    font-size:16px; 
    font-weight: bold;
}
#form-cont h3{
    padding: 20px 0px;
    color: #5180b6;
    text-transform: uppercase;
}
#form-cont ul {
    margin:0px;
}
#form-cont li {
    display:block; 
    margin:0 0 20px 0; 
    position:relative;
}
#form-cont label {
    display:block; 
    margin:0 0 12px 0; 
}
#form-cont input[type=text], #form-cont textarea {
    padding:10px 10px; 
    width:88%;
    font-size:16px; 
    max-width: 590px;
}
#form-cont textarea {
    height:200px; 
    line-height: 22px;
}

#form-cont input[type=submit] {
    width:100px; 
    float: left;
    padding:10px 0 10px; 
    background-color: #f36f23; 
    color: #fff;
    font-size:16px; 
    font-weight: bold;
    border:0;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}
#tt-branco {
    float:left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
}
#tt-laranja {
    float:left;
    width: 100%;
    color: #f16e20;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
#cv {
    float:left;
    font-size: 14px;
}
#bt-cv {
    float:left;
    color: #fff;
}
#bt-cv a:link {
    width:auto; 
    float: left;
    padding:10px 20px; 
    background-color: #f36f23; 
    color: #fff;
    font-size:14px; 
    font-weight: bold;
    border:0;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}
#bt-cv a:hover {
    color: #fff;
    text-decoration: none;
}

#bt-cv a:visited {
    color: #fff;
    text-decoration: none;
}

/* =Politica de privacidade
-------------------------------------------------------------- */
#privacidade {
    position: relative;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
}
#local-privacidade{
    position: relative;
    color: #aeadae;
    font-size: 11px;
    margin-top: 20px;
    margin-left: 2%;
    line-height: 16px;
}
#logo {
    position: relative;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
}
#logo img {
    width: 100%;
    max-width: 279px;
    height: auto;
}
#barra-privacidade {
    position: relative;
    width: 100%;
    height: 50px;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    overflow: hidden;
    padding: 0px;
}

#content {
    margin-bottom: 0px;
}

#content,
#content input,
#content textarea {
    color: #333;
    font-size: 15px;
    line-height: 24px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
    margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
    font-size: 14px;
    line-height: 21px;
}

#content code {
    font-size: 12px;
}

#content dt,
#content th {
    color: #000;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #000;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

#content table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}

#content tr th,
#content thead th {
    color: #888;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

#content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

#content tr.odd td {
    background: #f2f7fc;
}

.hentry {
    margin: 0px;
}

.home .sticky {
    background: #f2f7fc;
    border-top: 4px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
}

.single .hentry {
    margin: 0px;
}

.page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}

.page-title span {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
    color: #888;
    text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
    color: #ff4b33;
}

#content .entry-title {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited {
    color: #000;
    text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
    color: #ff4b33;
}

.entry-meta {
    color: #888;
    font-size: 12px;
}

.entry-meta abbr,
.entry-utility abbr {
    border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
    border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
    clear: both;
    padding: 12px 0 0 0;
}

#content .entry-summary p:last-child {
    margin-bottom: 12px;
}

.entry-content fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 0 24px 0;
    padding: 24px;
}

.entry-content fieldset legend {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 24px;
}

.entry-content input {
    margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
    margin-right: 24px;
}

.entry-content label {
    color: #888;
    font-size: 12px;
}

.entry-content select {
    margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
    font-size: 10px;
}

.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}

.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.page-link {
    clear: both;
    color: #000;
    font-weight: bold;
    margin: 0 0 22px 0;
    word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color: #333;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.home .sticky .page-link a {
    background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
    color: #ff4b33;
}

body.page .edit-link {
    clear: both;
    display: block;
}

#entry-author-info {
    background: #f2f7fc;
    border-top: 4px solid #000;
    clear: both;
    font-size: 14px;
    line-height: 20px;
    margin: 24px 0;
    overflow: hidden;
    padding: 18px 20px;
}

#entry-author-info #author-avatar {
    background: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    height: 60px;
    margin: 0 -104px 0 0;
    padding: 11px;
}

#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}

#entry-author-info h2 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}

.entry-utility {
    clear: both;
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

.entry-meta a,
.entry-utility a {
    color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
    color: #ff4b33;
}

#content .video-player {
    padding: 0;
}





/* =Images
-------------------------------------------------------------- */


/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.wp-smiley {
    margin: 0;
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery img {
    border: 10px solid #f1f1f1;
}

.gallery br+br {
    display: none;
}

#content .attachment img {
    /* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}




/* Quebras
-------------------------------------------------------------- */
@media only screen and (min-width: 1251px) and (max-width: 1450px) {
    #conteudo-esquerdo {
        min-height: 0px;
    }
    #tt {
        margin-left: 8%;
    }
    #texto {
        margin-left: 8%;
        width: 75%;
        min-height: 570px;
    }
    #texto-doc {
        margin-left: 8%;
        width: 75%;
        min-height: 0px;
    }
    #texto-hist {
        margin-left: 8%;
        width: 75%;
        min-height: 0px;
    }
    #texto-premios {
        margin-left: 8%;
        width: 75%;
        min-height: 0px;
    }
    #texto-equipe {
        margin-left: 8%;
        width: 75%;
        min-height: 450px;
    }
    #link-icone {
        margin-left: 30px;
    }
    #link-email {
        margin-left: 30px;
    }
    #link-politica {
        margin-right: 30px;
    }
    #contato-tt {
        margin-right: 30px;
    }
    #contato-end {
        margin-left: 30px;
        width: 90%;
    }
}

@media only screen and (min-width: 1251px) and (max-width: 1360px) {
    .flex-container > div {
        width: 30%;
        margin: 5px;
        text-align: left;
        font-size: 13px;
    }
}
@media only screen and (max-width: 1250px) {
    #barra {
        width: 100%;
    }
    #barra-top {
        display: none;
    }
    #conteudo-direito {
        display: none;
    }
    .sem-barra {
        display:none;
    }
    .equipe-barra {
        display:block;
    }
    #direito-equipe {
        float:right;
        width: 100%;
        text-align: center;
    }
    #barra-legenda {
        width: 100%;
    }
    #equipe-experiente {
        float:right;
        width: 100%;
        height: auto;
        margin-top: 30px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
    #conteudo-esquerdo {
        min-height: 0px;
        width: 100%;
    }
    #tt {
        margin-left: 8%;
    }
    #texto {
        margin-left: 8%;
        width: 75%;
        min-height: 0px;
        max-width: 1250px;
    }
    #texto-doc {
        margin-left: 8%;
        width: 75%;
        min-height: 0px;
        max-width: 1250px;
    }
    #texto-hist {
        margin-left: 8%;
        width: 75%;
        min-height: 0px;
        max-width: 1250px;
    }
    #texto-premios {
        margin-left: 8%;
        width: 75%;
        min-height: 0px;
        max-width: 1250px;
    }
    #texto-equipe {
        margin-left: 8%;
        width: 75%;
        min-height: 0px;
        max-width: 1250px;
    }
    #link-icone {
        margin-left: 30px;
    }
    #link-email {
        margin-left: 30px;
    }
    #link-politica {
        margin-right: 30px;
    }
    #contato-tt {
        margin-right: 30px;
    }
    #contato-end {
        margin-left: 30px;
        width: 90%;
    }
    #end-sp {
        float: left;
        width: 265px;
        margin-left: 30px;
    }
    #end-rj {
        float: right;
        width: 265px;
        margin-right: 30px;
    }
    #lateral-par {
        max-width: 90px;
        height: auto;
    }
}

@media only screen and (max-width: 1023px) {
    #conteudo-esquerdo {
        width: 100%;
        min-height: 0px;
    }
    #tt {
        margin-left: 8%;
        margin-right: 8%;
    }
    #texto {
        width: 85%;
        max-width: 1024px;
        margin-left: 8%;
        padding-bottom: 20px;
        min-height: 0px;
    }
    #texto-doc {
        width: 85%;
        max-width: 1024px;
        margin-left: 8%;
        padding-bottom: 20px;
        min-height: 0px;
    }
    #texto-hist {
        width: 85%;
        max-width: 1024px;
        margin-left: 8%;
        padding-bottom: 20px;
        min-height: 0px;
    }
    #texto-premios {
        width: 85%;
        max-width: 1024px;
        margin-left: 8%;
        padding-bottom: 20px;
        min-height: 0px;
    }
    #texto-equipe {
        width: 85%;
        max-width: 1024px;
        margin-left: 8%;
        padding-bottom: 20px;
        min-height: 0px;
    }
    #imagem-lateral {
        display: none;
    }
    #lateral-topo {
        display: none;
    }
    #lateral-par {
        display: none;
    }
    #local {
        width: 100%;
        margin-left: 3%;
    }
    
    #link-icone {
        margin-left: 10px;
    }
    #link-email {
        margin-left: 10px;
        font-size: 16px;
        width: 95%;
    }
    #link-politica {
        float: left;
        text-align: left;
        margin-left: 10px;
        margin-right: 0px;
        width: 95%;
    }
    #contato-tt {
        margin-right: 10px;
    }
    #contato-direito {
        width: 100%;
    }
    #contato-esquerdo {
        width: 100%;
    }
    #contato-end {
        margin-left: 10px;
        width: 93%;
    }
    #base-esquerda {
        float: left;
        width: 100%;
    }
    #base-direita {
        float: right;
        width: 100%;
    }
    #end-sp {
        width: 90%;
        margin-left: 5%;
    }
    #end-rj {
        float: left;
        width: 90%;
        margin-left: 5%;
    }
    #ende-mapa {
        width: 85%;
        max-width: 1024px;
        margin: 40px 5%;
    }
    #endd-mapa {
        float: left;
        width: 85%;
        max-width: 1024px;
        margin: 40px 5%;
    }
    #formulario {
        margin-top: 50px;
    }
    #premios-conteudo {
        width: 90%;
        max-width: 350px;
        height: 30px;
        margin-top: 10px;
    }
    #conteudoin {
        width: 90%;
        max-width: 350px;
        float: left;
        margin-top: 20px;
        margin-left: 20px;
        height: auto;
    }
    #premio-esquerda {
        width: 100%;
        float: left;
        text-align: center;
    }
    #premio-direita {
        width: 100%;
        float: right;
        text-align: center;
    }
    .flex-par {
        margin-top: 0px;
    }
    #rel-esquerda {
        width: 100%;
    }
    #rel-direita {
        width: 100%;
        text-align: center;
    }

}

@media only screen and (max-width: 768px) {
    #slide {
        display: none;
    }
    #slide-mobile {
        display: block;
    }
    .flex-container > div {
        width: 90%;
        margin: -10px;
    }
    .flex-cred > div {
        width: 100%;
        max-width: 280px;
    }
    .flex-par > div {
        width: 100%;
        max-width: 200px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    #base-form {
        float: left;
        width: 100%;
        height: auto;
        min-height: 0px;
        background-image: none;
    }
    #formulario {
        float: left;
        width: 90%;
        height: auto;
        margin-left: 5%;
    }
    
}
