.header {
background-color:#32bcad; 
padding: 15px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.header img {
transition: transform 0.3s ease;
}
.header img:hover {
transform: scale(1.05);
}
.header span {
font-weight: 500;
letter-spacing: 0.5px;
}
.header a {
color: black;
text-decoration: none;
font-weight: 600;
padding: 10px 20px;
border: 2px solid #ffffff;
border-radius: 25px;
transition: all 0.3s ease;
}
.header a:hover {
background-color: #ffffff;
color: #2c3e50;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.logo {
padding: 15px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
body {
font-family: 'Raleway', sans-serif;
background-color: white;
justify-content: center; /* Centraliza horizontalmente */
align-items: center;  
text-align: center;
padding: 10px;
margin: 0;
color: #333;
}

h2 {
font-size: 24px;
color: #333;
margin-bottom: 20px;
}
.msg {
color: red;
font-size: 14px;
margin-bottom: 15px;
}
label {
display: block;
font-size: 16px;
margin-top: 15px;
text-align: left;
}
button{
width:200px;
padding:12px;
border-radius:10px;
border:3px solid rgba(255,255,255,.18);
background: #32bcad;
box-shadow: 0 3px 8px rgba(0, 128, 0, 0.3);
color: black;
font-size:16px;
cursor:pointer
}
button: hover{
background-color: #2980b9;
}
button[disabled]{opacity:.6;cursor:not-allowed}

input, select {
padding: 10px;
margin-top: 5px;
}
.footer {
background-color:#32bcad; 
color: white;
padding: 20px 10px;
text-align: center;
}
.footer-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto;
padding-bottom: 10px;
}
.footer-section {
width: 100%;
text-align: center;
}
.footer-section ul {
padding: 0;
}
.share-buttons {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 20px;
justify-content: center;
}
.share-button {
display: flex;
align-items:center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
text-decoration: none;
color: white;
font-size: 20px;
transition: opacity 0.3s ease; /* Adiciona uma transição suave */
}
.share-button:hover {
opacity: 0.8; /* Efeito de hover */
}
.facebook {
background-color: #3b5998;
}
.twitter {
background-color: #1da1f2;
}
.linkedin {
background-color: #0077b5;
}
.whatsapp {
background-color: #25d366;
}
.facebook {
background-color: #3b5998;
}
.twitter {
 background-color: #1da1f2;
}
.linkedin {
background-color: #0077b5;
}
.whatsapp {
background-color: #25d366;
}
.tab {
display: flex;
cursor: pointer;
align-items: center;  
text-align: center;
}
.tab button {
background-color: #f1f1f1;
width: 90px;
border: none;
outline: none;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
.tab button:hover {
background-color: #ddd;
}
.tab button.active {
background-color: #15d798;
}
.tabcontent {
display: none;
padding: 6px 12px;
border-top: none;
}
@media (max-width: 768px) {
.banner-img {
width: 90%; /* Ocupa 90% da largura da tela */
height: auto;
border-radius: 8px 8px 0 0;
}}

.wrap-whats{
  margin-top: 10px;
  margin-bottom: 16px;
}

.btn-whatsapp-inline{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;

  background: #25D366;
  color: #fff;
  font: 700 15px/1 Arial, sans-serif;

  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  transition: transform .15s ease, filter .15s ease;
}

.btn-whatsapp-inline:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.btn-whatsapp-inline .ico{
  font-size: 18px;
  line-height: 1;
}
.container div{
width: 100px;
height: 80px;
flex-wrap: wrap;
margin:10px;
}
.voltar{
background:red;
border-radius: 11px;
padding: 20px 45px;
color: #ffffff;
display:inline-block;
font: normal bold 18px/1 "Open Sans", sans-serif;
text-align:center;
}
h2{
font-size: 15px;
font-family: Arial;
text-align: center;
color:green;
width: 100%;
padding: 3px 3px;
margin: 3px 0;
display: inline-block;
border: 2px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
h3{
font-size: 14px;
font-family: Arial;
text-align: center;
color:black;
}
h4{
font-size: 16px;
font-family: Arial;
border: 2px solid #ccc;
text-align: center;
color:black;
}
h5{
font-size: 16px;
font-family: Arial;
background-color:yellow;
border:solid 1px;
border: 2px solid #ccc;
padding: 10px 10px;
margin: 3px 3;
text-align: center;
color:#363636;
}
h6{
font-size: 20px;
text-align: left;
color:white;
}
