/* Reset básico e definição de fontes */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: 'Montserrat', sans-serif !important;
    background: #000;
    color: #fff;
    line-height: 1.6;
  }

  .general * {
    box-sizing: border-box;
    margin: 10px;
    padding: 0;
  }
  
  /* Container centralizado */
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Header */
  .header {
    background: #000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999; /* um valor maior para garantir */

  }

  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .header-col1 {
    flex: 1;
    max-width: 45%;
    text-align: left; /* Alinha o texto à esquerda */
    display: flex;
    align-items: flex-start; /* Alinha o conteúdo ao topo */
    justify-content: flex-start; /* Alinha o conteúdo à esquerda */
    padding-bottom: 70px;
  }
  .header-col2 {
    flex: 1;
    max-width: 60%;
    text-align: center;
  }
  .header-col3 {
    flex: 1;
    max-width: 15%;
    text-align: right; /* Alinha o texto à direita */
    display: flex;
    align-items: flex-start; /* Alinha o conteúdo ao topo */
    justify-content: flex-end; /* Alinha o conteúdo à direita */
    padding-bottom: 70px;
  }
  .header-col4 {
    flex: 1;
    max-width: 15%;
    text-align: center; /* Alinha o texto à direita */
    padding-bottom: 70px;
  }

  .phone-toggle{
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
  }

  .lang-toggle{
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropbtn {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
  }

  .showmodal {
    display: none;
  }

  .modalbutton {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
  }
  
  .dropdown-content {
    text-align: left; /* Alinha o texto à esquerda */
    display: none;
    align-items: flex-start; /* Alinha o conteúdo ao topo */
    justify-content: flex-start; /* Alinha o conteúdo à esquerda */
    position: absolute;
    color: white;
    background-color: #000;
    min-width: 260px;
    z-index: 1;
  }
  
  
  .dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown:hover .dropdown-content a{
    color: #fff;
  }
  
  .dropdown:hover .dropbtn {
    border: 1px solid #fff;
  }

  /* Modal */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  }

  .modal-content {
    position: relative;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    padding: 20px;
    text-align: center;
    width: 80%;
    max-width: 300px;
    border-radius: 10px;
  }

  .modal-content img {
    padding-right: 80px;
  }

  .modal-content a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 20px 0;
    font-size: 1.2rem;
  }

  .modal-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
  }

  /* Hide dropdown content on small screens */
  @media (max-width: 768px) {
    .dropdown-content {
      display: none;
    }
    .dropdown {
      display: none;
    }
    .showmodal {
      display: block;
    }
    .menu-toggle {
      display: block;
    }
  }

  /* Show dropdown content on larger screens */
  @media (min-width: 769px) {
    .menu-toggle {
      display: none;
    }
  }

  /* Estilo para o efeito de fade-in */
  section {
    transition: opacity 2.0s ease-in-out;
    opacity: 0;
  }

  section.fade-in {
    opacity: 1;
  }

  .container.center-text {
    margin: 0 auto;
    text-align: center;
  }

  .container.ai-style-change-1 {
    margin: 0 auto;
    text-align: center;
  }
  
  .tesouro-image img {
    width: 550px;
    height: 496px;
    object-fit: cover;
  }
  
  .tesouro-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
  }
  
  .tesouro-image + div {
    width: auto;
  }
  
  .tesouro-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px; /* Ajuste o valor conforme necessário */
  }
  
  .tesouro-image.ai-style-change-3 {
    width: auto;
  }
  
  .tesouro-content {
    width: auto;
  }

  .tesouro-content h2 {
    font-size: 2.17143rem;
    font-weight: 400;
  }

  /* Estilo para o título com contorno */
.outlined-title {
  display: inline-block; /* Para que a borda se ajuste ao tamanho do texto */
  padding: 0px 60px; /* Espaçamento interno para ajustar o contorno */
  border: 1px solid #fff; /* Cor e espessura da borda */
  text-transform: uppercase; /* Texto em maiúsculas */
  font-size: 1.5rem; /* Tamanho da fonte */
  font-weight: bold; /* Negrito */
  color: #fff; /* Cor do texto */
  background-color: #000; /* Cor de fundo */
  margin: 0 auto; /* Centraliza o título */
  text-align: center; /* Centraliza o texto dentro do contorno */
}

.outlined-title:hover {
  border-color: #d9b310 !important;
  cursor: pointer;
}

.outlined-title-main {
  display: inline-block; /* Para que a borda se ajuste ao tamanho do texto */
  padding: 10px 10px; /* Espaçamento interno para ajustar o contorno */
  border: 1px solid #fff; /* Cor e espessura da borda */
  text-transform: uppercase; /* Texto em maiúsculas */
  font-size: 1.9rem; /* Tamanho da fonte */
  font-weight: 400; /* Negrito */
  color: #fff; /* Cor do texto */
  background-color: #000; /* Cor de fundo */
  margin: 40px auto; /* Centraliza o título */
  text-align: center; /* Centraliza o texto dentro do contorno */
}

.outlined-title-two {
  display: inline-block; /* Para que a borda se ajuste ao tamanho do texto */
  padding: 0px 60px; /* Espaçamento interno para ajustar o contorno */
  border: 1px solid #fff; /* Cor e espessura da borda */
  text-transform: uppercase; /* Texto em maiúsculas */
  font-size: 1.5rem; /* Tamanho da fonte */
  font-weight: 400; /* Negrito */
  color: #fff; /* Cor do texto */
  background-color: #000; /* Cor de fundo */
  margin: 0 auto; /* Centraliza o título */
  text-align: center; /* Centraliza o texto dentro do contorno */
}

.outlined-title-tree {
  display: inline-block; /* Para que a borda se ajuste ao tamanho do texto */
  padding: 10px 60px; /* Espaçamento interno para ajustar o contorno */
  border: 1px solid #fff; /* Cor e espessura da borda */
  text-transform: uppercase; /* Texto em maiúsculas */
  font-size: 1.0rem; /* Tamanho da fonte */
  font-weight: bold; /* Negrito */
  color: #fff; /* Cor do texto */
  background-color: #000; /* Cor de fundo */
  margin: 0 auto; /* Centraliza o título */
  text-align: center; /* Centraliza o texto dentro do contorno */
}

.outlined-title-tree:hover {
  border-color: #d9b310;
  cursor: pointer;
}

.tesouro-content .outlined-title {
  display: inline-block;
  font-size: 0.8rem;      /* Tamanho da fonte ajustado */
  padding: 12px 25px;     /* Aumenta o espaçamento interno, afastando o texto das bordas */
  margin: 15px auto 0;    /* Mantém uma margem superior para separação do conteúdo anterior e centralização horizontal */
  border: 1px solid #fff; /* Borda definida */
  text-align: center;
  font-weight: 1000;      /* Aumenta o peso da fonte */
}
  
  .header .logo {
    height: 60px;
    margin-bottom: 30px;
  }
  
  .navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 5px;
  }
  
  .navbar a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: color 0.3s ease;
  }
  
  .navbar a:hover {
    color: #d9b310; /* cor dourada */
  }
  
  /* Seção Hero com vídeo */
  .hero {
    margin-top: 130px;
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  
  .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3));
    z-index: -1;
  }
  
  /* Seções Gerais */
  .section {
    padding: 80px 0;
    background: #000;
  }
  
  .section h2 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  
  /* Estilo para a seção "A Nossa História" */

  .about p {
    margin: 20px 0; /* Espaçamento entre parágrafos */
    text-align: center; /* Centraliza o texto */
    line-height: 1.6; /* Altura da linha para melhor legibilidade */
    font-size: 1.05em;
    margin: 40px 0 0;
  }
  
  .about blockquote {
    max-width: 1060px;
    margin: 162px auto 162px auto;
    text-align: center;
    font-size: 1.65rem;
  }
  
  blockquote {
    font-style: italic;
    padding-left: 20px;
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
    .navbar ul {
      flex-direction: column;
      align-items: center;
    }
  }

/* --- Media Queries para Responsividade --- */

/* Ajustes para telas até 1024px */
@media (max-width: 1024px) {
  /* Container mais fluido */
  .container {
    width: 95%;
  }
  
  /* Reduzir o gap do menu */
  .navbar ul {
    gap: 30px;
  }
  
  /* Ajuste para a seção do Tesouro */
  .tesouro-row {
    flex-direction: column;
    align-items: center;
  }
  
  /* A imagem do Tesouro se adapta à largura da tela */
  .tesouro-image img {
    width: 100%;
    height: auto;
  }
  
  /* Ajuste de tamanho geral de fonte se necessário */
  .outlined-title {
    font-size: 1.4rem;
    padding: 8px 15px;
  }
}

/* Ajustes para telas até 768px (celulares e dispositivos menores) */
@media (max-width: 768px) {
  /* Empilhar itens no header */
  .header .container {
    flex-direction: column;
  }
  
  /* Menu fica em coluna com espaço menor */
  .navbar ul {
    flex-direction: column;
    gap: 10px;
  }
  .navbar li {
    margin: 5px 0;
  }
  
  /* Ajustes na Hero Section */
  .hero {
    height: 60vh;
    margin-top: 270px;
  }
  
  /* Melhorar legibilidade de títulos e textos */
  .section {
    padding: 60px 0;
  }
  
  /* Reduzir tamanho do título com contorno */
  .outlined-title {
    font-size: 1.3rem;
    padding: 8px 15px;
  }
  
  /* Na seção do Tesouro, centralizar conteúdo */
  .tesouro-image,
  .tesouro-content {
    width: 100%;
    text-align: center;
  }
}

/* Esconda o botão de menu em telas maiores */
.menu-toggle {
  display: none;
}

/* Responsividade para o Header */
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
    color: white;
    margin-top: 10px;
  }

  .header-container {
    flex-direction: column;
    align-items: center;
  }
  .header-col1,
  .header-col2,
  .header-col3,
  .header-col4 {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .header-col1 {
    order: 2;
  }
  .header-col2 {
    order: 1;
  }
  .header-col3 {
    order: 3;
    max-width: 11%;
  }
  .header-col4 {
    order: 4;
    max-width: 50%;
  }
  .menu-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
    color: white;
    margin-top: 10px;
  }
  .navbar ul {
    display: none;
    flex-direction: column;
    gap: 10px;
  }
  .navbar ul.active {
    display: flex;
  }
}

/* Seção Vinhas */
.vinhas-section {
  padding: 80px 0;
  background: #000;
}

.vinhas-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vinhas-col {
  flex: 1 1 30%;
  max-width: 30%;
  margin-bottom: 20px;
  text-align: center;
}

.vinhas-col p {
  font-size: 0.87rem;
  line-height: 1.5;
  padding: 0 20px;
}

.vinhas-image {
  width: 354px;
  height: 236px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.vinhas-col h2 {
  margin: 15px 0;
}

/* Responsividade */
@media (max-width: 1024px) {
  .vinhas-col {
    flex: 1 1 45%;
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .vinhas-row {
    flex-direction: column;
    align-items: center;
  }
  .vinhas-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Seção Restaurante */
.restaurante-section {
  padding: 80px 0;
  background: #000;
  text-align: center;
}

.restaurante-logo {
  margin-bottom: 40px;
}

.restaurante-logo .logo {
  width: 560px;
  height: 143px;
}

.restaurante-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.restaurante-col {
  flex: 1 1 30%;
  max-width: 30%;
  margin-bottom: 20px;
}

.restaurante-text {
  margin-bottom: 40px;
}

.restaurante-text p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.central-text {
  text-align: center;
}

.restaurante-horario h2 {
  margin-bottom: 10px;
}

.restaurante-horario p {
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsividade */
@media (max-width: 1024px) {
  .restaurante-col {
    flex: 1 1 45%;
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .restaurante-row {
    flex-direction: column;
    align-items: center;
  }
  .restaurante-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .restaurante-logo .logo {
    width: 340px;
    height: 136px;
  }
}

/* Seção Eventos */
.eventos-section {
  padding: 5px 0;
  background: #000;
}

.eventos-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap; /* Impede o flex de quebrar linha */
}

.eventos-col,
.eventos-image {
  flex: 0 0 48%; /* Define largura fixa de aproximadamente 50% para as duas colunas */
  max-width: 48%;
}



.eventos-image {
  text-align: center;
}

.eventos-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.eventos-col h2 {
  margin-bottom: 20px;
}

.eventos-col p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.contact-brochure-button {
  margin-top: 78px;
  display: flex; /* Alinha os botões lado a lado */
  justify-content: center; /* Centraliza os botões horizontalmente */
  gap: 10px; /* Espaçamento entre os botões */
}


.btn-contact {
  display: inline-flex;
  align-items: center;
  padding: 0px 20px;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-contact div{
  margin: 0px !important;
}

.btn-contact:hover {
  border-color: #d9b310;
}

.icon-email {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* Responsividade para telas menores */
@media (max-width: 1024px) {
  .eventos-row {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column-reverse;
  }
  .eventos-col,
  .eventos-image {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

/* Seção Contacto */
.contacto-section {
  background: #000;
}

.contacto-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacto-col,
.localizacao-col {
  flex: 1 1 48%;
  max-width: 48%;
  margin-bottom: 20px;
}

.contacto-col h2,
.localizacao-col h2 {
  margin-bottom: 20px;
}

.contacto-item {
  margin-bottom: 20px;
}

.contacto-item,
.contacto-item *{
  margin-top: 20px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 5px !important;
}

.contacto-item h3 {
  margin-bottom: 10px;
}

.contacto-item p {
  margin: 5px 0;
}

.contacto-notes-outsider,
.contacto-notes-outsider * {
  margin-top: 20px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.contacto-notes-insider,
.contacto-notes-insider * {
  margin: 0px !important;
}

.contacto-margin,
.contacto-margin * {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 5px !important;
}

.loc-item {
  margin-bottom: 20px;
}

.loc-item,
.loc-item *{
  margin-top: 0px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 20px !important;
}


.loc-item p *{
  margin: 5px 0;
}

.localizacao-col p {
  margin-left: 30px !important;
}

/* Estilo para o título de localização */
.location-title {
  display: flex;
  align-items: center;
  font-size: 1.25rem; /* Ajuste o tamanho da fonte conforme necessário */
  font-weight: 70; /* Ajuste o peso da fonte conforme necessário */
  color: #fff; /* Ajuste a cor conforme necessário */
}

.location-title div {
  margin: 0px !important;
}

.icon-location {
  width: 20px; /* Ajuste o tamanho do ícone conforme necessário */
  height: 20px; /* Ajuste o tamanho do ícone conforme necessário */
  margin-right: 10px; /* Espaçamento entre o ícone e o texto */
  vertical-align: middle; /* Alinha verticalmente o ícone ao meio */
}

.icon-location,
.icon-location * {
  margin-top: 0 !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.mapa iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 10px;
}

/* Responsividade */
@media (max-width: 1024px) {
  .contacto-col,
  .localizacao-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Estilo para o ícone de email */
.icon-phone {
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  
}

/* Seção FAQs */
.faqs-section {
  background: #000;
}

.faqs-section-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100; /* O peso mais fino disponível */
  font-size: 2.17143rem;
}

.accordion {
  all: initial; /* or all: unset; */
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.accordion-item {
  margin: 0; /* Remove a margem entre os itens */
}

.accordion-button {
  position: relative;
  width: 100%;
  text-align: left;
  background: #1a1a1a !important;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 40px; /* Espaço para o botão de mais */
}

.accordion-button::after {
  content: '+';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: #ffffff4d;
  transition: transform 0.3s ease;
}

.accordion-button.active::after {
  transform: translateY(-50%) rotate(45deg); /* Transforma o + em x quando ativo */
}

.accordion-button,
.accordion-button * {
  margin-top: 5px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.accordion-button:hover {
  background: #333;
}

.accordion-content {
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #000;
  color: #fff;
  padding: 0 15px;
}

.accordion-item.active .accordion-content {
  max-height: 200px; /* Ajuste conforme necessário */
}

.accordion-content,
.accordion-content * {
  margin: 0 !important;
}

.accordion-content p {
  margin: 30px 0 !important;
}

/* Estilo para o título com contorno */
.outlined-title {
  display: inline-block;
  padding: 0px 52px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  margin: 0 auto;
  text-align: center;
}

/* Responsividade */
@media (max-width: 1024px) {
  .accordion {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .accordion {
    width: 98%;
  }
}

/* Footer */
.footer {
  background: #000;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}

/* Linha 1: Carrossel de Imagens */
.carousel {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-inner img {
  width: 190px;
  height: 146px;
  transition: transform 0.3s ease;
}

.carousel-inner img:hover {
  transform: scale(1.1);
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 20px;
  cursor: pointer;
  z-index: 1;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

/* Linha 2: Duas Colunas de Imagens */
.footer-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}


.footer-col-social {
  width: 32px;
  height: 32px;
}

.footer-logo {
  width: auto;
  height: auto;
}

.footer-col-brand:first-child .footer-logo {
  width: 244px;
  height: 38px;
}

.footer-col-brand:last-child .footer-logo {
  width: 101px;
  height: 42px;
}

/* Linha 3: Três Colunas de Ícones */
.footer-icon {
  width: 32px;
  height: 32px;
  margin: 0 10px;
}

/* Linha 4: Texto */
.footer-text {
  margin-top: 20px;
}

.footer-text p {
  margin: 0;
}

/* Responsividade */
@media (max-width: 768px) {
  .footer-col {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .footer-icon {
    margin: 10px;
  }
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(95, 95, 95, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 10000; /* Ensure it is above other elements */
}

.scroll-to-top:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Estilo para o link de e-mail */
.maillink {
  color: inherit; /* Herda a cor do texto ao redor */
  text-decoration: none; /* Remove o sublinhado */
  transition: color 0.3s ease; /* Transição suave para a mudança de cor */
}

.maillink:hover {
  color: #555; /* Escurece a cor de leve ao passar o mouse */
}

/* Estilo para os botões */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px; /* Ajuste conforme necessário */
  height: 50px; /* Ajuste conforme necessário */
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  transition: all 0.3s ease;
}

.btn img,
.btn i {
  margin-right: 10px; /* Espaço entre o ícone e o texto */
  width: 24px; /* Tamanho do ícone */
  height: 24px; /* Tamanho do ícone */
}

/* Ajuste para o botão de brochura */
.btn.btn-contact i {
  font-size: 24px; /* Garante que o ícone do Font Awesome tenha o mesmo tamanho */
}

.lang-option.selected {
  font-weight: bold;
  color: #d9b310;
}