@charset "UTF-8";
@import 'hamburgers.min.css';
@font-face {
  font-family: "Value Sans";
  src: url("ValueSans-Regular-Pro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Value Sans";
  src: url("ValueSans-Italic-Pro.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Value Sans";
  src: url("ValueSans-Medium-Pro.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Value Sans";
  src: url("ValueSans-MediumItalic-Pro.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Value Sans";
  src: url("ValueSans-Bold-Pro.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Value Sans";
  src: url("ValueSans-BoldItalic-Pro.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Value Serif";
  src: url("ValueSerif-Regular-Pro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Value Serif";
  src: url("ValueSerif-Medium-Pro.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Value Serif";
  src: url("ValueSerif-Bold-Pro.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

input:focus, textarea:focus, select:focus {
  outline: none !important;
}

.section {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  background-color: transparent;
}
.section.telacheia {
  width: 100%;
  height: 100vh;
}
.section .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 11vw;
  padding-right: 10vw;
}
@media screen and (max-width: 1099px) {
  .section .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.layout-flex, .lf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-flex.ais, .lf.ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.layout-flex.aifs, .lf.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout-flex.aife, .lf.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.layout-flex.jcsb, .lf.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-flex.jcsa, .lf.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.layout-flex.jcfs, .lf.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout-flex.jcfe, .lf.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.layout-flex .bloco-imagem img, .lf .bloco-imagem img {
  width: 100%;
  display: block;
}
.layout-flex .full, .lf .full {
  width: 100% !important;
}

.coluna-1 {
  width: 6.0416666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-1 {
    width: 100%;
  }
}

.coluna-2 {
  width: 12.5833333333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-2 {
    width: 100%;
  }
}

.coluna-3 {
  width: 19.125vw;
}
@media screen and (max-width: 1099px) {
  .coluna-3 {
    width: 100%;
  }
}

.coluna-4 {
  width: 25.6666666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-4 {
    width: 100%;
  }
}

.coluna-5 {
  width: 32.2083333333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-5 {
    width: 100%;
  }
}

.coluna-6 {
  width: 38.75vw;
}
@media screen and (max-width: 1099px) {
  .coluna-6 {
    width: 100%;
  }
}

.coluna-7 {
  width: 45.2916666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-7 {
    width: 100%;
  }
}

.coluna-8 {
  width: 51.8333333333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-8 {
    width: 100%;
  }
}

.coluna-9 {
  width: 58.375vw;
}
@media screen and (max-width: 1099px) {
  .coluna-9 {
    width: 100%;
  }
}

.coluna-10 {
  width: 64.9166666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-10 {
    width: 100%;
  }
}

.coluna-11 {
  width: 71.4583333333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-11 {
    width: 100%;
  }
}

.coluna-12 {
  width: 78vw;
}
@media screen and (max-width: 1099px) {
  .coluna-12 {
    width: 100%;
  }
}

.coluna-card {
  width: 25.5166666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-card {
    width: 100%;
  }
}

.coluna-3half {
  width: 22.1458333333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-3half {
    width: 100%;
  }
}

@media screen and (max-width: 1099px) {
  .mobile-1 {
    width: 12.5vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-2 {
    width: 26vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-3 {
    width: 39.5vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-4 {
    width: 53vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-5 {
    width: 66.5vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-6 {
    width: 80vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-1 {
    width: 10.375vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-2 {
    width: 21.75vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-3 {
    width: 33.125vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-4 {
    width: 44.5vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-5 {
    width: 55.875vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-6 {
    width: 67.25vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-7 {
    width: 78.625vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-8 {
    width: 90vw;
  }
}
.mb1 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1099px) {
  .mb1 {
    margin-bottom: 0.5rem;
  }
}

.mb2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1099px) {
  .mb2 {
    margin-bottom: 1rem;
  }
}

.mb3 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1099px) {
  .mb3 {
    margin-bottom: 1.5rem;
  }
}

.mb4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1099px) {
  .mb4 {
    margin-bottom: 2rem;
  }
}

.mb5 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1099px) {
  .mb5 {
    margin-bottom: 2.5rem;
  }
}

.mb6 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1099px) {
  .mb6 {
    margin-bottom: 3rem;
  }
}

.mb7 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1099px) {
  .mb7 {
    margin-bottom: 3.5rem;
  }
}

.mb8 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1099px) {
  .mb8 {
    margin-bottom: 4rem;
  }
}

.mb9 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1099px) {
  .mb9 {
    margin-bottom: 4.5rem;
  }
}

.mb10 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1099px) {
  .mb10 {
    margin-bottom: 5rem;
  }
}

.mb11 {
  margin-bottom: 11rem;
}
@media screen and (max-width: 1099px) {
  .mb11 {
    margin-bottom: 5.5rem;
  }
}

.mb12 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1099px) {
  .mb12 {
    margin-bottom: 6rem;
  }
}

.tac {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

:target:before {
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #898989;
  content: "carregando…";
  z-index: 9999999;
  top: 0;
  left: 0;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 42px;
  z-index: 1000;
  color: #ffffff;
}

.simula-colunas {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 0.25;
  pointer-events: none;
}
.simula-colunas .container {
  width: 100%;
  height: 100%;
}
.simula-colunas .layout-flex {
  width: 120vw;
  height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.simula-colunas .modulo-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simula-colunas .modulo-mobile {
  display: none;
}
.simula-colunas .modulo-land {
  display: none;
}
@media screen and (max-width: 1099px) {
  .simula-colunas .modulo-desk {
    display: none;
  }
  .simula-colunas .modulo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .simula-colunas .modulo-land {
    display: none;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .simula-colunas .modulo-desk {
    display: none;
  }
  .simula-colunas .modulo-mobile {
    display: none;
  }
  .simula-colunas .modulo-land {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.simula-colunas .coluna-1 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1099px) {
  .simula-colunas .coluna-1 {
    width: 12.5vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .simula-colunas .coluna-1 {
    width: 10.375vw;
  }
}
.simula-colunas .gutter {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 0.5vw;
}
@media screen and (max-width: 1099px) {
  .simula-colunas .gutter {
    width: 1vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .simula-colunas .gutter {
    width: 1vw;
  }
}

.line-clamp {
  max-height: 5.175rem;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 3) {
  .line-clamp {
    max-height: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.bloco-404 {
  text-align: center;
}
.bloco-404 h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
}
.bloco-404 p {
  font-style: italic;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

html, body {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Value Sans", "Calibri", "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #133844;
  background-color: #D7FDF5;
  scroll-behavior: smooth;
}

strong {
  font-weight: 700;
}

a:hover, a:active {
  text-decoration: underline;
}

html {
  font-size: 62.5%; /* Sets up the Base 10 stuff */
}

body {
  font-size: 1.6rem;
}

.hide {
  display: none !important;
}

.invisivel {
  visibility: hidden;
  z-index: -1;
  position: relative;
}

@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bloco-texto br, .bloco-seja .branco, h1 br {
    display: none;
  }
}
.place-black ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #191617;
}
.place-black ::-moz-placeholder { /* Firefox 19+ */
  color: #191617;
}
.place-black :-ms-input-placeholder { /* IE 10+ */
  color: #191617;
}
.place-black :-moz-placeholder { /* Firefox 18- */
  color: #191617;
}

.place-white ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #F7FAFA;
}
.place-white ::-moz-placeholder { /* Firefox 19+ */
  color: #F7FAFA;
}
.place-white :-ms-input-placeholder { /* IE 10+ */
  color: #F7FAFA;
}
.place-white :-moz-placeholder { /* Firefox 18- */
  color: #F7FAFA;
}

/********** TAMANHOS DOS TEXTOS *********/
.dest_200 {
  font-size: 200px;
  font-size: 20rem;
  font-size: clamp(10rem, 10.8695652174vw + -0.8695652174rem, 20rem);
  line-height: 1;
}

.dest_160 {
  font-size: 160px;
  font-size: 16rem;
  font-size: clamp(8rem, 8.6956521739vw + -0.6956521739rem, 16rem);
  line-height: 1;
}

.dest_140 {
  font-size: 140px;
  font-size: 14rem;
  font-size: clamp(7rem, 7.6086956522vw + -0.6086956522rem, 14rem);
  line-height: 1;
}

.dest_130 {
  font-size: 130px;
  font-size: 13rem;
  font-size: clamp(6.5rem, 7.0652173913vw + -0.5652173913rem, 13rem);
  line-height: 1;
}

.dest_120 {
  font-size: 120px;
  font-size: 12rem;
  font-size: clamp(6rem, 6.5217391304vw + -0.5217391304rem, 12rem);
  line-height: 1;
}

.dest_100 {
  font-size: 100px;
  font-size: 10rem;
  font-size: clamp(4.8rem, 5.652173913vw + -0.852173913rem, 10rem);
  line-height: 1.2;
}

.dest_90 {
  font-size: 90px;
  font-size: 9rem;
  font-size: clamp(4.5rem, 4.8913043478vw + -0.3913043478rem, 9rem);
  line-height: 1.2;
}

.dest_85 {
  font-size: 80px;
  font-size: 8rem;
  font-size: clamp(4.25rem, 4.6195652174vw + -0.3695652174rem, 8.5rem);
  line-height: 1.2;
}

.dest_80 {
  font-size: 80px;
  font-size: 8rem;
  font-size: clamp(4.05rem, 4.2934782609vw + -0.2434782609rem, 8rem);
  line-height: 1.2;
}
@media screen and (max-width: 1099px) {
  .dest_80 {
    font-size: 32px;
  }
}

.dest_75, .home-ready .container h2, .home-intro .bloco-texto h2 {
  font-size: 75px;
  font-size: 7.5rem;
  font-size: clamp(3.8rem, 4.0217391304vw + -0.2217391304rem, 7.5rem);
  line-height: 1.2;
}

.dest_72 {
  font-size: 72px;
  font-size: 7.2rem;
  font-size: clamp(3.7rem, 3.8043478261vw + -0.1043478261rem, 7.2rem);
  line-height: 1.2;
}

.dest_70 {
  font-size: 70px;
  font-size: 7rem;
  font-size: clamp(3.6rem, 3.6956521739vw + -0.0956521739rem, 7rem);
  line-height: 1.2;
}

.dest_65 {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3.25rem, 3.5326086957vw + -0.2826086957rem, 6.5rem);
  line-height: 1.2;
}

.dest_60, .modal .coluna-texto .nome, .home-partners h2, .home-fft .coluna-titulo h2, .home-attendance .coluna-texto h2, .home-guests .titulo, .home-speakers .intro h2, .data-detalhes .abre-data .inside-abre .lateral .seta, .home-details h2 {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3.1rem, 3.152173913vw + -0.052173913rem, 6rem);
  line-height: 1.2;
}

.dest_58 {
  font-size: 58px;
  font-size: 5.8rem;
  font-size: clamp(3rem, 3.0434782609vw + -0.0434782609rem, 5.8rem);
  line-height: 1.2;
}

.dest_55, .home-capa .container .box-centro .data {
  font-size: 55px;
  font-size: 5.5rem;
  font-size: clamp(2.75rem, 2.9891304348vw + -0.2391304348rem, 5.5rem);
}

.dest_50, .partners-main .topo h1, .donate-main .topo h1, .programme-geral .cidade-fechada .seta, .programme-geral .cidade-fechada .esq h3, .programme-geral h2, .home-certificate .topo h2, .home-details .bloco-data .local {
  font-size: 50px;
  font-size: 5rem;
  font-size: clamp(2.5rem, 2.7173913043vw + -0.2173913043rem, 5rem);
}

.dest_48, .partners-main .topo p, .donate-main .topo p, .data-detalhes .horarios .item-palestra .informacoes .titulo {
  font-size: 48px;
  font-size: 4.8rem;
  font-size: clamp(2.4rem, 2.6086956522vw + -0.2086956522rem, 4.8rem);
}

.dest_45, .modal-food-titulo h2, .botao-borda.b45, .home-fft .coluna-titulo h3, .home-attendance .coluna-texto h3, .home-certificate .topo span, .home-speakers .intro p, .data-detalhes .horarios .item-palestra .informacoes .subtitulo, .data-detalhes .horarios .item-palestra .info-nome .nome {
  font-size: 45px;
  font-size: 4.5rem;
  font-size: clamp(2.25rem, 2.4456521739vw + -0.1956521739rem, 4.5rem);
}

.dest_44, .data-detalhes .horarios .item-palestra .palestrantes.varios .informacoes .titulo {
  font-size: 44px;
  font-size: 4.4rem;
  font-size: clamp(2.2rem, 2.3913043478vw + -0.1913043478rem, 4.4rem);
}

.dest_42 {
  font-size: 42px;
  font-size: 4.2rem;
  font-size: clamp(2.1rem, 2.2826086957vw + -0.1826086957rem, 4.2rem);
}

.dest_40, .botao-borda.b40, .card-speaker h3, .botao.grande {
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(2.05rem, 2.1195652174vw + -0.0695652174rem, 4rem);
}

.dest_38 {
  font-size: 38px;
  font-size: 3.8rem;
  font-size: clamp(1.95rem, 2.0108695652vw + -0.0608695652rem, 3.8rem);
}

.dest_36, .data-detalhes .horarios .item-palestra .palestrantes.varios .informacoes .subtitulo {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.85rem, 1.902173913vw + -0.052173913rem, 3.6rem);
}

.dest_35, .botao-borda.b35, .modal .coluna-texto h4, .modal .coluna-texto h3, .partners-main .outro, .donate-main .outro, .programme-geral .cidade-fechada .esq small, .home-certificate .texto, .home-details .bloco-data small {
  font-size: 35px;
  font-size: 3.5rem;
  font-size: clamp(1.8rem, 1.847826087vw + -0.047826087rem, 3.5rem);
}

.dest_32 {
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(1.7rem, 1.6304347826vw + 0.0695652174rem, 3.2rem);
}

.dest_30, .modal-food-titulo h3, .botao-borda.b30, .programme-geral .mapa-cidade .endereco span, .programme-geral .cidade-partners .titulo, .programme-geral .horarios h4, .programme-geral .streaming span, .programme-geral .seletor-info, .data-detalhes .mapa-cidade .endereco span, .data-detalhes .horarios .cidade-partners .titulo, .data-detalhes .horarios .item-palestra .info-nome .abre-bio, .data-detalhes .horarios .item-palestra .info-nome .nome strong, .data-detalhes .horarios .item-palestra h4, .data-detalhes .horarios .item-hora h4, .data-detalhes .abre-data .inside-abre .lateral .aviso strong, .register.food, .register.partners, .register.alt, .config-texto h3, .footer .sociais a {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.6rem, 1.5217391304vw + 0.0782608696rem, 3rem);
}

.txt_28 {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: clamp(1.5rem, 1.4130434783vw + 0.0869565217rem, 2.8rem);
}
@media screen and (max-width: 1099px) {
  .txt_28 {
    font-size: 17px;
  }
}

.txt_26 {
  font-size: 26px;
  font-size: 2.6rem;
  font-size: clamp(1.35rem, 1.3586956522vw + -0.0086956522rem, 2.6rem);
}
@media screen and (max-width: 1099px) {
  .txt_26 {
    font-size: 17px;
  }
}

.txt_25, .botao-borda, .programme-geral .mapa-cidade .endereco p, .programme-geral .streaming small, .programme-geral .disclaimer, .home-fft .coluna-texto, .home-attendance .coluna-texto .desc, .data-detalhes .mapa-cidade .endereco p, .data-detalhes .horarios .item-palestra .palestrantes.varios .informacoes .descricao, .data-detalhes .informacoes-data .topo .aviso, .data-detalhes .abre-data .inside-abre .lateral .aviso, .home-text .container .bloco-texto, .fixado .redes-sociais a, .register.dark, .register.about {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: clamp(1.3rem, 1.3043478261vw + -0.0043478261rem, 2.5rem);
}
@media screen and (max-width: 1099px) {
  .txt_25, .botao-borda, .programme-geral .mapa-cidade .endereco p, .programme-geral .streaming small, .programme-geral .disclaimer, .home-fft .coluna-texto, .home-attendance .coluna-texto .desc, .data-detalhes .mapa-cidade .endereco p, .data-detalhes .horarios .item-palestra .palestrantes.varios .informacoes .descricao, .data-detalhes .informacoes-data .topo .aviso, .data-detalhes .abre-data .inside-abre .lateral .aviso, .home-text .container .bloco-texto, .fixado .redes-sociais a, .register.dark, .register.about {
    font-size: 16px;
  }
}

.txt_24, .home-about .textos {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.25rem, 1.25vw + 0rem, 2.4rem);
}
@media screen and (max-width: 1099px) {
  .txt_24, .home-about .textos {
    font-size: 16px;
  }
}

.txt_22, .modal-food-titulo .coluna-texto {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.15rem, 1.1413043478vw + 0.0086956522rem, 2.2rem);
}
@media screen and (max-width: 1099px) {
  .txt_22, .modal-food-titulo .coluna-texto {
    font-size: 15px;
  }
}

.txt_20, .botao-borda.b20, .home-about .textos small, .fixado .redes-sociais, .register, .footer .fleft small, .header .menu-nav, .section {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.05rem, 1.0326086957vw + 0.0173913043rem, 2rem);
}
@media screen and (max-width: 1099px) {
  .txt_20, .botao-borda.b20, .home-about .textos small, .fixado .redes-sociais, .register, .footer .fleft small, .header .menu-nav, .section {
    font-size: 15px;
  }
}

.txt_18, .programme-geral .horarios p, .data-detalhes .horarios .item-hora p, .home-text .container small, .footer .fmeta {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(0.95rem, 0.9239130435vw + 0.0260869565rem, 1.8rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_18, .programme-geral .horarios p, .data-detalhes .horarios .item-hora p, .home-text .container small, .footer .fmeta {
    font-size: 14px;
  }
}

.txt_17 {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(0.9rem, 0.7608695652vw + 0.1391304348rem, 1.6rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_17 {
    font-size: 13px;
  }
}

.txt_16 {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(0.875rem, 0.7880434783vw + 0.0869565217rem, 1.6rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_16 {
    font-size: 12px;
  }
}

.txt_15 {
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(0.85rem, 0.7065217391vw + 0.1434782609rem, 1.5rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_15 {
    font-size: 12px;
  }
}

.txt_14 {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(0.825rem, 0.625vw + 0.2rem, 1.4rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_14 {
    font-size: 11px;
  }
}

.padbase, .programme-geral, .home-partners, .home-fft, .home-speakers, .home-details, .home-text, .home-intro {
  padding: 7.5em 0;
}
@media screen and (max-width: 1099px) {
  .padbase, .programme-geral, .home-partners, .home-fft, .home-speakers, .home-details, .home-text, .home-intro {
    padding: 5em 0;
  }
}
.padbase.nopt, .nopt.programme-geral, .nopt.home-partners, .nopt.home-fft, .nopt.home-speakers, .nopt.home-details, .nopt.home-text, .nopt.home-intro {
  padding-top: 0;
}
.padbase.nopb, .nopb.programme-geral, .nopb.home-partners, .nopb.home-fft, .nopb.home-speakers, .nopb.home-details, .nopb.home-text, .nopb.home-intro {
  padding-bottom: 0;
}
.padbase.metade, .metade.programme-geral, .metade.home-partners, .metade.home-fft, .metade.home-speakers, .metade.home-details, .metade.home-text, .metade.home-intro {
  padding: 3.75em 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .padbase.metade, .metade.programme-geral, .metade.home-partners, .metade.home-fft, .metade.home-speakers, .metade.home-details, .metade.home-text, .metade.home-intro {
    padding: 2.5em 0;
  }
}

.burger {
  display: none;
}
@media screen and (max-width: 1099px) {
  .burger {
    display: block;
    position: fixed;
    top: 6vw;
    left: 6vw;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .burger img {
    display: block;
    width: 15vw;
  }
  .burger.show-mob {
    left: -20vw;
  }
}

html {
  scroll-padding-top: 4.9vw;
}
@media screen and (max-width: 1099px) {
  html {
    scroll-padding-top: 16.2vw;
  }
}

.botao {
  display: inline-block;
  border: 1px solid #133844;
  line-height: 1.4;
  color: #133844;
  border-radius: 1000px;
  padding: 0.3em 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.botao:hover {
  background-color: #133844;
  color: #00BDB6;
  text-decoration: none;
}
.botao.grande {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  padding: 0.3em 1em;
}
.botao.outline-amarelo {
  color: #FACB2E;
  border: 1px solid #FACB2E;
}
.botao.outline-amarelo:hover {
  background-color: #FACB2E;
  color: #133844;
  text-decoration: none;
}
.botao.bg-azul {
  border: none;
  background-color: #133844;
  color: #D7FDF5;
}
.botao.bg-azul:hover {
  background-color: #1e596c;
  text-decoration: none;
}
.botao.bg-azulc {
  border: none;
  background-color: #00BDB6;
  color: #133844;
}
.botao.bg-azulc:hover {
  background-color: #133844;
  color: #00BDB6;
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
  background-color: #00BDB6;
  color: #133844;
  padding: 1.25vw 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1099px) {
  .header {
    padding: 4.5vw 0;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .header .container {
    padding-left: 6vw;
    padding-right: 6vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header .header-burger {
  display: none;
}
.header .header-burger .hamburger {
  padding: 2vw;
  padding-bottom: 0;
}
@media screen and (max-width: 1099px) {
  .header .header-burger {
    display: block;
  }
}
.header .hlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .hlogo .logo {
  display: block;
  height: 2.4vw;
}
@media screen and (max-width: 1099px) {
  .header .hlogo .logo {
    height: 7.2vw;
  }
}
.header .hlogo .logo img {
  display: block;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .header .hlogo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .hmenu {
  width: 58.375vw;
}
@media screen and (max-width: 1099px) {
  .header .hmenu {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.header .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5vw;
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
}
.header .menu-nav .ativo {
  font-weight: bold;
  color: #fff;
}
.header .menu-nav .register-head {
  background-image: url("../img/borda-register.png?v25");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1em 1.25em;
  color: #133844;
}
@media screen and (max-width: 1099px) {
  .header .menu-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    font-size: 16px;
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 1099px) {
  .header.ativo .hmenu {
    max-height: 100vh;
  }
}

.footer {
  width: 100%;
  background-color: #133844;
  color: #D7FDF5;
  padding: 4em 0;
  padding-bottom: 7em;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 1099px) {
  .footer {
    padding: 12vw 0;
    text-align: center;
  }
  .footer .lf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.footer .lf {
  margin-bottom: 4em;
  padding-left: 6.5416666667vw;
  padding-right: 6.5416666667vw;
}
@media screen and (max-width: 1099px) {
  .footer .lf {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .col-esq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1vw;
}
.footer .col-esq .carbonfree img {
  display: block;
  width: 10.625vw;
}
@media screen and (max-width: 1099px) {
  .footer .col-esq .carbonfree {
    display: none;
  }
}
.footer .fleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .footer .fleft {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .fleft .logo {
  display: block;
}
.footer .fleft .logo img {
  display: block;
  width: 15.8541666667vw;
}
@media screen and (max-width: 1099px) {
  .footer .fleft .logo img {
    width: 53vw;
  }
}
.footer .fleft .carbon {
  display: none;
}
@media screen and (max-width: 1099px) {
  .footer .fleft .carbon {
    display: block;
  }
  .footer .fleft .carbon img {
    display: block;
    width: 18vw;
  }
}
.footer .fleft small {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1099px) {
  .footer .fleft small {
    width: 100%;
    text-align: center;
    margin-top: 2em;
  }
}
.footer .col-dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1vw;
}
@media screen and (max-width: 1099px) {
  .footer .col-dir {
    gap: 10vw;
  }
}
.footer .col-dir .slogan {
  display: block;
  width: 8.75vw;
}
@media screen and (max-width: 1099px) {
  .footer .col-dir .slogan {
    width: 24vw;
  }
}
.footer .sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1vw;
  color: #D7FDF5;
}
@media screen and (max-width: 1099px) {
  .footer .sociais {
    gap: 2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .sociais a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 1099px) {
  .footer .sociais a {
    font-size: 18px;
  }
}
.footer .sociais a:hover {
  text-decoration: none;
  color: #00BDB6;
}
.footer .fmeta {
  text-align: center;
  color: #fff;
}
.footer .fmeta a {
  text-decoration: underline;
}
.footer .fmeta a:hover {
  color: #00BDB6;
}

.stack > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.config-texto p {
  margin-bottom: 1em;
}
.config-texto p strong {
  font-weight: 500;
}
.config-texto p:last-child {
  margin-bottom: 0;
}
.config-texto ul {
  list-style-type: disc;
  margin-bottom: 2em;
}
.config-texto ul:last-child {
  margin-bottom: 0;
}
.config-texto h3 {
  font-weight: 600;
  line-height: 1.3;
}

.register {
  display: inline-block;
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  color: #D7FDF5;
  border-radius: 1000px;
  line-height: 3.5em;
  height: 3.5em;
  padding: 0 1.5em;
  background-image: url("../img/borda-fix-register.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #133844;
  border-radius: 1.3vw;
}
@media screen and (max-width: 1099px) {
  .register {
    font-size: 10px;
  }
}
.register:hover {
  text-decoration: none;
}
.register.alt {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1.5em;
  background-image: url("../img/borda-register.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #133844;
}
.register.alt:hover {
  text-decoration: none;
  color: #fff;
}
.register.partners {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1.5em;
  background-image: url("../img/borda-partners.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #133844;
}
.register.partners:hover {
  text-decoration: none;
  color: rgba(19, 56, 68, 0.5);
}
.register.about {
  line-height: 3.25em;
  height: 3.25em;
  padding: 0 1em;
  background-image: url("../img/borda-fix-register.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #00BDB6;
}
.register.about:hover {
  text-decoration: none;
  color: rgba(0, 189, 182, 0.5);
}
.register.food {
  line-height: 3.25em;
  height: 3.25em;
  padding: 0 1.5em;
  background-image: url("../img/borda-fix-register.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #00BDB6;
}
.register.food:hover {
  text-decoration: none;
  color: rgba(0, 189, 182, 0.5);
}
.register.dark {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1.5em;
  background-color: #133844;
}
.register.dark:hover {
  text-decoration: none;
  background-color: #00BDB6;
  color: #133844;
}

.fixado {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
}
@media screen and (max-width: 1099px) {
  .fixado {
    display: none;
  }
}
.fixado .redes-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 3.85em;
  padding: 0 1.5em;
  gap: 0.5em;
  background-image: url("../img/borda-fix-tuned.svg?v2");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #133844;
  border-radius: 1.3vw;
}
@media screen and (max-width: 1099px) {
  .fixado .redes-sociais {
    height: 4em;
    font-size: 12px;
  }
}
.fixado .redes-sociais span {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  line-height: 1.1;
  font-weight: 500;
  color: #D7FDF5;
  margin-right: 0.5em;
}
@media screen and (max-width: 1099px) {
  .fixado .redes-sociais span br {
    display: none;
  }
}
.fixado .redes-sociais a {
  background-color: #F4663B;
  color: #133844;
  padding: 0.5em;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099px) {
  .fixado .redes-sociais a {
    font-size: 11px;
  }
}
.fixado .redes-sociais a i {
  display: block;
  line-height: 0.8;
}
.fixado .redes-sociais a:hover {
  text-decoration: none;
  background-color: #55BAB5;
}
.fixado .redes-sociais a.linkedin {
  background-color: #DE3CB6;
}
.fixado .redes-sociais a.linkedin:hover {
  background-color: #55BAB5;
}

.home-capa {
  width: 100%;
  height: calc(100dvh + 11vw);
  background-color: #00BDB6;
  position: relative;
  overflow: hidden;
}
.home-capa .container {
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 20;
}
.home-capa .container .box-centro {
  width: 51.8333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1vw;
}
@media screen and (max-width: 1099px) {
  .home-capa .container .box-centro {
    width: 80vw;
    gap: 3vw;
  }
}
.home-capa .container .box-centro .ano {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-capa .container .box-centro .ano img {
  display: block;
  width: 9.3125vw;
}
@media screen and (max-width: 1099px) {
  .home-capa .container .box-centro .ano img {
    width: 19.25vw;
  }
}
.home-capa .container .box-centro .logo {
  width: 100%;
  display: block;
}
.home-capa .container .box-centro .data {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #D7FDF5;
  width: 100%;
}
.home-capa .container .box-next {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 1vw;
  left: 0;
}
@media screen and (max-width: 1099px) {
  .home-capa .container .box-next {
    bottom: 3vw;
  }
}
.home-capa .container .box-next .next img {
  display: block;
  width: 6.0416666667vw;
}
@media screen and (max-width: 1099px) {
  .home-capa .container .box-next .next img {
    width: 12.5vw;
  }
}
.home-capa .camada-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: #133844;
  opacity: 0.8;
  mix-blend-mode: color;
}
.home-capa .camada-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #133844;
  opacity: 0.7;
}
.home-capa .fundo-video {
  position: absolute;
  top: 0;
  left: -20vw;
  width: 120vw;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
}
.home-capa .fundo-video video {
  display: block;
  height: 100%;
  width: 100%; /* 100 * 16 / 9 */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}

.divisoria {
  width: 100%;
  position: relative;
  margin-top: -11vw;
  z-index: 20;
}
.divisoria img {
  display: block;
  width: 100%;
}

.home-intro {
  width: 100%;
  background-color: #24BDB6;
}
.home-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .home-intro .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-intro .bloco-texto {
  width: 38.75vw;
}
.home-intro .bloco-texto h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #133844;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1099px) {
  .home-intro .bloco-texto {
    width: 100%;
    text-align: center;
  }
}
.home-intro .bloco-imagem {
  width: 25.6666666667vw;
  margin-right: 6.5416666667vw;
}
.home-intro .bloco-imagem img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-intro .bloco-imagem {
    width: 100%;
    margin-right: 0;
    margin-top: 4em;
  }
  .home-intro .bloco-imagem img {
    width: 49.625vw;
    margin: 0 auto;
  }
}

.home-about {
  background-color: #133844;
  color: #00BDB6;
  position: relative;
}
.home-about .container {
  height: 55vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4em;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1099px) {
  .home-about .container {
    height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
.home-about .textos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  gap: 2em;
}
.home-about .textos .coluna {
  width: 17.8166666667vw;
}
.home-about .textos strong {
  color: #24BDB6;
}
.home-about .textos .botao-borda {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.home-about .textos small {
  display: block;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 1099px) {
  .home-about .textos {
    display: block;
  }
  .home-about .textos > * + * {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
  .home-about .textos .coluna {
    width: 100%;
  }
}
.home-about .logo {
  width: 28.9375vw;
}
.home-about .logo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1099px) {
  .home-about .logo {
    width: 66.5vw;
  }
}
.home-about .world {
  width: 27.3020833333vw;
}
.home-about .world img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1099px) {
  .home-about .world {
    width: 66.5vw;
  }
}
.home-about .fundo {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url("../img/intro-bg.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
@media screen and (max-width: 1099px) {
  .home-about .fundo {
    display: none;
  }
}
.home-about .pessoa {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-image: url("../img/intro-escudo.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
@media screen and (max-width: 1099px) {
  .home-about .pessoa {
    display: none;
  }
}

.home-ready {
  width: 100%;
  height: 100dvh;
  background-color: #9CDFD1;
  background-image: url("../img/home-ready-fundo.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  .home-ready {
    height: auto;
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
}
.home-ready .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .home-ready .container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home-ready .container .bloco-texto {
  display: block;
  width: 32.2083333333vw;
}
@media screen and (max-width: 1099px) {
  .home-ready .container .bloco-texto {
    width: 100%;
  }
}
.home-ready .container h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
}
.home-ready .container .register {
  margin-top: 2em;
}

.anima-ready {
  width: 34.16vw;
  height: 40.5vw;
  position: relative;
}
.anima-ready img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1099px) {
  .anima-ready {
    width: 51.24vw;
    height: 60.75vw;
  }
}

.home-text {
  width: 100%;
  background-color: #9CDFD1;
  background-image: url("../img/home-text-bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.home-text .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .home-text .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-text .container .bloco-texto {
  display: block;
  width: 42.0208333333vw;
}
.home-text .container .bloco-texto > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 1099px) {
  .home-text .container .bloco-texto {
    width: 100%;
    margin-bottom: 2em;
  }
}
.home-text .container small {
  display: block;
  font-weight: bold;
  font-style: italic;
}

.anima-boy {
  width: 45.3125vw;
  height: 41.67vw;
  position: relative;
}
.anima-boy img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1099px) {
  .anima-boy {
    width: 67.96875vw;
    height: 62.505vw;
  }
}

.home-details {
  width: 100%;
  background-color: #24BDB6;
  position: relative;
}
.home-details h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1099px) {
  .home-details h2 br {
    display: none;
  }
}
.home-details .bloco-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75em;
}
@media screen and (max-width: 1099px) {
  .home-details .bloco-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em;
  }
}
.home-details .bloco-data small {
  display: block;
  color: #D7FDF5;
  font-weight: bold;
}
@media screen and (max-width: 1099px) {
  .home-details .bloco-data small {
    width: 100%;
    margin-bottom: 0;
  }
}
.home-details .bloco-data .local {
  border: 2px solid #133844;
  border-radius: 0.4em;
  padding: 0.25em 0.5em;
  padding-top: 0.35em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 0.25em;
  white-space: nowrap;
  cursor: pointer;
}
.home-details .bloco-data .local strong {
  font-weight: 500;
}
.home-details .bloco-data .local:last-of-type {
  margin-bottom: 0;
}
.home-details .bloco-data .local:hover {
  background-color: #133844;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1099px) {
  .home-details .bloco-data .local {
    margin-bottom: 0;
  }
}
.home-details .lf-datas {
  margin-top: 2em;
  margin-bottom: 3em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .home-details .lf-datas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
    margin-top: 2em;
  }
}
@media screen and (max-width: 1099px) {
  .home-details .lf-datas .d22 {
    margin-right: 0;
  }
}
@media screen and (max-width: 1099px) {
  .home-details .lf-datas .d23 {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1099px) {
  .home-details .lf-datas .d24 {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1099px) {
  .home-details .lf-datas .d25 {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-right: 0;
  }
}
.home-details .limited {
  display: block;
  font-style: italic;
  margin-top: 0.5em;
}
.home-details .lista-cidades > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.home-details .volta-prog {
  position: absolute;
  top: 2em;
  right: 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home-details .volta-prog img {
  display: block;
  width: 2em;
}

.data-detalhes {
  width: 100%;
}
.data-detalhes > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.data-detalhes .abre-data {
  width: 100%;
  padding: 0 1em !important;
  cursor: pointer;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .abre-data {
    height: auto !important;
    line-height: 1.2 !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
}
.data-detalhes .abre-data .inside-abre {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .abre-data .inside-abre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.data-detalhes .abre-data .inside-abre .data {
  font-weight: bold;
  width: 20.7604166667vw;
  text-align: left;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .abre-data .inside-abre .data {
    width: 100%;
  }
}
.data-detalhes .abre-data .inside-abre .local {
  font-weight: 400;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.data-detalhes .abre-data .inside-abre .lateral {
  width: 6.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5em;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .abre-data .inside-abre .lateral {
    width: 100%;
  }
}
.data-detalhes .abre-data .inside-abre .lateral .aviso {
  font-family: "Value Sans", "Calibri", "Lucida Grande", sans-serif;
  white-space: nowrap;
}
.data-detalhes .abre-data .inside-abre .lateral .aviso strong {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .abre-data .inside-abre .lateral .aviso {
    white-space: normal;
    margin-top: 1em;
  }
}
.data-detalhes .abre-data .inside-abre .lateral .seta {
  font-family: "Value Sans", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 400;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 1099px) {
  .data-detalhes .abre-data .inside-abre .lateral .seta {
    position: absolute;
    height: 1em;
    line-height: 1em;
    top: calc(50% - 0.5em);
    right: 0.5em;
  }
}
.data-detalhes .informacoes-data {
  background-color: #133844;
  color: #D7FDF5;
  padding: 2.5em;
  border-radius: 2em;
  position: relative;
  overflow: hidden;
  padding-bottom: 17vw;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .informacoes-data {
    padding: 1em;
    padding-bottom: 24vw;
  }
}
.data-detalhes .informacoes-data .topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .informacoes-data .topo {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.data-detalhes .informacoes-data .topo .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.data-detalhes .informacoes-data .topo .aviso {
  color: #9CDFD1;
  width: 23.7041666667vw;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .informacoes-data .topo .aviso {
    width: 100%;
    margin-top: 1em;
  }
}
.data-detalhes .informacoes-data:before {
  content: "";
  display: block;
  width: 100%;
  height: 17vw;
  background-image: url("../img/fundo-programme.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.data-detalhes .horarios .item-hora {
  border-top: 1px solid #fff;
  padding: 1.5em 0;
}
.data-detalhes .horarios .item-hora > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.data-detalhes .horarios .item-hora h4 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  color: #9CDFD1;
}
.data-detalhes .horarios .item-hora h4.talk {
  color: #fff;
  font-weight: 400;
  -webkit-margin-before: 0.9em;
          margin-block-start: 0.9em;
}
.data-detalhes .horarios .item-palestra {
  border-top: 1px solid #fff;
}
.data-detalhes .horarios .item-palestra h4 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  color: #9CDFD1;
  padding: 1em 0;
}
.data-detalhes .horarios .item-palestra h4.talk {
  color: #fff;
  font-weight: 400;
  -webkit-margin-before: 0.9em;
          margin-block-start: 0.9em;
}
.data-detalhes .horarios .item-palestra .palestrantes {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}
.data-detalhes .horarios .item-palestra .palestrantes > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .item-palestra .palestrantes {
    width: 100%;
  }
}
.data-detalhes .horarios .item-palestra .palestrante {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  border-top: 1px dashed rgba(215, 253, 245, 0.6);
  padding-top: 2em;
  padding-bottom: 0.5em;
  padding-left: 3.9483333333vw;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .item-palestra .palestrante {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    gap: 1em;
  }
}
.data-detalhes .horarios .item-palestra .card-speaker {
  width: 14.21875vw;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .item-palestra .card-speaker {
    width: 29.375vw;
  }
}
.data-detalhes .horarios .item-palestra .info-nome {
  width: 14.21875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2vw;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .item-palestra .info-nome {
    width: 36.125vw;
  }
}
.data-detalhes .horarios .item-palestra .info-nome .nome {
  line-height: 1.2;
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.75em;
}
.data-detalhes .horarios .item-palestra .info-nome .nome strong {
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .item-palestra .info-nome .nome {
    margin-bottom: 0.25em;
  }
}
.data-detalhes .horarios .item-palestra .info-nome .abre-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  color: #9CDFD1;
  margin-top: 0.5em;
}
.data-detalhes .horarios .item-palestra .info-nome .abre-bio img {
  display: block;
  width: 2.25vw;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .item-palestra .info-nome .abre-bio img {
    width: 5vw;
  }
}
.data-detalhes .horarios .item-palestra .palestrantes.varios {
  gap: 0;
}
.data-detalhes .horarios .item-palestra .palestrantes.varios .palestrante {
  border-top: none;
  margin-top: 0;
  padding-top: 1em;
}
.data-detalhes .horarios .item-palestra .palestrantes.varios .palestrante:nth-child(1) {
  border-top: 1px dashed rgba(215, 253, 245, 0.6);
}
.data-detalhes .horarios .item-palestra .palestrantes.varios .card-speaker {
  width: 10.9479166667vw;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .item-palestra .palestrantes.varios .card-speaker {
    width: 29.375vw;
  }
}
.data-detalhes .horarios .item-palestra .palestrantes.varios .informacoes {
  padding-bottom: 0;
  display: block;
}
.data-detalhes .horarios .item-palestra .palestrantes.varios .informacoes .subtitulo {
  font-weight: bold;
}
.data-detalhes .horarios .item-palestra .palestrantes.varios .informacoes .titulo {
  width: 80%;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .item-palestra .palestrantes.varios .informacoes .descricao {
    display: none;
  }
}
.data-detalhes .horarios .item-palestra .informacoes {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2vw;
}
.data-detalhes .horarios .item-palestra .informacoes .titulo {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  line-height: 1.3;
  margin-bottom: 0.5em;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .item-palestra .informacoes .titulo br {
    display: none;
  }
}
.data-detalhes .horarios .item-palestra .informacoes .subtitulo {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  line-height: 1.3;
  color: #D7FDF5;
}
.data-detalhes .horarios .botoes-cidade {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.data-detalhes .horarios .cidade-partners {
  margin-top: 3em;
}
.data-detalhes .horarios .cidade-partners .titulo {
  display: block;
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  color: #9CDFD1;
  margin-bottom: 1em;
}
.data-detalhes .horarios .cidade-partners .lista-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .cidade-partners .lista-partners {
    gap: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.data-detalhes .horarios .cidade-partners .item-partner {
  width: 9.3125vw;
  height: 9.3125vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1099px) {
  .data-detalhes .horarios .cidade-partners .item-partner {
    width: 28.7vw;
    height: 28.7vw;
  }
}
.data-detalhes .horarios .cidade-partners .item-partner img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.data-detalhes .mapa-cidade {
  width: 100%;
}
.data-detalhes .mapa-cidade .endereco {
  margin-bottom: 2em;
}
.data-detalhes .mapa-cidade .endereco span {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 500;
}
.data-detalhes .mapa-cidade .endereco p {
  line-height: 1;
  display: inline;
  color: #D7FDF5;
}
.data-detalhes .mapa-cidade .bloco-mapa {
  width: 100%;
  height: 24vw;
  background-color: #cdcdcd;
  border-radius: 1.5em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  .data-detalhes .mapa-cidade .bloco-mapa {
    height: 84vw;
  }
}
.data-detalhes .mapa-cidade .bloco-mapa iframe {
  width: 100%;
  height: 100%;
}

.home-speakers {
  padding-bottom: 0;
  width: 100%;
  background-color: #133844;
  color: #fff;
}
.home-speakers .container {
  padding-bottom: 5vw;
}
.home-speakers .intro {
  width: 40.0583333333vw;
}
@media screen and (max-width: 1099px) {
  .home-speakers .intro {
    width: 100%;
  }
}
.home-speakers .intro h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #D7FDF5;
}
.home-speakers .intro p {
  line-height: 1.2;
}
.home-speakers .intro.special {
  margin-top: 7.5em;
  margin-bottom: 5em;
}
.home-speakers .botoes {
  margin-top: 5em;
  margin-bottom: 5em;
}
.home-speakers .grid-speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 5em 5vw;
  width: 78vw;
  margin: 0 auto;
  margin-top: 7.5em;
}
@media screen and (max-width: 1099px) {
  .home-speakers .grid-speakers {
    gap: 2em 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4em;
  }
}
.home-speakers .separador {
  display: block;
  width: 100%;
  height: 34vw;
  margin-bottom: -1px;
}
.home-speakers .separador img {
  display: block;
  width: 100%;
}
.home-speakers .bottom {
  width: 100%;
  display: block;
}

.card-speaker {
  display: block;
  width: 14.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1099px) {
  .card-speaker {
    width: 36.8vw;
  }
}
.card-speaker .escudo {
  background-image: url("../img/equipe-card-base.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 278/323;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-speaker .escudo .topo {
  width: 100%;
  height: 100%;
  background-image: url("../img/equipe-card-topo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.card-speaker .escudo .foto {
  width: 75%;
  aspect-ratio: 209/242;
  position: relative;
  top: -0.1vw;
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../img/equipe-foto-mascara.png");
          mask-image: url("../img/equipe-foto-mascara.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-speaker.alt .escudo {
  background-image: url("../img/equipe-card-base-alt.png");
}
.card-speaker.alt .escudo .topo {
  background-image: url("../img/equipe-card-topo-alt.png");
}
.card-speaker:hover {
  text-decoration: none;
}
.card-speaker:hover .escudo .foto {
  width: 90%;
}
.card-speaker h3 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.card-speaker .mais {
  display: block;
  width: 2.7708333333vw;
}
@media screen and (max-width: 1099px) {
  .card-speaker .mais {
    width: 1.5em;
  }
}
.card-speaker.aberto {
  cursor: default;
  width: 20.4333333333vw;
}
.card-speaker.aberto:hover .escudo .foto {
  width: 75%;
}
.card-speaker.programme {
  cursor: default;
  width: 100%;
}
.card-speaker.programme:hover .escudo .foto {
  width: 75%;
}

.home-certificate {
  background-color: #5BB2AD;
  padding-top: 3.75em;
  padding-bottom: 11.25em;
}
@media screen and (max-width: 1099px) {
  .home-certificate {
    padding-bottom: 7.5em;
  }
}
.home-certificate .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .home-certificate .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.home-certificate .bloco-texto {
  width: 38.75vw;
}
@media screen and (max-width: 1099px) {
  .home-certificate .bloco-texto {
    width: 100%;
  }
}
.home-certificate .topo h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
}
.home-certificate .topo span {
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
.home-certificate .texto {
  color: #D7FDF5;
  margin: 1em 0;
}
.home-certificate .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.home-certificate .slogan {
  margin-right: 15.8541666667vw;
}
.home-certificate .slogan img {
  display: block;
  width: 19.125vw;
}
@media screen and (max-width: 1099px) {
  .home-certificate .slogan {
    margin-right: 0;
    margin-bottom: 3.75em;
  }
  .home-certificate .slogan img {
    width: 75%;
  }
}

.home-guests {
  background-color: #24BDB6;
  color: #133844;
  position: relative;
  padding-top: 5vw;
  padding-bottom: 10vw;
}
.home-guests .top {
  width: 100%;
  display: block;
}
.home-guests .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1099px) {
  .home-guests .container {
    display: block;
  }
}
.home-guests .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #D7FDF5;
  gap: 0.5em;
}
@media screen and (max-width: 1099px) {
  .home-guests .titulo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1em;
  }
  .home-guests .titulo br {
    display: none;
  }
}
.home-guests .grid-speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 5em 7vw;
  width: 58.375vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .home-guests .grid-speakers {
    gap: 2em 0;
    width: 100%;
  }
}

.home-attendance {
  background-color: #D7FDF5;
  color: #133844;
  position: relative;
  background-image: url("../img/certifica-grafismo-top.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 15vw;
}
.home-attendance .bottom {
  width: 100%;
  display: block;
}
.home-attendance .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1099px) {
  .home-attendance .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
  }
}
.home-attendance .coluna-escudo {
  width: 20.7604166667vw;
  margin-left: 4.40625vw;
}
.home-attendance .coluna-escudo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-attendance .coluna-escudo {
    width: 39.5vw;
    margin: 0 auto;
  }
}
.home-attendance .coluna-texto {
  width: 45.2916666667vw;
  margin-left: 6.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
}
@media screen and (max-width: 1099px) {
  .home-attendance .coluna-texto {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.home-attendance .coluna-texto h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.home-attendance .coluna-texto h3 {
  line-height: 1.2;
}
.home-attendance .coluna-texto .desc {
  width: 28.9375vw;
}
@media screen and (max-width: 1099px) {
  .home-attendance .coluna-texto .desc {
    width: 100%;
  }
}
.home-attendance .coluna-texto .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1099px) {
  .home-attendance .coluna-texto .botoes {
    margin-bottom: 2em;
    margin-top: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.home-fft {
  background-color: #133844;
  color: #fff;
}
.home-fft .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .home-fft .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
    text-align: center;
  }
}
.home-fft .coluna-titulo {
  width: 28.9375vw;
}
@media screen and (max-width: 1099px) {
  .home-fft .coluna-titulo {
    width: 100%;
  }
}
.home-fft .coluna-titulo h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
}
.home-fft .coluna-titulo h3 {
  line-height: 1.4;
  margin-top: 1em;
}
@media screen and (max-width: 1099px) {
  .home-fft .coluna-titulo h3 {
    margin-top: 0;
  }
}
.home-fft .coluna-texto {
  width: 13.8916666667vw;
}
@media screen and (max-width: 1099px) {
  .home-fft .coluna-texto {
    width: 100%;
  }
}
.home-fft .coluna-botoes {
  width: 15.8541666667vw;
  margin-right: 6.5416666667vw;
}
.home-fft .coluna-botoes .botao-borda {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-fft .coluna-botoes {
    width: 100%;
    margin-right: 0;
  }
}

.home-partners {
  background-color: #D7FDF5;
  color: #133844;
}
.home-partners .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .home-partners .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-partners .coluna-texto {
  width: 19.125vw;
}
@media screen and (max-width: 1099px) {
  .home-partners .coluna-texto {
    width: 100%;
  }
}
.home-partners h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1099px) {
  .home-partners h2 {
    width: 100%;
    text-align: center;
  }
}
.home-partners .col-slideshow {
  margin-right: 6.5416666667vw;
}
@media screen and (max-width: 1099px) {
  .home-partners .col-slideshow {
    margin-right: 0;
  }
}
.home-partners .container-slideshow {
  width: 45.2916666667vw;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .home-partners .container-slideshow {
    width: 80vw;
  }
}
.home-partners .container-slideshow .slideshow-parners {
  width: 100%;
}
.home-partners .container-slideshow .seta {
  position: absolute;
  top: calc(50% - 1.5em);
}
.home-partners .container-slideshow .seta img {
  display: block;
  height: 3em;
}
.home-partners .container-slideshow .seta.a-prev {
  left: -1em;
}
@media screen and (max-width: 1099px) {
  .home-partners .container-slideshow .seta.a-prev {
    left: -2em;
  }
}
.home-partners .container-slideshow .seta.a-next {
  right: -1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1099px) {
  .home-partners .container-slideshow .seta.a-next {
    right: -2em;
  }
}
.home-partners .item-slide {
  padding: 2em 0;
}
.home-partners .item-partner {
  width: 12.5833333333vw;
  padding-top: 2em;
}
@media screen and (max-width: 1099px) {
  .home-partners .item-partner {
    width: 38.15vw;
  }
}
.home-partners .item-partner img {
  width: 80%;
  display: block;
  margin: 0 auto;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.home-partners .botoes {
  margin-top: 2em;
}
@media screen and (max-width: 1099px) {
  .home-partners .botoes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.programme-geral {
  padding-bottom: 0;
  background-color: rgba(156, 223, 209, 0.37);
  background-image: url("../img/fundo-curvas-geral.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.programme-geral h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: 1.875em;
}
.programme-geral .lf-final {
  margin-top: 7.5em;
}
.programme-geral .item-cidade {
  width: 100%;
  margin-bottom: 1em;
}
.programme-geral .cidade-fechada {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  border: 2px solid #133844;
  border-radius: 1em;
  cursor: pointer;
}
.programme-geral .cidade-fechada .esq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.programme-geral .cidade-fechada .esq small {
  display: block;
  font-weight: bold;
  color: #24BDB6;
}
.programme-geral .cidade-fechada .esq h3 {
  font-weight: 500;
}
.programme-geral .cidade-fechada .esq h3 span {
  font-weight: 400;
}
@media screen and (max-width: 1099px) {
  .programme-geral .cidade-fechada .esq h3 {
    font-size: 22px;
  }
}
.programme-geral .cidade-fechada .seta {
  font-weight: 500;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.programme-geral .cidade-fechada:hover {
  background-color: #133844;
  color: #fff;
}
.programme-geral .cidade-info {
  background-color: #133844;
  color: #fff;
  padding: 3em;
  border-radius: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 1099px) {
  .programme-geral .cidade-info {
    padding: 2em;
  }
}
.programme-geral .lf-info {
  margin-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .programme-geral .lf-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
}
.programme-geral .seletor-info {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 300;
  border: 1px solid #9CDFD1;
  border-radius: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.programme-geral .seletor-info span {
  display: block;
  padding: 0 2em;
  border-radius: 2000px;
  height: 2.8em;
  line-height: 2.8em;
  cursor: pointer;
}
@media screen and (max-width: 1099px) {
  .programme-geral .seletor-info span {
    padding: 0 1em;
  }
}
.programme-geral .seletor-info span.ativo {
  background-color: #9CDFD1;
  color: #133844;
}
.programme-geral .disclaimer {
  color: #9CDFD1;
  width: 22.3958333333vw;
}
@media screen and (max-width: 1099px) {
  .programme-geral .disclaimer {
    width: 100%;
  }
}
.programme-geral .streaming span {
  display: block;
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  position: relative;
}
.programme-geral .streaming span:before {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% + 0.2em);
}
.programme-geral .streaming small {
  display: block;
}
.programme-geral .horarios .item-hora {
  border-top: 1px solid #fff;
  padding: 1.5em 0;
}
.programme-geral .horarios .item-hora > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.programme-geral .horarios h4 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  color: #9CDFD1;
}
.programme-geral .horarios h4.talk {
  color: #fff;
  font-weight: 400;
  -webkit-margin-before: 0.9em;
          margin-block-start: 0.9em;
}
.programme-geral .botoes {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.programme-geral .cidade-partners {
  margin-top: 3em;
}
.programme-geral .cidade-partners .titulo {
  display: block;
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  color: #9CDFD1;
  margin-bottom: 1em;
}
.programme-geral .cidade-partners .lista-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  width: 80%;
}
@media screen and (max-width: 1099px) {
  .programme-geral .cidade-partners .lista-partners {
    gap: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.programme-geral .cidade-partners .item-partner {
  width: 9.3125vw;
  height: 9.3125vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1099px) {
  .programme-geral .cidade-partners .item-partner {
    width: 28.7vw;
    height: 28.7vw;
  }
}
.programme-geral .cidade-partners .item-partner img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.programme-geral .item-cidade .cidade-info {
  display: none;
}
.programme-geral .item-cidade.aberto .cidade-info {
  display: block;
}
.programme-geral .mapa-cidade {
  width: 100%;
}
.programme-geral .mapa-cidade .endereco {
  margin-bottom: 2em;
}
.programme-geral .mapa-cidade .endereco span {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 500;
}
.programme-geral .mapa-cidade .endereco p {
  line-height: 1;
  display: inline;
  color: #D7FDF5;
}
.programme-geral .mapa-cidade .bloco-mapa {
  width: 100%;
  height: 24vw;
  background-color: #cdcdcd;
  border-radius: 1.5em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  .programme-geral .mapa-cidade .bloco-mapa {
    height: 84vw;
  }
}
.programme-geral .mapa-cidade .bloco-mapa iframe {
  width: 100%;
  height: 100%;
}
.programme-geral .separador {
  display: block;
  width: 100%;
  height: 34vw;
  margin-bottom: -1px;
}
.programme-geral .separador img {
  display: block;
  width: 100%;
}

.donate-main {
  padding-top: calc(4.9vw + 7.5em);
  padding-bottom: 0;
  background-color: #9CDFD1;
}
.donate-main .topo {
  margin-bottom: 3.75em;
}
.donate-main .topo h1 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.donate-main .topo p {
  font-weight: 500;
  line-height: 1.2;
}
.donate-main .outro {
  width: 28.9375vw;
  margin-top: 3.75em;
}
@media screen and (max-width: 1099px) {
  .donate-main .outro {
    width: 100%;
  }
}
.donate-main .separador {
  display: block;
  width: 100%;
  height: 34vw;
  margin-bottom: -1px;
}
.donate-main .separador img {
  display: block;
  width: 100%;
}
.donate-main .bloco-arcos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32.5vw;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .donate-main .bloco-arcos {
    height: 85vw;
  }
}
.donate-main .bloco-arcos .arco-a {
  position: absolute;
  top: 0;
  left: 2em;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .donate-main .bloco-arcos .arco-a {
    left: -1em;
  }
}
.donate-main .bloco-arcos .arco-a img {
  display: block;
  height: 100%;
}
.donate-main .bloco-arcos .arco-a .mascara {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  background-image: url("../img/arco-food-a.png");
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
}
.donate-main .bloco-arcos .arco-b {
  position: absolute;
  top: 0;
  right: 2em;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .donate-main .bloco-arcos .arco-b {
    display: none;
  }
}
.donate-main .bloco-arcos .arco-b img {
  display: block;
  height: 100%;
}
.donate-main .bloco-arcos .arco-b .mascara {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-image: url("../img/arco-food-a.png");
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
}
.donate-main .container-slideshow {
  background-color: #fff;
  width: 74.7291666667vw;
  margin: 0 auto;
  padding: 1em 2em;
  border-radius: 1.5em;
  position: relative;
}
.donate-main .container-slideshow .seta {
  position: absolute;
  top: calc(50% - 1.5em);
}
.donate-main .container-slideshow .seta img {
  display: block;
  height: 3em;
}
.donate-main .container-slideshow .seta.a-prev {
  left: -2em;
}
.donate-main .container-slideshow .seta.a-next {
  right: -2em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.donate-main .container-slideshow .slideshow-food {
  position: relative;
}
.donate-main .container-slideshow .slideshow-food:before {
  content: "";
  display: block;
  width: 20vw;
  height: 100%;
  background-color: #cdcdcd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1099px) {
  .donate-main .container-slideshow .slideshow-food:before {
    display: none;
  }
}
.donate-main .container-slideshow .slideshow-food:after {
  content: "";
  display: block;
  width: 25vw;
  height: 100%;
  background-color: #cdcdcd;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: -webkit-gradient(linear, right top, left top, color-stop(15%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1099px) {
  .donate-main .container-slideshow .slideshow-food:after {
    display: none;
  }
}
.donate-main .item-slide .item-food {
  display: block;
  width: 100%;
  height: 11.6020833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099px) {
  .donate-main .item-slide .item-food {
    height: 32.75vw;
  }
}
.donate-main .item-slide .item-food img {
  display: block;
  width: 75%;
  height: 75%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.partners-main {
  padding-top: calc(4.9vw + 7.5em);
  padding-bottom: 0;
  background-color: #9CDFD1;
  background-image: url("../img/bg-fundo-speakers.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.partners-main .topo {
  margin-bottom: 3.75em;
}
.partners-main .topo h1 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.partners-main .topo p {
  font-weight: 500;
  line-height: 1.2;
}
.partners-main .outro {
  width: 28.9375vw;
  margin-top: 3.75em;
}
.partners-main .separador {
  display: block;
  width: 100%;
  height: 34vw;
  margin-bottom: -1px;
}
.partners-main .separador img {
  display: block;
  width: 100%;
}
.partners-main .partners-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 1099px) {
  .partners-main .partners-grid {
    padding-bottom: 5em;
  }
}
.partners-main .item-partner {
  width: 12.5833333333vw;
  height: 12.5833333333vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.5em;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1099px) {
  .partners-main .item-partner {
    width: 36.8vw;
    height: 36.8vw;
  }
}
.partners-main .item-partner img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.fundo-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1vw;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.fundo-modal.ativo {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}

.modal {
  width: 64.9166666667vw;
  max-height: 100%;
  background-color: #133844;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  padding: 3.0208333333vw;
  border-radius: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .modal {
    width: 96vw;
    border-radius: 2em;
    padding: 2em;
  }
}
.modal:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 0.3em #00BDB6 solid;
  border-top-left-radius: 4em;
  border-bottom-left-radius: 4em;
  border-right: none;
}
@media screen and (max-width: 1099px) {
  .modal:before {
    border-width: 0.15em;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
  }
}
.modal:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  border: 0.3em #D7FDF5 solid;
  border-top-right-radius: 4em;
  border-bottom-right-radius: 4em;
  border-left: none;
}
@media screen and (max-width: 1099px) {
  .modal:after {
    border-width: 0.15em;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
  }
}
.modal .modal-fechar {
  position: absolute;
  z-index: 100;
  top: 2em;
  right: 2em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-fechar img {
  display: block;
  width: 2vw;
}
@media screen and (max-width: 1099px) {
  .modal .modal-fechar {
    top: 1em;
    right: 1em;
  }
  .modal .modal-fechar img {
    width: 1.5em;
  }
}
.modal .card-speaker.aberto {
  width: 19.125vw;
}
@media screen and (max-width: 1099px) {
  .modal .card-speaker.aberto {
    display: none;
  }
}
.modal .coluna-texto {
  width: 35.4791666667vw;
}
@media screen and (max-width: 1099px) {
  .modal .coluna-texto {
    width: 100%;
  }
}
.modal .coluna-texto .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  margin-bottom: 2em;
}
.modal .coluna-texto .nome {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #F7FAFA;
  margin-bottom: 0.25em;
}
.modal .coluna-texto h3 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #F7FAFA;
  margin-bottom: 0.5em;
}
.modal .coluna-texto h4 {
  color: #D7FDF5;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.modal .coluna-texto .minibio {
  color: #D7FDF5;
  line-height: 1.5;
  width: 35.4791666667vw;
  max-height: 18vw;
  overflow: auto;
  padding-right: 1em;
}
.modal .coluna-texto .minibio::-webkit-scrollbar {
  width: 0.75em;
  height: 0.75em;
}
.modal .coluna-texto .minibio::-webkit-scrollbar-thumb {
  background: #24bdb6;
  border-radius: 1000px;
}
.modal .coluna-texto .minibio::-webkit-scrollbar-track {
  background: rgba(36, 189, 182, 0.5);
  border-radius: 1000px;
}
.modal .coluna-texto .minibio {
  scrollbar-face-color: #24bdb6;
  scrollbar-track-color: rgba(36, 189, 182, 0.5);
}
.modal .coluna-texto .minibio.inativo {
  display: none;
}
.modal .coluna-texto .minibio .abstract > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 1099px) {
  .modal .coluna-texto .minibio {
    width: 100%;
    max-height: 120vw;
  }
}

.botao-borda {
  display: inline-block;
  text-align: center;
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  color: #D7FDF5;
  border-radius: 1000px;
  line-height: 3em;
  height: 3em;
  padding: 0 1.5em;
  min-width: 6em;
  border-radius: 1em;
  position: relative;
}
.botao-borda:before {
  content: "";
  display: block;
  width: 30%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 0.2em #00BDB6 solid;
  border-top-left-radius: 1em;
  border-right: none;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.botao-borda:after {
  content: "";
  display: block;
  width: 70%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  border: 0.2em #D7FDF5 solid;
  border-top-right-radius: 1em;
  border-left: none;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.botao-borda span {
  display: block;
}
.botao-borda span:before {
  content: "";
  display: block;
  width: 70%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border: 0.2em #00BDB6 solid;
  border-bottom-left-radius: 1em;
  border-right: none;
  border-top: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.botao-borda span:after {
  content: "";
  display: block;
  width: 30%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  border: 0.2em #D7FDF5 solid;
  border-bottom-right-radius: 1em;
  border-left: none;
  border-top: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.botao-borda:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.botao-borda:hover:before {
  width: 70%;
}
.botao-borda:hover:after {
  width: 30%;
}
.botao-borda:hover span:before {
  width: 30%;
}
.botao-borda:hover span:after {
  width: 70%;
}
.botao-borda.b20 {
  line-height: 2em;
  height: 2em;
  padding: 0 1.5em;
  min-width: 0;
  border-radius: 0.5em;
}
.botao-borda.b20:before {
  border-width: 0.15em;
  border-top-left-radius: 0.5em;
}
.botao-borda.b20:after {
  border-width: 0.15em;
  border-top-right-radius: 0.5em;
}
.botao-borda.b20 span:before {
  border-width: 0.15em;
  border-bottom-left-radius: 0.5em;
}
.botao-borda.b20 span:after {
  border-width: 0.15em;
  border-bottom-right-radius: 0.5em;
}
.botao-borda.b30 {
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.5em;
  min-width: 0;
}
.botao-borda.b30:before {
  border-width: 0.15em;
  border-top-left-radius: 0.75em;
}
.botao-borda.b30:after {
  border-width: 0.15em;
  border-top-right-radius: 0.75em;
}
.botao-borda.b30 span:before {
  border-width: 0.15em;
  border-bottom-left-radius: 0.75em;
}
.botao-borda.b30 span:after {
  border-width: 0.15em;
  border-bottom-right-radius: 0.75em;
}
.botao-borda.b35 {
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.5em;
  min-width: 0;
}
.botao-borda.b35:before {
  border-width: 0.15em;
  border-top-left-radius: 0.75em;
}
.botao-borda.b35:after {
  border-width: 0.15em;
  border-top-right-radius: 0.75em;
}
.botao-borda.b35 span:before {
  border-width: 0.15em;
  border-bottom-left-radius: 0.75em;
}
.botao-borda.b35 span:after {
  border-width: 0.15em;
  border-bottom-right-radius: 0.75em;
}
.botao-borda.b40 {
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.5em;
  min-width: 0;
}
.botao-borda.b40:before {
  border-width: 0.15em;
  border-top-left-radius: 0.75em;
}
.botao-borda.b40:after {
  border-width: 0.15em;
  border-top-right-radius: 0.75em;
}
.botao-borda.b40 span:before {
  border-width: 0.15em;
  border-bottom-left-radius: 0.75em;
}
.botao-borda.b40 span:after {
  border-width: 0.15em;
  border-bottom-right-radius: 0.75em;
}
.botao-borda.b45 {
  line-height: 1.9em;
  height: 1.9em;
  padding: 0 0.65em;
  min-width: 0;
  border-radius: 0.55em;
}
.botao-borda.b45:before {
  border-width: 0.1em;
  border-top-left-radius: 0.55em;
}
.botao-borda.b45:after {
  border-width: 0.1em;
  border-top-right-radius: 0.55em;
}
.botao-borda.b45 span:before {
  border-width: 0.1em;
  border-bottom-left-radius: 0.55em;
}
.botao-borda.b45 span:after {
  border-width: 0.1em;
  border-bottom-right-radius: 0.55em;
}
.botao-borda.sans {
  font-family: "Value Sans", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
}
.botao-borda.tdark {
  color: #133844;
}
.botao-borda.claro2:before {
  border-color: #8EE8D8;
}
.botao-borda.claro2:after {
  border-color: #D7FDF5;
}
.botao-borda.claro2 span:before {
  border-color: #8EE8D8;
}
.botao-borda.claro2 span:after {
  border-color: #D7FDF5;
}
.botao-borda.escuro:before {
  border-color: #D7FDF5;
}
.botao-borda.escuro:after {
  border-color: #133844;
}
.botao-borda.escuro span:before {
  border-color: #D7FDF5;
}
.botao-borda.escuro span:after {
  border-color: #133844;
}
.botao-borda.escuro2:before {
  border-color: #55BAB5;
}
.botao-borda.escuro2:after {
  border-color: #133844;
}
.botao-borda.escuro2 span:before {
  border-color: #55BAB5;
}
.botao-borda.escuro2 span:after {
  border-color: #133844;
}
.botao-borda.ativo {
  background-color: rgba(0, 189, 182, 0.3);
}

.modal-food-titulo {
  width: 100%;
}
.modal-food-titulo h2 {
  font-family: "Value Serif", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
}
.modal-food-titulo h3 {
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .modal-food-titulo h3 {
    margin-top: 0;
  }
}
.modal-food-titulo .coluna-texto {
  width: 25.6666666667vw;
  margin: 0 auto;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .modal-food-titulo .coluna-texto {
    width: 100%;
  }
}
.modal-food-titulo .container-slideshow {
  width: 45.2916666667vw;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .modal-food-titulo .container-slideshow {
    width: 80vw;
  }
}
.modal-food-titulo .container-slideshow .slideshow-parners {
  width: 100%;
}
.modal-food-titulo .container-slideshow .seta {
  position: absolute;
  top: calc(50% - 1.5em);
}
.modal-food-titulo .container-slideshow .seta img {
  display: block;
  height: 3em;
}
.modal-food-titulo .container-slideshow .seta.a-prev {
  left: -1em;
}
@media screen and (max-width: 1099px) {
  .modal-food-titulo .container-slideshow .seta.a-prev {
    left: -1em;
  }
}
.modal-food-titulo .container-slideshow .seta.a-next {
  right: -1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1099px) {
  .modal-food-titulo .container-slideshow .seta.a-next {
    right: -1em;
  }
}
.modal-food-titulo .item-slide {
  padding: 2em 0;
}
.modal-food-titulo .item-partner {
  width: 12.5833333333vw;
  padding-top: 2em;
}
@media screen and (max-width: 1099px) {
  .modal-food-titulo .item-partner {
    width: 38.15vw;
  }
}
.modal-food-titulo .item-partner img {
  width: 80%;
  display: block;
  margin: 0 auto;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}