body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  box-sizing: border-box;
}

header {
  background-color: #f0f2f2;
}
.logo-lavits {
  margin-top: 15px;
  padding-bottom: 20px;
  margin-left: 120px;
}
.logo-lavits img {
  width: 120px;
}
.content-container span {
  color: #8a0538;
  font-size: 36px;
  font-weight: 500;
  line-height: 50.4px;
  font-family: "Poppins", sans-serif;
}

.span-inicial {
  padding-bottom: 50px;
  font-weight: 600;
  margin-left: 120px;
  font-size: 15px;
}

.container {
  background-color: #f0f2f2;
  top: 0;
  left: 0;
  right: 0;
  height: 104px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 120px;
}
.container img {
  width: auto;
  height: 100%;
}
.header-text {
  margin-top: 25px;
  margin-left: 20px;
  color: #ff0040;
}

#span-header {
  font-weight: 600; /* Ou 700 para ainda mais espessura */
  font-size: 27px;
  margin-left: 9px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

ul li {
  padding: 10px;
}
ul li a {
  color: #787878;
  text-decoration: none; /* Remove o sublinhado */
}
ul li a:hover {
  font-weight: bold;
  color: #8a0538;
  text-decoration: none;
}
.buttons {
  position: absolute;
  top: 10;
  right: 0;
  padding: 30px;
}
.linguas:hover {
  color: white;
  background-color: #8a0538;
  border-color: #8a0538;
}

.buttons button {
  background-color: #f0f2f2;
  border: 2px solid;
  border-radius: 10px;
  color: #787878;
  font-weight: 600;
  padding: 5px 15px;
  margin-left: 10px;
}

#sobre-content {
  margin-top: 20px; /* Adicione margem superior de 10 pixels */
  margin-bottom: 20px;
}
.content-container {
  line-height: 23.4px;
  font-size: 15px;
  color: #787878;
  margin-left: 105px;
  width: 50%;
  float: left;
  padding: 20px;
}
#abaixo-sobre {
  color: #404040;
  font-size: 13px;
  line-height: 16.12px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 600;
}

.card-divulgacao {
  top: 460px; /* Ajuste a distância do topo conforme necessário */
  right: 10px; /* Ajuste a distância da direita conforme necessário */
  width: 384px;
  height: 212px;
}
.banner {
  top: 720px;
  right: 10px;
  width: 384px;
  height: 290px;
  margin: 0 auto;
}
.banner img {
  width: 100%;
  padding: 5px;
  height: 103px;
  border-radius: 8px;
}
.card-palestras {
  width: 384px;
  height: 200px;

  top: 210px;
  right: 10px;
}
.card-palestras:hover,
.card-divulgacao:hover {
  background-color: #8a0538;
}

.cards-container .card-palestras:hover .card-content,
.cards-container .card-palestras:hover .title,
.cards-container .card-palestras:hover .title i,
.cards-container .card-divulgacao:hover .card-content,
.cards-container .card-divulgacao:hover .title,
.cards-container .card-divulgacao:hover .title i {
  color: white;
}

.card-content {
  font-weight: 600;
  color: #8c8c8c;
  font-size: 15px;
  margin: 5px;
}

p {
  font-size: 1em;
}

.cards-imagens {
  display: flex;
  gap: 20px; /* Define um espaçamento de 20px entre os cards */
  padding-top: 20px;
}

.card-1,
.card-2 {
  flex: 1; /* Isso faz com que os cards ocupem o mesmo espaço horizontalmente */
  border-radius: 15px; /* Adicione bordas arredondadas */
  overflow: hidden; /* Para garantir que a imagem preencha o card */
  width: 289.8px;
  height: 410px;
  border-radius: 10px;
}

.card-1 img,
.card-2 img {
  width: 100%; /* A imagem preencherá o card horizontalmente */

  object-fit: cover; /* A imagem se ajustará ao tamanho do card */
}
.cards-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.card-palestras,
.card-divulgacao,
.banner {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 20px;
  width: 350px; /* Alterado para 500px */
  text-align: left; /* Alterado para alinhamento à esquerda */
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Alterado para alinhamento à esquerda */
  position: absolute;
}

.card-palestras i,
.card-divulgacao i,
.banner i {
  color: #8a0538;
  font-size: 24px;
  margin: 12px;
}

.title {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px; /* Espaçamento entre título e card-content */
}

#press-button {
  font-size: 14px;
  background-color: #863bff;
  border: 1px solid #863bff;
  border-radius: 20px;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 10px;
  margin: 5px;
}

.cards-container .card-palestras:hover ~ #press-button,
.cards-container .card-divulgacao:hover ~ #press-button {
  background-color: white;
  color: black;
}

#footer {
  width: 100%;
  margin-top: 100px;
}

#baixar-imagens {
  padding-top: 20px;
  color: #787878;
  font-weight: 600;
  font-size: 13px;
}
.mobile-buttons {
  display: none;
}
.link-footer {
  margin-top: -230px;
  margin-left: 1100px;
}
.link-footer a {
  color: #f3f3f3;
  font-size: 11px; /* Altere o valor conforme necessário */
}

.link-footer p {
  margin-bottom: -15px; /* Adicione espaço abaixo de cada parágrafo (link) */
}
#link-first a {
  margin-left: 20px; /* Ajuste conforme necessário para o espaçamento desejado */
}
@media screen and (max-width: 1100px) {
  body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
    box-sizing: border-box;
    max-width: 100%; /* Define a largura máxima como 100% */
    overflow-x: hidden; /* Impede a barra de rolagem horizontal */
  }
  .logo-lavits {
    margin-left: 15px;
    margin-top: 10px;
  }
  .logo-lavits img {
    width: 120px;
  }
  .container {
    background-color: #f0f2f2;
    top: 0;
    left: 0;
    right: 0;
    height: 104px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0px;
  }
  .container img {
    width: auto;
    height: 100%;
  }
  .header-text {
    margin-top: 25px;
    margin-left: 10px;
    color: #ff0040;
  }
  #span-header {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2; /* Experimente valores para ajustar o espaçamento entre as linhas */
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  }

  ul li {
    padding: 10px;
    font-size: 10px;
  }
  .buttons {
    top: -20px;
    right: -17px;
    display: flex;
    justify-content: flex-start;
    gap: 5px; /* Espaçamento entre os botões */
  }

  .linguas {
    font-size: 8px; /* Tamanho menor para o texto */
    padding: 2px 6px; /* Ajuste do espaçamento interno */
    text-align: center; /* Centraliza o texto */
    flex: 1; /* Distribui igualmente o espaço entre os botões */
  }

  .buttons button {
    border-radius: 6px;
    border: 1px solid;
    padding: 3px 8px; /* Redução no padding do botão */
    margin: 0; /* Removendo margem entre os botões */
  }
  .span-inicial {
    padding-bottom: 50px;
    font-weight: 600;
    margin-left: 15px;
    font-size: 12px;
  }
  .cards-container {
    display: none;
  }
  .mobile-buttons {
    margin-top: -20px;
    display: flex;
    justify-content: center; /* Centraliza os botões horizontalmente */
    align-items: center; /* Centraliza os botões verticalmente */
  }

  .mobile-buttons button {
    width: auto; /* Largura automática para se ajustar ao conteúdo */
    height: 25px; /* Altura dos botões */
    margin: 0 5px; /* Espaçamento horizontal entre os botões */
    background-color: #f0f2f2;
    border: 2px solid;
    border-radius: 10px;
    color: #787878;
    font-weight: 600;
    font-size: 10px; /* Tamanho do texto */
    padding: 0 8px; /* Espaçamento interno */
    display: flex;
    justify-content: center; /* Centraliza o texto horizontalmente */
    align-items: center; /* Centraliza o texto verticalmente */
    line-height: 1; /* Centraliza verticalmente o texto */
  }
  .banner {
    display: none;
  }
  #press-button-link {
    text-decoration: none;
  }
  #sobre-content {
    max-width: calc(
      100% - 30px
    ); /* Limita a largura do conteúdo a 100% - 30px (15px de cada lado) */

    margin-top: 20px; /* Margem superior de 20 pixels */
    margin-bottom: 20px; /* Margem inferior de 20 pixels */
  }
  .content-container {
    max-width: calc(100% - 30px);
    line-height: 23.4px;
    font-size: 15px;
    color: #787878;
    width: 100%;
    float: left;
    word-wrap: break-word; /* Permite a quebra de palavras */
    margin: 0 0px; /* Margens de 15px em cada lado para dispositivos móveis */
  }
  .card-1 img,
  .card-2 img {
    width: 100%; /* A imagem preencherá o card horizontalmente */

    object-fit: cover; /* A imagem se ajustará ao tamanho do card */
  }
}
@media screen and (min-width: 1650px) {
  #footer {
    height: 400px;
  }
}
