header nav {
display: none;
flex-direction: column;
gap: 10px;
align-items: center;
background-color: var(--cor-principal);
}

.menu-toggle {
display: block;
background: none;
border: none;
color: white;
font-size: 2rem;
cursor: pointer;
margin: 0 auto 10px;
position: relative;
width: 40px;
height: 30px;
}

.menu-toggle span {
position: absolute;
height: 4px;
width: 100%;
background: white;
border-radius: 2px;
transition: all 0.5s ease;
}

.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 13px; }
.menu-toggle span:nth-child(3) { top: 26px; }

.menu-toggle.active span:nth-child(1) {
transform: rotate(45deg);
top: 13px;
left: calc(50% - 20px);
}

.menu-toggle.active span:nth-child(2) {
opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
transform: rotate(-45deg);
top: 13px;
left: calc(50% - 20px);
}

.banner {
padding: 20px;
}

.texto-banner {
padding: 15px;
font-size: 0.95rem;
}

.inline-form {
flex-direction: column;
gap: 20px;
}

.cardImg {
height: auto;
}

.video-card iframe {
height: 220px;
}
.whatsapp-float {
width: 50px;
height: 50px;
}
.banner{
background-size:auto;
background-position: center center;
}
.depoimentos-carrossel {
padding: 0 16px; 
}
.depoimento {
max-width: 90vw;   
margin: 16px auto;
padding: 16px 6px;
font-size: 1rem;
}

.video-card {
padding: 12px 6px 18px 6px;
max-width: 100%;
}
.video-card iframe {
height: 220px;
max-width: 100%;
}