@font-face {
  font-family: Asenime;
  src: url(../fonts/ASENINE.ttf);
}
@font-face {
  font-family: "Raleway Regular";
  src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: "Raleway Medium";
  src: url(../fonts/Raleway-Medium.ttf);
}
body {
  font-family: "Raleway Regular";
  font-size: 1em;
  line-height: 1.4em;
  color: #606060;
}
h1,
h2,
h3,
h4 {
  font-family: Asenime, serif;
  letter-spacing: 3px;
  color: #889fac;
}
h1 {
  font-size: 3em;
  line-height: 1.25;
}
.introducao p {
  font-family: Asenime, serif;
  font-size: 1.5em;
  color: #889fac;
  letter-spacing: 1px;
  width: 90%;
  line-height: 0.8em;
  margin: 0 auto;
  margin-bottom: 1em;
}
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: 4em;
    line-height: 1.125;
  }
  .introducao p {
    font-size: 2em;
    width: 45%;
  }
  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: 5em;
    line-height: 1.25;
  }
  .introducao p {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(234, 239, 242, 0.8);
  z-index: 10;
  height: 70px;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
p {
  margin-bottom: 1em;
  letter-spacing: -0.2px;
}
.logo-topo img {
  height: 50px;
  margin-top: 10px;
}
#logo-conpitec {
  display: none;
}
.menu-header {
  text-align: right;
}
.menu-header ul li {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}
.menu-header ul li a {
  font-family: "Raleway Medium";
  color: #cf3034;
  text-transform: uppercase;
  font-size: 0.6em;
  position: relative;
  letter-spacing: 0.1em;
  color: #cf3034;
}
.menu-header ul li a:after {
  content: "";
  height: 2px;
  display: block;
  margin: 0 auto;
  background-color: #cf3034;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-header ul li a:hover:after,
.menu-header ul li a.active:after {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.secao {
  padding: 60px 0;
}
header + .introducao {
  margin-top: 70px;
  padding-top: 120px;
}
.introducao {
  width: 100%;
  text-align: center;
}
.introducao span.descricao {
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
h2.subtitulo {
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
}
h3 {
  margin-bottom: 20px;
}
h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 35px;
  background: #889fac;
  /*opacity: .4;*/
}
.btn {
  font-family: "Raleway Medium";
  display: inline-block;
  margin-top: 10px;
  border: 2px solid #cf3034;
  padding: 10px 30px 10px 20px;
  color: #cf3034;
  font-size: 0.6em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.1em;
  transition: all 0.3s ease 0s;
}
.btn:after {
  content: "";
  display: inline-block;
  float: left;
  width: 0px;
  height: 0px;
  margin-right: 12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #cf3034;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  color: #fff;
  background-color: #cf3034;
}
.btn:hover:after {
  content: "";
  display: inline-block;
  float: left;
  width: 0px;
  height: 0px;
  margin-right: 12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}
.btn-negativo {
  border: 2px solid #fff;
  color: #fff;
}
.btn-negativo:after {
  border-left: 12px solid #fff;
}
.btn-negativo:hover {
  border: 2px solid #cf3034;
}
.btn-secondary {
  padding: 10px 30px 10px 20px;
  color: #cf3034;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.programacao,
.contato {
  background-color: rgb(255, 255, 255);
}
.anteriores {
  background-color: #049460;
  color: white;
}
.anteriores a {
  color: white;
}
.bloco-evento {
  padding-top: 60px;
}
.bloco-evento img {
  padding: 20px;
  max-width: 300px;
  margin: auto 0;
  vertical-align: middle;
}
.bloco-evento-inverso img {
  float: right;
}
.lista-objetivos li {
  margin: 0 30px 20px 40px;
  line-height: 1.6em;
  letter-spacing: -0.2px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  /*border-left: 1px solid #000;
	padding-left: 20px;*/
}
.lista-objetivos li:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #049460;
  margin-right: 20px;
  margin-left: -30px;
}
.anteriores .lista-objetivos li:before {
  border-left: 12px solid white;
}
.data-evento {
  font-family: Asenime;
  display: block;
  margin-bottom: 10px;
  font-size: 1.3em;
  color: #049460;
  letter-spacing: 1px;
}
.programacao span.data-programacao {
  font-family: Asenime;
  text-transform: uppercase;
  display: block;
  font-size: 1.4em;
  color: #049460;
  letter-spacing: 1px;
  margin: 60px 0 10px 0;
}
.programacao table th {
  display: none;
}
.programacao table td {
  padding: 20px 0;
}
.programacao table ul {
  font-size: 0.8em;
  padding-left: 10px;
  margin-top: 20px;
}
.programacao table ul li {
  margin: 5px 0;
}
.programacao table td:nth-child(1) {
  font-family: Asenime;
  color: #889fac;
  font-size: 1.2em;
  width: 15%;
  letter-spacing: 1px;
  vertical-align: top;
  text-align: right;
}
.programacao table td:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
}
.comissao,
.apresentacao, .inscricoes {
  background-color: rgb(234, 239, 242);
}
.comissao span {
  font-size: 0.8em;
  display: block;
  padding: 20px 0;
  line-height: 1.3em;
  text-transform: uppercase;
  border-bottom: 1px dotted 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;
}
.localizacao {
  /*background: url("../img/mapa.png") no-repeat center center fixed;*/
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),
    url("../img/mapa.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.localizacao h2,
.anteriores h2 {
  color: #fff;
}
footer {
  padding: 60px 0;
}
.anime-left-to-right {
  opacity: 0;
  transform: translate3d(-50px, 0px, 0px);
  transition: 0.3s ease-out;
}
.anime-right-to-left {
  opacity: 0;
  transform: translate3d(50px, 0px, 0px);
  transition: 0.3s ease-out;
}
.anime-init {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.no-js .anime-left-to-right,
.no-js .anime-right-to-left {
  opacity: 1;
}
.lista-contato li {
  margin-bottom: 20px;
}
.contato-email {
  background: url("../img/email.png") left center no-repeat;
  padding-left: 30px;
}
.contato-telefone {
  background: url("../img/telefone.png") left center no-repeat;
  padding-left: 30px;
}
.bloco-realizacao {
  padding: 20px 0 20px 0;
}
.contato img {
  max-width: 100%;
}
@media only screen and (max-width: 970px) {
  #scene {
    display: none;
  }
  #logo-conpitec {
    display: block;
    max-width: 100%;
  }
  .introducao {
    padding-top: 80px;
  }
  .mobile-menu-btn {
    display: block;
    color: #cf3034;
    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-color: rgb(234, 239, 242);
    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;
    margin-left: 0;
  }
  .menu-header.mobile-menu li a {
    display: block;
    width: 100%;
  }
}

#container {
  max-width: 400px;
}
/*.layer:nth-child(1) {
  opacity: 0.15;
}
.layer:nth-child(2) {
  opacity: 0.30;
}
.layer:nth-child(3) {
  opacity: 0.45;
}
.layer:nth-child(4) {
  opacity: 0.60;
}
.layer:nth-child(5) {
  opacity: 0.75;
}
.layer:nth-child(6) {
  opacity: 0.90;
}*/
