@charset "UTF-8";


 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color:rgba(245, 245, 245, 0.911);
    
   
}
body{
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;

}
  
  /* Cabeçalho */
  header{
    
    display: flex;
    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;
    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;
    position: left 100px;
   
  }
  .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;
      }
      .language-options {
        display: none;
      }
      
      .language-options.show {
        display: block;
      }
  
.primeira {
    background: url('img/8ab0d611-1f49-44ac-a229-f50029d17339.jpg') fixed; 
    background-repeat: no-repeat;
    background-position:top 100px;
    background-size: cover;
    text-align: justify;
    background-color: #ffffffe8;
    color: white;
}

.primeira h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.primeira p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: white;
}

.text{
    padding: 20px;
    color: hsla(48, 100%, 50%, 0.856);
    width: 780px;
    height: 180px;
    border-radius: 10px;
    margin-left: 30px;
}
.text>p{
    color:white;
    font-size: 25px;
}

.a{
text-decoration: none;
text-decoration-style: none;
}
.ende>a{
    text-decoration: none;
    color: white;
  }
  .ende>a:hover{
    color: #ffc107;}


.fundo{
    padding: 220px 0;
    background-color: #000000ad;
}

.txt2{
    margin-bottom: 50px; 
    text-align: unset;
    padding-left: 280px;
    padding-right: 280px;
    font-size: 18px;
    
}
span{
    color: #f1c40f;
}

.services{
    padding: 50px;
    text-align: center;
}

.services h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   
}

.service {
    width:27%;
    margin-bottom: 30px;
    background-color:rgba(245, 245, 245, 0.911);
    padding: 30px;
    text-align: center;
    border-radius:5px;
    
    
}
  

.service img {
    width: 100%;
    height: auto;
    border-radius: 20px;
   
}

.service h3 {
    margin: 20px 0;
    font-size: 1.3rem;
}

.service p {
    margin-bottom: 15px;
}

.botao {
    background-color: #fdd803f5;
    padding: 10px 20px;
    font-size: 1rem;
    color: #333;
    text-decoration:none;
    border-radius: 15px;
}

.botao:hover{

background-color: rgba(34, 33, 33, 0.822);
color: #f1c40f;
transition: all 0.2s linear;

}
.service> img{
    width:150px ;
    height: 150px;
}
.per{
    margin-top: 30px;
    margin-bottom: 30px;
}

.per > a{
   
    text-decoration: none;
    color: #000;
   
}
.pergunta{
    margin: auto;
    background-color: #333;
    color: #f1c40f;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    padding: 10px 10px;
    width: 50%;
    box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.1);
}
.pergunta:hover{
    background-color: #1f1e1e;
    color:#fff;
}


.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: #f1c40f;
}
.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;
}

/* 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: 1239px) {

    .text{
        padding: 20px;
        color: hsla(48, 100%, 50%, 0.747);
        width: 420px;
        height: 190px;
        border-radius: 10px;
        margin-left: 30px;
        
    }
    .primeira{
        background-position: top right  ;
    }
}

@media (max-width: 989px) {
    .txt2{
        padding: 0;
    }
    
}
   

@media (max-width: 768px) {
   
    .service-cards {
        flex-direction: column;
        align-items: center;
    }

    .service {
        width: 70%;
        margin-bottom: 20px;

       
    }
    .icons {
        display: flex;
        align-items: center;
        
      }


    
    .primeira h2{
        font-size: 1.5rem;

    }
    .primeira p{
        font-size: 1rem;
    }

    .fundo{
      background-color:rgba(0, 0, 0, 0.623) ;}
    .services>h2{
        font-size: 2rem;
    }
    .txt2>p{
        font-size: 0.99rem;
    } 
    .unico{
      display: flex;
      justify-content: end;
      width: 100%;
      max-width: 1000;
      
     
    }

}




