.bb{
    background-color: rgb(74, 74, 74);
}


.fsuport {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 70%;
    background-color: #06cbcd;
    margin-left: 15%;
    margin-top: 40px;
    border-radius: 30px;
}

.imagem{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: rgb(0, 0, 0);
}
.imagem img{
    margin-top: 40px;
    width: 430px;
}

.form_box {
    display: flex;
    flex-direction: column; 
    border-radius: 45px;
    width: 500px;
    margin-left: 5;
    
}

.form_box h1 {
    padding: 24px;
    color: rgb(0, 0, 0);
    justify-content: end;
}

.form_box form {
    display: flex;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 32px;
}

.form_box input{
    width:300px ;
    height: 45px;
    padding-left: 20px;
    margin-bottom: 20px ;
    border-radius: 15px;
    border: solid;
    border-color: rgb(0, 0, 0);
}

.form_box ::placeholder{
    color: rgb(0, 0, 0);
}


.form_box button {
    width: 180px;
    height: 48px;
    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    color: white;
    margin-bottom: 50px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-left: 32px;
}

label {
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.barra{
    margin-left: 33%;
    background-color: rgb(0, 0, 0);
    margin-bottom: 20px;
}

.barra i{
    color: rgb(0, 0, 0);
}

#searchForm input{
    background-color: white;
}

#searchForm ::placeholder{
    color: rgb(0, 0, 0);
}

.Pesquisar{
    background-color:rgb(255, 255, 255);
    padding: 20px;
}


.clique{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.clique button{
    justify-content: flex-start;
}

details summary {
  list-style: none;
  cursor: pointer;
}

details summary::-webkit-details-marker {
  display: none;
}

.detalhes{
    background-color: #ffffff;
    display: flex; 
    padding: 10px;
    flex-direction: column;
}

.detalhes summary{
    color: rgb(255, 0, 0);
    font-weight: bold;
    font-size: 15px;
}

.detalhes .item4{
    background-color: #ffffff;
    border: solid red;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
     margin:  0px 10px 10px 10px;
}

.respostas h1{
 text-align: center;
 background-color: #ffffff;
 color: #000000;
 font-weight: 900;
 font-size: 40px;
}

.detalhes ul{
    margin-top: 20px;
}

.detalhes h2{
    display: flex;
    margin-left: 10px;
    font-weight: bold;
    color: #000000;
    font-size: 35px;
    margin-bottom: 20px;
}

.detalhes ul li{
    margin-top: 10px;
    margin-bottom: 20px;
    color: rgb(255, 0, 0);
}

.detalhes img{
    margin-top: 10px;
    color: white;
    padding: 5px;
    background-color: #ffffff;

}

.detalhes  h3{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 900;
    color: #ff0000;
}

.mobile ul {
    display: flex;
}
.mobile ul img{
    display: flex;
    margin-right: 80px;
}

.flexcat ul{
    display: flex;
}

.flexcat ul img{
    display: flex;
    margin-right: 80px;
}



@media screen and (max-width: 900px){
    .fsuport {
        margin-bottom: 50px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
         width: 450px;
         background-color: #06cbcd;
         margin-left: 50px;
         margin-top: 40px;
         border-radius: 30px;
         
     }

     .form_box input{
        width: 350px ;
        height: 45px;
        margin-bottom: 20px ;
        border-left: 10px;
        border: solid;
        border-color: rgb(0, 0, 0);
    }

    .imagem img{
        margin-top: 20px;
        
        
    }

    .imagem{
        border-top-right-radius: 0px;
        border-bottom-left-radius: 30px;
        background-color: rgb(0, 0, 0);
    }

    nav img{
        width: 150px;
    }

/* MENU MOBILE */
.btn-abrir-menu i {
  color: #06CBCD;
  display: block;
  margin-left: 320px;
  margin-top: 50px;
  font-size: 56px;
  cursor: pointer;

}

footer img{
    margin-top: -25px;
    width: 70px;
  }
  
  .logo-footer{
      margin-left: 20px;
  }
  
  .logo-footer p{
    font-weight: 100;
    margin-right: 10px;
      margin-top: 10px;
      font-size: 13px;
  }
  
  .btn-social{
      margin-left: 10px;
      margin-right: 50px;
  }
  
  .btn-social p{
      margin-left: 5px;
      font-size: 13px;
      margin-left: 3px;
  
  }
  
  footer i{
      font-size: 10px;
  }
  
  .btn-social h3{
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 15px;
      margin-left: 7px;
  }
  
  .mapa{
      margin-right: 50px;
  }
  
  .mapa h3{
      font-size: 20px;
      margin-bottom: 4px;
      margin-top: 4px;
      margin-left: 30px;
  }
  
  .mapa a{
      font-size: 13px;
      margin-left: -10px;
      margin-top: 3px;
  }
  
  
  footer .direitos{
      margin-top: 50px;
      margin-left: 30px;
      font-size: 10px;
  
  }

}

     

