@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Open+Sans:400,400i,700,700i,800");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #FFF;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* CSS Document */
/* EX:
@include transform(rotate, 0deg);
@include transition(.5s, ease-in-out);
@include transform-origin(right, center);
*/
/*
@include keyframes(bgcolor) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  } 
}	
*/
/* COMMON */
/* FOOTER */
/* TOPO */
@font-face {
  font-family: "topping_icn";
  src: url("/lib/fonts/topping_icn.eot?35921254");
  src: url("/lib/fonts/topping_icn.eot?35921254#iefix") format("embedded-opentype"), url("/lib/fonts/topping_icn.woff2?35921254") format("woff2"), url("/lib/fonts/topping_icn.woff?35921254") format("woff"), url("/lib/fonts/topping_icn.ttf?35921254") format("truetype"), url("/lib/fonts/topping_icn.svg?35921254#topping_icn") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'topping_icn';
    src: url('topping_icn.svg?35921254#topping_icn') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "topping_icn";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-block:before {
  content: "";
}

/* '' */
.icon-plus-circle:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
.icon-plus-circled:before {
  content: "";
}

/* '' */
.icon-minus:before {
  content: "";
}

/* '' */
.icon-minus-circled:before {
  content: "";
}

/* '' */
.icon-info-circled:before {
  content: "";
}

/* '' */
.icon-download-alt:before {
  content: "";
}

/* '' */
.icon-location:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-right-big:before {
  content: "";
}

/* '' */
.icon-heart-empty:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-star:before {
  content: "";
}

/* '' */
.icon-star-empty:before {
  content: "";
}

/* '' */
.icon-star-half:before {
  content: "";
}

/* '' */
.icon-user:before {
  content: "";
}

/* '' */
.icon-ok:before {
  content: "";
}

/* '' */
.icon-ok-circled:before {
  content: "";
}

/* '' */
.icon-ok-circled2:before {
  content: "";
}

/* '' */
.icon-cancel:before {
  content: "";
}

/* '' */
.icon-cancel-circled:before {
  content: "";
}

/* '' */
.icon-down-circled2:before {
  content: "";
}

/* '' */
.icon-up-circled2:before {
  content: "";
}

/* '' */
.icon-down-dir:before {
  content: "";
}

/* '' */
.icon-up-dir:before {
  content: "";
}

/* '' */
.icon-left-dir:before {
  content: "";
}

/* '' */
.icon-right-dir:before {
  content: "";
}

/* '' */
.icon-down-open:before {
  content: "";
}

/* '' */
.icon-left-open:before {
  content: "";
}

/* '' */
.icon-cancel-circled2:before {
  content: "";
}

/* '' */
.icon-right-open:before {
  content: "";
}

/* '' */
.icon-up-open:before {
  content: "";
}

/* '' */
.icon-up-big:before {
  content: "";
}

/* '' */
.icon-ok-1:before {
  content: "";
}

/* '' */
.icon-ok-circle:before {
  content: "";
}

/* '' */
.icon-cancel-1:before {
  content: "";
}

/* '' */
.icon-cancel-circle:before {
  content: "";
}

/* '' */
.icon-plus-1:before {
  content: "";
}

/* '' */
.icon-down-big:before {
  content: "";
}

/* '' */
.icon-left-big:before {
  content: "";
}

/* '' */
.icon-minus-1:before {
  content: "";
}

/* '' */
.icon-minus-circle:before {
  content: "";
}

/* '' */
.icon-cancel-2:before {
  content: "";
}

/* '' */
.icon-heart:before {
  content: "";
}

/* '' */
.icon-plus-2:before {
  content: "";
}

/* '' */
.icon-minus-2:before {
  content: "";
}

/* '' */
.icon-download:before {
  content: "";
}

/* '' */
.icon-doc:before {
  content: "";
}

/* '' */
.icon-left-circled:before {
  content: "";
}

/* '' */
.icon-right-circled:before {
  content: "";
}

/* '' */
.icon-up-circled:before {
  content: "";
}

/* '' */
.icon-down-circled:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-plus-squared:before {
  content: "";
}

/* '' */
.icon-angle-double-left:before {
  content: "";
}

/* '' */
.icon-angle-double-right:before {
  content: "";
}

/* '' */
.icon-angle-double-up:before {
  content: "";
}

/* '' */
.icon-angle-double-down:before {
  content: "";
}

/* '' */
.icon-angle-left:before {
  content: "";
}

/* '' */
.icon-angle-right:before {
  content: "";
}

/* '' */
.icon-angle-up:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.icon-circle-empty:before {
  content: "";
}

/* '' */
.icon-circle:before {
  content: "";
}

/* '' */
.icon-star-half-alt:before {
  content: "";
}

/* '' */
.icon-info:before {
  content: "";
}

/* '' */
.icon-angle-circled-left:before {
  content: "";
}

/* '' */
.icon-angle-circled-right:before {
  content: "";
}

/* '' */
.icon-angle-circled-up:before {
  content: "";
}

/* '' */
.icon-angle-circled-down:before {
  content: "";
}

/* '' */
.icon-minus-squared:before {
  content: "";
}

/* '' */
.icon-minus-squared-alt:before {
  content: "";
}

/* '' */
.icon-ok-squared:before {
  content: "";
}

/* '' */
.icon-down:before {
  content: "";
}

/* '' */
.icon-up:before {
  content: "";
}

/* '' */
.icon-left:before {
  content: "";
}

/* '' */
.icon-right:before {
  content: "";
}

/* '' */
.icon-right-circled2:before {
  content: "";
}

/* '' */
.icon-left-circled2:before {
  content: "";
}

/* '' */
.icon-plus-squared-alt:before {
  content: "";
}

/* '' */
.icon-circle-thin:before {
  content: "";
}

/* '' */
body {
  background-color: #FFF;
}

p, li, td {
  color: #191919;
}

.headings, .dias h6, .dias h5, .dias h4, .dias h3, .dias h2, h6, h5, h4, h3, h2, h1 {
  color: #FDCB46;
}

section#topo {
  border-top-color: solid 2px #0C1A47;
}

#menu-mobile {
  background-color: #fff;
}
#menu-mobile > ul > li {
  border-bottom-color: #0C1A47;
}
#menu-mobile > ul > li > a {
  color: #0C1A47;
}
#menu-mobile > ul > li:last-child a {
  color: #FFF;
  background-color: #0C1A47;
}

section#topo #menu ul li a {
  color: #0C1A47;
  font-size: 1em;
}
section#topo #menu ul li a.on, section#topo #menu ul li a:hover {
  color: #FDCB46;
}

/* CSS Document */
p, li, td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}

em {
  font-style: italic;
}

p {
  margin: 1.25em 0;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  color: #193e74;
  text-decoration: underline;
  font-weight: 700;
}
p a:hover {
  text-decoration: underline;
  color: #2292d1;
}

#main ul {
  padding-left: 20px;
}
#main ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0px;
  margin-left: 20px;
}

strong {
  font-weight: 700;
}

.headings, .dias h6, .dias h5, .dias h4, .dias h3, .dias h2, h6, h5, h4, h3, h2, h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.page_title {
  color: #193e74;
}

.ctr {
  text-align: center;
}

h1 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 0.65em;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 1.15em;
  margin-bottom: 0.575em;
}

h5 {
  font-size: 1.1em;
  margin-bottom: 0.55em;
}

h6 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.hamburger {
  padding: 15px 15px;
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  height: 18px;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 17px;
  z-index: 3;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner::before {
  top: -8px;
}
.hamburger .hamburger-inner::after {
  bottom: -8px;
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1024px) {
  .hamburger {
    display: none !important;
  }
}
section#topo {
  background-color: #FFF;
  height: 82px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  border-top-style: solid;
  border-top-width: 2px;
  z-index: 3;
}
section#topo .cont {
  height: 100%;
}
section#topo #logo {
  height: 60px;
  width: 172px;
  position: absolute;
  top: 10px;
}
section#topo #logo svg {
  width: 100%;
  height: 100%;
}
section#topo:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  height: 3px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
section#topo #menu {
  display: none;
}

#f-top {
  height: 82px;
  width: 100%;
}

#linguas {
  display: none;
}

#menu-mobile {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 82px;
  display: block;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.1s linear 0s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: none;
  background-color: #fff;
}
#menu-mobile.open {
  display: block;
}
#menu-mobile > ul > li {
  display: block;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#menu-mobile > ul > li a {
  padding: 0 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu-mobile > ul > li a i {
  margin-left: auto;
  /* Alinha o ícone à direita */
}
#menu-mobile > ul > li ul.submenu {
  max-height: 0;
  /* Inicialmente escondido */
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  transition: max-height 0.4s ease;
  /* Animação ao abrir e fechar */
}
#menu-mobile > ul > li ul.submenu li {
  display: block;
  padding-left: 10px;
  margin: 0;
  white-space: nowrap;
}
#menu-mobile > ul > li ul.submenu li:last-child {
  border-bottom: none;
}
#menu-mobile > ul > li ul.submenu li a {
  font-size: 0.9em;
  color: #0C1A47;
  text-decoration: none;
  line-height: 40px;
}
#menu-mobile > ul > li.active .submenu {
  max-height: 500px;
}
#menu-mobile > ul > li.active a i {
  content: "";
}

@media only screen and (min-width: 768px) {
  section#topo {
    position: relative;
    height: 83px;
    border-top-width: 3px;
  }

  #f-top {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  section#topo {
    height: 130px;
  }
  section#topo #menu {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 0 20px;
    height: 30px;
  }
  section#topo #menu > ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    width: 100%;
  }
  section#topo #menu > ul > li {
    list-style: none;
    margin-right: 0px;
    margin: 0;
    font-size: 13px;
    height: 30px;
    position: relative;
    /* Necessário para posicionar o submenu */
    cursor: pointer;
    /* Mostra o cursor de mão para indicar que é clicável */
  }
  section#topo #menu > ul > li.expandable:after {
    content: "▾";
    /* Código da seta mais subtil */
    font-size: 12px;
    /* Tamanho menor da seta */
    margin-left: 0px;
    /* Espaço entre o texto e a seta */
    color: black;
    /* Cor da seta */
    /* Alinha a seta verticalmente com o texto */
  }
  section#topo #menu > ul > li a {
    padding: 5px 6px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
  }
  section#topo #menu > ul > li ul.submenu {
    display: none;
    /* Esconde o submenu por padrão */
    position: absolute;
    /* Posiciona o submenu relativo ao <li> pai */
    background-color: white;
    /* Cor de fundo do submenu */
    list-style: none;
    /* Remove os marcadores da lista */
    padding: 0;
    margin: 0;
    top: 100%;
    /* Alinha o submenu diretamente abaixo do item principal */
    left: 0;
    z-index: 1000;
    /* Garante que o submenu apareça sobre outros elementos */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* Sombra opcional para o submenu */
  }
  section#topo #menu > ul > li ul.submenu li {
    list-style: none;
    padding: 10px 10px;
    margin: 0;
    font-size: 0.9em;
    white-space: nowrap;
    /* Impede que o texto quebre em várias linhas */
  }
  section#topo #menu > ul > li ul.submenu li:last-child {
    padding-top: 0;
  }
  section#topo #menu > ul > li ul.submenu li a {
    color: #0C1A47;
    /* Cor do texto dos links do submenu */
    text-decoration: none;
    /* Remove o sublinhado dos links do submenu */
  }
  section#topo #menu > ul > li ul.submenu li a:hover {
    color: #FDCB46;
  }
  section#topo #menu > ul > li:hover .submenu {
    display: block;
  }
  section#topo #menu > ul > li:hover:after {
    color: #FDCB46;
  }
  section#topo #linguas {
    width: 20px;
    /* Largura da bola */
    height: 20px;
    /* Altura da bola */
    background-color: #0C1A47;
    /* Cor de fundo azul */
    border-radius: 50%;
    /* Torna o div circular */
    display: flex;
    /* Utilizado para centralizar o conteúdo */
    justify-content: center;
    /* Centraliza o conteúdo horizontalmente */
    align-items: center;
    /* Centraliza o conteúdo verticalmente */
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8em;
  }
  section#topo #linguas a {
    color: white;
    /* Cor do texto dentro da bola */
    text-decoration: none;
    /* Remove o sublinhado do link */
    font-size: 10px;
    /* Tamanho do texto reduzido */
    font-weight: bold;
    /* Deixa o texto em negrito (opcional) */
  }
}
.cont {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main {
  width: 100%;
  padding: 50px 0;
}
.main h1 {
  text-align: center;
}
sup {
  vertical-align: super;
  font-size: 0.7em;
  text-transform: none;
}

ul {
  margin: 10px 0;
}

li {
  display: list-item;
  list-style: disc;
  margin-left: 30px;
}

.clear {
  clear: both;
}

.faux-shadow-top {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.faux-shadow-bottom {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.fixed-scroll {
  overflow: hidden;
}

strong {
  font-weight: 700;
}

a.round-bt {
  background-color: #2292d1;
  color: #FFF;
  text-decoration: none;
  padding: 0.75em 1.5em;
  font-size: 0.8em;
  border-radius: 1.5em;
}

.lightgrey {
  color: #999999;
}

.user-box {
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  bordeR: solid 1px #DFDFDF;
  background-color: #fff;
  position: relative;
  min-height: 100px;
  width: 100%;
  margin-top: 4%;
}
.user-box .pic {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 10px;
}
.user-box .text {
  padding-left: 90px;
  padding-top: 5px;
}
.user-box .descricao {
  margin-top: 3px;
}
.user-box .descricao p {
  font-size: 0.8em;
  line-height: 1.2;
}
.user-box.single {
  background-color: #2292d1;
  color: #FFF;
}
.user-box.single p {
  color: #FFF;
}
.user-box.multi:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin: 50px auto;
  width: 100%;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.link-to-google-maps {
  text-align: center;
  font-size: 0.8em;
}
.link-to-google-maps a {
  color: inherit;
}

.main-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.ctr {
  text-align: center;
}

.btn-download {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  margin: 0 auto;
  background-color: #FDCB46;
  /* Cor de fundo personalizada */
  color: white;
  text-decoration: none;
  border-radius: 0.45em;
  /* Cantos arredondados */
  font-weight: bold;
  margin-bottom: 30px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 0.9em;
  line-height: 0.9em;
}
.btn-download:hover {
  background-color: #dba002;
}
.btn-download i {
  margin-right: 10px;
  /* Espaço entre o ícone e o texto */
}

.btn-inscricoes {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #0C1A47;
  color: white;
  text-decoration: none;
  border-radius: 0.45em;
  font-weight: bold;
  font-size: 0.9em;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 10px;
}
.btn-inscricoes:hover {
  background-color: black;
  color: #FFF;
  text-decoration: none;
}
.btn-inscricoes i {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .btn-download {
    float: right;
  }

  .main {
    width: 100%;
    padding: 75px 0;
  }

  .user-box-ph {
    text-align: center;
    margin-bottom: 20px;
  }
  .user-box-ph .user-box {
    position: relative;
  }
  .user-box-ph .user-box.single {
    width: 32%;
    margin: 2% 0 0 2%;
    background-color: #2292d1;
    color: #FFF;
    text-align: left;
    float: left;
  }
  .user-box-ph .user-box.single:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .user-box-ph .user-box.multi {
    float: left;
    display: block;
    width: 32%;
    margin-left: 2%;
    margin-top: 2%;
    text-align: left;
  }
  .user-box-ph .user-box.multi:nth-child(2n+1) {
    margin-left: 2%;
  }
  .user-box-ph .user-box.multi:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media only screen and (min-width: 2048px) {
  .user-box.multi {
    width: 23%;
    margin-left: 2.33%;
    margin-top: 2.33%;
  }
  .user-box.multi:nth-child(2n+1) {
    margin-left: 2.33%;
  }
  .user-box.multi:nth-child(3n+1) {
    margin-left: 2.33%;
  }
  .user-box.multi:nth-child(4n+1) {
    margin-left: 0;
  }
}
section#topo-rotativo {
  height: 42.833vw;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

section#header {
  background: linear-gradient(150deg, #985794, #0C1A47 70%);
  padding: 70px 0;
  text-align: center;
  color: #FDCB46;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
section#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px), radial-gradient(circle, rgba(255, 255, 255, 0.1) 4px, transparent 4px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  pointer-events: none;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  /* 1 coluna por padrão */
  gap: 20px;
  /* Espaçamento entre os itens */
  padding: 10px;
}

.grid-item {
  background-color: #985794;
  /* Cor de fundo azul */
  color: white;
  padding: 10px;
  display: flex;
  justify-content: left;
  height: auto;
}
.grid-item .pic {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 40px;
  background-size: cover;
  flex-shrink: 0;
}
.grid-item .text {
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #FFF;
}
.grid-item .text p {
  color: inherit;
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0;
}
.grid-item .descricao {
  margin-top: 3px;
}
.grid-item .descricao p {
  font-size: 0.8em;
  line-height: 1.2;
}

@media (min-width: 960px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    /* 3 colunas a partir de 768px */
  }
}
.grid-container-faculty {
  display: grid;
  grid-template-columns: 1fr;
  /* 1 coluna por padrão */
  gap: 20px;
  /* Espaçamento entre os itens */
  padding: 10px;
}

.grid-item-faculty {
  background-color: #89A1B8;
  /* Cor de fundo azul */
  color: white;
  padding: 10px;
  display: flex;
  justify-content: left;
  height: auto;
}
.grid-item-faculty .pic {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 40px;
  background-size: cover;
  flex-shrink: 0;
}
.grid-item-faculty .text {
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #FFF;
}
.grid-item-faculty .text p {
  color: inherit;
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0;
}
.grid-item-faculty .descricao {
  margin-top: 3px;
}
.grid-item-faculty .descricao p {
  font-size: 0.8em;
  line-height: 1.2;
}

@media (min-width: 960px) {
  .grid-container-faculty {
    grid-template-columns: repeat(3, 1fr);
    /* 3 colunas a partir de 768px */
  }
}
.sponsor-box {
  width: 48%;
  margin-left: 4%;
  float: left;
  padding-bottom: 24%;
  bordeR: solid 1px #DFDFDF;
  background-color: #fff;
  margin-top: 4%;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #DFDFDF;
}
.sponsor-box:nth-child(2n+1) {
  margin-left: 0;
}
.sponsor-box .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1em;
  margin-top: -0.5em;
  text-align: center;
}
.sponsor-box .img {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  border: solid 15px #FFF;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .sponsor-box {
    width: 30%;
    margin-left: 5%;
    margin-top: 5%;
    padding-bottom: 15%;
  }
  .sponsor-box:nth-child(2n+1) {
    margin-left: 5%;
  }
  .sponsor-box:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sponsor-box {
    width: 22%;
    margin-left: 4%;
    margin-top: 4%;
    padding-bottom: 11%;
  }
  .sponsor-box:nth-child(2n+1) {
    margin-left: 4%;
  }
  .sponsor-box:nth-child(3n+1) {
    margin-left: 4%;
  }
  .sponsor-box:nth-child(4n+1) {
    margin-left: 0;
  }
}
.dias {
  margin: 50px 0;
}
.dias:first-of-type {
  margin-top: 0;
}
.dias .bloco {
  margin-top: 25px;
}
.dias .bloco.barras {
  position: relative;
  padding: 30px 0;
}
.dias .bloco.barras:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 15px;
  width: 200px;
  background-color: #FDCB46;
}
.dias .bloco.barras:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 15px;
  width: 200px;
  background-color: #FDCB46;
}
.dias .bloco p {
  line-height: 1.3;
}
.dias .bloco p smaller {
  font-size: smaller;
}
.dias .subbloco {
  margin-top: 15px;
}
.dias .subbloco p {
  padding-left: 20px;
}
.dias h2 {
  font-size: 1.4em;
  margin: 0;
}
.dias h3 {
  font-size: 1.3em;
  margin: 0;
}
.dias h4 {
  font-size: 1.25em;
  margin: 0;
}
.dias h5 {
  font-size: 1.15em;
  margin: 0;
}
.dias h6 {
  font-size: 1em;
  margin: 0;
}
.dias h3, .dias p, .dias h4 {
  color: #0C1A47;
}
.dias p {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.25;
}
.dias h3 {
  margin-top: 5px;
  font-weight: 800;
}
.dias h2 {
  color: #FDCB46;
  font-weight: 800;
}
.dias h5 {
  color: #89A1B8;
}
.dias h5.indenta {
  padding-left: 20px;
}

.prog-img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.grid-container-programa {
  display: grid;
  grid-template-columns: 1fr;
  /* 1 coluna por padrão */
  gap: 0;
  /* Espaçamento entre os itens */
  padding: 0;
  margin-bottom: 40px;
}
.grid-container-programa .grid-item-programa {
  color: white;
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  height: auto;
}
.grid-container-programa .grid-item-programa img {
  width: 100%;
  height: auto;
}

@media (min-width: 960px) {
  .grid-container-programa {
    grid-template-columns: repeat(3, 1fr);
    /* 3 colunas a partir de 768px */
  }
}
.present-ph {
  width: 90%;
  max-width: 600px;
  margin: 40px auto 0 auto;
}
.present-ph a {
  color: #193e74;
  background-color: #FFF;
  font-size: 0.95em;
  padding: 0px 10px;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #193e74;
  border-radius: 0.25em;
  text-decoration: none !important;
}
.present-ph a:hover {
  background-color: #193e74;
  transition: 0.2s;
  color: #FFF;
}
.present-ph .present {
  margin-top: 20px;
  border-bottom: solid 1px #999999;
  padding-bottom: 20px;
}

.images-venue {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 50px auto 0 auto;
  /* Margem superior de 50px e centraliza o container */
  gap: 10px;
  /* Espaçamento entre as imagens no mobile e tablet */
}
.images-venue img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  /* Espaçamento entre as imagens no mobile */
}
.images-venue img:last-child {
  margin-bottom: 0;
  /* Remove o espaçamento da última imagem */
}
@media (min-width: 768px) {
  .images-venue {
    flex-direction: row;
  }
  .images-venue img {
    width: calc(100% / 3);
    /* Divide a largura igualmente entre as 3 imagens */
    height: 200px;
    /* Define uma altura fixa para as imagens no tablet */
    object-fit: cover;
    /* Garante que a imagem preencha o espaço com corte se necessário */
    margin-bottom: 0;
    /* Remove o espaçamento vertical */
  }
}

footer {
  flex-shrink: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
footer .cont {
  padding: 30px 0;
  border-top: solid 1px lightgray;
}
footer #copy {
  padding: 5px;
  text-align: center;
  background-color: #0C1A47;
}
footer #copy a {
  color: #EEE;
  font-size: 0.7em;
  text-decoration: none;
}

.wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .single-image-container {
  text-align: center;
  padding-bottom: 30px;
}
.wrapper .single-image-container p.heading {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.wrapper .single-image-container p.note {
  font-size: 0.8em;
}
.wrapper .single-image-container:first-child img {
  max-width: 180px;
}
.wrapper .single-image-container:first-child p.note {
  max-width: 300px;
}
.wrapper .single-image-container img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
.wrapper .image-container {
  display: grid;
  margin: 50px 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 400px;
  justify-items: center;
  align-items: center;
}
.wrapper .image-container img {
  width: 100%;
  height: auto;
}
.wrapper .image-container img:first-child {
  width: 80%;
}
.wrapper .image-container img:nth-child(2) {
  width: 80%;
}
.wrapper .image-container img:nth-child(3) {
  width: 70%;
}
.wrapper .image-container img:nth-child(4) {
  width: 80%;
}
.wrapper .image-container img:nth-child(5) {
  width: 30%;
}

@media (min-width: 768px) {
  .wrapper {
    margin-top: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .wrapper .single-image-container {
    padding: 10px;
    width: 20%;
    max-width: none;
    padding-bottom: 0;
    padding-right: 20px;
    position: relative;
  }
  .wrapper .single-image-container p.note {
    width: 100%;
    max-width: 100%;
    font-size: 0.5em;
  }
  .wrapper .single-image-container img {
    width: 100%;
  }
  .wrapper .single-image-container:first-child img {
    width: 50px;
  }
  .wrapper .single-image-container::after {
    content: "";
    position: absolute;
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    width: 1px;
    height: 100%;
    background-color: #CCC;
  }
  .wrapper .image-container {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    margin-top: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .wrapper .single-image-container {
    padding: 10px;
    width: 20%;
    max-width: none;
    padding-bottom: 0;
    padding-right: 20px;
    position: relative;
  }
  .wrapper .single-image-container p.note {
    width: 100%;
    max-width: 100%;
    font-size: 0.5em;
  }
  .wrapper .single-image-container img {
    width: 100%;
  }
  .wrapper .single-image-container:first-child img {
    width: 100px;
  }
  .wrapper .single-image-container::after {
    content: "";
    position: absolute;
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    width: 1px;
    height: 100%;
    background-color: #CCC;
  }
  .wrapper .image-container {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
}
/*

@import 'topo-estatico'; 

*/
/* MODELOS */
.col-l {
  margin-top: 20px;
  display: none;
}

.col-r {
  margin-top: 50px;
}

#form-contactos p {
  margin-bottom: 10px;
  text-align: center;
}
#form-contactos input, #form-contactos textarea {
  width: 100%;
  background-color: #F3F3F3;
  color: #666;
  padding: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border: solid 1px #F3F3F3;
  margin: 5px 0;
  font-size: 0.9em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
#form-contactos input.error, #form-contactos textarea.error {
  color: #FFF;
  background-color: #C00;
}
#form-contactos textarea {
  height: 100px;
}
#form-contactos #bt-contact {
  color: #193e74;
  background-color: #FFF;
  font-size: 0.95em;
  padding: 0px 10px;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #193e74;
  border-radius: 0.25em;
}
#form-contactos #bt-contact:hover {
  background-color: #193e74;
  transition: 0.2s;
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .col-l, .col-r {
    width: 45%;
  }

  .col-r {
    width: 75%;
    margin: 30px auto 0 auto;
  }

  .google-maps {
    padding-bottom: 40%;
  }
}
.fixed-scroll {
  overflow: hidden;
}

body, html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

header {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
  /* flex-grow, flex-shrink,  flex-basis */
}

body, html {
  min-height: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
