body {
  margin: 0;
  padding: 0;
  border: 0;
}

header {
  padding: 41px 202px 41px 110px;
}

html {
  scroll-behavior: smooth;
}

/* body::-webkit-scrollbar {
  width: 1px;              
}

body::-webkit-scrollbar-track {
  background: transparent;        
}

body::-webkit-scrollbar-thumb {
  background-color: red;    
} */

.div-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.botao-menu {
  background-color: transparent;
  border: none;
  color: #003666;
  cursor: pointer;
  text-decoration: none;
}

.texto-botao-menu {
  font: 600 18px montserrat;
}

.botao-menu:hover {
  text-decoration: none;
  color: #325e84;
}

.botoes-menu {
  display: flex;
  align-items: center;
  gap: 58px;
}

.div-bloco-1 {
  background: radial-gradient(50% 50% at 50% 50%, #73DCFF 0%, #016DA0 100%);
  padding: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.texto-bloco-1 {
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.texto-periodo-program {
  font: 500 18px inter;
  color: #ffff;
}

.titulo-congresso {
  font: 700 78px montserrat;
  color: #ffff;
}

.texto-descricao {
  font: 400 18px inter;
  color: #ffff;
}

.texto-embarcar {
  font: 700 24px montserrat;
  color: #ffff;
}

.div-bloco-2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 65px;
}

.botao-programacao {
  width: 124px;
  height: 88px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px -5px rgba(207, 209, 230, 0.45);
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 13px;
}

.botao-programacao:hover {
  background: #73DCFF;
}

.div-botoes-programacao {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 43px;
  overflow-x: auto;
}

.titulo-bloco-2 {
  font: 700 32px montserrat;
  color: #003666;
}

.data-programacao {
  font: 600 20px montserrat;
  color: #003666;
}

.card-programacao-dom {
  display: block;
  width: 681px;
  background-color: #ffffff;
  border: 0.5px solid #003666;
  box-shadow: 0px 10px 30px -5px rgba(207, 209, 230, 0.45);
  border-radius: 12px;
  margin-top: 64px;
}

.card-programacao-seg {
  display: none;
  width: 681px;
  background-color: #ffffff;
  border: 0.5px solid #003666;
  box-shadow: 0px 10px 30px -5px rgba(207, 209, 230, 0.45);
  border-radius: 12px;
  margin-top: 64px;
}

.card-programacao-ter {
  display: none;
  width: 681px;
  background-color: #ffffff;
  border: 0.5px solid #003666;
  box-shadow: 0px 10px 30px -5px rgba(207, 209, 230, 0.45);
  border-radius: 12px;
  margin-top: 64px;
}

.card-programacao-qua {
  display: none;
  width: 681px;
  background-color: #ffffff;
  border: 0.5px solid #003666;
  box-shadow: 0px 10px 30px -5px rgba(207, 209, 230, 0.45);
  border-radius: 12px;
  margin-top: 64px;
}

.titulo-card-programacao {
  background-color: #73DCFF;
  border-radius: 12px 12px 0px 0px;
  padding: 19px 54px;
}

.data-dia-programacao {
  font: 600 24px montserrat;
  color: #003666;
}

.horario-programacao {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 35px 54px;
}

.hora-programacao {
  font: 500 20px inter;
  color: #5F5C6B;
}

.desc-programacao {
  font: 700 20px inter;
  color: #003666;
}

.div-bloco-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #016DA0;
  padding: 65px 96px;
}

.titulo-palestrantes {
  font: 700 32px montserrat;
  color: #ffffff;
}

.nome-palestrante {
  font: 600 16px montserrat;
  color: #ffffff;
}

.campo-palestrante {
  font: 400 14px montserrat;
  color: #ffffff;
}

.div-foto-nome-palestrante {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.foto-palestrante {
  border-radius: 50%;
  width: 190px;
  height: 198px;
}

.div-palestrantes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 74px;
  margin-top: 32px;
}

.div-bloco-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 43px;
  background-color: #003666;
  padding: 65px;
}

.titulo-mapa-evento {
  font: 700 32px montserrat;
  color: #ffffff;
}

.div-bloco-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  padding: 116px 0px;
}

.titulo-clima-congresso {
  display: flex;
  flex-direction: column;
}

.font-titulo-clima {
  font: 700 32px montserrat;
  color: #003666;
}

.text-educ-advent {
  font: 400 15px inter;
  color: #003666;
}

.politica-privacidade {
  font: 400 16px inter;
  color: #8C8A97;
  cursor: pointer;
}

.text-desenvolvido {
  font: 400 14px inter;
  color: #8C8A97;
}

.text-sistemas-usb {
  font: 600 14px inter;
  color: #8C8A97;
}

.div-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 46px 112px;
  border-top: 3px solid #EBEDFF;
}

.logo-text-educ-advent {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.div-botao-inicio {
  display: flex;
  justify-content: flex-end;
  padding: 0px 73px 38px 73px;
}

.botao-inicio {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #003666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-embarcar-resp {
  display: none;
}

.botoes-menu-resp {
  display: none;
}

.div-polit-priv-desenv {
  display: flex;
  align-items: center;
  gap: 20rem;
}

.menu-responsivo {
  display: none;
}

.menu-top {
  top: 49px !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.item-menu-resposivo {
  font: 700 20px inter;
  color: #003666;
  padding: 15px;
}

.div-titulo-mapa {
  display: flex;
  gap: 10px;
}

.div-text-descr {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.tamanho-passaport {
  width: 750px;
}

.tamanho-mapa {
  width: 80%;
}

.div-image-mapa {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-baixa-imagem {
  padding: 10px;
  background-color: #73DCFF;
  color: #003666;
  font: 700 24px montserrat;
  border-radius: 6px;
}

.btn-baixa-imagem:hover {
  text-decoration: none;
  color: #ffff;
  transition: 0.2s;
}

@media(max-width:1663px) {
  .tamanho-passaport {
    width: 100%;
  }
}

@media(max-width:1620px) {
  .div-bloco-1 {
    padding: 69px;
  }

  header {
    padding: 41px 202px 41px 69px;
  }

  .titulo-congresso {
    font-size: 75px;
  }

  .texto-descricao {
    font-size: 16px;
  }
}

@media(max-width:1540px) {
  .text-funcao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media(max-width:1440px) {
  .div-bloco-1 {
    padding: 50px;
  }

  header {
    padding: 41px 202px 41px 50px;
  }

  .titulo-congresso {
    font-size: 56px;
  }

  .tamanho-passaport {
    width: 90%;
  }
}

@media(max-width:1245px) {
  .div-bloco-1 {
    flex-direction: column;
    align-items: center;
  }

  .div-embarcar {
    display: none;
  }

  .div-embarcar-resp {
    display: block;
  }

  .div-text-descr {
    margin-bottom: 30px;
  }

  .div-palestrantes {
    grid-template-columns: 1fr 1fr 1fr;
  }

  header {
    padding: 41px;
  }

  .div-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }

  .div-polit-priv-desenv {
    display: flex;
    align-items: center;
    gap: 60px;
  }
}

@media(max-width:920px) {
  .tamanho-mapa {
    width: 100%;
  }
}

@media(max-width:830px) {
  .botoes-menu {
    display: none;
  }

  .menu-responsivo {
    display: block;
  }
}

@media(max-width:768px) {
  .div-palestrantes {
    grid-template-columns: 1fr 1fr;
  }

  .card-programacao-dom {
    width: 95%;
  }

  .div-bloco-2 {
    padding: 7% 3% 12% 3%;
  }

  .div-cards-prog {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .div-bloco-5 {
    flex-direction: column;
    padding: 50px 0px;
  }

  .titulo-clima-congresso {
    align-items: center;
  }

  .div-botao-inicio {
    justify-content: center;
    padding: 0 0 50px 0;
  }

  .texto-bloco-1 {
    align-items: center;
    gap: 35px;
  }

  .div-titulo-congresso {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .div-polit-priv-desenv {
    flex-direction: column;
    gap: 32px;
  }

  .logo-text-educ-advent {
    flex-direction: column;
    align-items: center;
    gap: 21px;
  }

  .div-text-descr {
    text-align: center;
  }

  .div-titulo-programacao {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media(max-width:720px) {
  .div-bloco-1 {
    padding: 60px 3%;
  }

  .tamanho-passaport {
    width: 100%;
  }

  .div-bloco-3 {
    padding: 65px 12px;
  }
}

@media(max-width:610px) {
  .div-titulo-palestrantes {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media(max-width:552px) {
  .div-nome-palestrante {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .campo-palestrante {
    font-size: 12px;
  }

  .text-funcao {
    flex-direction: row;
    gap: 5px;
  }
}

@media(max-width:478px) {
  .nome-palestrante {
    font-size: 12px;
  }

  .campo-palestrante {
    font-size: 10px;
  }

  .foto-palestrante {
    width: 180px;
    height: 188px;
  }

  .div-botoes-programacao {
    justify-content: flex-start;
  }

  .botao-programacao {
    min-width: 124px;
    min-height: 88px;
  }

  .div-footer {
    padding: 46px 20px;
  }

  .div-clima {
    width: 400px;
    height: 300px;
  }

  .div-bloco-5 {
    padding: 0;
  }

  .foto-palestrante {
    width: 163px;
    height: 163px;
  }

  .div-bloco-4 {
    padding: 65px 12px;
  }

  .titulo-congresso {
    font-size: 48px;
  }

  .titulo-bloco-2 {
    font-size: 28px;
  }

  .titulo-palestrantes {
    font-size: 28px;
  }

  .titulo-mapa-evento {
    font-size: 28px;
  }

  .font-titulo-clima {
    font-size: 28px;
  }

  .titulo-clima-congresso {
    margin-top: 50px;
  }

  .div-titulo-mapa {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media(max-width:425px) {
  .div-palestrantes {
    grid-gap: 34px;
  }
}

@media(max-width:412px) {
  .div-clima {
    width: 360px;
    height: 260px;
  }
}

@media(max-width:375px) {
  .div-palestrantes {
    grid-template-columns: 1fr;
    grid-gap: 54px;
  }

  .nome-palestrante {
    font-size: 14px;
  }

  .campo-palestrante {
    font-size: 12px;
  }

  .div-clima {
    width: 300px;
  }

  .titulo-congresso {
    font-size: 41px;
  }

  .titulo-card-programacao {
    padding: 19px 25px;
  }

  .horario-programacao {
    padding: 35px 25px;
  }

  .btn-baixa-imagem {
    font-size: 16px;
  }
}