.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 78px;
  padding-bottom: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
  background-image: url('../images/Banner-Fundo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 24px;
}

.banner.menor {
  height: 500px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.conteudo-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.menu-fixo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343434;
}

.menu-interno {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #252324;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link.w--current {
  color: #1c324d;
  font-weight: 900;
}

.menu-link.desck {
  color: #f3f3f3;
  font-size: 14px;
}

.menu-link.desck.topo {
  color: #343434;
}

.menu-link.cel {
  display: none;
}

.corpo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  min-width: 900px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: justify;
}

.corpo.patro {
  padding-bottom: 40px;
}

.corpo.valores {
  padding-top: 49px;
  padding-bottom: 70px;
}

.corpo.empenho {
  width: 100%;
  max-width: none;
  min-width: auto;
  margin-top: 31px;
  margin-bottom: 31px;
  padding: 6px 38px 28px;
  background-color: #d8d8d8;
}

.corpo.palestrantes {
  width: 100%;
  max-width: none;
  min-width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-part-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #464646;
}

.home-part-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50vh;
  padding: 74px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #c72f2e;
  text-align: left;
}

.menu-topo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 39px;
  padding-left: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-menu {
  position: absolute;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 240px;
  margin-top: 36px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.sub-menu.ver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu-link {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #252324;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.sub-menu-link:hover {
  background-color: #fff;
}

.sub-menu-link.topo {
  margin-top: 10px;
}

.menu-link-composto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 28px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.menu-seta {
  width: 10px;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-left: 3px;
}

.titulo-home {
  margin-top: 21px;
  margin-bottom: 16px;
  margin-left: -40px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.titulo-home.patro {
  margin-top: 7px;
  text-align: left;
}

.titulo-home.branco {
  color: #fff;
  text-align: left;
}

.sub-titulo-home {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.sub-titulo-home.branco {
  color: #f3f3f3;
}

.sub-titulo-home.patro {
  margin-top: 0px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  background-image: url('../images/Banner-Img.png'), url('../images/Banner-Fundo.jpg');
  background-position: 9% 50%, 50% 100%;
  background-size: 30%, cover;
  background-repeat: no-repeat, repeat;
}

.realizacao {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caixa-news {
  width: 500px;
  margin-right: 5%;
  padding: 20px 40px;
  background-color: #343434;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.caixa-news._2 {
  width: 320px;
  margin-right: 0%;
}

.iframe {
  display: none;
}

.footer-barra {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343434;
}

.corpo-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-width: 900px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.corpo-news {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  min-width: 900px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.corpo-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 34px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.colunas-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.colunas-home:hover {
  background-color: #13b0e5;
}

.coluna-link {
  width: 100%;
  margin-top: 17px;
  color: #343434;
  font-size: 23px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.coluna-imagem {
  position: relative;
  z-index: 2;
  width: 80px;
  margin-bottom: 1px;
  margin-left: 34%;
}

.coluna-imagem._2 {
  width: 80px;
}

.coluna-imagem._3 {
  width: 110px;
  margin-bottom: 0px;
  margin-left: 32%;
}

.coluna-imagem._4 {
  width: 100px;
  margin-top: 22px;
  margin-bottom: 12px;
  margin-left: 27%;
}

.body {
  font-family: sofia-pro, sans-serif;
}

.menu-barra {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 8px;
  background-color: #f7a833;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu.esconde {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-link-submenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 12px;
  cursor: default;
}

.barra-subtit {
  z-index: 2;
  width: 60px;
  height: 6px;
  background-color: #ab272a;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.barra-subtit.novi {
  margin-bottom: 20px;
  background-color: #c72f2e;
}

.barra-subtit.bonus {
  margin-top: 10px;
  margin-bottom: 30px;
}

.barra-subtit.patro-barra {
  margin-top: 13px;
}

.link-claro {
  color: #fff;
  text-decoration: none;
}

.conteudo-geral {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.tabs {
  width: 100%;
}

.tabela-corpo {
  width: 100%;
  padding: 50px 52px;
  border-style: solid;
  border-width: 2px;
  border-color: #163a74;
  background-color: #f3f3f3;
}

.tabela-menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tabela-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343434;
  color: #f3f3f3;
  font-weight: 500;
  text-align: center;
}

.tabela-menu.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #163a74;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.tabela-menu-data {
  margin-bottom: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.programa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
}

.programa-coluna-hora {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.programa-coluna-textos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.programa-coluna-textos._2 {
  margin-bottom: 20px;
}

.programa-hora {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c324d;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.programa-tit-1 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #1c324d;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}

.programa-tit-2 {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 20px;
}

.programa-texto.painel {
  color: #13b0e5;
}

.galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.galeria.logos {
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.imagem-escritorios {
  width: 45%;
  /*max-width: none;*/
  min-width: 160px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.titulo-geral {
  margin-top: 5px;
  margin-bottom: 30px;
}

.conteudo-escuro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.titulo-branco {
  margin-top: 5px;
  margin-bottom: 30px;
  color: #f3f3f3;
  font-weight: 500;
}

.palestra-box-frente {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  text-align: center;
}

.palestra-img {
  position: relative;
  width: 100%;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.palestra-nome {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.palestra-barra {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #c72f2e;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.palestra-barra._2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.palestra-barra._3 {
  margin-top: 0px;
  margin-bottom: 14px;
}

.palestra-barra.br {
  background-color: #f7a833;
}

.palestra-lugar {
  margin-bottom: 0px;
  color: #343434;
  line-height: 16px;
  font-weight: 700;
}

.textos {
  width: auto;
  margin-bottom: 0px;
}

.corpo-com-borda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  min-width: 900px;
  margin-top: 100px;
  padding: 30px 80px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(37, 35, 36, 0.3);
  text-align: justify;
}

.corpo-com-borda.inscri {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.corpo-com-borda.novidade {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.corpo-com-borda.patro {
  margin-top: 20px;
  margin-bottom: 63px;
  padding-right: 60px;
  padding-left: 60px;
}

.corpo-com-borda.patro-coluna-2 {
  width: 28%;
  max-width: none;
  min-width: auto;
  margin-top: 0px;
  padding-right: 22px;
  padding-bottom: 30px;
  padding-left: 22px;
  text-align: center;
}

.corpo-com-borda.univer {
  width: 100%;
  max-width: 640px;
  min-width: auto;
  margin-top: 0px;
  text-align: center;
}

.programa-divide {
  width: 100%;
  height: 30px;
  border-top: 1px dotted rgba(37, 35, 36, 0.3);
}

.organizatit {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.organiza-divide {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  border-top: 1px dotted rgba(37, 35, 36, 0.3);
}

.organiza-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.organiza-textos {
  width: 100%;
}

.corpo-programa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  min-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.texto-geral {
  width: 100%;
  margin-bottom: 15px;
  color: #343434;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.texto-geral.destaque {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.texto-geral.ementa {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 300;
}

.texto-geral.parcela {
  margin-top: 28px;
  color: #fff;
}

.texto-geral.pq {
  width: 46%;
  margin-bottom: 24px;
  padding-left: 17px;
  background-image: url('../images/26-seminario-patrocinar-ponto_126-seminario-patrocinar-ponto.png');
  background-position: 0px 5px;
  background-size: 10px;
  background-repeat: no-repeat;
  text-align: justify;
}

.texto-geral.pq._2 {
  width: 48%;
}

.texto-geral.branco {
  color: #f3f3f3;
}

.incricoes-pag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #163a74;
}

.colunas-inscricao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colunas-inscricao._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coluna-incri {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  padding-bottom: 41px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #fffccc;
  box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.3);
}

.coluna-incri._2 {
  width: 30%;
  margin-right: 38px;
  margin-left: 38px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.coluna-incri.destaque {
  background-color: #fff;
}

.corpo-programacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  min-width: 900px;
  padding-top: 80px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.incricoes-ibccrim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.inscr-ibccrim-colunas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.inscr-ibccrim-colunas.ultima {
  margin-bottom: 33px;
}

.inscr-ibccrim-tit {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 20px;
}

.inscr-ibccrim-tit.ementario {
  margin-top: 6px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.link {
  color: #1c324d;
  font-weight: 500;
  text-decoration: none;
}

.inscri-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c324d;
  text-align: center;
}

.link-e-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 40px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(37, 35, 36, 0.3);
  color: #1c324d;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.ementario-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: justify;
}

.ementario-esconde {
  display: block;
  overflow: hidden;
  margin-top: 12px;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.ementario-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 25px;
  margin-top: 10px;
  padding-top: 2px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c324d;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.ementario-divide {
  width: 100%;
  height: 20px;
  margin-top: 20px;
  border-top: 1px dotted rgba(37, 35, 36, 0.3);
}

.cpcrim-ementas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
}

.menu-link-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  padding: 10px 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #ab272a;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-link-btn._100 {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
}

.menu-link-btn.big {
  margin-left: 0px;
  padding: 19px 53px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.menu-link-btn.big.pratro {
  margin-bottom: 36px;
}

.menu-link-btn.big._2 {
  margin-top: 51px;
}

.menu-link-btn.big-completo {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 19px 53px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.menu-link-btn.proposta {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.menu-linl-fundo {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f7a833;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu-linl-fundo:hover {
  background-color: #13b0e5;
}

.menu-link-texto {
  position: relative;
  z-index: 2;
}

.menu-btn-cel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #252324;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cpcrim-envio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-corpo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-btn-geral {
  display: none;
}

.logo-linha {
  position: absolute;
  z-index: 3;
  width: 1200px;
  height: 10px;
  background-color: #252324;
  -webkit-transform: translate(66px, 0px) rotate(55deg);
  -ms-transform: translate(66px, 0px) rotate(55deg);
  transform: translate(66px, 0px) rotate(55deg);
}

.logo-texto1 {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(-300px, -210px);
  -ms-transform: translate(-300px, -210px);
  transform: translate(-300px, -210px);
  color: #252324;
  font-size: 180px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
}

.logo {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 43px);
  -ms-transform: translate(0px, 43px);
  transform: translate(0px, 43px);
}

.logo-texto2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(106px, 0px);
  -ms-transform: translate(106px, 0px);
  transform: translate(106px, 0px);
  color: #252324;
  font-size: 70px;
  line-height: 64px;
  text-transform: uppercase;
}

.logo-texto2.menor {
  margin-top: 0px;
}

.logo-texto3 {
  margin-left: 4px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.logo-corte {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-top: 86px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-linha-amarela {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f0ca4d;
  -webkit-transform: translate(-300px, -331px) rotate(-35deg);
  -ms-transform: translate(-300px, -331px) rotate(-35deg);
  transform: translate(-300px, -331px) rotate(-35deg);
}

.logo-bola-branca {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-bottom: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f3f3f3;
}

.logo-linha-azul {
  position: absolute;
  z-index: 5;
  width: 500px;
  height: 50px;
  background-color: #1c324d;
  -webkit-transform: translate(-161px, -400px) rotate(55deg);
  -ms-transform: translate(-161px, -400px) rotate(55deg);
  transform: translate(-161px, -400px) rotate(55deg);
}

.linha-vermelha-esq {
  position: absolute;
  z-index: 4;
  width: 1400px;
  height: 90px;
  background-color: #ab272a;
  -webkit-transform: translate(-446px, 0px) rotate(55deg);
  -ms-transform: translate(-446px, 0px) rotate(55deg);
  transform: translate(-446px, 0px) rotate(55deg);
}

.corte-fundo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linha-amarela-esq {
  position: absolute;
  bottom: 0%;
  z-index: 3;
  width: 1200px;
  height: 60px;
  background-color: #f0ca4d;
  -webkit-transform: translate(-571px, 0px);
  -ms-transform: translate(-571px, 0px);
  transform: translate(-571px, 0px);
}

.linha-azul {
  position: absolute;
  z-index: 4;
  width: 80px;
  height: 460px;
  background-color: #1c324d;
  -webkit-transform: translate(33px, 403px);
  -ms-transform: translate(33px, 403px);
  transform: translate(33px, 403px);
}

.linha-amarela-dir {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1500px;
  -webkit-transform: translate(775px, 126px);
  -ms-transform: translate(775px, 126px);
  transform: translate(775px, 126px);
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.linha-vermelha-dir {
  position: absolute;
  z-index: 3;
  width: 80px;
  height: 110vh;
  background-color: #ab272a;
  -webkit-transform: translate(644px, 0px);
  -ms-transform: translate(644px, 0px);
  transform: translate(644px, 0px);
}

.linhas-pretas {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.linha-preta-dentro {
  width: 100%;
  height: 6px;
  background-color: #252324;
}

.logo-linha-vermelha-1 {
  position: absolute;
  z-index: 4;
  width: 800px;
  height: 70px;
  background-color: #ab272a;
  -webkit-transform: translate(-4px, -367px) rotate(55deg);
  -ms-transform: translate(-4px, -367px) rotate(55deg);
  transform: translate(-4px, -367px) rotate(55deg);
}

.logo-linha-vermelha-2 {
  position: absolute;
  z-index: 4;
  width: 800px;
  height: 70px;
  background-color: #ab272a;
  -webkit-transform: translate(679px, 596px) rotate(55deg);
  -ms-transform: translate(679px, 596px) rotate(55deg);
  transform: translate(679px, 596px) rotate(55deg);
}

.linhas-completas {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translate(808px, 204px);
  -ms-transform: translate(808px, 204px);
  transform: translate(808px, 204px);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.linha-hotel {
  width: 280px;
  margin-right: 10px;
  text-align: right;
}

.linha-azul-clara-dire {
  position: absolute;
  z-index: 2;
  width: 800px;
  height: 70px;
  background-color: #4b85cc;
  -webkit-transform: translate3d(745px, -407px, -200px) rotate(-38deg);
  transform: translate3d(745px, -407px, -200px) rotate(-38deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.linha-azul-clara-esq {
  position: absolute;
  z-index: 4;
  width: 800px;
  height: 70px;
  background-color: #4b85cc;
  -webkit-transform: translate(-941px, 180px);
  -ms-transform: translate(-941px, 180px);
  transform: translate(-941px, 180px);
}

.logo-fundo-corte {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 86px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3d-corte {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-anima {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-corte-menor {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 430px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-menor {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-linha-menor {
  position: absolute;
  z-index: 3;
  width: 570px;
  height: 10px;
  background-color: #252324;
  -webkit-transform: translate(72px, 0px) rotate(55deg);
  -ms-transform: translate(72px, 0px) rotate(55deg);
  transform: translate(72px, 0px) rotate(55deg);
}

.logo-fundo-corte-menor {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 430px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-linha-vermelha-1-meno {
  position: absolute;
  z-index: 4;
  width: 250px;
  height: 70px;
  background-color: #ab272a;
  -webkit-transform: translate(176px, -162px) rotate(55deg);
  -ms-transform: translate(176px, -162px) rotate(55deg);
  transform: translate(176px, -162px) rotate(55deg);
}

.logo-linha-azu-menorl {
  position: absolute;
  z-index: 5;
  width: 300px;
  height: 50px;
  background-color: #1c324d;
  -webkit-transform: translate(-76px, -300px) rotate(55deg);
  -ms-transform: translate(-76px, -300px) rotate(55deg);
  transform: translate(-76px, -300px) rotate(55deg);
}

.logo-linha-vermelha-2-menor {
  position: absolute;
  z-index: 4;
  width: 200px;
  height: 70px;
  background-color: #ab272a;
  -webkit-transform: translate(450px, 220px) rotate(55deg);
  -ms-transform: translate(450px, 220px) rotate(55deg);
  transform: translate(450px, 220px) rotate(55deg);
}

.corte-fundo-menor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linha-azul-clara-esq-menor {
  position: absolute;
  z-index: 4;
  width: 800px;
  height: 40px;
  background-color: #4b85cc;
  -webkit-transform: translate(-940px, 20px);
  -ms-transform: translate(-940px, 20px);
  transform: translate(-940px, 20px);
}

.linha-vermelha-dir-menor {
  position: absolute;
  z-index: 3;
  width: 80px;
  height: 600px;
  background-color: #ab272a;
  -webkit-transform: translate(644px, 0px);
  -ms-transform: translate(644px, 0px);
  transform: translate(644px, 0px);
}

.linha-azul-menor {
  position: absolute;
  z-index: 4;
  width: 80px;
  height: 100px;
  background-color: #1c324d;
  -webkit-transform: translate(33px, 210px);
  -ms-transform: translate(33px, 210px);
  transform: translate(33px, 210px);
}

.linha-vermelha-esq-menor {
  position: absolute;
  z-index: 4;
  width: 710px;
  height: 90px;
  background-color: #ab272a;
  -webkit-transform: translate(-446px, 0px) rotate(55deg);
  -ms-transform: translate(-446px, 0px) rotate(55deg);
  transform: translate(-446px, 0px) rotate(55deg);
}

.linha-amarela-esq-menor {
  position: absolute;
  bottom: 0%;
  z-index: 3;
  width: 1200px;
  height: 60px;
  background-color: #f0ca4d;
  -webkit-transform: translate(-571px, 0px);
  -ms-transform: translate(-571px, 0px);
  transform: translate(-571px, 0px);
}

.logo-texto3-menor {
  margin-left: 4px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.logo-linha-amarela-menor {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f0ca4d;
  -webkit-transform: translate(-248px, -214px) rotate(-35deg);
  -ms-transform: translate(-248px, -214px) rotate(-35deg);
  transform: translate(-248px, -214px) rotate(-35deg);
}

.logo-bola-branca-menor {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-bottom: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f3f3f3;
}

.elementos-banner-menor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  padding-top: 101px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Banner-Fundo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-fundo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fooer-linha-vermelha {
  position: absolute;
  z-index: 4;
  width: 530px;
  height: 90px;
  background-color: #1c324d;
  -webkit-transform: translate(-400px, -110px) rotate(55deg);
  -ms-transform: translate(-400px, -110px) rotate(55deg);
  transform: translate(-400px, -110px) rotate(55deg);
}

.titulo-footer {
  font-size: 20px;
}

.foter-linha-azul {
  position: absolute;
  z-index: 4;
  width: 80px;
  height: 120px;
  background-color: #f0ca4d;
}

.footerlinha-vermelha {
  position: absolute;
  z-index: 3;
  width: 80px;
  height: 570px;
  background-color: #ab272a;
  -webkit-transform: translate(570px, 0px);
  -ms-transform: translate(570px, 0px);
  transform: translate(570px, 0px);
}

.footer-linha-azul-clara {
  position: absolute;
  z-index: 2;
  width: 800px;
  height: 70px;
  background-color: #4b85cc;
  -webkit-transform: translate(490px, -76px) rotate(-38deg);
  -ms-transform: translate(490px, -76px) rotate(-38deg);
  transform: translate(490px, -76px) rotate(-38deg);
}

.footer-linha-amarela {
  position: absolute;
  z-index: 4;
  width: 800px;
  height: 60px;
  background-color: #f0ca4d;
  -webkit-transform: translate(-810px, -450px);
  -ms-transform: translate(-810px, -450px);
  transform: translate(-810px, -450px);
}

.footer-linhas-completas {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translate(-680px, -570px);
  -ms-transform: translate(-680px, -570px);
  transform: translate(-680px, -570px);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.footer-tit-branco {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 500;
}

.footer-texto-branco {
  margin-bottom: 7px;
}

.corpo-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  min-width: 900px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: justify;
}

.texto-fundo {
  margin-top: 10px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

.texto-fundo.tit {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 24px;
}

.banner-ao-vivo {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: -8px;
  padding: 1px 7px;
  background-color: #ab272a;
  color: #f3f3f3;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.aviso {
  position: absolute;
  margin-top: 42px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
}

.p3-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p3-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-top: 57px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.p3-coluna._2 {
  max-width: 320px;
}

.p3-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p5-img {
  width: 28%;
  max-width: none;
  margin-right: 47px;
}

.link-texto {
  color: #4b85cc;
  font-weight: 700;
  text-decoration: none;
}

.investimento-tit {
  margin-top: 21px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.preco-caixa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 20px;
}

.preco {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.preco._3 {
  font-size: 40px;
}

.preco._2 {
  color: #5f5e5e;
  font-size: 20px;
  text-decoration: line-through;
}

.rs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  margin-top: 2px;
  margin-right: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.rs._2 {
  font-size: 10px;
}

.promo {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 3px;
  padding-right: 11px;
  padding-left: 11px;
  background-color: #343434;
  color: #f3f3f3;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
}

.promo-texto {
  margin-bottom: 15px;
}

.promo-caixa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #343434;
}

.patrocinadores-corpo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.palestra-tarja {
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 40px;
  padding: 6px 11px;
  background-color: #ab272a;
  color: #f3f3f3;
}

.programa-area {
  width: 100%;
}

.palestra-box-verso {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #343434;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
}

.palestra-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.palestra-texto {
  margin-bottom: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 200;
  text-align: left;
}

.aviso-inscricoes {
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 140px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0ca4d;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.data {
  width: 80%;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #f0ca4d;
}

.inscricoes-data {
  margin-top: 4px;
  padding: 3px 11px;
  background-color: #ab272a;
  color: #f3f3f3;
}

.patro-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 60px;
}

.patro-colunas._2 {
  margin-top: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.patro-colunas.pq {
  margin-top: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.patro-colunas._3 {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.patro-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.patro-img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.patro-img1._2 {
  display: none;
}

.patro-img1._3 {
  margin-top: 41px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.patro-subtitulo {
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 20px;
}

.patro-subtitulo._2 {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 9px 16px;
  background-color: #ab272a;
  color: #f3f3f3;
}

.patro-coluna-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  max-width: none;
  margin-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #252324;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.patro-coluna-icon._2 {
  width: 29%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.patro-coluna-icon._3 {
  width: 30%;
}

.patro-coluna-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.patro-coluna-2._3 {
  max-width: 1000px;
}

.patrocinio-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 89px;
  padding-bottom: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d4d4d4;
}

.form {
  width: 100%;
  max-width: 1100px;
  padding-right: 20px;
  padding-left: 20px;
}

.form-anexo-corpo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 40px;
  padding-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.submit-button {
  display: block;
  margin-top: 17px;
  padding-right: 78px;
  padding-left: 78px;
  float: right;
}

.form-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-coluna-50 {
  width: 49%;
}

.form-titulo {
  margin-top: 17px;
  padding-top: 20px;
  border-top: 1px dotted rgba(0, 0, 0, 0.41);
}

.form-coluna-20 {
  width: 19%;
}

.form-coluna-30 {
  width: 29%;
}

.form-coluna-33 {
  width: 32%;
}

.form-mini-texto {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 300;
  text-align: center;
}

.form-anexo-tit {
  width: 100%;
  padding: 13px 29px;
  background-color: #4b85cc;
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.proposta-fundo-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 83px;
  padding-bottom: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.linha-amarela-dir-menor {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1500px;
  -webkit-transform: translate(775px, 83px);
  -ms-transform: translate(775px, 83px);
  transform: translate(775px, 83px);
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.linhas-completas-menor {
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: translate(810px, 158px);
  -ms-transform: translate(810px, 158px);
  transform: translate(810px, 158px);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.faixa-rotativa {
  width: 100%;
  padding-top: 53px;
  padding-bottom: 53px;
  background-color: #fff;
}

.menu-barra-de-rolagem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  max-width: none;
}

.univer-valores {
  font-size: 20px;
  line-height: 26px;
}

.unive-link {
  margin-bottom: 14px;
  color: #1c324d;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.investimento-colunas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 9px;
  margin-left: 9px;
  padding: 38px 20px 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #c72f2e;
}

.invest-subtit {
  position: absolute;
  top: -38px;
  padding: 4px 14px;
  background-color: #c72f2e;
  color: #f3f3f3;
}

.contrapartidas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  padding: 59px 37px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  box-shadow: 1px 4px 6px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.div-block {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #dbdbdb;
}

.fundo-empenho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dbdbdb;
}

.home-part-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 77px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #163a74;
  text-align: center;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7a833;
  color: #163a74;
  font-weight: 700;
  text-decoration: none;
}

.banner-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  padding-top: 142px;
  padding-bottom: 142px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-coluna-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80vh;
  margin-top: 60px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Banner-Img.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-coluna-img._2 {
  background-image: none;
}

.banner-coluna-img-copy {
  width: 40%;
}

.banner-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 62px;
  margin-bottom: 62px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-inscreva {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-left: 8%;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c72f2e;
  background-image: url('../images/Incricao-Link.png');
  background-position: 200px 2px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #f3f3f3;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-inscreva:hover {
  padding-right: 150px;
  background-image: url('../images/Incricao-Link.png');
  background-position: 200px 2px;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-inscreva.menor {
  margin-left: 3%;
}

.link-sobre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7a833;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #163a74;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-sobre:hover {
  padding-right: 107px;
  background-image: url('../images/Sobre-Lin.png');
  background-position: 160px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-regulamento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7a833;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #163a74;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-regulamento:hover {
  padding-right: 107px;
  background-image: url('../images/Sobre-Lin.png');
  background-position: 330px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-sobre.p {
  font-size: 16px;
  line-height: 16px;
}

.link-sobre.p:hover {
  padding-right: 56px;
  background-position: 117px 0px;
}

.titulos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: -100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulos.interno {
  width: 90%;
}

.titulo-img {
  width: 140px;
}

.link-patrocinador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #163a74;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #f3f3f3;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-patrocinador:hover {
  padding-right: 88px;
  background-image: url('../images/Participar-Link.png');
  background-position: 228px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-part-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7a833;
  text-align: left;
}

.link-programa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #163a74;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-programa:hover {
  padding-right: 105px;
  background-image: url('../images/Programa-Link.png');
  background-position: 147px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-part-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  text-align: center;
}

.link-patrocinadores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7a833;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #163a74;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-patrocinadores:hover {
  padding-right: 105px;
  background-image: url('../images/Programa-Link.png');
  background-position: 147px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.escritorios-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.escritorios-coluna-1 {
  margin-right: 20px;
  padding: 20px 0px 0px;
  background-color: #fff;
}

.escritorios-coluna-2 {
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.imagem-escritorios-home {
  width: 150px;
  max-width: none;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.escri-galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.escri-galeria.logos {
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.imagem-escritorios-copy {
  width: 18%;
  max-width: none;
  min-width: 160px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.imagem-escritorios-home-2 {
  width: 20%;
  max-width: none;
  margin-right: 2%;
  margin-bottom: 30px;
  margin-left: 2%;
}

.partes-3-e-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.banner-menor-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
}

.imagem-banner-menor {
  width: 50%;
  max-width: 300px;
}

.imagem-banner-menor.tit {
  width: 440px;
  max-width: none;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.programa-tit-data {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #c72f2e;
  font-size: 18px;
  line-height: 20px;
}

.programa-tit-data.painel {
  color: #13b0e5;
}

.programa-tit-data.debate {
  color: #f7a833;
}

.link-de-texto {
  color: #163a74;
  font-weight: 900;
  text-decoration: none;
}

.titulo-inscricao {
  margin-top: 21px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.titulo-inscricao.patro {
  margin-top: 7px;
  text-align: left;
}

.titulo-inscricao.branco {
  color: #fff;
  text-align: left;
}

.link-incri {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c72f2e;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-incri:hover {
  padding-right: 107px;
  background-image: url('../images/Programa-Link.png');
  background-position: 160px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.incricoes-empenho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c72f2e;
}

.incricoes-formas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.banner-home-colunas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 90%;
  max-width: 700px;
}

.link-incri-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 5px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c72f2e;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-incri-menu:hover {
  background-color: #f7a833;
}

.logo-menu-fixo-desck {
  width: 150px;
}

.destaque-home-coluna {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 40px 27px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #ececec;
}

.imagen-destaque {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 110px;
  margin-top: 24px;
}

.coluna-texto {
  margin-top: 24px;
}

.link-sobre-vermelho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7a833;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #163a74;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-sobre-vermelho:hover {
  padding-right: 107px;
  background-image: url('../images/Sobre-Lin.png');
  background-position: 160px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-sobre-vermelho.p {
  margin-top: 15px;
  background-color: #c72f2e;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.link-sobre-vermelho.p:hover {
  padding-right: 56px;
  background-image: url('../images/Programa-Link.png');
  background-position: 123px 0px;
}

.link-sobre-azul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7a833;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #163a74;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-sobre-azul:hover {
  padding-right: 107px;
  background-image: url('../images/Sobre-Lin.png');
  background-position: 160px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-sobre-azul.p {
  background-color: #163a74;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.link-sobre-azul.p:hover {
  padding-right: 56px;
  background-image: url('../images/Participar-Link.png');
  background-position: 120px 0px;
}

.link-sobre-amarelo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7a833;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #163a74;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-sobre-amarelo-2:hover {
  padding-right: 107px;
  background-image: url('../images/Sobre-Lin.png');
  background-position: 160px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-sobre-amarelo-2.p {
  font-size: 14px;
  line-height: 16px;
}

.link-sobre-amarelo-2.p:hover {
  padding-right: 56px;
  background-image: url('../images/Camada-2.png');
  background-position: 114px 0px;
}

@media screen and (max-width: 991px) {
  .banner {
    position: relative;
    height: auto;
  }

  .banner.menor {
    position: relative;
    z-index: 1;
    height: auto;
    padding-top: 54px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .conteudo-home {
    position: relative;
  }

  .menu-fixo {
    position: fixed;
    z-index: 100;
    overflow: hidden;
    height: auto;
    min-height: auto;
    margin-top: -1px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
  }

  .menu-interno {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-decoration: none;
  }

  .menu-link.w--current {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
  }

  .menu-link.desck {
    display: none;
  }

  .menu-link.cel {
    display: block;
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .corpo {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding: 40px 80px 81px 60px;
  }

  .corpo.palestrantes {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-part-3 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-topo {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 2px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #464646;
  }

  .sub-menu-link {
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
  }

  .sub-menu-link:hover {
    background-color: transparent;
  }

  .sub-menu-link.topo {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-link-composto {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-seta {
    margin-top: 0px;
    margin-left: 9px;
  }

  .titulo-home {
    margin-left: -26px;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
  }

  .footer {
    padding-top: 0px;
  }

  .caixa-news {
    width: 80%;
    margin-right: 0%;
    margin-bottom: 28px;
  }

  .caixa-news._2 {
    width: 80%;
    margin-bottom: 0px;
  }

  .corpo-footer {
    max-width: none;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-links {
    margin-bottom: 13px;
  }

  .corpo-news {
    width: 100%;
    max-width: none;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .corpo-colunas {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .colunas-home {
    width: 180px;
    margin-right: 33px;
    margin-left: 33px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .coluna-link {
    font-size: 15px;
  }

  .menu-barra {
    display: none;
  }

  .menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    overflow: auto;
    width: 100%;
    height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu.esconde {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-link-submenu {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .conteudo-geral {
    position: relative;
    z-index: 1;
    padding-right: 50px;
    padding-left: 50px;
  }

  .conteudo-geral.sem-margem {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabela-menu {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabela-menu.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }

  .programa-tit-2 {
    text-align: left;
  }

  .galeria.logos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .titulo-geral {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }

  .titulo-branco {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }

  .corpo-com-borda {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .corpo-programa {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .texto-geral.parcela {
    margin-top: 0px;
  }

  .colunas-inscricao {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .coluna-incri {
    width: 48%;
    margin-bottom: 34px;
    padding-right: 27px;
    padding-left: 27px;
  }

  .corpo-programacao {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-top: 40px;
  }

  .incricoes-ibccrim {
    padding-right: 41px;
    padding-left: 41px;
  }

  .menu-link-btn {
    width: 100%;
    margin-top: 18px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-decoration: none;
  }

  .menu-link-btn._100 {
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-link-btn.proposta {
    width: auto;
  }

  .menu-linl-fundo {
    display: none;
  }

  .menu-btn-cel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }

  .cpcrim-envio {
    padding-right: 60px;
    padding-left: 60px;
  }

  .menu-corpo {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: none;
    overflow: scroll;
    width: 100%;
    max-height: 101vh;
    min-height: 101vh;
    padding: 12px 60px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #252324;
    opacity: 1;
  }

  .menu-btn-geral {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #343434;
  }

  .menu-btn {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    margin-right: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #fff;
  }

  .menu-btn-barra-1 {
    width: 30px;
    height: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 2px;
    background-color: #252324;
  }

  .menu-btn-barra-2 {
    width: 30px;
    height: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 2px;
    background-color: #252324;
  }

  .menu-btn-barra-3 {
    width: 30px;
    height: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 2px;
    background-color: #252324;
  }

  .benu-fecha {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-right: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .logo-texto1 {
    -webkit-transform: translate(-250px, -210px);
    -ms-transform: translate(-250px, -210px);
    transform: translate(-250px, -210px);
    font-size: 150px;
  }

  .logo-texto2 {
    -webkit-transform: translate(93px, 0px);
    -ms-transform: translate(93px, 0px);
    transform: translate(93px, 0px);
    font-size: 60px;
    line-height: 57px;
  }

  .logo-texto3 {
    font-size: 17px;
    line-height: 30px;
  }

  .logo-corte {
    width: 100%;
    margin-top: 0px;
  }

  .logo-linha-amarela {
    top: auto;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .corte-fundo {
    width: 100%;
  }

  .linha-amarela-esq {
    width: 1040px;
  }

  .linha-azul {
    height: 240px;
  }

  .linha-amarela-dir {
    z-index: 10;
    width: 1800px;
  }

  .linhas-completas {
    z-index: 10;
    width: 1890px;
  }

  .logo-fundo-corte {
    width: 100%;
    margin-top: 0px;
  }

  .logo-anima {
    margin-bottom: 0px;
  }

  .logo-corte-menor {
    width: 100%;
    height: 444px;
    margin-top: 0px;
  }

  .logo-fundo-corte-menor {
    width: 100%;
    height: 450px;
    margin-top: 0px;
  }

  .corte-fundo-menor {
    width: 100%;
  }

  .linha-azul-menor {
    -webkit-transform: translate(219px, 270px);
    -ms-transform: translate(219px, 270px);
    transform: translate(219px, 270px);
  }

  .linha-amarela-esq-menor {
    width: 1040px;
    -webkit-transform: translate(-660px, 0px);
    -ms-transform: translate(-660px, 0px);
    transform: translate(-660px, 0px);
  }

  .logo-texto3-menor {
    font-size: 17px;
    line-height: 30px;
  }

  .logo-linha-amarela-menor {
    top: auto;
    -webkit-transform: translate(-205px, -214px) rotate(-35deg);
    -ms-transform: translate(-205px, -214px) rotate(-35deg);
    transform: translate(-205px, -214px) rotate(-35deg);
  }

  .elementos-banner-menor {
    height: 370px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-fundo {
    width: 100%;
  }

  .foter-linha-azul {
    -webkit-transform: translate(33px, 270px);
    -ms-transform: translate(33px, 270px);
    transform: translate(33px, 270px);
  }

  .footer-linhas-completas {
    z-index: 10;
    width: 500px;
    -webkit-transform: translate(167px, 140px);
    -ms-transform: translate(167px, 140px);
    transform: translate(167px, 140px);
  }

  .corpo-logos {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .aviso {
    width: 230px;
    margin-left: 31px;
    line-height: 14px;
  }

  .p3-colunas {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .p3-coluna {
    width: 47%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .p5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p5-img {
    width: 40%;
    margin-right: 0px;
    margin-bottom: 36px;
  }

  .investimento-tit {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }

  .promo {
    line-height: 32px;
    text-align: center;
  }

  .palestra-box-verso {
    z-index: 1;
  }

  .palestra-box {
    width: 50%;
  }

  .patro-colunas {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .patro-colunas._2 {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .patro-img1._3 {
    padding-top: 37px;
  }

  .patro-subtitulo {
    text-align: left;
  }

  .patro-subtitulo._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .patro-coluna-icon {
    width: 47%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .patro-coluna-2 {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .proposta-fundo-100 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .linha-amarela-dir-menor {
    z-index: 10;
    width: 1800px;
  }

  .linhas-completas-menor {
    z-index: 10;
    width: 1890px;
  }

  .menu-barra-de-rolagem {
    display: block;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .investimento-colunas {
    width: 100%;
    margin: 30px 0px;
  }

  .contrapartidas {
    width: 100%;
    margin-bottom: 42px;
    padding-right: 77px;
    padding-left: 77px;
  }

  .home-part-1 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .banner-coluna {
    padding-left: 27px;
  }

  .titulos {
    margin-left: -80px;
  }

  .titulo-img {
    width: 110px;
  }

  .home-part-4 {
    padding: 74px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .home-part-5 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .escritorios-colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .escritorios-coluna-1 {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .escri-galeria.logos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .imagem-banner-menor.tit {
    width: 90%;
  }

  .programa-tit-data {
    text-align: left;
  }

  .titulo-inscricao {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }

  .banner-home-colunas {
    padding-top: 112px;
    padding-bottom: 66px;
  }

  .logo-menu-fixo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 120px;
    margin-top: 6px;
    margin-left: 57px;
  }

  .link-incri-menu {
    margin-top: 20px;
    margin-left: 0px;
  }

  .logo-menu-fixo-desck {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 120px;
    margin-top: 6px;
    margin-left: 57px;
  }

  .destaque-home-coluna {
    width: 46%;
    margin-right: 2%;
    margin-bottom: 27px;
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    overflow: hidden;
    height: 609px;
    min-height: 100vh;
  }

  .banner.menor {
    height: auto;
    min-height: auto;
  }

  .corpo {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .home-part-3 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .titulo-home {
    margin-left: -21px;
    font-size: 40px;
    line-height: 35px;
    text-align: left;
  }

  .sub-titulo-home {
    font-size: 16px;
  }

  .corpo-footer {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .corpo-colunas {
    margin-top: 45px;
  }

  .colunas-home {
    width: 80%;
    margin-bottom: 45px;
  }

  .coluna-link {
    font-size: 21px;
  }

  .coluna-imagem {
    margin-left: 0%;
  }

  .coluna-imagem._2 {
    margin-left: 0%;
  }

  .coluna-imagem._3 {
    margin-left: 0%;
  }

  .conteudo-geral {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tabela-corpo {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tabela-menu {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 14px;
  }

  .tabela-menu.w--current {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 16px;
    line-height: 18px;
  }

  .tabela-menu-data {
    font-size: 10px;
    line-height: 12px;
  }

  .programa-coluna-hora {
    margin-right: 10px;
  }

  .programa-hora {
    font-size: 12px;
  }

  .galeria.logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .imagem-escritorios {
    margin-bottom: 0px;
  }

  .titulo-branco {
    font-size: 20px;
    line-height: 22px;
  }

  .palestra-nome {
    font-size: 16px;
    line-height: 18px;
  }

  .corpo-com-borda {
    padding-right: 40px;
    padding-left: 40px;
  }

  .corpo-com-borda.patro-coluna-2 {
    width: 100%;
    margin-bottom: 33px;
  }

  .organiza-colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corpo-programa {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .texto-geral {
    margin-left: 0px;
  }

  .texto-geral.pq {
    width: 100%;
  }

  .texto-geral.pq._2 {
    width: 100%;
  }

  .colunas-inscricao {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .colunas-inscricao._2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .coluna-incri {
    margin-bottom: 42px;
  }

  .coluna-incri._2 {
    width: 40%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .ementario-box {
    text-align: justify;
  }

  .ementario-btn {
    height: 35px;
  }

  .cpcrim-envio {
    padding-right: 40px;
    padding-left: 40px;
  }

  .menu-corpo {
    padding-right: 40px;
    padding-left: 40px;
  }

  .logo-linha {
    height: 8px;
    -webkit-transform: translate(49px, 0px) rotate(55deg);
    -ms-transform: translate(49px, 0px) rotate(55deg);
    transform: translate(49px, 0px) rotate(55deg);
  }

  .logo-texto1 {
    -webkit-transform: translate(-181px, -169px);
    -ms-transform: translate(-181px, -169px);
    transform: translate(-181px, -169px);
    font-size: 90px;
  }

  .logo-texto2 {
    -webkit-transform: translate(58px, 0px);
    -ms-transform: translate(58px, 0px);
    transform: translate(58px, 0px);
    font-size: 44px;
    line-height: 41px;
    letter-spacing: 0px;
  }

  .logo-texto3 {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .logo-corte {
    margin-top: -207px;
  }

  .linha-amarela-dir {
    width: 1900px;
    margin-top: -10px;
    font-size: 22px;
  }

  .logo-linha-menor {
    height: 7px;
    -webkit-transform: translate(57px, 0px) rotate(55deg);
    -ms-transform: translate(57px, 0px) rotate(55deg);
    transform: translate(57px, 0px) rotate(55deg);
  }

  .logo-texto3-menor {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .footer-linhas-completas {
    -webkit-transform: translate(167px, 110px);
    -ms-transform: translate(167px, 110px);
    transform: translate(167px, 110px);
  }

  .corpo-logos {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .texto-fundo {
    font-size: 30px;
    line-height: 30px;
  }

  .p3-coluna {
    max-width: none;
  }

  .investimento-tit {
    font-size: 20px;
    line-height: 22px;
  }

  .preco-caixa {
    margin-right: 10px;
    margin-left: 10px;
  }

  .promo {
    margin-bottom: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 16px;
  }

  .patro-colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .patro-colunas._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .patro-coluna {
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .patro-img1 {
    display: none;
  }

  .patro-img1._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 21px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .patro-coluna-icon {
    max-width: none;
  }

  .patro-coluna-icon._2 {
    width: 50%;
  }

  .patro-coluna-icon._3 {
    width: 46%;
  }

  .submit-button {
    width: 50%;
  }

  .form-coluna-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .proposta-fundo-100 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .linha-amarela-dir-menor {
    width: 1900px;
    margin-top: -10px;
    font-size: 22px;
  }

  .image-2 {
    width: 100%;
    max-width: none;
  }

  .investimento-colunas {
    padding-right: 11px;
    padding-bottom: 0px;
    padding-left: 11px;
  }

  .home-part-1 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .banner-coluna-img {
    width: 50%;
    margin-left: -18%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .banner-coluna {
    position: relative;
    width: 60%;
    margin-top: -40px;
    padding-left: 0px;
  }

  .image-3 {
    width: 40%;
    max-width: none;
  }

  .link-inscreva:hover {
    padding-right: 15px;
  }

  .titulos {
    margin-left: -63px;
  }

  .titulos.interno {
    margin-left: -63px;
  }

  .titulo-img {
    width: 90px;
  }

  .home-part-4 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .home-part-5 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .imagem-escritorios-home {
    margin-bottom: 0px;
  }

  .escri-galeria.logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .imagem-escritorios-copy {
    margin-bottom: 0px;
  }

  .imagem-escritorios-home-2 {
    width: 40%;
    margin-bottom: 0px;
  }

  .partes-3-e-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .titulo-inscricao {
    font-size: 20px;
    line-height: 22px;
  }

  .banner-home-colunas {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-4 {
    width: 100%;
  }

  .logo-menu-fixo {
    margin-left: 43px;
  }

  .logo-menu-fixo-desck {
    margin-left: 43px;
  }

  .destaque-home-coluna {
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 720px;
  }

  .banner.menor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .conteudo-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .corpo {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .corpo.empenho {
    padding-right: 21px;
    padding-left: 21px;
  }

  .home-part-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .titulo-home {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }

  .titulo-home.patro {
    text-align: center;
  }

  .caixa-news {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .caixa-news._2 {
    width: 90%;
  }

  .corpo-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-links {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link {
    margin-bottom: 13px;
  }

  .corpo-colunas {
    margin-top: 29px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .colunas-home {
    width: 100%;
    margin-right: -7px;
    margin-left: -7px;
  }

  .menu.esconde {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .conteudo-geral {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabela-corpo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabela-menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabela-menu {
    width: 100%;
  }

  .programa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .programa-coluna-hora {
    margin-bottom: 20px;
  }

  .galeria.logos {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .imagem-escritorios {
    width: 45%;
    min-width: auto;
    margin-right: 2%;
    margin-left: 2%;
  }

  .conteudo-escuro {
    position: relative;
  }

  .palestra-box-frente {
    width: 100%;
  }

  .palestra-img {
    width: 100%;
    height: auto;
  }

  .palestra-nome {
    font-size: 15px;
    line-height: 17px;
  }

  .corpo-com-borda {
    padding-right: 20px;
    padding-left: 20px;
  }

  .corpo-com-borda.patro {
    padding-right: 17px;
    padding-left: 17px;
  }

  .programa-divide {
    height: 50px;
    margin-top: 40px;
  }

  .corpo-programa {
    padding-right: 0px;
    padding-left: 0px;
  }

  .texto-geral {
    font-size: 18px;
    text-align: left;
  }

  .colunas-inscricao._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .coluna-incri {
    width: 100%;
  }

  .coluna-incri._2 {
    width: 100%;
  }

  .corpo-programacao {
    padding-top: 20px;
    text-align: center;
  }

  .incricoes-ibccrim {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inscri-link {
    padding-right: 28px;
    padding-left: 28px;
  }

  .link-e-mail {
    padding-right: 26px;
    padding-left: 26px;
  }

  .ementario-divide {
    height: 50px;
    margin-top: 40px;
  }

  .menu-link-btn.proposta {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 22px;
  }

  .cpcrim-envio {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-corpo {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-btn-geral {
    z-index: 1002;
  }

  .logo-linha {
    height: 6px;
    -webkit-transform: translate(14px, 0px) rotate(55deg);
    -ms-transform: translate(14px, 0px) rotate(55deg);
    transform: translate(14px, 0px) rotate(55deg);
  }

  .logo-texto1 {
    -webkit-transform: translate(-120px, -200px);
    -ms-transform: translate(-120px, -200px);
    transform: translate(-120px, -200px);
    font-size: 60px;
  }

  .logo-texto2 {
    -webkit-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
    font-size: 35px;
    line-height: 35px;
  }

  .logo-texto3 {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .logo-corte {
    margin-top: -140px;
  }

  .linha-amarela-esq {
    width: 950px;
  }

  .linha-azul {
    height: 160px;
  }

  .linha-amarela-dir {
    width: 1780px;
    margin-top: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 22px;
    line-height: 21px;
  }

  .linhas-completas {
    width: 1990px;
    margin-top: 70px;
    padding-bottom: 40px;
  }

  .logo-corte-menor {
    height: 550px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .logo-linha-menor {
    height: 6px;
    -webkit-transform: translate(17px, 0px) rotate(55deg);
    -ms-transform: translate(17px, 0px) rotate(55deg);
    transform: translate(17px, 0px) rotate(55deg);
  }

  .logo-fundo-corte-menor {
    height: 550px;
  }

  .logo-linha-vermelha-1-meno {
    -webkit-transform: translate(76px, -214px) rotate(55deg);
    -ms-transform: translate(76px, -214px) rotate(55deg);
    transform: translate(76px, -214px) rotate(55deg);
  }

  .corte-fundo-menor {
    height: 550px;
  }

  .linha-azul-menor {
    -webkit-transform: translate(167px, 281px);
    -ms-transform: translate(167px, 281px);
    transform: translate(167px, 281px);
  }

  .linha-amarela-esq-menor {
    width: 950px;
  }

  .logo-texto3-menor {
    margin-top: -2px;
    margin-left: -3px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .logo-linha-amarela-menor {
    width: 80px;
    -webkit-transform: translate(-133px, -238px) rotate(-35deg);
    -ms-transform: translate(-133px, -238px) rotate(-35deg);
    transform: translate(-133px, -238px) rotate(-35deg);
  }

  .logo-bola-branca-menor {
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
  }

  .elementos-banner-menor {
    height: 280px;
  }

  .foter-linha-azul {
    -webkit-transform: translate(-71px, 248px);
    -ms-transform: translate(-71px, 248px);
    transform: translate(-71px, 248px);
  }

  .footer-linhas-completas {
    padding-bottom: 40px;
    -webkit-transform: translate(100px, 133px);
    -ms-transform: translate(100px, 133px);
    transform: translate(100px, 133px);
  }

  .corpo-logos {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .p3-coluna {
    width: 100%;
    max-width: none;
  }

  .palestra-box-verso {
    width: 100%;
  }

  .palestra-box {
    width: 100%;
  }

  .aviso-inscricoes {
    width: 80%;
    max-width: none;
    margin-top: 11px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .data {
    margin-left: 0px;
  }

  .patro-coluna-icon {
    width: 100%;
    max-width: none;
  }

  .patro-coluna-icon._2 {
    width: 100%;
  }

  .patro-coluna-icon._3 {
    width: 100%;
  }

  .form-anexo-corpo {
    width: 100%;
  }

  .submit-button {
    width: 100%;
  }

  .form-colunas {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-colunas._2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-coluna-50 {
    width: 100%;
  }

  .form-coluna-20 {
    width: 49%;
  }

  .form-coluna-30 {
    width: 49%;
  }

  .form-coluna-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .linha-amarela-dir-menor {
    width: 1780px;
    margin-top: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 22px;
    line-height: 21px;
  }

  .linhas-completas-menor {
    width: 1990px;
    margin-top: 70px;
    padding-bottom: 40px;
  }

  .investimento-colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contrapartidas {
    padding-right: 25px;
    padding-left: 25px;
  }

  .home-part-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner-coluna {
    margin-top: -15px;
  }

  .image-3 {
    width: 43%;
    font-size: 25px;
  }

  .link-inscreva {
    margin-top: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
  }

  .link-inscreva.menor {
    font-size: 17px;
  }

  .titulos {
    margin-left: -51px;
  }

  .home-part-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home-part-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .imagem-escritorios-home {
    width: 45%;
    min-width: auto;
    margin-right: 2%;
    margin-left: 2%;
  }

  .escri-galeria.logos {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .imagem-escritorios-copy {
    width: 45%;
    min-width: auto;
    margin-right: 2%;
    margin-left: 2%;
  }

  .imagem-escritorios-home-2 {
    width: 45%;
    min-width: auto;
    margin-right: 2%;
    margin-left: 2%;
  }

  .titulo-inscricao.patro {
    text-align: center;
  }

  .logo-menu-fixo {
    margin-left: 29px;
  }

  .logo-menu-fixo-desck {
    margin-left: 29px;
  }

  .destaque-home-coluna {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
}

