*{


    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;


}

header{
    

text-align: center;
width: 100%;
padding: 8px;
color: rgb(255, 174, 0);
font-size: 20px;

a{
  text-decoration: none;
  color: inherit;
}

}

.h1{
    
    padding: 50px;
    width: 100%;

    a{
      text-decoration: none;
      color: inherit;
    }
    


}

.categorias{
    
    margin: 10px;
    padding: 20px;
    align-items: center;
}

body{

background-color:white;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
flex-wrap: wrap;
background-image: url("imagem/WhatsApp\ Image\ 2025-05-15\ at\ 23.30.05\ \(3\).jpeg");
background-size: cover;

height: 100%;
width: 100%;

}



main{

  display: flex;
  flex-direction: column;
  align-items: center;
  background-color:#f2f2f29a;
  width: 500px;
  height: 900px;
  border-radius: 10px;
  overflow-y: auto;
  


}



.chamada{
    display: flex;
    text-align: center; 
    justify-content: center;
    font-size: 20px;
    padding: 20px;

}

.h2{

padding: 40px;

}

.profissionais{


    display: flex;
    flex-direction: row wrap;


}

.caixas{
    
    background-color:  white;
    border: 1px solid lightgrey;
    border-radius: 8px;
    height: 270px;
    width: 180px;
    padding: 5px;
    margin: 5px;
    text-decoration: none;
    
    
    
}

.caixadestaque{

    background-color:  white;
    border: 2px solid gold;
    border-radius: 8px;
    height: 270px;
    width: 180px;
    padding: 5px;
    margin: 5px;
    text-decoration: none;


}


.profissionais2{

    display: flex;
    flex-direction: row wrap;
}

img{

    height: 100px;
    width:  168px;
    border-radius: 5px;
    
    

}

.botao{
   
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    background-color: #32A67B;
    padding: 5px;
    height: 35px;
    width: 110px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    
    
    
    
    

}

.botao1{

    color: inherit;
    text-decoration: none;
    font-size: 12px;
}



.caixas2{

     display: flex;
     flex-direction: column;
     align-items: start;
     padding: 4px;
     margin-left: 1px;
     color: black;
     text-decoration: none;
     text-align: left;
     
    

}

.caixas3{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 3px;
    padding-left: 2px;



}

.bolinha{

    list-style: none;
}

li{

margin-bottom: 2px;
margin-top: 2px;
    
}

.caixas4{
display: flex;
justify-content: space-between;
flex-direction: row;
margin: 4px;
background-color: white;
height: 25px;
margin-right: 10px;

}

.bairro{

    justify-content: flex-start;
    align-content: center;
    margin-left: 3px;

    font-size: 10px;

}

.footer {
  background-color: #1a1a1a;
  color: #f2f2f2;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
  width: 100%;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgb(255, 174, 0);
}

.footer-section p,
.footer-section ul,
.footer-section li,
.footer-bottom p {
  font-size: 14px;
  margin: 5px 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section a {
  color: #f2f2f2;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
  color: rgb(255, 174, 0);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 13px;
  color: #aaa;
}
