@font-face {
  font-family: 'Funel';
  src: url('Funnel.ttf') format('truetype');
}
@font-face {
  font-family: 'Lexen';
  src: url('Lexen.ttf') format('truetype');
}

    h1 {

      font-weight: 300; 
      letter-spacing: 1px; 
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }
	
	
     select option[disabled] {
    color: gray;
  }






.menu-button {
    background-color: transparent;
    border: 2px solid #7f1420;
    border-radius: 12px;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    color: white;
  }

  .dropdown {
    position: absolute;
    top: 60px;
    right: 390px;
  }

  .dropdown-menu {
    width: 250px;
    border: 1px solid #7f1420;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
  }

  .dropdown-menu a {
    padding: 10px 20px;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 300;
  }

  .dropdown-menu a::before {
    content: '';
    position: absolute;
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #7f1420;
    margin-right: 15px;
  }

  .dropdown-menu a:hover {
    background-color: #f0f0f0;
    font-weight: bold;
  }

  #closeButton {
    font-weight: 300;
    color: black;
    text-align: center;
    padding: 10px 20px;
    background-color: #f0f0f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 0 0;
  }

  #closeButton:hover {
    background-color: #e0e0e0;
    font-weight: bold;
  }

  .dropdown.show .dropdown-menu {
    display: block;
  }

  .dropdown-menu a::before {
    margin-right: 10px; /* espaço entre a bolinha e o texto */
  }

  #closeButton::before {
    display: none; /* Remove bolinha do item Fechar */
  }


















/* Overlay com o título */
.overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* Centraliza horizontalmente */
    text-align: center;
    z-index: 999; /* Garante que fique acima do conteúdo */
    width: 100%; /* A largura é 100% da div pai */
    top: 30px; /* Padrão para telas maiores */
}

/* Mídia query para telas abaixo de 1200px */
@media (max-width: 1400px) {
    .overlay {
        top: 40px; /* Distância ajustada para telas menores que 1200px */
    }
}

/* Título dentro da overlay */
.overlay h2 {
    font-size: 36px;
    color: white; /* Título em branco para contrastar com o fundo */
    margin: 0;
    padding: 0;
}

/* Estilo do container */
#spacer .container {
    position: relative;
}

/* Ajustes para a linha de imagens */
.row {
    position: relative;
    background-size: 100% 100%;
    background-position: center;
}

/* Efeito de zoom nas imagens */
.zoom-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.zoom-image:hover {
    transform: scale(1.03);
}

/* Ajuste do espaçamento entre as imagens */
.col-xl-3 {
    padding: 10px;
}

/* Ajustes de sobreposição */
#spacer {
    background-color: transparent;
    z-index: 998;
    margin-top: -240px;
}




.socio-item {
    position: relative;
    display: inline-block;
    margin: 10px;
    text-align: center; /* Alinha as imagens ao centro */
}

.zoom-image-socios {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.zoom-image-socios:hover {
    transform: scale(1.03);
}

.socio-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.socio-icon:hover {
    transform: scale(1.2);
}

/* Alinhamento para os nomes dos sócios */
.socios-nomes {
    display: none;
    margin-top: 10px;
}

.nome-socio {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nome-socio-text {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

@media (min-width: 1000px) {
    .socios-nomes {
        display: flex;
        justify-content: space-around;
    }
}









.menu-button:hover {
  transform: scale(0.9); 
}
   
        @media (max-width: 1400px) {
             .zoom-image {
               width: 252px !important;
             }
           }
		   
		      
		   
		     .zoom-image {
    transition: transform 0.5s ease, cursor 0.5s ease;
  }

  .zoom-image:hover {
    transform: scale(1.05); 
    cursor: pointer;
  }
		   
		   
		        @media (max-width: 1200px) {
             .hide-news {
               display:none;
             }
           }   

         #call-to-action .text-center p {
              font-size: 30px; /* Adjust this value as needed */
           }
           #call-to-action .text-center b{
                font-size: 100px; /* Adjust this value as needed */
           }
		   
		   
		   
		   
/* Nova classe para alinhar os itens em linha */
.section-header {
    display: flex;          /* Ativa o Flexbox */
    justify-content: space-between; /* Espaço entre os elementos */
    align-items: center;    /* Centraliza verticalmente */
}

/* Classe personalizada para o título */
.title-box {
    display: inline-block;  /* Mantém o título compacto */
}

.search-box {
    display: flex;
    align-items: center;
    max-width: 400px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin:10px;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
}

.search-input::placeholder {
    color: #aaa;
}

.search-icon {
    background-color: #ccc;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.search-icon i {
    color: #fff;
    font-size: 18px;
}
   
		   
		   
		   
		   
		   
		   
		   
		   
/* botoes mobile footer */
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 10px; /* controla todo o espaçamento */
}

.footer-links ul li:last-child {
  margin-bottom: 10px; /* mantém mesmo no último para dar continuidade */
}

.footer-links ul li a {
  color: white !important;
  text-decoration: none;
}

.footer-top .row {
  height: 100%;
}

.footer-top {
  display: flex;
  align-items: stretch;
}

.footer-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media (max-width: 768px) {
  .footer-links {
    height: auto;
    width: 100%;
    margin-top: 0; /* remove espaço extra no topo */
    padding: 0; /* remove padding lateral */
  }

  .footer-links ul {
    width: 100%; /* garante que a lista ocupe toda a largura */
  }

  .footer-links ul li a {
    display: block;
    width: calc(100% - 20px); /* ajusta a largura considerando as margens laterais */
    margin: 0 10px; /* adiciona margem de 10px nas laterais */
    padding: 12px 0;
    border: 2px solid white;
    border-radius: 50px;
    text-align: center;
    color: white !important;
    background: transparent;
    box-sizing: border-box; /* garante que o padding não aumente a largura */
  }
}





/* form mais visivel no mobile */
#call-to-action {
  min-height: 100vh;
  background-image: url('assets/img/about.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 40px 20px;
}

.form-wrapper {
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .form-wrapper {
    padding: 20px;
  }
  #call-to-action {
    padding: 20px 10px;
  }
}

