@charset "UTF-8";

 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
}
.ende>a{
  text-decoration: none;
  color: white;
}
.ende>a:hover{
  color: #ffc107;}


body{
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;

}

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 20px;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1000;
  }
  /* Logo */
  .logo>a>img{
    width: 150px;
    height: 65px;
  }
  .unico{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000;
    align-items: center;
   
  }
  
  /* Navegação */
  nav {
    display: flex;
    
   
  }

  nav ul {
    display: flex;
    list-style: none;
    
    
  }

  nav ul li {
    position: relative;
  } 
      nav ul a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    transition:0.3s;
  }

  nav ul li a:hover {
    color: #f1c40f;
    
    
  }
 

  /* Dropdown */
  nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    display: none;
    flex-direction: column;
    min-width: 150px;
    z-index: 1000;
  }

  nav ul li:hover > ul {
    display: flex;
  }

  nav ul li ul li a {
    padding: 15px 15px;
  }
  
  /* Ícones */
  .icons {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .icons i {
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
  }
  .icons i:hover {
    color: #f1c40f;
  }

  .icons {
    
    align-items: center;
    display: flex;
  }

  .icons button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .icons button:hover {
    color: #FFD700
  }

  
  /* Menu Hambúrguer */
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }

  .hamburger span {
    height: 3px;
    width: 25px;
    background: #fff;
    margin: 4px 0;
    transition: 0.4s;
  }

  
  /* Responsivo */
  /* Menu responsivo */
    @media (max-width: 768px) {
      nav {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #000;
        flex-direction: column;
        align-items: flex-start;
        display: none;
        border: none;
        
      }
      li >.menu{
        background-color: #000;
      }

      nav ul {
        flex-direction: column;
        width: 100%;
       
      }

      nav ul li a {
        width: 100%;
        padding: 15px;
        background-color: #333;
      }

      nav ul li ul {
        position: static;
      }

      .hamburger {
        display: flex;
      }

      nav.active {
        display: flex;
      }
     
    }
    .language-selector {
        position: relative;
        display: inline-block;
      }
  
      .language-btn {
        background: #222;
        color: #fff;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
      }
  
      .language-options {
        display: none;
        position: absolute;
        background: #000;
        border: 1px solid #ccc;
        min-width: 160px;
        z-index: 1;
        top: 100%;
        left: 0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border-radius: 4px;
      }
  
      .language-options a {
        color: #fff;
        padding: 10px 15px;
        display: block;
        text-decoration: none;
      }
  
      .language-options a:hover {
       color: #f1c40f;
      }
   .language-selector.active .language-options {
        display: block;
      }
  
.primeira {
    background: url('img/AssoConta.webp') no-repeat center/cover;
    color: white;
    
}


.primeira h2 {
    font-size: 3rem;
    margin-bottom: 0px;
    text-align: center;
}

.text{
    color: #ffffff;
}

.fundo{
    background-color:rgba(0, 0, 0, 0.534);
    padding: 130px 0px;
    
}


 
/* Seção sobre a AHJA */
.about {
    padding: 40px 10%;
    background-color: #fff;
    text-align: center;
 animation: fadeIn 1s ease-out;
}

.about p {
    font-size: 1.2rem;
    text-align: justify;
    
}

/* Seção de serviços */
.services {
    background-color: #f4f4f4;
    padding: 40px 10%;
}

.services h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.service-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.service-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 30%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}
.service-item:hover{
    border: 1px solid#e6a800;
}

.service-item i {
    font-size: 3rem;
    color: #f4b400;
    margin-bottom: 20px;
}

.service-item h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #e6a800;
}

.service-item p {
    font-size: 1rem;
}


/* Seção de "Por que escolher?" */
.why-us {
    padding: 40px 10%;
    background-color: #fff;
}

.why-us h2 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 20px;
}



.why-us li {
    font-size: 1.2rem;
    margin: 15px 0;
    display: flex;
    align-items: center;
}
.contact{
    padding-top: 30px;
}

    
    /* Animação de Fade-in */
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .social-icons {
        display: flex;
        gap: 20px;
      }
  
      .social-icons a {
        text-decoration: none;
        color: #fff;
        background-color: #0077b5;
        padding: 12px;
        border-radius: 50%;
        font-size: 24px;
        transition: transform 0.3s, background-color 0.3s;
      }
      .linkdin{
        margin-left: 200px;
      }
      .social-icons{
        margin-top: 20px;
      }
  
      .social-icons a.phone { background-color: #e6a800; } /* WhatsApp style */
      .social-icons a.email { background-color: #e6a800; } /* Gmail style */
      .social-icons a.linkedin { background-color: #e6a800; }
  
      .social-icons a:hover {
        transform: scale(1.1);
        opacity: 0.9;
        color: white;
      }

      .form-container {
        background-color: #000;
        border-radius: 8px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 350px;
        padding: 10px;
       
      
    }
    
    .form-container>h2 {
        text-align: center;
        color: #ffff;
        margin-bottom: 20px;
        font-size: 20px;
    
        
    }
    
    label {
        margin-top: 5px;
        color: #ffff;
    }
    
    input, textarea {
        width: 100%;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 13px;
        border: 1px solid #dddddddc;
        border-radius: 4px;
        font-size: 15px;
        background-color: #333;
    }
    
    input:focus, textarea:focus {
        outline: none;
        border-color: #f1c40f;
    }
    
    .submit-btn {
        background-color: #f1c40f;
        color: #333;
        border: none;
        padding: 12px;
        font-size: 16px;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .submit-btn:hover {
        background-color: #333;
        color: #f1c40f;
    }
    
    textarea {
        resize:horizontal;
        min-height: 50px;
    }
    
      .footer {
        background-color: #000;
        color: white;
        padding: 40px 20px;
        font-family: Arial, sans-serif;
    }
    
    .footer-top {
        display: flex;
        justify-content:start;
        padding-left: 20px;
        flex-wrap:wrap;
     
    }
    .social >a:hover{
       color: #ffc107;
    }
    .social{
        margin-right: 100px;
    }
    
    .social a, .contact-us a {
        display: inline-block;
        margin: 5px;
        color: white;
        font-size: 20px;
        text-decoration: none;
    }
    .contact-us >a:hover{
        color: #ffc107;
     }
    
    .contact-us a i {
        margin-right: 8px;
    }
    .contact-us>p{
        color: #f7d025;
        
    }
    .contact-us{
        margin-right: 100px;
    }
    
    .ende>p{
        color: #f7d025;
       
        
    }
    
    .box{
        display: flex;
        flex-wrap: wrap;
       justify-content: space-between;
        
       
    }
    .footer-links {
        display: flex;
        flex-wrap: wrap;
        
       
       
    }
    .footer-section{
        padding-right: 150px;
       
    }
    
    
    .footer-section h4, .accordion-btn {
        margin-bottom: 15px;
        font-size: 18px;
        background: none;
        border: none;
        color: #ffc107;
        text-align: left;
        width: 100%;
        cursor: pointer;
        
        
    }
    
    .accordion-content {
        list-style: none;
        padding: 0;
       
    }
     .accordion-content li a {
        text-decoration: none;
        color: #bbb;
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }
    
    .accordion-content li a:hover {
        color: gold;
    }
    
    .footer-bottom {
        text-align: center;
        font-size: 12px;
        color: #aaa;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #333;
    }
    .btn-cotacao {
      display: inline-block;
      padding: 14px 28px;
      background: linear-gradient(135deg, #ffd700, #f0c000);
      color: #000;
      font-weight: bold;
      text-decoration: none;
      border-radius: 30px;
      box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
      transition: all 0.3s ease-in-out;
      
      overflow: hidden;
      margin-left: 150px;
    }
    
    .btn-cotacao::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0;
      background-color: rgba(255, 255, 255, 0.2);
      transition: width 0.4s ease;
      z-index: 1;
    }
    
    .btn-cotacao:hover::after {
      width: 100%;
    }
    
    .btn-cotacao:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(255, 215, 0, 0.5);
    }
    
    /* Esconder conteúdos por padrão em telas pequenas */
    @media (max-width: 750px) {
        .footer-top {
            flex-direction: column;
         
        }
    
        .footer-links {
            flex-direction: column;
            align-items: center;
        }
    
        .footer-section {
            width: 100%;
            margin-bottom: 20px;
        }
    
        .accordion-content {
            display: none;
        }
    
        .accordion.active .accordion-content {
            display: block;
        }
    }
    
    /* Responsividade */
   
    @media (max-width: 768px) {
        .service-list {
            flex-direction: column;
            align-items: center;
        }
    
        .service-item {
            width: 80%;
            margin-bottom: 30px;
        }
    }
@media (max-width: 768px) {
    
    a:hover{
        color: #f1c40fe1;
    }
  }


@media (max-width: 1239px) {

    .text{
        padding-right: 200px;

    }
}

@media (max-width: 989px) {
    .txt2{
        padding: 0;
    }
    
}
  

@media (max-width: 768px) {
   

    header .menu-icon {
        display: block;
    }

    .text{
        
      padding-right: 0%;

    }
    .primeira h2{
        font-size: 1.5rem;
       
    }
    .primeira p{
        font-size: 1rem;
    }

    .fundo{
       background-color: #00000069;
        
    }
    .services>h2{
        font-size: 2rem;
    }
    .txt2>p{
        font-size: 0.99rem;
    } 
    .unico{
      display: flex;
      justify-content: end;
      width: 100%;
      max-width: 1000;
   
     
    }
    .unico{
      display: flex;
      justify-content: end;
      width: 100%;
      max-width: 1000;
      
    }
  }