#home div {
    display: flex;
}

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

#homeHeader {
    padding-bottom: 2rem;
    align-items: center;
    justify-content: center;
}

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

#homeHeader h1 {
    width: 60%;
    max-width: 700px;
}

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

#homeVideo>video {
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 16/9;
    object-fit: contain;
}

#homeFooter span {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 4rem;
}

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

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

#acelera {
    align-items: center;
    justify-content: center;
}

#acelera div {
    display: flex;
    flex-direction: column;
    width: 50%;
}

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

#acelera ul{
    list-style: disc;
    list-style-position: inside;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

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

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

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

#bemVindo {
    background: var(--amarelo);
}

#bemVindo> :is(div, img) {
    flex: 1;
}

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

#bemVindo>div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 2rem;
    transform: translateX(6rem);
}

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

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

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

.card>div {
    display: flex;
    flex-direction: column;
    padding: 3rem;
    background: #fff;
    border-radius: 1rem;
}

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

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

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

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

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

#numeros .card {
    width: 25%;
}

#numeros .card div {
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
    background: var(--vermelho);
}

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


#numeros .card:nth-of-type(even) div {
    background: var(--amarelo);
    z-index: 1;
    margin: 0 1rem;
}

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

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

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

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

.depoimentos>div {
    padding: 2rem 4rem;
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    overflow-y: scroll;
    width: 100%;
    height: 75vh;
    /* scroll-snap-type: y mandatory; */
}

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

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

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

#estrutura>div:first-of-type {
    align-items: flex-end;
}

#estrutura>div:first-of-type .btn {
    margin-bottom: 2rem;
    float: left;
    margin-right: .5em;
    background: var(--vermelho);
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

#investimento .card h2 {
    font-size: 1.8rem;
    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;
    transform: translateX(-2rem);
}

#experiencia > :is(img, div) {
    flex: 1;
}

#experiencia{
    position: relative;
    height: 100vh;
    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{
    flex: 1.5;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transform: translateX(-6rem);
}

#experiencia .card{
    width: 90%;
}

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

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

#experiencia > img{
    height: 90%;
    object-fit: cover;
    object-position: left;
}

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

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