/* ================================================================== *
 * Author: Eder Silva
 * E-mail: contato@edersilva.com
 * Site: edersilva.com
 * ================================================================== */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.icons-sprite, .icons-cargos, .post .cargos:before, .icons-editais, .post .editais:before, .icons-gabaritos, .post .gabaritos:before, .icons-logo-prefeitura-taubate, header h1 a, .icons-pdf, .post table .pdf, .icons-point, .icons-processo-seletivo, header h2:before, .icons-recursos, .post .recursos:before {
  background-image: url('../images/icons-s22a6ea4e97.png');
  background-repeat: no-repeat;
}

.icons-cargos, .post .cargos:before {
  background-position: 0 0;
  height: 32px;
  width: 31px;
}

.icons-editais, .post .editais:before {
  background-position: 0 -32px;
  height: 32px;
  width: 31px;
}

.icons-gabaritos, .post .gabaritos:before {
  background-position: 0 -64px;
  height: 32px;
  width: 32px;
}

.icons-logo-prefeitura-taubate, header h1 a {
  background-position: 0 -96px;
  height: 36px;
  width: 103px;
}

.icons-pdf, .post table .pdf {
  background-position: 0 -132px;
  height: 21px;
  width: 19px;
}

.icons-point {
  background-position: 0 -153px;
  height: 1px;
  width: 1px;
}

.icons-processo-seletivo, header h2:before {
  background-position: 0 -154px;
  height: 72px;
  width: 82px;
}

.icons-recursos, .post .recursos:before {
  background-position: 0 -226px;
  height: 32px;
  width: 32px;
}

/* Cores */
/* ================================================================== *
 * Grid
 * ================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 830px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

body {
  font-family: 'Gotham Rounded Book';
  font-size: 12px;
  color: #000;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: 'KG Fall For You';
  src: url("../fonts/KGFallForYou.eot");
  src: url("../fonts/KGFallForYou.eot?#iefix") format("embedded-opentype"), url("../fonts/KGFallForYou.woff") format("woff"), url("../fonts/KGFallForYou.ttf") format("truetype"), url("../fonts/KGFallForYou.svg#KGFallForYou") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url("../fonts/GothamRounded-Book.eot");
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Book.woff") format("woff"), url("../fonts/GothamRounded-Book.ttf") format("truetype"), url("../fonts/GothamRounded-Book.svg#../fonts/GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Rounded';
  src: url("../fonts/GothamRounded-Bold.eot");
  src: url("../fonts/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Bold.woff") format("woff"), url("../fonts/GothamRounded-Bold.ttf") format("truetype"), url("../fonts/GothamRounded-Bold.svg#../fonts/GothamRounded-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
.main {
  width: 70%;
  float: left;
}

.sidebar {
  width: 25%;
  float: right;
}
.sidebar ul li {
  text-align: center;
  font-size: 15px;
}
.sidebar ul li a {
  text-decoration: none;
  display: block;
}
.sidebar .menu li a {
  color: #fff;
  padding: 13px 5px;
  background: #f2b53e url("../images/bg-btn.png") no-repeat right center;
}
.sidebar .menu li + li {
  margin-top: 5px;
}
.sidebar .next {
  margin-top: 25px;
  background: #d7d7d7;
  padding-bottom: 15px;
}
.sidebar .next li {
  margin: 10px 0;
}
.sidebar .next li a {
  font-size: 15px;
  color: #333132;
  font-weight: bold;
  padding: 15px 0 6px 0;
  text-transform: uppercase;
  width: 85%;
  margin: 0 auto;
  line-height: 18px;
  display: block;
}
.sidebar .next li + li a {
  border-top: 1px dashed #898989;
}
.sidebar .next .n {
  padding: 10px 5px;
  color: #fff;
  background: #ec2123;
  margin-bottom: 20px;
}
.sidebar .next .n + li a {
  border: none;
}

@media (max-width: 700px) {
  .main, .sidebar {
    float: none;
    width: 100%;
  }

  .sidebar {
    margin-top: 25px;
  }
}
.tabs ul#tabs {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.tabs ul#tabs li {
  display: inline-block;
  cursor: pointer;
}
.tabs ul#tabs li:hover {
  opacity: 0.8;
}
.tabs ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.tabs ul#tab li {
  display: none;
}
.tabs ul#tab li.active {
  display: block;
}
.tabs #tabs li {
  font-size: 15px;
  padding: 25px 15px;
  text-transform: uppercase;
  color: #fff;
  background: #1076b6;
  float: left;
  width: 25%;
  min-height: 81px;
  position: relative;
}
.tabs #tabs li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 560px) {
  .tabs #tabs li:not(.active) {
    border-top: 15px solid #fff;
  }
}
.tabs #tabs li.active {
  font-weight: bold;
}
.tabs #tabs li.and {
  background: #f79b21;
}
.tabs #tabs li.hom {
  background: #0d9644;
}
.tabs #tabs li.ciee {
  background-color: transparent;
  background-image: url(https://www.ifpb.edu.br/itaporanga/noticias/2017/07/campus-firma-parceria-com-ciee/ciee.png);
  background-size: contain;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 559px) {
  .tabs #tabs li {
    display: block;
    float: none;
    width: 100% !important;
  }
}
.tabs .list {
  clear: both;
}
.tabs .list > div {
  padding: 25px 30px 25px 50px;
  background: #d7d7d7;
}
.tabs .list > div:after {
  content: " ";
  display: block;
  clear: both;
}
.tabs .list > div img, .tabs .list > div p, .tabs .list > div a {
  float: left;
}
.tabs .list > div p {
  font-size: 15px;
  color: #333132;
  padding-top: 17px;
  margin: 0 12%;
}
@media (min-width: 510px) and (max-width: 830px) {
  .tabs .list > div p {
    margin: 0 7%;
  }
}
@media (max-width: 509px) {
  .tabs .list > div p {
    margin: 0 0 0 5%;
  }
  .tabs .list > div p + a {
    float: none;
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
  }
}
.tabs .list > div a {
  color: #fff;
  padding: 6px 6px 3px 6px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: #ec2123;
  position: relative;
  top: 17px;
}
.tabs .list > div:nth-child(2n) {
  background: #c7c8ca;
}
.tabs .list > a {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background: #0d9644;
  display: inline-block;
  padding: 10px 15px;
  float: right;
}
@media (max-width: 700px) {
  .tabs {
    margin-bottom: 80px;
  }
}

.page h1 {
  margin-bottom: 30px;
}
.page p {
  line-height: 18px;
}
.page p + p {
  margin-top: 15px;
}

.post h1 {
  font-size: 17px;
  font-weight: bold;
  padding: 13px 20px 10px 20px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-align: center;
  letter-spacing: -1px;
  background: url("../images/inscricoes.png") no-repeat;
}
.post h3 {
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin: 12px 0 15px 0;
  text-transform: uppercase;
  color: #0e3a4e;
  padding-top: 15px;
}
.post h3:before {
  content: "";
  display: inline-block;
  position: relative;
  float: left;
  margin-top: -10px;
  margin-right: 10px;
}
.post table {
  background: #d7d7d7;
  font-size: 12px;
  width: 100%;
  margin-top: 3px;
}
.post table th {
  font-weight: bold;
  padding: 9px 7px;
  background: #fff;
}
.post table td {
  padding: 7px;
}
.post table .col1 {
  width: 80%;
}
.post table .col2 {
  width: 20%;
}
.post table .bg {
  background: #fff;
}
.post table .pdf {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  display: block;
}
.post table .l {
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  padding: 4px 4px 3px 4px;
  background: #ec2123;
  color: #fff;
  text-transform: uppercase;
}
.post .sub {
  color: #333132;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 10px 15px;
}
.post .infos {
  background: #d7d7d7;
  font-size: 12px;
  width: 100%;
  padding: 7px;
  line-height: 18px;
}
.post .wpcf7-form input, .post .wpcf7-form textarea, .post .wpcf7-form select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 3px;
  height: 30px;
  border: 1px solid #000;
}
.post .wpcf7-form input[type="text"], .post .wpcf7-form input[type="email"], .post .wpcf7-form textarea {
  width: 100%;
}
.post .wpcf7-form textarea {
  height: 150px;
}
.post .wpcf7-form .wpcf7-submit {
  padding: 5px 15px;
  cursor: pointer;
  background: #333132;
  color: #fff;
  height: 33px;
}

.category-select {
  background: #fff;
  padding: 3px;
  float: right;
}

/* ================================================================== *
 * Header
 * ================================================================== */
header {
  padding: 20px 0;
  background: url("../images/bg-header.png") repeat-x left top;
  text-align: center;
  margin-bottom: 30px;
}
header h1 {
  position: relative;
  top: -31px;
  margin-right: 7%;
  padding-right: 7%;
}
header h1 a {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
@media (min-width: 613px) {
  header h1 {
    border-right: 1px solid #2e607a;
  }
}
header h2 {
  font-size: 37px;
  font-family: 'KG Fall For You';
  text-transform: uppercase;
  color: #333132;
  padding-top: 25px;
  text-align: left;
}
header h2:before {
  content: "";
  display: inline-block;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
  margin-top: -20px;
}
header h2 span {
  color: #fff;
}
header h1, header h2 {
  display: inline-block;
}
@media (max-width: 379px) {
  header h2:before {
    margin-top: -3px;
  }
}
@media (max-width: 612px) {
  header {
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header h1, header h2 {
    display: block;
    margin: 15px 0;
    top: 0;
  }
}

/* ================================================================== *
 * Navigation
 * ================================================================== */
/* ================================================================== *
 * Footer
 * ================================================================== */
footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
}
footer strong {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
