body{
    background-color: #b1b1b1;
    font-family: sans-serif;
}

 body.dark body{
  background-color: #121212;
}

 body.dark .Pesquisar{
  background-color: #121212;
}

 body.dark .respostas h1{
  background-color: #121212;
  color: #ffffff;
}

 body.dark .detalhes{
  background-color: #121212;
}

 body.dark .detalhes h2{
  color: #ffffff;
}

 body.dark summary{
  color: #ffffff;
}

 body.dark ul li{
  color: #ffffff;
}

 body.dark .detalhes h3{
  color: #ffffff;
}

 body.dark footer{
   box-shadow: none;
}

 body.dark .fsuport{
   background-color: #2b2b2b;
}

 body.dark .fsuport input{
   background-color: #2b2b2b;
   border-color: #ffffff;
}

 body.dark .form_box h1{
   color: #ffffff;
}

 body.dark button{
    background-color: #000000;
   color: #ffffff;
}

 body.dark .imagem{
    background-color: #ff0000;

}

 body.dark ::placeholder{
   color: #ffffff;
}

 body.dark .item4{
  background-color: #000000;
  color: #ffffff;
  border: solid #767676;
}

 body.dark .barra{
  border: solid rgb(255, 255, 255);
}

 body.dark form input{
  color: #ffffff;
}




.fsuport {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 70%;
    background-color: #ffffff;
    margin-left: 15%;
    margin-top: 40px;
    border-radius: 30px;
}

.imagem{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: red;
}
.imagem img{
    margin-top: 40px;
    width: 500px;
}

.form_box {
    display: flex;
    flex-direction: column; 
    border-radius: 45px;
    width: 500px;
    margin-left: 5;
}

.form_box h1 {
    padding: 24px;
    color: rgb(255, 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: red;
}

.form_box ::placeholder{
    color: red;
}


.form_box button {
    width: 180px;
    height: 48px;
    border-radius: 10px;
    background-color: rgb(255, 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: red;
}

.barra{
    margin-left: 33%;
    background-color: black;
    margin-bottom: 20px;
}

.barra i{
    color: white;
}

#searchForm input{
    background-color: black;
}

#searchForm ::placeholder{
    color: rgb(255, 255, 255);
}

.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: 1000px){
    .barra{
    
        margin-left: 33%;
        background-color: black;
        margin-bottom: 20px;
   
    }

    

}

@media screen and (max-width: 1000px){
    .fsuport{
       display: none;
    }  

    .fsuport {
        display: flex;
        flex-direction: column-reverse;
         width: 80%;
         background-color: #ffffff;
         margin-left: 10%;
         margin-top: 40px;
         border-radius: 15px;
     }
     
     .imagem{
         background-color: red;
         border-bottom-right-radius: 0px;
         border-top-left-radius: 15px;
         border-top-right-radius: 15px;
    
     }
     .imagem img{
         margin-top: 20px;
         width: 90%;
         margin-left: 5%;
         border-radius: 0px;
     }
     
     .form_box {
         display: flex;
         flex-direction: column; 
         border-radius: 45px;
         width: 500px;
         margin-left: 5;
     }
     
     .form_box h1 {
         padding: 24px;
         color: rgb(255, 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:180px ;
         height: 45px;
         padding-left: 20px;
         margin-bottom: 20px ;
         border-radius: 15px;
         border: solid;
         border-color: red;
     }
     
     .form_box ::placeholder{
         color: red;
     }

     .barra{
        margin-left: 25%;
     }
     
     
     


}



