body, html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'din-2014', sans-serif;
    overflow-x: hidden;
}

.section {
    height: 100vh;
    display: flex;
    align-items: center;
}

.section-1 {
    background-image: url('../images/img-section1.png');
    background-size: cover;
    background-position: center;
    color: #eff0e9;
}

.footer {
    background-color: #1d1d1d;
    color: #eff0e9;
    padding: 1rem 1rem;
}

footer img {
  max-width: 100%;
  max-height: 60px;
  height: auto;
}

.btn-outline-light {
    border-color: #eff0e9;
    color: #eff0e9;
}

.language-icon, .menu-icon {
    font-size: 1.5rem;
    cursor: pointer;
}

.logo-img-secundarias {
    max-height: 50px;
}

.background-light {
    background-color: #756B6B;
}

.background-dark {
    background-color: #403836;
}

.background-lighter {
    background-color: #eff0e9;
}

.round-btn-white {
    border-radius: 50px;
    color: #756B6B;
    background-color: #eff0e9;
}

.round-btn-dark {
    border-radius: 50px;
    color: #eff0e9;
    background-color: #403836;
    border-color: #403836;
}

.round-btn-dark:hover {
  background-color: #756B6B;
  color: #eff0e9;
}


.round-btn-light {
    border-radius: 50px;
    color: #eff0e9;
    background-color: #756B6B;
    border-color: #756B6B;
}

.text_dark {
    color: #403836;
}

.foter-links {
    text-decoration: none;
}

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  z-index: 999;
  background-color: transparent;
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}

/* Classe ativada com scroll */
.header-scrolled {
  backdrop-filter: blur(10px);
  background-color: rgba(230, 230, 230, 0.8); /* cor do seu header com transparência */
  -webkit-backdrop-filter: blur(10px);
}

.header-scrolled img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(3%) saturate(1659%) hue-rotate(323deg) brightness(96%) contrast(91%);
}

.header-scrolled span {
  filter: brightness(0) saturate(100%) invert(20%) sepia(3%) saturate(1659%) hue-rotate(323deg) brightness(96%) contrast(91%);
}

.logo-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-img {
  max-height: 30px;
  object-fit: contain;
  width: 100%;
}

.language-icon {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.language-icon img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Menu hamburguer wrapper */
.menu-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.menu-icon {
  font-size: 24px;
  cursor: pointer;
  color: #eff0e9;
}

/* Dropdown menu */
.dropdown-menu {
  position: absolute;
  top: 120%; /* abaixo do botão MENU */
  right: 0;
  background: #eff0e9;
  border: 1px solid #ccc;
  padding: 10px 20px;
  display: none;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  min-width: 150px;
  z-index: 1000;
}

.dropdown-menu.active {
  display: flex;
}

.dropdown-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* Oculta logos extras no mobile */
.mobile-only {
  display: none;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cover-section5 {
  background-image: url('../images/bg-section5.png'); 
  background-size: cover; 
  background-position: center; 
  height: 100vh;
}

.p-box-company {
  padding: 60px 10px;
}

.bg_colour_light {
  background-color: #eff0e9 !important;
}

.text_colour_light {
  color: #eff0e9 !important;
}

.section2-img-border {
  border-radius: 0px 50px 0 50px;
}

.section3-img-border {
  border-radius: 0 50px 0 0;
}

.section4-img-border {
  border-radius: 50px;
}

.p-box-company {
  padding: 60px 10px;
}

.bg_colour_light {
  background-color: #eff0e9 !important;
}

.text_colour_light {
  color: #eff0e9 !important;
}

.section2-img-border {
  border-radius: 0px 50px 0 50px;
}

.section3-img-border {
  border-radius: 0 50px 0 0;
}

.section4-img-border {
  border-radius: 50px;
}

/* Altera a cor da borda padrão dos campos */
#section5-form input,
#section5-form textarea {
  border: 1px solid #403836;
  border-radius: 0; 
}

/* Altera a borda quando o usuário clicar (foco) no campo */
#section5-form input:focus,
#section5-form textarea:focus {
  border-color: #756B6B;
  outline: none;
}

.company-radio-label {
  cursor: pointer;
}

.company-radio-label input:checked + .company-box {
  background-color: #756B6B !important;
}

.company-radio-label:hover .company-box {
  background-color: #756B6B !important;
}

/* Manter a cor original das imagens quando selecionadas */
.company-radio-label input:checked + .company-box img {
  filter: brightness(0) invert(1);
}

.company-box {
  transition: background-color 0.3s ease;
  border: 1px solid black;
  padding: 20px;
  text-align: center;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.insta-icon {
  height: 30px;
}

.insta-icon {
  height: 30px;
  color: #eff0e9;
}

/* RESPONSIVO */
@media screen and (max-width: 768px) {
  .logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .mobile-only {
    display: flex;
  }

  .cover-section5 {
    height: 120vh;
  }

  .company-box {
    height: 140px;
  }

}

@media (min-width: 992px) {
  .image-container {
    max-width: 700px;
    min-width: 500px;
  }
}

@media (max-width: 992px) {
    .mt-logo-sections {
        margin-top: 3rem !important;
    }
}



