@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 {
    background-color: #000;
    color: #000;
    padding: 5px;
    display: flex;
    align-items: center;
	  top: 0;
	  position: fixed;
	  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/ApreRla.webp') no-repeat center top 50%/cover;
    color: white;
}


.primeira h2 {
    font-size: 2rem;
    margin-bottom: 0px;
}

.text{
    text-align: center;
    color: #ffffff;
}


.fundo{
    background-color:rgba(0, 0, 0, 0.692);
    padding: 150px 0;
}


 
/* 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;
    
}
span{
    color: #f4b400;
}

/* Seção de serviços */




/* Seção de "Por que escolher?" */
.why-us {
    padding: 40px 10%;
    background-color: #fff;
    text-align: justify;
}

.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;
}
.social-icons {
    display: flex;
    gap: 20px;
  }
  .contact-us>p{
	color: #f7d025;
	
}
.contact-us{
    margin-right: 100px;
}

.ende>p{
	color: #f7d025;
	
}
  .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;
}

.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;
    }
}





    
    /* Animação de Fade-in */
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

  
    
    
    /* Responsividade */
    @media (max-width: 768px) {
        .service-list {
            flex-direction: column;
            align-items: center;
        }
    
        .service-item {
            width: 80%;
            margin-bottom: 30px;
        }
    }


@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: 0px;
       

    }
    .primeira h2{
        font-size: 1.5rem;

    }
    .primeira p{
        font-size: 1rem;
    }

    .fundo{
        background-image :linear-gradient(rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.493), rgba(0, 0, 0, 0.493));
    }
    .services>h2{
        font-size: 2rem;
    }
    .txt2>p{
        font-size: 0.99rem;
    } 
    .unico{
      display: flex;
      justify-content: end;
      width: 100%;
      max-width: 1000;
      
     
    }
    
}







