#home>div {
    display: flex;
}

#home {
    flex-direction: column;
    padding: 2rem 0;
}

#homeHeader {
    flex-direction: column;
    padding: 0 2rem 2rem 2rem;
    align-items: center;
    justify-content: center;
}

#homeHeader img {
    width: 15rem;
    height: 4rem;
    object-fit: contain;
}

#homeHeader h1 {
    margin-top: .5em;
    text-align: center;
}

#homeVideo {
    position: relative;
    width: 100%;
    justify-content: center;
    padding: 1rem 0;
    background: var(--amarelo);
}

#homeVideo>video {
    width: 100%;
    aspect-ratio: 16/9;
}

#homeFooter {
    flex-direction: column-reverse;
}

#homeFooter span {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

#homeFooter span:last-of-type {
    background: var(--vermelho);
    align-items: flex-start;
    min-height: min-content;
}

#homeFooter span:last-of-type p {
    color: #fff;
    margin: .5em 0;
}

#acelera {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 7rem;
}

#acelera div {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 2rem;
    text-align: center;
}

#acelera div h1 {
    color: var(--vermelho);
    text-transform: uppercase;
    margin-bottom: .5em;
}

#acelera ul{
    gap: 2rem;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

#acelera li::first-line{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
}

#acelera img:not(.division) {
    width: 100%;
    height: 50vh;
    object-fit: contain;
}

.division {
    width: 100%;
    height: 5rem;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

#bemVindo {
    flex-direction: column-reverse;
    background: var(--amarelo);
}

#bemVindo>img {
    width: 100%;
    height: 44vh;
    object-fit: cover;
    object-position: top;
}

#bemVindo>div {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-4rem);
}

#bemVindo .btn {
    background: var(--vermelho);
    color: #fff;
    border: solid 1px var(--vermelho);
}

#bemVindo .btn:hover {
    background: #fff;
    color: var(--vermelho);
}

#bemVindo .card>div h2{
    text-transform: uppercase;
} 

.card {
    display: flex;
    flex-direction: column;
    position: relative;
}

.card>div {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
    text-align: center;
}

.card>div h2 {
    margin-bottom: 1em;
}

.card>div p{
    margin-bottom: 1rem;
}

.card>img {
    width: 100%;
    height: 4rem;
    object-position: top;
    object-fit: contain;
}

#numeros {
    padding: 4rem 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#numeros h1 {
    color: var(--vermelho);
    margin-bottom: 1em;
    text-align: center;
}

#numeros>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#numeros .card {
    width: 90%;
}

#numeros .card div {
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--vermelho);
}

#numeros .card h2 {
    width: 80%;
}

#numeros .card :is(h2, p) {
    color: #fff;
}


#numeros .card:nth-of-type(odd) div {
    background: var(--amarelo);
}

#numeros .btn {
    background: var(--vermelho);
    color: #fff;
    border: solid 1px var(--vermelho);
}

#franqueados {
    padding: 4rem 0;
    flex-direction: column;
    align-items: center;
    background: url(../images/bg_franqueados.webp) no-repeat right/cover;
}

.depoimentos h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
}

.depoimentos>div {
    padding: 2rem 0;
    display: flex;
    position: relative;
    justify-content: flex-start;
    overflow-x: scroll;
    width: 100%;
    height: 75vh;
   scroll-snap-type: x mandatory;
}

.depoimentos>div img {
    scroll-snap-align: center;
    min-width: 80%;
    height: 100%;
    object-fit: contain;
}

#estrutura {
    background: var(--amarelo);
    flex-direction: column;
}

#estrutura>div {
    flex: 1;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}


#estrutura>div:first-of-type .btn {
    float: left;
    background: var(--vermelho);
    color: #fff;
}

#estrutura>div:first-of-type img {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
    object-fit: contain;
    object-position: top right;
}

#estrutura>div:last-of-type {
    padding: 4rem 1rem;
}

#estrutura div h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: .5em;
    text-align: center;
}

#estrutura ul{
    display: flex;
    flex-direction: column;
}


#estrutura li {
    width: 100%;
    display: flex;
    padding: .5em 0;
    align-items: center;
}

#estrutura li::before {
    content: "";
    min-width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 1rem;
    background: var(--vermelho);
    animation: ease-in-out zoom 1s infinite alternate;
}

#investimento{
    flex-direction: column-reverse;
}

#investimento :is(> div, img:not(.division)) {
    flex: 1;
    height: 50vh;
    width: 100%;
}

#investimento>div {
    padding: 2rem 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#investimento h1 {
    color: var(--vermelho);
}

#investimento .btn {
    margin: 1rem 0 0 0;
    background: var(--vermelho);
    color: #fff;
}

#investimento>div>div {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#investimento .card h2 {
    margin-bottom: .5em;
}

#investimento .card p {
    margin-bottom: .5em;
}

#investimento .card div {
    margin-top: 2rem;
    padding: 2rem;
    text-align: center;
    background: var(--amarelo);
}

#investimento>img:not(.division) {
    object-fit: contain;
    object-position: left;
}

#experiencia {
    flex-direction: column;
    position: relative;
    background: var(--amarelo);
}

#experiencia::before {
    content: "";
    width: 100%;
    height: 8rem;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    background: url(../images/division.webp) no-repeat center/cover;
}

#experiencia>div {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-top: -6rem;
}

#experiencia .card {
    width: 90%;
}

#experiencia .card h1 {
    margin-bottom: 1em;
}

#experiencia .card p {
    font-size: 1em;
    margin-bottom: .5em;
}

#experiencia>img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

#clientes {
    padding: 4rem 0;
    flex-direction: column;
    align-items: center;
    background: url(../images/bg_coments.webp) no-repeat left/cover;
}

#clientes h1 {
    text-transform: uppercase;
    width: 90%;
    text-align: center;
}