a {
  color: #20bbb2;
}
a:hover {
  color: #436771;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4 {
  color: #436771;
  letter-spacing: 2px;
}
h1 {
  font-size: 2em;
  line-height: 1.25;
}
h2 {
  font-size: 1.625em;
  line-height: 1.15384615;
}
h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
}
@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    line-height: 1.05;
  }
  h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}
.logo-sepit {
  text-align: center;
  margin-bottom: 20px;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #20bbb2;
  z-index: 10;
  height: 70px;
  box-sizing: border-box;
  padding: 0 0 20px 0;
}
p {
  margin-bottom: 1em;
  letter-spacing: -0.2px;
}
/* Header CONPITEC */
.header-conpitec {
  display: none;
}

@media only screen and (min-width: 767px) {
  header {
    top: 50px;
  }
  .header-conpitec {
    z-index: 20;
    display: block;
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: white;
  }
  .header-conpitec li {
    float: left;
    padding: 15px 20px;
    position: relative;
  }
  .header-conpitec .container {
    width: 1200px;
  }
  .header-conpitec img {
    width: 140px;
    margin-top: 8px;
    margin-left: 8px;
    float: left;
    margin-right: 30px;
  }

  .header-conpitec a {
    color: #889fac;
  }
}
.menu-header {
  text-align: right;
}
.menu-header ul li {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
}

.menu-header ul li a {
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.2s;
}
.menu-header ul li a.active,
.menu-header ul li a:hover {
  color: #436771;
}
.menu-header .btn-topo {
  background-color: #436771;
  color: #fff;
  padding: 16px 20px;
  font-weight: bold;
  outline: none;
  border: 2px solid #fff;
  transition: all 0.2s;
  letter-spacing: 0.1em;
}
.menu-header a.btn-topo:hover {
  border: 2px solid #fff;
  background-color: #436771;
  color: #fff;
}
.introducao {
  margin-top: 70px;
  width: 100%;
  text-align: left;
  padding-top: 120px;
  padding-bottom: 60px;
}
.introducao h1 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.introducao span.titulo-informacoes {
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  color: #436771;
  text-align: center;
}
.informacoes {
  margin: 20px 0 40px 0;
}

table.cronograma {
  border-collapse: collapse;
  width: 100%;
}

table.cronograma td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}

table.cronograma td:nth-child(even) {
  font-size: 0.8em;
  text-align: left;
}

table.cronograma td:nth-child(odd) {
  font-size: 0.9em;
  text-align: right;
  padding-right: 40px;
  text-transform: uppercase;
}
.cronograma a:hover {
  color: #20bbb2;
  text-decoration: underline;
}

h2.subtitulo {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
h2.subtitulo:after,
h2.subtitulo:before {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  margin: 10px auto 10px auto;
  background: #436771;
}
h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.text-attention {
  color: #ee1c11;
}
.btn {
  display: inline-block;
  margin-top: 20px;
  border: 2px solid #436771;
  padding: 10px 30px;
  color: #436771;
  font-size: 0.8em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
  transition: all 0.2s;
  letter-spacing: 0.1em;
}
.btn:hover {
  color: #fff;
  background-color: #436771;
  border-color: #436771;
}
.btn-first {
  border-color: #20bbb2;
  background-color: #20bbb2;
  color: #fff;
}
.block-center {
  text-align: center;
}
.btn-negativo {
  border: 1px solid #fff;
  color: #fff;
}
.secao {
  padding: 60px 0;
}
.documentos ul {
  list-style: square;
}
.documentos ul li {
  margin: 10px;
}
.contato {
  background-color: #20bbb2;
  color: #fff;
}
.cronograma,
.comissao {
  background-color: #436771;
  color: #fff;
}
.cronograma h2.subtitulo:after,
.comissao h2.subtitulo:after,
.cronograma h2.subtitulo:before,
.comissao h2.subtitulo:before {
  background-color: #fff;
}
.cronograma h2,
.comissao h2 {
  color: #fff;
}
.comissao span {
  font-size: 0.8em;
  display: block;
  padding: 20px 40px;
  line-height: 1.3em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.comissao span.presidente {
  font-style: italic;
  clear: both;
  font-size: 0.75em;
  text-transform: none;
  margin-top: 20px;
  border-bottom: none;
}
footer {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .introducao {
    padding-top: 80px;
  }

  .mobile-menu-btn {
    display: block;
    color: white;
    width: 36px;
    height: 36px;
    margin: 20px 20px 0 0;
    border-top: 4px solid;
    float: right;
    position: relative;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
  }
  .mobile-menu-btn::after,
  .mobile-menu-btn::before {
    content: "";
    display: block;
    height: 4px;
    margin-top: 6px;
    background: currentColor;
    position: relative;
    transition: transform 0.2s ease;
  }

  .mobile-menu-btn.active {
    border-top-color: transparent;
  }
  .mobile-menu-btn.active::after {
    margin-top: 0;
    top: 2px;
    transform: rotate(45deg);
  }

  .mobile-menu-btn.active::before {
    margin-top: 0;
    top: 6px;
    transform: rotate(135deg);
  }

  .menu-header.mobile-menu {
    position: fixed;
    background: #20bbb2;
    padding: 10px;
    top: 50px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(60px, 0px, 0px);
    transition: 0.3s;
  }
  .menu-header.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
  }
  .menu-header.mobile-menu li {
    display: block;
    text-align: center;
  }
  .menu-header.mobile-menu li a {
    display: block;
    border-top: 2px solid;
    width: 100%;
  }
}
