.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.boddy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-colunas {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.bg-coluna-01 {
  z-index: 1;
  background-color: #f1f1f1;
  background-image: url('../images/Ita-BG-01.avif');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  height: 100vh;
  position: relative;
}

.bg-coluna-02 {
  z-index: 1;
  background-color: #dfdede;
  background-image: url('../images/Ita-BG-03.avif');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  height: 100vh;
  position: relative;
}

.box-conteudo {
  z-index: 2;
  background-color: #ffffffe6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1000px;
  padding: 40px 60px;
  display: flex;
  position: relative;
  box-shadow: 2px 6px 10px 4px #0003;
}

.separa-colunas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.separa-linha {
  background-color: #b1b3b6;
  flex: 1;
  height: 2px;
}

.separa-bola-verde {
  background-color: #d52b1e;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  margin-right: -30px;
}

.separa-bola-vermelha {
  background-color: #007d57;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-left: -30px;
  margin-right: 20px;
}

.texto {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.texto.destaque {
  color: #fff;
  background-color: #75787b;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
}

.texto.endere-o {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

.titulo {
  font-size: 30px;
  line-height: 34px;
}

.logo {
  margin-bottom: 0;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.redes-colunas {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.redes-links {
  background-color: #75787b;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.redes-coluna {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.bg-coluna-03 {
  z-index: 1;
  background-color: #f1f1f1;
  background-image: url('../images/Ita-BG-02.avif');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  height: 100vh;
  position: relative;
}

.bg-coluna-04 {
  z-index: 1;
  background-color: #dfdede;
  background-image: url('../images/Ita-BG-04.avif');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  height: 100vh;
  position: relative;
}

.link {
  color: #008457;
  font-weight: 400;
  text-decoration: none;
}

.brand, .container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-ita-fispal {
  width: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.secao1 {
  background-image: url('../images/banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.secao1.expositores {
  box-shadow: none;
  background-color: #e9e9e9;
  background-image: url('../images/BG.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.logo-fispal2026 {
  width: 70%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.titulo-fispal {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.titulo-fispal.anhembi {
  font-size: 18px;
}

.secao2 {
  background-color: #e9e9e9;
}

.secao2.home {
  background-color: #fff;
}

.div-block-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.div-block-3 {
  width: 45%;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.bt-map {
  background-color: #cb231d;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.bt-map:hover {
  background-color: #008356;
}

.paragraph-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  text-decoration: none;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.paragraph-3 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-4 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.button {
  background-color: #cb231d;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.button:hover {
  background-color: #008356;
}

.div-block-7 {
  text-align: center;
  width: 70%;
}

.logos-rodape-fispal {
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titulo-fispal-expositores {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 48px;
}

.titulo-fispal-expositores.anhembi {
  font-size: 18px;
}

.card-ita {
  background-color: #fff;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.logo-ita-completo {
  width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.div-block-8 {
  border-bottom: 1px solid #b8b8b8;
  border-radius: 2px;
}

.titulo-expositor {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.paragraph-5 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-right: 40px;
  display: block;
}

.fispal-ender {
  color: #505050;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.fispal-ender.nobrasil {
  margin-top: 10px;
}

.link-2 {
  color: #007c4d;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.card-expositor {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  box-shadow: 0 2px 5px #0003;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.expositores {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.expositores.title {
  color: #007b4c;
}

.paragraph-6 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.div-block-11, .div-block-12, .div-block-13 {
  padding-left: 5px;
  padding-right: 5px;
}

.espaco {
  width: 2px;
  height: 10px;
}

.div-block-14 {
  background-color: #dd1727;
  background-image: linear-gradient(270deg, #dd1727 43%, #00795e 43%);
  height: 5px;
}

.fotos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
}

.foto-produto {
  width: 200px;
}

.div-block-15 {
  background-color: #e4e4e4;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-16 {
  padding-left: 20px;
  padding-right: 20px;
}

.titulo-produto {
  text-transform: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-17 {
  padding-left: 20px;
  padding-right: 20px;
}

.selo {
  border-radius: 8px;
  width: 40%;
  box-shadow: 0 3px 5px #0003;
}

.div-block-18 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.apoio {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
}

.div-block-20 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-21 {
  background-color: #e9e9e9;
}

@media screen and (max-width: 991px) {
  .bg-colunas {
    position: fixed;
    inset: 0%;
  }

  .box-conteudo {
    width: 80%;
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .fotos {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .bg-colunas {
    flex-flow: column;
  }

  .bg-coluna-01, .bg-coluna-02 {
    width: 100%;
    height: 25vh;
  }

  .box-conteudo {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .separa-bola-verde {
    width: 6px;
    height: 6px;
    margin-left: 14px;
    margin-right: -20px;
  }

  .separa-bola-vermelha {
    width: 6px;
    height: 6px;
    margin-left: -20px;
    margin-right: 14px;
  }

  .texto.destaque {
    text-align: center;
    max-width: 250px;
    line-height: 27px;
  }

  .redes-colunas {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .bg-coluna-03, .bg-coluna-04 {
    width: 100%;
    height: 25vh;
  }

  .secao2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 60px;
  }

  .div-block-3 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .card-ita {
    flex-flow: column;
    display: flex;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .div-block-10 {
    width: auto;
  }

  .card-expositor {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.5fr 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container-3, .div-block-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .fotos {
    justify-content: center;
    align-items: center;
  }

  .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .selo {
    width: 90%;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .box-conteudo {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .separa-bola-verde {
    margin-left: 10px;
    margin-right: -10px;
  }

  .separa-bola-vermelha {
    margin-left: -10px;
    margin-right: 10px;
  }

  .secao1.expositores {
    background-size: auto;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-2 {
    font-size: 14px;
  }

  .card-expositor {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .expositores {
    display: block;
  }
}


