 .sobre_texto {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    padding: 30px 28px;    
    margin-bottom: 0px !important;
}
.fundador {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 330px;
    min-width: 220px;
    box-sizing: border-box;
}
.cofundadora {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    width: 330px;
    min-width: 220px;
    box-sizing: border-box;
}
.fundadores-box {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.vantagem_off {       
    text-align: center;
    border-radius: 12px;
    /* Sem background, box-shadow ou borda */
}
/* Garante fundo transparente para a imagem do chat animado */
.carousel img[alt="Chat animado"] {
    background: transparent !important;
}

/* Centraliza o carrossel e limita a largura das imagens */
.carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 350px; /* Ajuste conforme necessário para altura mínima */
    width: 100vw;
    box-sizing: border-box;
}
#slogan {
    text-align: left;

}
.carousel-img {    
    width: 811px;
    height: auto !important;
    display: none;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
}

.carousel-img.active {
    display: block;
    position: relative;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    z-index: 2;
}
.carousel-btn.prev {
    left: 10px;
}
.carousel-btn.next {
    right: 10px;
}
body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f5b702;
    color: #222;
}
header {
    background: #000;
    color: #fff;
    padding: 0px 0;
}
.container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
header .container {
    flex-direction: row;
    justify-content: space-between;
}
nav a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
nav a:hover {
    color: #ffdd57;
}
/* HERO ocupa toda a altura da tela */
.hero, #hero {
    background: #f5b702;
    color: #fff;
    min-height: 420px;
    /* height removido para ajuste automático */
    padding: 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: stretch;
}
.hero .container, #hero .container {
    width: 90%;    
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.carousel {
    position: absolute;
    top: -6px;    
    width: 100vw;
    height: 100%;
    min-height: 420px;
    z-index: 1;
    overflow: unset;
    border-radius: 0;
    box-shadow: none;    
}
.carousel-img {
    display: none;
    object-fit: cover;
    border-radius: 0;
    position: absolute;
    top: 0px;
    left: 0;
}
.carousel-img.active {
    display: block;
    animation: fadein 0.7s;
}
@media (max-width: 1100px) {
    .container {
        max-width: 98vw;
        width: 98vw;
        padding: 0 2vw;
    }
    .carousel {
        max-width: 98vw;
        min-height: 220px;
    }
    .carousel-img {
         
        min-height: 220px;
    }
    .hero h2, .hero p, .hero .cta {
        width: 90vw;
        right: 0;
        padding: 8px 2vw;
    }
}

@media (max-width: 700px) {
    .container {
        max-width: 100vw;
        width: 90vw;
        padding: 2vw;
    }
    .carousel, .carousel-img {
        min-height: 160px;
        height: 160px;
         
    }
    .hero {
        min-height: 160px;
        height: auto;
        padding: 0 0.5vw;
    }
    .hero h2, .hero p, .hero .cta {
        width:90%;
        font-size: 1.1rem;
         
        right: 0;
        padding: 6px 1vw;
    }
    .vantagem {
        width: 95vw;
        padding: 15px 5px;
    }
    form {
        max-width: 98vw;
    }
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(133,130,127,0.7);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 6px 14px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
}
.carousel-btn:hover {
    background: #85827F;
}
.carousel-btn.prev {
    left: 10px;
}
.carousel-btn.next {
    right: 10px;
}
 .hero h2, .hero p, .hero .cta, #hero h2, #hero p, #hero .cta {
    position: relative;
    z-index: 2;
    color: #000;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 12px;
    margin-bottom: 10px;
    right: 400px;
    width: 325px;
}
.hero h2, #hero h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

.carousel-btn:hover {
    background: #85827F;
}
.carousel-btn.prev {
    left: 10px;
}
.carousel-btn.next {
    right: 10px;
}
.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.hero .cta, #hero .cta {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 35px;
    background: #ffdd57;
    color: #85827F;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s;
}
.hero .cta:hover, #hero .cta:hover {
    background: #fff;
    color: #85827F;
}
#vantagens .vantagens {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.vantagem {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 30px 25px;
    width: 280px;
    text-align: center;
}
form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    width: 350px;
    margin: 0 auto;
}
input, textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}
button {
    background: #85827F;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}
button:hover {
    background: #6d6a67;
}
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    font-size: 0.95rem;
    margin-top: -1px;
}
