@font-face {
  font-family: "Grotesk";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/brandongrotesque-regular-webfont.eot?#iefix") format("eot"), url("fonts/brandongrotesque-regular-webfont.woff") format("woff"), url("fonts/brandongrotesque-regular-webfont.ttf") format("truetype"), url("fonts/brandongrotesque-regular-webfont.svg#Grotesk") format("svg"); }

@font-face {
  font-family: "Grotesk-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/brandongrotesque-bold-webfont.eot?#iefix") format("eot"), url("fonts/brandongrotesque-bold-webfont.woff") format("woff"), url("fonts/brandongrotesque-bold-webfont.ttf") format("truetype"), url("fonts/brandongrotesque-bold-webfont.svg#Grotesk-Bold") format("svg"); }

@font-face {
  font-family: "Grotesk-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/brandongrotesque-bold-webfont.eot?#iefix") format("eot"), url("fonts/brandongrotesque-bold-webfont.woff") format("woff"), url("fonts/brandongrotesque-bold-webfont.ttf") format("truetype"), url("fonts/brandongrotesque-bold-webfont.svg#Grotesk-Medium") format("svg"); }

body, html {
  font-family: "Grotesk";
  color: #282828;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 17px;
  -webkit-font-smoothing: subpixel-antialiased; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-out;
  /* Opera */
  -o-transition: all 0.3s ease-out;
  /* Standard */
  transition: all 0.3s ease-out; }

a:hover {
  text-decoration: underline; }

.bold, strong, b {
  font-weight: 700; }

.italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.acenter {
  text-align: center; }

input, textarea, select {
  outline: none; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px; }

button, input[type=button], input[type=submit] {
  -webkit-appearance: none; }

.shaddow {
  /*
	-webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.20);
*/
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); }

.shaddow_inset {
  /*
	-webkit-box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.2);
*/
  box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.1); }

#main {
  width: 100%;
  position: relative; }

#cookie_msg {
  height: 20px;
  background-color: #4dd7d3;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999; }
  @media only screen and (max-width: 767px) {
    #cookie_msg {
      height: 30px;
      font-size: 10px;
      line-height: 15px; } }

#cookie_accept {
  text-decoration: underline; }

.under {
  min-height: 20px;
  background-color: #fbef1d;
  text-align: center; }

.centered_content {
  width: calc((20 * 68px) + (19 * 4px));
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .centered_content {
      width: calc((17 * 68px) + (16 * 4px)); } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .centered_content {
      width: calc((14 * 68px) + (13 * 4px)); } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .centered_content {
      width: calc((10 * 68px) + (9 * 4px)); } }
  @media only screen and (max-width: 767px) {
    .centered_content {
      width: calc( (100% - 40px)); } }

.margin-left {
  margin-left: 72px; }
  @media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .margin-left {
      margin-left: 0px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .margin-left {
      margin-left: 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin-left {
      margin-left: 0px; } }

.margin-right {
  margin-right: 72px; }
  @media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .margin-right {
      margin-right: 0px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .margin-right {
      margin-right: 0px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .margin-right {
      margin-right: 0px; } }

header {
  position: fixed;
  width: 100%;
  z-index: 99990;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media only screen and (max-width: 1023px) {
    header {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    header {
      padding-bottom: 20px; } }
  header
p.logo {
    width: calc((3 * 68px) + (2 * 4px));
    text-align: center; }
    @media only screen and (min-width: 1280px) and (max-width: 1439px) {
      header
p.logo {
        width: calc((2 * 68px) + (1 * 4px)); } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      header
p.logo {
        width: calc((2 * 68px) + (1 * 4px)); } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      header
p.logo {
        width: calc((2 * 68px) + (1 * 4px)); }
        header
p.logo
img {
          display: block; } }
    @media only screen and (max-width: 767px) {
      header
p.logo {
        text-align: left; }
        header
p.logo
img {
          display: block;
          width: 85px; } }
  @media only screen and (max-width: 1023px) {
    header
nav {
      display: none;
      position: absolute;
      background-color: #fff;
      padding-top: 20px;
      width: 100%;
      top: 40px;
      width: 100vw;
      margin-left: -50vw;
      left: 50%; } }
  header
nav
ul {
    margin: 0;
    padding: 0;
    padding-top: 6px; }
    @media only screen and (min-width: 1280px) and (max-width: 1439px) {
      header
nav
ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 68px;
        width: calc((14 * 68px) + (14 * 4px)); } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      header
nav
ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 68px;
        width: calc((11 * 68px) + (10 * 4px)); } }
    @media only screen and (max-width: 1023px) {
      header
nav
ul {
        width: 100%;
        margin-left: 0px;
        border-top: solid 1px #4dd7d3; } }
    header
nav
ul
li {
      list-style: none;
      display: inline-block;
      width: calc((2 * 68px) + (1 * 4px));
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Grotesk-Medium"; }
      header
nav
ul
li a.sel, header
nav
ul
li
a:hover {
        color: #4dd7d3;
        text-decoration: none; }
      @media only screen and (min-width: 1280px) and (max-width: 1439px) {
        header
nav
ul
li {
          width: auto; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        header
nav
ul
li {
          width: auto; } }
      @media only screen and (max-width: 1023px) {
        header
nav
ul
li {
          width: 100%;
          display: block;
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 14px;
          border-bottom: solid 1px #4dd7d3; } }
  header.reduced {
    padding-top: 20px;
    padding-bottom: 20px; }
    header.reduced
.menu_open {
      margin-top: 12px; }

section {
  padding-top: 145px; }
  @media only screen and (max-width: 1023px) {
    section {
      padding-top: 80px; } }
  section
.home_wrap {
    position: relative;
    z-index: 900; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      section
.home_wrap
.eventos
li:nth-child(3) {
        display: none; } }
    @media only screen and (max-width: 1023px) {
      section
.home_wrap
.eventos {
        display: block !important;
        text-align: center; }
        section
.home_wrap
.eventos
li {
          display: inline-block;
          text-align: left; }
        section
.home_wrap
.eventos li:nth-child(3), section
.home_wrap
.eventos
li:nth-child(4) {
          display: none; } }
  section
.banner_wrapp {
    position: fixed;
    z-index: 10; }
  section
.flexslider_home {
    padding-left: 212px;
    width: 1148px; }
    @media only screen and (min-width: 1280px) and (max-width: 1439px) {
      section
.flexslider_home {
        padding-left: 212px;
        width: 1004px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      section
.flexslider_home {
        padding-left: 212px;
        width: 788px; } }
    @media only screen and (max-width: 1023px) {
      section
.flexslider_home {
        padding-left: 0px;
        width: 100%; } }
    section
.flexslider_home
li {
      position: relative;
      display: none; }
      section
.flexslider_home
li
img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block; }
      section
.flexslider_home
li
.info {
        position: absolute;
        top: 0px;
        left: -50px;
        width: 355px;
        height: 100%;
        text-align: right; }
        @media only screen and (max-width: 1023px) {
          section
.flexslider_home
li
.info {
            left: -25px;
            text-align: left; } }
        @media only screen and (max-width: 767px) {
          section
.flexslider_home
li
.info {
            left: -10px; } }
        section
.flexslider_home
li
.info
.info_inner {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        section
.flexslider_home
li
.info
h2 {
          font-family: "Grotesk-Bold";
          font-size: 60px;
          line-height: 60px;
          text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            section
.flexslider_home
li
.info
h2 {
              font-size: 30px;
              line-height: 30px; } }
        section
.flexslider_home
li
.info
p.texto {
          font-family: "Grotesk-Medium";
          font-size: 13px;
          margin-top: 5px;
          text-transform: uppercase;
          text-align: right;
          margin-right: -20px; }
          @media only screen and (max-width: 1023px) {
            section
.flexslider_home
li
.info
p.texto {
              text-align: left; } }
        section
.flexslider_home
li
.info
.botao_link {
          margin-top: 15px; }
  section
.home_label {
    padding-bottom: 50px;
    line-height: 40px;
    font-size: 40px;
    font-family: "Grotesk-Bold";
    text-transform: uppercase;
    margin-left: -34px;
    padding-top: 12px; }
    @media only screen and (min-width: 1280px) and (max-width: 1439px) {
      section
.home_label {
        margin-left: 0px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      section
.home_label {
        margin-left: 0px; } }
    @media only screen and (max-width: 1023px) {
      section
.home_label {
        margin-left: 0px; } }
    @media only screen and (max-width: 767px) {
      section
.home_label {
        font-size: 30px;
        line-height: 30px; } }
    section
.home_label.margemtop {
      padding-top: 60px; }
      @media only screen and (max-width: 767px) {
        section
.home_label.margemtop {
          padding-top: 25px; } }
  section
.stats {
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    z-index: 900;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      section
.stats {
        padding-top: 20px;
        padding-bottom: 20px; } }
    section
.stats
ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0;
      padding: 0;
      width: calc((14 * 68px) + (13 * 4px));
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 1023px) {
        section
.stats
ul {
          width: calc((10 * 68px) + (9 * 4px)); } }
      @media only screen and (max-width: 767px) {
        section
.stats
ul {
          display: block;
          width: 100%;
          text-align: center; } }
      section
.stats
ul
li {
        list-style: none;
        width: calc((2 * 68px) + (1 * 4px));
        text-align: center;
        vertical-align: top; }
        section
.stats
ul
li
.img {
          min-height: 160px; }
          section
.stats
ul
li
.img
img {
            max-width: 100%;
            height: auto; }
        @media only screen and (max-width: 767px) {
          section
.stats
ul
li {
            margin-top: 30px;
            width: 100%; } }
        section
.stats
ul
li
.counter-value {
          font-family: "Grotesk-Bold";
          font-size: 42px;
          color: #4dd7d3; }
        section
.stats
ul
li
p {
          font-family: "Grotesk";
          font-size: 12px;
          text-transform: uppercase;
          color: #4dd7d3; }
  section
.noticias_destaque
.coluna1 {
    width: calc((9 * 68px) + (8 * 4px)); }
    @media only screen and (max-width: 1023px) {
      section
.noticias_destaque
.coluna1 {
        width: 100%; } }
    section
.noticias_destaque
.coluna1
ul.noticias
li {
      margin-top: 4px; }
      section
.noticias_destaque
.coluna1
ul.noticias
li .coluna1 {
        min-height: auto;
        padding-bottom: 23%;
        height: 0px;
        width: calc((5 * 68px) + (4 * 4px)); }
        @media only screen and (max-width: 767px) {
          section
.noticias_destaque
.coluna1
ul.noticias
li .coluna1 {
            width: 100%;
            padding-bottom: 40%; } }
      section
.noticias_destaque
.coluna1
ul.noticias
li
.coluna2 {
        width: calc((4 * 68px) + (4 * 4px));
        padding-left: 15px; }
        @media only screen and (max-width: 1023px) {
          section
.noticias_destaque
.coluna1
ul.noticias
li
.coluna2 {
            width: calc((5 * 68px) + (5 * 4px)); } }
        @media only screen and (max-width: 767px) {
          section
.noticias_destaque
.coluna1
ul.noticias
li
.coluna2 {
            width: 100%; } }
        section
.noticias_destaque
.coluna1
ul.noticias
li
.coluna2
p.data {
          color: #a7a7a6; }
        section
.noticias_destaque
.coluna1
ul.noticias
li
.coluna2
h1 {
          font-size: 15px;
          line-height: 19px; }
      section
.noticias_destaque
.coluna1
ul.noticias
li .texto {
        display: none; }
      section
.noticias_destaque
.coluna1
ul.noticias
li:nth-child(even)
.coluna1 {
        order: 1; }
      section
.noticias_destaque
.coluna1
ul.noticias
li:nth-child(even)
.coluna2 {
        order: 2; }
  section
.noticias_destaque
.coluna2 {
    width: calc((8 * 68px) + (7 * 4px)); }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      section
.noticias_destaque
.coluna2 {
        width: calc((4 * 68px) + (3 * 4px)); } }
    @media only screen and (max-width: 1023px) {
      section
.noticias_destaque
.coluna2 {
        width: 100%; } }
    section
.noticias_destaque
.coluna2
ul.news_rel_list
li {
      width: calc((100% - (1 * 4px)) / 2);
      margin-top: 4px; }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        section
.noticias_destaque
.coluna2
ul.news_rel_list
li {
          width: 100%;
          margin-left: 0px; } }
      @media only screen and (max-width: 767px) {
        section
.noticias_destaque
.coluna2
ul.news_rel_list
li {
          width: 100%; } }
      section
.noticias_destaque
.coluna2
ul.news_rel_list
li:nth-child(3n+1) {
        margin-left: 4px; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section
.noticias_destaque
.coluna2
ul.news_rel_list
li:nth-child(3n+1) {
            margin-left: 0px; } }
        @media only screen and (max-width: 767px) {
          section
.noticias_destaque
.coluna2
ul.news_rel_list
li:nth-child(3n+1) {
            margin-left: 0px; } }
      section
.noticias_destaque
.coluna2
ul.news_rel_list
li:nth-child(2n+1) {
        margin-left: 0px; }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        section
.noticias_destaque
.coluna2
ul.news_rel_list
li:nth-child(3), section
.noticias_destaque
.coluna2
ul.news_rel_list
li:nth-child(4) {
          display: none; } }
  section
.content-inner {
    padding-top: 60px;
    padding-bottom: 70px; }
  section
.content-inner-margens {
    margin-left: 72px;
    margin-right: 72px; }
    @media only screen and (min-width: 1280px) and (max-width: 1439px) {
      section
.content-inner-margens {
        margin-right: 0px;
        margin-left: 0px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      section
.content-inner-margens {
        margin-right: 0px;
        margin-left: 0px; } }
    @media only screen and (max-width: 1023px) {
      section
.content-inner-margens {
        margin-left: 0px;
        margin-right: 0px; } }
  section
.submenu {
    margin: 0;
    padding: 0;
    margin-bottom: 40px; }
    section
.submenu
li {
      list-style: none;
      display: inline-block;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      font-family: "Grotesk-Bold";
      margin-left: 4px;
      width: calc((2 * 68px) + (1 * 4px));
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 9px;
      padding-right: 9px; }
      @media only screen and (max-width: 767px) {
        section
.submenu
li {
          width: auto; } }
      section
.submenu
li:first-child {
        margin-left: 0px; }
      section
.submenu
li a:hover, section
.submenu
li
a.sel {
        text-decoration: underline; }
  section
.texto_2_colunas {
    position: relative; }
    section
.texto_2_colunas
.coluna1 {
      width: calc((10 * 68px) + (9 * 4px));
      margin-right: 4px;
      position: relative; }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        section
.texto_2_colunas
.coluna1 {
          width: calc((8 * 68px) + (7 * 4px)); } }
      @media only screen and (max-width: 1023px) {
        section
.texto_2_colunas
.coluna1 {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        section
.texto_2_colunas
.coluna1 {
          width: 100%; } }
    section
.texto_2_colunas
.coluna2 {
      position: relative;
      width: calc((6 * 68px) + (5 * 4px));
      margin-left: 72px; }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        section
.texto_2_colunas
.coluna2 {
          width: calc((5 * 68px) + (4 * 4px)); } }
      @media only screen and (max-width: 1023px) {
        section
.texto_2_colunas
.coluna2 {
          width: calc((8 * 68px) + (7 * 4px));
          margin-top: 40px;
          margin-left: 0px; } }
      @media only screen and (max-width: 767px) {
        section
.texto_2_colunas
.coluna2 {
          width: 100%; } }
  section
.botao_inscricao {
    position: absolute;
    top: -85px;
    right: 0px; }
    @media only screen and (max-width: 1023px) {
      section
.botao_inscricao {
        position: relative;
        top: auto;
        margin-top: 60px; } }
  section
.texto {
    font-size: 18px;
    line-height: 26px; }
  section
.resumo {
    margin-bottom: 25px;
    font-family: "Grotesk-Bold";
    font-size: 27px;
    line-height: 33px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      section
.resumo {
        font-size: 22px;
        line-height: 28px; } }
  section
.coluna_apoio {
    font-size: 18px;
    line-height: 26px; }
  section
.titulos_bold {
    font-family: "Grotesk-Bold";
    font-size: 14px;
    margin-bottom: 10px; }
  section
.subcontent {
    border-bottom: solid 1px #4dd7d3; }
    section
.subcontent:last-child {
      border-bottom: none; }
    section
.subcontent:nth-child(odd)
.content-inner-margens
.colunas {
      order: 2; }
    section
.subcontent:nth-child(odd)
.content-inner-margens
.coluna_img {
      order: 1; }
      @media only screen and (max-width: 1023px) {
        section
.subcontent:nth-child(odd)
.content-inner-margens
.coluna_img {
          order: 3; } }
    section
.subcontent
.content-inner-margens {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center; }
      section
.subcontent
.content-inner-margens
.colunas {
        width: calc((7 * 68px) + (6 * 4px));
        margin-left: 72px;
        margin-right: 72px;
        order: 1; }
        @media only screen and (min-width: 1280px) and (max-width: 1439px) {
          section
.subcontent
.content-inner-margens
.colunas {
            width: calc((6 * 68px) + (5 * 4px)); } }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section
.subcontent
.content-inner-margens
.colunas {
            width: calc((5 * 68px) + (4 * 4px)); } }
        @media only screen and (max-width: 1023px) {
          section
.subcontent
.content-inner-margens
.colunas {
            margin-left: auto;
            margin-right: auto; } }
        section
.subcontent
.content-inner-margens
.colunas
h1 {
          text-transform: uppercase; }
        section
.subcontent
.content-inner-margens
.colunas
.contador {
          font-size: 14px;
          line-height: 14px;
          color: #4dd7d3; }
      section
.subcontent
.content-inner-margens
.coluna_img {
        text-align: center;
        order: 1; }
        @media only screen and (max-width: 1023px) {
          section
.subcontent
.content-inner-margens
.coluna_img {
            margin-top: 60px; } }
        section
.subcontent
.content-inner-margens
.coluna_img
img {
          max-width: 100%;
          height: auto; }
        section
.subcontent
.content-inner-margens
.coluna_img
.svgContainer {
          width: 200px;
          margin-left: auto;
          margin-right: auto; }
  section
.lista_pessoas
h2 {
    font-size: 27px;
    line-height: 33px;
    font-family: "Grotesk-Bold";
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      section
.lista_pessoas
h2 {
        font-size: 24px;
        line-height: 28px; } }
  section
.lista_pessoas
ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px; }
    section
.lista_pessoas
ul
li {
      list-style: none;
      margin-top: 60px;
      margin-left: 72px;
      width: calc((5 * 68px) + (4 * 4px)); }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        section
.lista_pessoas
ul
li {
          width: calc((4 * 68px) + (3 * 4px)); } }
      @media only screen and (max-width: 1023px) {
        section
.lista_pessoas
ul
li {
          width: calc((100% - 4px) / 2);
          margin-left: 4px; } }
      @media only screen and (max-width: 767px) {
        section
.lista_pessoas
ul
li {
          width: 100%;
          margin-left: 0px; } }
      section
.lista_pessoas
ul
li:nth-child(3n+1) {
        margin-left: 0px; }
        @media only screen and (max-width: 1023px) {
          section
.lista_pessoas
ul
li:nth-child(3n+1) {
            margin-left: 4px; } }
      @media only screen and (max-width: 1023px) {
        section
.lista_pessoas
ul
li:nth-child(2n+1) {
          margin-left: 0px; } }
      section
.lista_pessoas
ul
li
.img {
        height: 0px;
        padding-bottom: 60%;
        background-color: #f5f5f5;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; }
      section
.lista_pessoas
ul
li
.info {
        min-height: 80px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
        font-family: "Grotesk-Bold"; }
        section
.lista_pessoas
ul
li
.info
.cargo {
          font-size: 14px;
          line-height: 17px;
          text-transform: uppercase;
          color: #4dd7d3; }
        section
.lista_pessoas
ul
li
.info
h3 {
          font-size: 16px;
          line-height: 19px;
          text-transform: uppercase;
          padding-bottom: 10px; }
          @media only screen and (min-width: 1024px) and (max-width: 1279px) {
            section
.lista_pessoas
ul
li
.info
h3 {
              font-size: 14px;
              line-height: 16px; } }
      section
.lista_pessoas
ul
li.link:hover
.filter {
        opacity: 0.8; }
  section
.lista_ofertas
h2 {
    font-size: 27px;
    line-height: 33px;
    font-family: "Grotesk-Bold";
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      section
.lista_ofertas
h2 {
        font-size: 24px;
        line-height: 28px; } }
  section
.lista_ofertas
ul {
    margin: 0;
    padding: 0;
    margin-top: 40px; }
    section
.lista_ofertas
ul
li {
      list-style: none;
      margin-bottom: 4px;
      min-height: 100px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      section
.lista_ofertas
ul
li .coluna1 {
        width: calc((2 * 68px) + (1 * 4px));
        margin-left: 72px;
        font-size: 16px;
        line-height: 16px; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section
.lista_ofertas
ul
li .coluna1 {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        @media only screen and (max-width: 1023px) {
          section
.lista_ofertas
ul
li .coluna1 {
            width: 90%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-bottom: 5px;
            margin-left: 0px; } }
      section
.lista_ofertas
ul
li
.coluna2 {
        width: calc((5 * 68px) + (4 * 4px));
        margin-left: 72px;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section
.lista_ofertas
ul
li
.coluna2 {
            width: calc((3 * 68px) + (2 * 4px)); } }
        @media only screen and (max-width: 1023px) {
          section
.lista_ofertas
ul
li
.coluna2 {
            width: 90%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-bottom: 5px;
            margin-left: 0px; } }
      section
.lista_ofertas
ul
li
.coluna3 {
        width: calc((6 * 68px) + (5 * 4px));
        margin-left: 72px;
        font-family: "Grotesk-Bold";
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section
.lista_ofertas
ul
li
.coluna3 {
            width: calc((5 * 68px) + (4 * 4px)); } }
        @media only screen and (max-width: 1023px) {
          section
.lista_ofertas
ul
li
.coluna3 {
            width: 90%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-left: 0px; } }
      section
.lista_ofertas
ul
li
.coluna4 {
        width: calc((1 * 68px) + (0 * 4px));
        margin-left: 72px; }
        @media only screen and (min-width: 1280px) and (max-width: 1439px) {
          section
.lista_ofertas
ul
li
.coluna4 {
            margin-left: 0px;
            text-align: center; } }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section
.lista_ofertas
ul
li
.coluna4 {
            margin-left: 0px;
            text-align: center; } }
        @media only screen and (max-width: 1023px) {
          section
.lista_ofertas
ul
li
.coluna4 {
            margin-left: 0px;
            position: absolute;
            right: 0px;
            margin-top: 20px; } }
        @media only screen and (max-width: 767px) {
          section
.lista_ofertas
ul
li
.coluna4 {
            width: 40px; } }
        section
.lista_ofertas
ul
li
.coluna4
img {
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
      section
.lista_ofertas
ul
li
.oferta-inner {
        padding-top: 30px;
        padding-bottom: 35px; }
        @media only screen and (max-width: 1023px) {
          section
.lista_ofertas
ul
li
.oferta-inner {
            padding-left: 30px; } }
        @media only screen and (max-width: 767px) {
          section
.lista_ofertas
ul
li
.oferta-inner {
            padding-left: 15px; } }
      section
.lista_ofertas
ul
li:hover, section
.lista_ofertas
ul
li.open {
        background-color: #4dd7d3; }
      section
.lista_ofertas
ul
li.open .coluna4
img {
        /* Safari */
        -webkit-transform: rotate(-45deg);
        /* Firefox */
        -moz-transform: rotate(-45deg);
        /* IE */
        -ms-transform: rotate(-45deg);
        /* Opera */
        -o-transform: rotate(-45deg); }
      section
.lista_ofertas
ul
li
.info_content_wrap {
        display: none; }
        section
.lista_ofertas
ul
li
.info_content_wrap
.info_content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-top: 30px;
          padding-bottom: 35px; }
          section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna3 {
            width: calc((3 * 68px) + (2* 4px));
            text-align: center;
            position: relative; }
            @media only screen and (min-width: 1280px) and (max-width: 1439px) {
              section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna3 {
                width: calc((2 * 68px) + (1 * 4px)); } }
            @media only screen and (min-width: 1024px) and (max-width: 1279px) {
              section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna3 {
                width: calc((1 * 68px) + (1 * 4px)); } }
            @media only screen and (max-width: 767px) {
              section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna3 {
                text-align: left;
                margin-left: 20px; } }
            section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna3 .botao_inscricao {
              top: auto;
              bottom: 0px;
              right: 34px; }
              @media only screen and (min-width: 1024px) and (max-width: 1279px) {
                section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna3 .botao_inscricao {
                  right: 20px;
                  bottom: -10px; } }
              @media only screen and (max-width: 1023px) {
                section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna3 .botao_inscricao {
                  right: auto; } }
          section
.lista_ofertas
ul
li
.info_content_wrap
.info_content .coluna1, section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna2 {
            width: calc((6 * 68px) + (5 * 4px));
            margin-left: 72px;
            font-size: 18px;
            line-height: 24px;
            text-transform: none; }
            @media only screen and (min-width: 1024px) and (max-width: 1279px) {
              section
.lista_ofertas
ul
li
.info_content_wrap
.info_content .coluna1, section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna2 {
                width: calc((5 * 68px) + (4 * 4px));
                margin-bottom: 40px; } }
            @media only screen and (max-width: 1023px) {
              section
.lista_ofertas
ul
li
.info_content_wrap
.info_content .coluna1, section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna2 {
                margin-left: 0px;
                padding-left: 30px;
                width: 90%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box; } }
            @media only screen and (max-width: 767px) {
              section
.lista_ofertas
ul
li
.info_content_wrap
.info_content .coluna1, section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna2 {
                padding-left: 20px; } }
            section
.lista_ofertas
ul
li
.info_content_wrap
.info_content .coluna1
h2
, section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna2
h2 {
              font-family: "Grotesk-Bold";
              font-size: 14px;
              line-height: 14px;
              margin-bottom: 20px;
              text-transform: uppercase; }
          @media only screen and (max-width: 1023px) {
            section
.lista_ofertas
ul
li
.info_content_wrap
.info_content
.coluna2 {
              margin-top: 30px; } }
  section
.page_not_found {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: calc(100vh - 500px); }
  section#wrap_centro-qualifica
.texto_2_colunas {
    padding-bottom: 100px; }
  section
.noticias {
    margin: 0;
    padding: 0;
    padding-bottom: 10px; }
    section
.noticias
li {
      list-style: none;
      margin-top: 45px; }
      section
.noticias
li:first-child {
        margin-top: 0px; }
      section
.noticias
li
.new_inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      section
.noticias
li
.coluna1 {
        width: 50%;
        order: 1;
        position: relative;
        min-height: 280px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media only screen and (max-width: 1023px) {
          section
.noticias
li
.coluna1 {
            width: 100%; } }
      section
.noticias
li
.coluna2 {
        width: 50%;
        order: 2;
        background-color: #fff;
        padding-top: 25px;
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (max-width: 1023px) {
          section
.noticias
li
.coluna2 {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          section
.noticias
li
.coluna2 {
            padding-left: 18px;
            padding-right: 18px; } }
        section
.noticias
li
.coluna2
p.data {
          color: #4dd7d3;
          font-family: "Grotesk-Bold";
          font-size: 14px;
          text-transform: uppercase; }
        section
.noticias
li
.coluna2
h1 {
          font-family: "Grotesk-Bold";
          font-size: 26px;
          line-height: 31px;
          margin-top: 3px;
          margin-bottom: 7px; }
      section
.noticias
li:nth-child(even)
.coluna1 {
        order: 2; }
        @media only screen and (max-width: 1023px) {
          section
.noticias
li:nth-child(even)
.coluna1 {
            order: 1; } }
      section
.noticias
li:nth-child(even)
.coluna2 {
        order: 1; }
        @media only screen and (max-width: 1023px) {
          section
.noticias
li:nth-child(even)
.coluna2 {
            order: 2; } }
      section
.noticias
li:hover
a {
        text-decoration: none; }
      section
.noticias
li:hover
.filter {
        opacity: 0.8; }
  section
.projectos {
    margin-top: 50px;
    margin: 0;
    padding: 0;
    padding-bottom: 50px; }
    section
.projectos
li {
      margin-top: 4px;
      background-color: #fff;
      list-style: none;
      margin-top: 45px; }
      section
.projectos
li:first-child {
        margin-top: 0px; }
      section
.projectos
li
.new_inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      section
.projectos
li
.coluna1 {
        min-height: 140px;
        width: calc((5 * 68px) + (4 * 4px));
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section
.projectos
li
.coluna1 {
            width: calc((4 * 68px) + (3 * 4px)); } }
        @media only screen and (max-width: 1023px) {
          section
.projectos
li
.coluna1 {
            width: calc((4 * 68px) + (3 * 4px)); } }
        @media only screen and (max-width: 767px) {
          section
.projectos
li
.coluna1 {
            width: 100%;
            min-height: 280px; } }
      section
.projectos
li
.coluna2 {
        width: calc((10 * 68px) + (9 * 4px));
        padding-left: 15px;
        padding-top: 16px;
        padding-right: 36px;
        padding-bottom: 26px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (min-width: 1280px) and (max-width: 1439px) {
          section
.projectos
li
.coluna2 {
            width: calc((9 * 68px) + (8 * 4px)); } }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section
.projectos
li
.coluna2 {
            width: calc((8 * 68px) + (7 * 4px)); } }
        @media only screen and (max-width: 1023px) {
          section
.projectos
li
.coluna2 {
            width: calc((5 * 68px) + (4 * 4px)); } }
        @media only screen and (max-width: 767px) {
          section
.projectos
li
.coluna2 {
            width: calc(100% - 70px); } }
        section
.projectos
li
.coluna2
p.data {
          color: #4dd7d3;
          font-family: "Grotesk-Bold";
          font-size: 13px;
          text-transform: uppercase; }
        section
.projectos
li
.coluna2
h1 {
          font-family: "Grotesk-Bold";
          font-size: 20px;
          line-height: 24px;
          margin-top: 3px;
          margin-bottom: 7px; }
      section
.projectos
li
.coluna3 {
        width: calc((1 * 68px) + (0 * 4px));
        order: 3;
        margin-left: calc((2 * 68px) + (2 * 4px));
        text-align: center; }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          section
.projectos
li
.coluna3 {
            margin-left: calc((1 * 68px) + (1 * 4px)); } }
        @media only screen and (max-width: 1023px) {
          section
.projectos
li
.coluna3 {
            margin-left: 0px; } }
        section
.projectos
li
.coluna3
img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
      section
.projectos
li:nth-child(even)
.coluna1 {
        order: 1; }
      section
.projectos
li:nth-child(even)
.coluna2 {
        order: 2; }
      section
.projectos
li:hover
.coluna3
img {
        width: 33px; }
      section
.projectos
li:hover
a {
        text-decoration: none; }
      section
.projectos
li:hover
.filter {
        opacity: 0.8; }
  section
.breadcrumbs {
    font-family: "Grotesk-Bold";
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      section
.breadcrumbs {
        font-size: 18px;
        line-height: 18px; } }
  section#wrap_contatos
h2 {
    text-transform: uppercase;
    font-family: "Grotesk-Bold";
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 35px; }
  section#wrap_contatos
.flexslider_home
img {
    max-width: 100%;
    height: auto;
    display: block; }
  section#wrap_contatos
.footer_wrap_columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section#wrap_contatos
.coluna1 {
    width: calc((3 * 68px) + (2 * 4px));
    margin-left: 72px;
    font-size: 14px;
    line-height: 16px;
    order: 1; }
    @media only screen and (min-width: 1280px) and (max-width: 1439px) {
      section#wrap_contatos
.coluna1 {
        margin-left: 0px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      section#wrap_contatos
.coluna1 {
        margin-left: 40px; } }
    @media only screen and (max-width: 1023px) {
      section#wrap_contatos
.coluna1 {
        margin-left: 0px;
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      section#wrap_contatos
.coluna1 {
        width: 100%; } }
    section#wrap_contatos
.coluna1 strong, section#wrap_contatos
.coluna1
b {
      font-family: "Grotesk-Bold";
      font-size: 10px;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 3px; }
  section#wrap_contatos
.coluna2 {
    width: calc((7 * 68px) + (6 * 4px));
    margin-left: 72px;
    order: 2; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      section#wrap_contatos
.coluna2 {
        width: calc((5 * 68px) + (4 * 4px));
        margin-left: 40px; } }
    @media only screen and (max-width: 1023px) {
      section#wrap_contatos
.coluna2 {
        width: 100%;
        margin-left: 0px;
        order: 3; } }
    @media only screen and (max-width: 767px) {
      section#wrap_contatos
.coluna2 {
        margin-top: 40px; } }
  section#wrap_contatos
.coluna3 {
    width: calc((5 * 68px) + (4 * 4px));
    margin-left: 72px;
    order: 2; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      section#wrap_contatos
.coluna3 {
        width: calc((4 * 68px) + (3 * 4px));
        margin-left: 40px; } }
    @media only screen and (max-width: 1023px) {
      section#wrap_contatos
.coluna3 {
        margin-left: 52px;
        width: calc(50% - 52px);
        order: 2; } }
    @media only screen and (max-width: 767px) {
      section#wrap_contatos
.coluna3 {
        margin-left: 0px;
        width: 100%;
        margin-top: 40px; } }
  section#wrap_contatos
.map-canvas-wrap {
    width: 100%;
    height: 65vh;
    position: relative; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      section#wrap_contatos
.map-canvas-wrap {
        height: 45vh; } }
    @media only screen and (max-width: 1023px) {
      section#wrap_contatos
.map-canvas-wrap {
        height: 40vh; } }
    @media only screen and (max-width: 767px) {
      section#wrap_contatos
.map-canvas-wrap {
        height: 30vh; } }
    section#wrap_contatos
.map-canvas-wrap
#map-canvas {
      width: 100%;
      height: 100%; }
  section#wrap_contatos
.caixas {
    width: 100%;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 12px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #fff;
    padding-left: 8px; }
    section#wrap_contatos
.caixas.hcaixas {
      height: 200px;
      padding-top: 5px; }
    section#wrap_contatos
.caixas::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #939393; }
    section#wrap_contatos
.caixas:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #939393;
      opacity: 1; }
    section#wrap_contatos
.caixas::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #939393;
      opacity: 1; }
    section#wrap_contatos
.caixas:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #939393; }
  section#wrap_contatos
.error_dados {
    margin-top: 10px;
    margin-bottom: 10px; }
    section#wrap_contatos
.error_dados.red {
      color: #ff0000; }
  section#wrap_contatos
.caixas_error {
    border-color: #ff0000;
    font-size: 13px; }
  section#wrap_contatos
.label_autorizo {
    font-size: 11px; }
    section#wrap_contatos
.label_autorizo
input {
      margin-right: 5px; }
  section#wrap_contatos
.botao_link {
    border: none;
    cursor: pointer;
    line-height: 30px;
    float: right;
    margin-top: 10px; }
  section
.plano_formacao {
    position: relative;
    margin-right: 90px;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    section
.plano_formacao
span {
      font-size: 9px;
      font-family: "Grotesk-Bold";
      text-transform: uppercase;
      position: absolute;
      width: 90px;
      top: 10px; }
    section
.plano_formacao:hover {
      opacity: 0.7; }

.galeria_item
.texto {
  margin-top: 30px;
  width: 50%; }
  @media only screen and (max-width: 1023px) {
    .galeria_item
.texto {
      width: 80%; } }

.galeria {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px; }
  .galeria
li {
    background-color: #fff;
    list-style: none;
    display: inline-block;
    width: calc((100% - 68px) / 2);
    margin-left: 68px;
    margin-top: 40px; }
    @media only screen and (max-width: 1023px) {
      .galeria
li {
        width: calc((100% - 4px) / 2);
        margin-left: 4px; } }
    @media only screen and (max-width: 767px) {
      .galeria
li {
        width: 100%;
        margin-left: 0px; } }
    .galeria
li:nth-child(odd) {
      margin-left: 0px; }
    .galeria
li
.img {
      height: 0px;
      padding-bottom: 60%;
      background-color: #f5f5f5;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    .galeria
li
.info {
      min-height: 85px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 15px;
      padding-bottom: 10px;
      font-family: "Grotesk-Bold";
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #fff; }
      .galeria
li
.info
h2 {
        font-size: 15px;
        line-height: 19px;
        text-transform: uppercase; }
      .galeria
li
.info
.texto {
        display: none; }
    .galeria
li:hover
a {
      text-decoration: none; }
    .galeria
li:hover
.filter {
      opacity: 0.8; }
  .galeria.galeria_small
li {
    position: relative;
    margin-top: 68px;
    width: calc((100% - (2 * 68px) ) / 3);
    overflow: hidden; }
    @media only screen and (max-width: 1023px) {
      .galeria.galeria_small
li {
        width: calc((100% - (1 * 4px) ) / 2); } }
    @media only screen and (max-width: 767px) {
      .galeria.galeria_small
li {
        width: 100%; } }
    .galeria.galeria_small
li:nth-child(odd) {
      margin-left: 68px; }
      @media only screen and (max-width: 1023px) {
        .galeria.galeria_small
li:nth-child(odd) {
          margin-left: 4px; } }
    .galeria.galeria_small
li:nth-child(3n+1) {
      margin-left: 0px; }
    .galeria.galeria_small
li
.img {
      position: relative; }
      .galeria.galeria_small
li
.img
.info {
        min-height: 45px;
        position: absolute;
        bottom: -100%;
        width: 100%;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .galeria.galeria_small
li
.img
.info
h2 {
          font-size: 13px;
          line-height: 17px;
          text-transform: uppercase;
          color: #4dd7d3; }
    .galeria.galeria_small
li
.filter {
      height: calc(100% + 40px); }
      .galeria.galeria_small
li
.filter.more {
        margin-top: -40px; }
        .galeria.galeria_small
li
.filter.more.play {
          background-image: url(/images/play.png);
          background-size: 60px; }
    .galeria.galeria_small
li:hover
a {
      text-decoration: none; }
    .galeria.galeria_small
li:hover
.filter {
      opacity: 0.8; }
    .galeria.galeria_small
li:hover
.info {
      bottom: 0px; }

.template5
ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 35px; }
  .template5
ul
li {
    list-style: none;
    margin-top: 20px; }
    .template5
ul
li
img {
      max-width: 100%;
      height: auto;
      display: block; }

.news_rel {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 120px; }
  .news_rel.caracteristicas_wrap {
    padding-bottom: 75px;
    padding-top: 75px; }
  .news_rel
.news_rel_inner {
    margin-left: 72px;
    margin-right: 72px; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      .news_rel
.news_rel_inner {
        margin-left: 40px;
        margin-right: 40px; } }
    @media only screen and (max-width: 1023px) {
      .news_rel
.news_rel_inner {
        margin-left: 30px;
        margin-right: 30px; } }
    .news_rel
.news_rel_inner
h3 {
      font-family: "Grotesk-Bold";
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase; }

.gal-rel
.galeria {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
  padding-top: 30px; }
  .gal-rel
.galeria
li {
    margin-top: 4px;
    width: calc((100% - (2 * 4px)) / 3);
    margin-left: 4px; }
    .gal-rel
.galeria
li
.img {
      padding-bottom: 50%; }
    @media only screen and (max-width: 767px) {
      .gal-rel
.galeria
li {
        margin-left: 0px;
        width: 100%; } }
    .gal-rel
.galeria
li:nth-child(3n+1) {
      margin-left: 0px; }

.gal-rel.file
.ficheiros {
  margin-top: 0px; }
  .gal-rel.file
.ficheiros
h3.download_title {
    margin-top: 0px; }

ul.news_rel_list {
  margin: 0;
  padding: 0;
  font-size: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.news_rel_list
li {
    list-style: none;
    display: inline-block;
    width: calc((100% - (2 * 4px)) / 3);
    font-size: 15px;
    margin-left: 4px;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      ul.news_rel_list
li {
        margin-left: 0px;
        width: 100%;
        margin-left: 0px; } }
    ul.news_rel_list
li:nth-child(3n+1) {
      margin-left: 0px; }
    ul.news_rel_list
li
.img {
      height: 0px;
      padding-bottom: 50%;
      background-color: #f5f5f5;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    ul.news_rel_list
li
.info {
      min-height: 65px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 7px;
      padding-bottom: 10px;
      font-family: "Grotesk-Bold";
      background-color: #fff; }
      ul.news_rel_list
li
.info
.data {
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
        color: #a7a7a6; }
      ul.news_rel_list
li
.info
h2 {
        font-size: 15px;
        line-height: 19px;
        text-transform: uppercase; }
    ul.news_rel_list
li:hover
a {
      text-decoration: none; }
    ul.news_rel_list
li:hover
.filter {
      opacity: 0.8; }

.gray {
  background-color: #f5f5f5; }

.botao_link {
  min-width: 140px;
  height: 36px;
  background-color: #4dd7d3;
  text-align: center;
  font-size: 11px;
  line-height: 38px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Grotesk-Medium";
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .botao_link:hover {
    background-color: #282828;
    color: #4dd7d3; }

.eventos {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1023px) {
    .eventos {
      display: block;
      text-align: center; } }
  .eventos
li {
    list-style: none;
    width: calc((4 * 68px) + (3 * 4px));
    position: relative;
    height: 230px;
    margin-left: 52px; }
    @media only screen and (min-width: 1280px) and (max-width: 1439px) {
      .eventos
li {
        margin-left: 28px; } }
    @media only screen and (max-width: 1023px) {
      .eventos
li {
        display: inline-block;
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .eventos
li {
        margin-left: 10px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 615px) {
      .eventos
li {
        margin-left: 0px; } }
    .eventos
li:nth-child(1) {
      margin-left: 0px; }
    .eventos
li .info {
      position: absolute;
      z-index: 300;
      width: 100%;
      opacity: 1;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .eventos
li .info_over {
      position: absolute;
      z-index: 300;
      width: 100%;
      opacity: 0;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .eventos
li .info_over
.texto {
        font-size: 15px;
        line-height: 18px;
        width: 95%; }
    .eventos
li
.previsto {
      position: absolute;
      bottom: 5px;
      font-size: 14px;
      line-height: 14px;
      width: calc(((3 * 68px) + (2 * 4px) + ((68px + 4px) / 2)));
      right: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px; }
      .eventos
li
.previsto
.data_previsto {
        font-family: "Grotesk-Bold"; }
    .eventos
li .ultimas_vagas {
      position: absolute;
      top: 8px;
      left: 0px;
      background-color: #fff;
      z-index: 400;
      font-family: "Grotesk-Bold";
      font-size: 10px;
      line-height: 12px;
      padding-top: 4px;
      padding-bottom: 3px;
      text-align: center;
      width: 70px;
      text-transform: uppercase; }
    .eventos
li
.duracao_txt {
      font-family: "Grotesk-Bold";
      text-transform: uppercase; }
    .eventos
li
.categoria_txt {
      float: right;
      width: 125px;
      height: 65px;
      text-align: right;
      font-size: 14px;
      line-height: 18px;
      margin-right: 10px;
      margin-top: 10px; }
    .eventos
li
h1 {
      font-family: "Grotesk-Bold";
      font-size: 22px;
      line-height: 26px;
      text-transform: uppercase;
      width: 85%; }
    .eventos
li
p.investimento {
      font-size: 15px; }
    .eventos
li
.categoria {
      position: absolute;
      right: 0px;
      height: 100%;
      width: calc(((3 * 68px) + (2 * 4px) + ((68px + 4px) / 2)));
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      z-index: 200; }
    .eventos
li:hover
.categoria {
      /* Safari */
      -webkit-transform: rotate(5deg);
      /* Firefox */
      -moz-transform: rotate(5deg);
      /* IE */
      -ms-transform: rotate(5deg);
      /* Opera */
      -o-transform: rotate(5deg); }
    .eventos
li:hover
.info {
      opacity: 0; }
    .eventos
li:hover
.info_over {
      opacity: 1; }
    .eventos
li:hover
a {
      text-decoration: none; }
    .eventos
li
a {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 300; }
  .eventos.item
li {
    margin-bottom: 52px; }
    .eventos.item
li:nth-child(4n+1) {
      margin-left: 0px; }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        .eventos.item
li:nth-child(4n+1) {
          margin-left: 52px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      .eventos.item
li:nth-child(3n+1) {
        margin-left: 0px; } }
    @media only screen and (max-width: 1023px) {
      .eventos.item
li:nth-child(2n+1) {
        margin-left: 0px; } }

.curso_info
.side_info {
  position: absolute;
  right: 0px;
  top: -95px; }
  .curso_info
.side_info.nopic {
    top: 0px; }
  .curso_info
.side_info
.datas {
    width: 72px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .curso_info
.side_info
.datas
.previsto_wrap {
      font-family: "Grotesk-Bold";
      font-size: 10px;
      line-height: 12px;
      text-transform: uppercase;
      border: solid 1px #4dd7d3; }
      .curso_info
.side_info
.datas
.previsto_wrap .previsto {
        background-color: #4dd7d3;
        padding-top: 5px;
        padding-bottom: 5px; }
      .curso_info
.side_info
.datas
.previsto_wrap
.previsto_data {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px; }
    .curso_info
.side_info
.datas
.datas_evento {
      margin-top: 15px;
      font-family: "Grotesk-Bold";
      font-size: 10px;
      line-height: 12px;
      text-transform: uppercase; }
      .curso_info
.side_info
.datas
.datas_evento
.dia {
        font-size: 26px;
        line-height: 26px; }
      .curso_info
.side_info
.datas
.datas_evento
.data_sep {
        margin-top: 10px;
        margin-bottom: 10px; }

.curso_info
.inscreve {
  margin-top: 120px;
  width: 100%;
  border: solid 1px #4dd7d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1023px) {
    .curso_info
.inscreve {
      margin-top: 30px;
      display: none; } }
  .curso_info
.inscreve .botao_link {
    max-width: 100%; }
  .curso_info
.inscreve
.ultimas_vagas {
    font-family: "Grotesk-Medium";
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px; }
  .curso_info
.inscreve.small {
    width: auto;
    margin-top: -60px;
    margin-bottom: 70px;
    display: none; }
    @media only screen and (max-width: 1023px) {
      .curso_info
.inscreve.small {
        display: block;
        float: right; } }

.curso_info
h3 {
  font-family: "Grotesk-Medium";
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .curso_info
h3.horario_txt {
    margin-top: 60px; }

.curso_info
.horario {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc((9 * 68px) + (8 * 4px)); }
  @media only screen and (max-width: 767px) {
    .curso_info
.horario {
      width: 80%; } }
  .curso_info
.horario
li {
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 4px;
    border: solid 1px #4dd7d3;
    width: calc(((100% - (6 * 4px)) / 7));
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Grotesk-Medium"; }
    @media only screen and (max-width: 767px) {
      .curso_info
.horario
li {
        width: 100%;
        margin-top: 4px;
        margin-left: 0px; } }
    .curso_info
.horario
li
p.dia_semana {
      font-size: 12px;
      line-height: 12px;
      background-color: #4dd7d3;
      padding-top: 6px;
      padding-bottom: 6px; }
    .curso_info
.horario
li
p.dia_texto {
      padding-top: 10px;
      padding-bottom: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 3px;
      padding-right: 3px; }
    .curso_info
.horario
li:first-child {
      margin-left: 0px; }
    .curso_info
.horario
li.inactive {
      border-color: #d8d7d7;
      color: #d8d7d7; }
      .curso_info
.horario
li.inactive
p.dia_semana {
        background-color: #d8d7d7;
        color: #777474; }

.caracteristicas {
  margin: 0;
  padding: 0; }
  .caracteristicas
li {
    display: inline-block;
    list-style: none;
    margin-left: 72px;
    width: calc((4 * 68px) + (3 * 4px));
    font-size: 14px;
    line-height: 18px;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .caracteristicas
li {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px; } }
    .caracteristicas
li
.border {
      border-bottom: solid 1px #000; }
    .caracteristicas
li:first-child {
      margin-left: 0px; }
    .caracteristicas
li
.detalhes_valor
.border_valor {
      position: absolute;
      background-color: #000;
      height: 1px;
      width: 100%;
      bottom: 15px;
      z-index: 100; }
    .caracteristicas
li
.detalhes_valor
h3 {
      position: relative;
      z-index: 200;
      background-color: #fff;
      padding-right: 4px;
      line-height: 20px;
      margin-top: 0px; }
    .caracteristicas
li
.detalhes_valor
p {
      position: relative;
      z-index: 200;
      padding-left: 5px;
      background-color: #fff;
      font-family: "Grotesk-Bold"; }
    .caracteristicas
li
h3 {
      margin-top: 22px;
      margin-bottom: 10px; }
    .caracteristicas
li
.download_pdf:hover {
      opacity: 0.7; }

.curso_rel {
  padding-top: 60px;
  padding-bottom: 120px; }
  .curso_rel
.curso_rel_inner {
    margin-left: 72px;
    margin-right: 72px; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      .curso_rel
.curso_rel_inner {
        margin-left: 40px;
        margin-right: 40px; } }
    @media only screen and (max-width: 1023px) {
      .curso_rel
.curso_rel_inner {
        margin-left: 30px;
        margin-right: 30px; } }
    .curso_rel
.curso_rel_inner
h3 {
      font-family: "Grotesk-Bold";
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase; }

.eventos_rel {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px; }
  @media only screen and (max-width: 1023px) {
    .eventos_rel {
      display: block; } }
  .eventos_rel
li {
    list-style: none;
    width: calc((3 * 68px) + (2 * 4px) + ((68px + 4px) / 2));
    position: relative;
    height: 140px;
    margin-left: 34px; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      .eventos_rel
li {
        margin-left: 12px; } }
    @media only screen and (max-width: 1023px) {
      .eventos_rel
li {
        margin-left: 4px;
        text-align: left;
        display: inline-block;
        margin-bottom: 20px; } }
    .eventos_rel
li .info {
      position: absolute;
      z-index: 300;
      width: 100%;
      opacity: 1;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .eventos_rel
li
.previsto {
      position: absolute;
      bottom: 5px;
      font-size: 14px;
      line-height: 14px;
      width: calc(((3 * 68px) + (2 * 4px)));
      right: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px; }
      .eventos_rel
li
.previsto
.data_previsto {
        font-family: "Grotesk-Bold"; }
    .eventos_rel
li
h1 {
      font-family: "Grotesk-Bold";
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      width: 85%;
      margin-bottom: 3px; }
    .eventos_rel
li
.categoria {
      position: absolute;
      right: 0px;
      height: 100%;
      width: calc(((3 * 68px) + (2 * 4px)));
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      z-index: 200; }
    .eventos_rel
li
.investimento {
      font-size: 14px; }
    .eventos_rel
li:hover {
      /*
			
			.info_over
			{
				opacity: 1;
			}
*/ }
      .eventos_rel
li:hover
.categoria {
        /* Safari */
        -webkit-transform: rotate(5deg);
        /* Firefox */
        -moz-transform: rotate(5deg);
        /* IE */
        -ms-transform: rotate(5deg);
        /* Opera */
        -o-transform: rotate(5deg); }
      .eventos_rel
li:hover
.info {
        opacity: 1; }
      .eventos_rel
li:hover
a {
        text-decoration: none; }
    .eventos_rel
li
a {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 300; }

footer {
  margin-bottom: 0px;
  position: relative;
  z-index: 9990; }
  footer
.footer_row1 {
    padding-top: 25px;
    padding-bottom: 130px;
    background-color: #4dd7d3; }
    @media only screen and (max-width: 1023px) {
      footer
.footer_row1 {
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      footer
.footer_row1
.centered_content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    footer
.footer_row1
.logo {
      margin-left: 72px;
      width: calc((2 * 68px) + (1 * 4px)); }
      @media only screen and (min-width: 1280px) and (max-width: 1439px) {
        footer
.footer_row1
.logo {
          margin-left: 0px; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        footer
.footer_row1
.logo {
          margin-left: 0px; } }
      @media only screen and (max-width: 1023px) {
        footer
.footer_row1
.logo {
          margin-left: 0px; } }
      @media only screen and (max-width: 767px) {
        footer
.footer_row1
.logo {
          width: 50%; } }
    footer
.footer_row1 .submenu, footer
.footer_row1 .socials, footer
.footer_row1
.mycindor {
      width: calc((3 * 68px) + (2 * 4px));
      margin-top: 15px; }
    footer
.footer_row1
.submenu {
      font-family: "Grotesk-Medium";
      font-size: 11px;
      line-height: 20px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        footer
.footer_row1
.submenu {
          width: 50%; } }
    @media only screen and (max-width: 1023px) {
      footer
.footer_row1
.mycindor {
        width: calc((2 * 68px) + (1 * 4px)); } }
    @media only screen and (max-width: 767px) {
      footer
.footer_row1
.mycindor {
        width: 50%; } }
    footer
.footer_row1
.mycindor
.botao {
      width: 140px;
      height: 40px;
      line-height: 40px;
      font-family: "Grotesk-Medium";
      font-size: 11px;
      text-transform: uppercase;
      background-color: #282828;
      color: #fff;
      text-align: center;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      footer
.footer_row1
.mycindor
.botao:hover {
        background-color: #fff;
        color: #282828; }
    footer
.footer_row1
.mycindor
a:hover {
      text-decoration: none !important; }
    @media only screen and (max-width: 767px) {
      footer
.footer_row1
.socials {
        width: 50%; } }
    footer
.footer_row1
.socials
ul {
      margin: 0;
      padding: 0; }
      footer
.footer_row1
.socials
ul
li {
        list-style: none;
        display: inline-block;
        margin-left: 4px;
        width: 40px;
        height: 40px;
        background-color: #282828;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: relative;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        footer
.footer_row1
.socials
ul
li:first-child {
          margin-left: 0px; }
        footer
.footer_row1
.socials
ul
li:hover {
          background-color: #fff; }
          footer
.footer_row1
.socials
ul
li:hover
svg
path {
            fill: #282828; }
        footer
.footer_row1
.socials
ul
li
a {
          position: absolute;
          top: 0px;
          left: 0px;
          height: 100%;
          width: 100%; }
    footer
.footer_row1
.newsletter {
      margin-top: 15px;
      width: calc((7 * 68px) + (6 * 4px)); }
      @media only screen and (min-width: 1280px) and (max-width: 1439px) {
        footer
.footer_row1
.newsletter {
          width: calc((6 * 68px) + (5 * 4px)); } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        footer
.footer_row1
.newsletter {
          width: calc((6 * 68px) + (5 * 4px)); } }
      @media only screen and (max-width: 1023px) {
        footer
.footer_row1
.newsletter {
          float: right !important;
          width: calc((5 * 68px) + (4 * 4px));
          margin-right: 8px; } }
      @media only screen and (max-width: 767px) {
        footer
.footer_row1
.newsletter {
          width: 100%;
          margin-right: 0px; } }
      footer
.footer_row1
.newsletter .easygoi-publicidade, footer
.footer_row1
.newsletter
label {
        display: none; }
      footer
.footer_row1
.newsletter
#mce-EMAIL {
        height: 40px;
        border: solid 1px #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        width: calc((5 * 68px) + (4 * 4px));
        text-align: center;
        text-transform: uppercase;
        font-size: 11px; }
        @media only screen and (min-width: 1280px) and (max-width: 1439px) {
          footer
.footer_row1
.newsletter
#mce-EMAIL {
            width: calc((4 * 68px) + (3 * 4px)); } }
        @media only screen and (min-width: 1024px) and (max-width: 1279px) {
          footer
.footer_row1
.newsletter
#mce-EMAIL {
            width: calc((4 * 68px) + (3 * 4px)); } }
        @media only screen and (max-width: 1023px) {
          footer
.footer_row1
.newsletter
#mce-EMAIL {
            width: calc((3 * 68px) + (2 * 4px) - 4px); } }
        @media only screen and (max-width: 767px) {
          footer
.footer_row1
.newsletter
#mce-EMAIL {
            width: calc(100% - ((2 * 68px) + (2 * 4px))); } }
        footer
.footer_row1
.newsletter
#mce-EMAIL::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #939393; }
        footer
.footer_row1
.newsletter
#mce-EMAIL:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #939393;
          opacity: 1; }
        footer
.footer_row1
.newsletter
#mce-EMAIL::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #939393;
          opacity: 1; }
        footer
.footer_row1
.newsletter
#mce-EMAIL:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #939393; }
      footer
.footer_row1
.newsletter
input[type="submit"] {
        margin-left: 4px;
        width: calc((2 * 68px) + (1 * 4px));
        background-color: #282828;
        color: #fff;
        text-align: center;
        border: none;
        height: 40px;
        text-transform: uppercase;
        font-size: 11px;
        cursor: pointer;
        font-family: "Grotesk-Medium";
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        footer
.footer_row1
.newsletter
input[type="submit"]:hover {
          background-color: #fff;
          color: #282828; }
    footer
.footer_row1
.label {
      font-family: "Grotesk-Bold";
      font-size: 11px;
      text-transform: uppercase;
      margin-bottom: 7px; }
  footer
.footer_row2 {
    padding-top: 50px;
    padding-bottom: 5px;
    background-color: #f5f5f5; }
    footer
.footer_row2
.sign {
      margin-left: 72px;
      font-size: 10px;
      text-transform: uppercase;
      padding-bottom: 5px; }
      @media only screen and (min-width: 1280px) and (max-width: 1439px) {
        footer
.footer_row2
.sign {
          margin-left: 0px; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        footer
.footer_row2
.sign {
          margin-left: 0px; } }
      @media only screen and (max-width: 1023px) {
        footer
.footer_row2
.sign {
          margin-left: 0px;
          order: 2;
          padding-top: 25px;
          padding-bottom: 5px; } }
    footer
.footer_row2
.parceiros {
      margin: 0;
      padding: 0;
      margin-right: 72px; }
      @media only screen and (min-width: 1280px) and (max-width: 1439px) {
        footer
.footer_row2
.parceiros {
          margin-right: 0px; } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        footer
.footer_row2
.parceiros {
          margin-right: 0px; } }
      @media only screen and (max-width: 767px) {
        footer
.footer_row2
.parceiros {
          margin-right: 0px;
          width: 70%; } }
      footer
.footer_row2
.parceiros
li {
        list-style: none;
        display: inline-block;
        margin-left: 20px;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media only screen and (max-width: 767px) {
          footer
.footer_row2
.parceiros
li {
            margin-left: 0px;
            margin-right: 10px;
            margin-top: 7px; } }
        footer
.footer_row2
.parceiros
li
img {
          height: 46px;
          width: auto;
          display: block; }
          @media only screen and (max-width: 767px) {
            footer
.footer_row2
.parceiros
li
img {
              height: 25px; } }
        footer
.footer_row2
.parceiros
li:first-child {
          margin-left: 10px; }
          @media only screen and (max-width: 767px) {
            footer
.footer_row2
.parceiros
li:first-child {
              margin-left: 0px; } }
        footer
.footer_row2
.parceiros
li:hover {
          opacity: 0.5; }
    footer
.footer_row2
.parceiro_label {
      font-size: 10px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    footer
.footer_row2
.centered_content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end; }

#filtros {
  padding-top: 10px; }
  @media only screen and (max-width: 767px) {
    #filtros {
      padding-bottom: 0px; } }
  #filtros
.field {
    border-bottom: solid 1px #000; }
    #filtros
.field:first-child {
      width: calc((2 * 68px) + (1 * 4px)); }
      @media only screen and (max-width: 767px) {
        #filtros
.field:first-child {
          width: 100%; } }
    #filtros
.field:nth-child(2) {
      width: calc((4 * 68px) + (3 * 4px));
      margin-left: 76px; }
      @media only screen and (max-width: 1023px) {
        #filtros
.field:nth-child(2) {
          width: calc(100% - ((3 * 68px) + (4 * 4px))); } }
      @media only screen and (max-width: 767px) {
        #filtros
.field:nth-child(2) {
          margin-left: 0px;
          margin-top: 10px;
          width: 100%; } }
    #filtros
.field:nth-child(3) {
      width: calc((10 * 68px) + (9 * 4px));
      margin-left: 76px; }
      @media only screen and (min-width: 1280px) and (max-width: 1439px) {
        #filtros
.field:nth-child(3) {
          width: calc((8 * 68px) + (7 * 4px)); } }
      @media only screen and (min-width: 1024px) and (max-width: 1279px) {
        #filtros
.field:nth-child(3) {
          width: calc((6 * 68px) + (5 * 4px)); } }
      @media only screen and (max-width: 1023px) {
        #filtros
.field:nth-child(3) {
          margin-left: 0px;
          margin-top: 10px;
          width: 100%; } }
  #filtros
select {
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #000;
    font-family: "Grotesk-Bold";
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    color: #000;
    background-image: url(/images/seta.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 11px; }
  #filtros
.caixa {
    width: calc(100% - 30px);
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: "Grotesk-Bold";
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border: none;
    background-color: transparent; }
    #filtros
.caixa::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #bfbebe;
      font-size: 16px;
      line-height: 16px;
      padding-top: 3px; }
    #filtros
.caixa:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #bfbebe;
      opacity: 1;
      font-size: 16px;
      line-height: 16px;
      padding-top: 3px; }
    #filtros
.caixa::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #bfbebe;
      opacity: 1;
      font-size: 16px;
      line-height: 16px;
      padding-top: 3px; }
    #filtros
.caixa:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #bfbebe;
      font-size: 16px;
      line-height: 16px;
      padding-top: 3px; }
  #filtros
#submit {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.addthis_toolbox {
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase; }

#loadmoreajaxloader {
  margin-top: 20px;
  display: none;
  text-align: center; }

.error {
  color: #ff0000; }

.hide {
  display: none; }

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 999999;
  background-color: #fff;
  background-image: url(/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat; }

.menu_open {
  width: 28px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 10000;
  margin-top: 6px;
  display: none; }
  @media only screen and (max-width: 1023px) {
    .menu_open {
      display: block; } }

.menu_open span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4dd7d3;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.menu_open span:nth-child(1) {
  top: 0px; }

.menu_open span:nth-child(2), .menu_open span:nth-child(3) {
  top: 8px; }

.menu_open span:nth-child(3) {
  box-shadow: none; }

.menu_open span:nth-child(4) {
  top: 16px;
  width: 100%; }

.menu_open.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
  box-shadow: none; }

.menu_open.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu_open.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu_open.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
  box-shadow: none; }

.popup_filter {
  z-index: 99991;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #4dd7d3;
  opacity: 0.7;
  display: none; }

.filter {
  background-color: #4dd7d3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .filter.more {
    background-image: url(/images/more.png);
    background-position: center center;
    background-repeat: no-repeat; }
  .filter.menu {
    position: fixed;
    z-index: 9999;
    display: none;
    -moz-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
    opacity: 0.8; }

.popup {
  border: 0 none;
  bottom: 0;
  margin: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 99992;
  right: -100%;
  width: 100%; }

.popup-inner {
  float: right;
  width: calc((14 * 68px) + (13 * 4px)); }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .popup-inner {
      width: calc((12 * 68px) + (11 * 4px)); } }
  @media only screen and (max-width: 1023px) {
    .popup-inner {
      width: 95%; } }
  @media only screen and (max-width: 767px) {
    .popup-inner {
      width: 100%; } }

.popup-content {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #f5f5f5; }

.popup-content-inner
.header {
  height: 120px; }
  .popup-content-inner
.header
.menu_close {
    margin-right: 60px;
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .popup-content-inner
.header
.menu_close {
        margin-right: 30px;
        margin-top: 30px; } }

.popup-content-inner
.img {
  padding-bottom: 60px; }
  .popup-content-inner
.img
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }

.popup-content-inner
.conteudo {
  margin-left: 72px;
  width: calc((10 * 68px) + (9 * 4px));
  padding-bottom: 100px; }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .popup-content-inner
.conteudo {
      margin-left: 40px; } }
  @media only screen and (max-width: 1023px) {
    .popup-content-inner
.conteudo {
      margin-left: 30px;
      width: calc(90% - 30px); } }

.popup-content-inner
p.cargo {
  color: #4dd7d3;
  font-family: "Grotesk-Bold";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px; }

.popup-content-inner
h1 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 31px;
  font-family: "Grotesk-Bold";
  margin-bottom: 25px; }

.popup-content-inner
h3.download_title {
  font-family: "Grotesk-Bold";
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  margin-top: 60px; }

.popup-content-inner
.texto {
  font-size: 18px;
  line-height: 26px; }
  .popup-content-inner
.texto
strong {
    font-weight: normal;
    font-family: "Grotesk-Bold"; }

.popup-content-inner
.ficheiros {
  margin: 0;
  padding: 0;
  margin-top: 20px; }
  .popup-content-inner
.ficheiros
li {
    list-style: none;
    margin-bottom: 0px;
    font-family: "Grotesk-Bold";
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #4dd7d3;
    width: 50%;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .popup-content-inner
.ficheiros
li {
        width: 100%; } }
    .popup-content-inner
.ficheiros
li
span {
      margin-left: 15px;
      position: absolute;
      margin-top: 15px; }
    .popup-content-inner
.ficheiros
li
a {
      text-decoration: none; }
    .popup-content-inner
.ficheiros
li
a:hover {
      opacity: 0.7; }

#load_from_bottom {
  height: 400px;
  display: none; }

.mfp-bg {
  background-color: #4dd7d3 !important;
  opacity: 0.7 !important; }

.mfp-bottom-bar {
  margin-top: -40px !important;
  min-height: 100px !important;
  background-color: #f6f6f6 !important;
  padding: 20px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-bottom-bar
.legenda {
    font-size: 14px;
    color: #929292;
    margin-bottom: 5px; }
  .mfp-bottom-bar
.textogal {
    font-size: 16px;
    line-height: 16px;
    margin-top: 5px; }
  .mfp-bottom-bar
h2 {
    font-family: "Grotesk-Bold";
    text-transform: uppercase;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .mfp-bottom-bar
h2 {
        font-size: 15px; } }

.mfp-close {
  font-family: "Grotesk" !important;
  font-size: 42px !important;
  right: 20px !important;
  top: 10px !important; }

.mfp-arrow-left {
  background: url(/images/prev.png) no-repeat top left !important;
  width: 13px;
  height: 23px;
  right: 55px !important;
  left: auto !important; }

.mfp-arrow-right {
  background: url(/images/next.png) no-repeat top right !important;
  width: 13px;
  height: 23px;
  right: 30px !important; }

.mfp-arrow-left::before, .mfp-arrow-right::before {
  display: none !important; }

.mfp-arrow-left::after, .mfp-arrow-right::after {
  display: none !important; }

.categoria, .categoria1 {
  background-image: linear-gradient(120deg, #84FAB0 0%, #8FD3F4 100%); }

.categoria2 {
  background-image: linear-gradient(120deg, #FCCB90 0%, #D57EEB 100%); }

.categoria3 {
  background-image: linear-gradient(TO TOP, #A8EDEA 0%, #FED6E3 100%); }

.categoria4 {
  background-image: linear-gradient(TO TOP, #FDDB92 0%, #D1FDFF 100%); }

.categoria5 {
  background-image: linear-gradient(TO TOP, #FFF1EB 0%, #ACE0F9 100%); }

.categoria6 {
  background-image: linear-gradient(TO TOP, #D299C2 0%, #FEF9D7 100%); }

.categoria7 {
  background-image: linear-gradient(TO TOP, #9795F0 0%, #FBC8D4 100%); }

.categoria8 {
  background-image: linear-gradient(TO RIGHT, #74EBD5 0%, #9FACE6 100%); }

.mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile {
      display: block; } }
