@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
    font-family: "acumin-pro-condensed-black";
    src: url(./fonte/acumin-pro-condensed-black.woff2) format("woff2"),
        url(./fonte/acumin-pro-condensed-black.woff) format("woff"),
        url(./fonte/acumin-pro-condensed-black.svg#acumin-pro-condensed-black)
            format("svg");
}
@font-face {
    font-family: "acumin-pro-condensed-semibold";
    src: url(./fonte/acumin-pro-condensed-semibold.svg#acumin-pro-condensed-semibold)
            format("svg"),
        url(./fonte/acumin-pro-condensed-semibold.woff2) format("woff2"),
        url(./fonte/acumin-pro-condensed-semibold.woff) format("woff");
}
@font-face {
    font-family: "PoplarStd";
    src: url(./fonte/PoplarStd.svg#PoplarStd) format("svg"),
        url(./fonte/PoplarStd.woff2) format("woff2"),
        url(./fonte/PoplarStd.woff) format("woff"),
        url(./fonte/PoplarStd.ttf) format("truetype");
}

:root {
    --bs-font-sans-serif: "Montserrat", system-ui, -apple-system, "Segoe UI",
        Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";

    --cor-1: #ab8bde;
    --cor-2: #d91670;
    --cor-3: #f7d308;
}
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
header {
    z-index: 1;
}
.header {
    position: absolute;
    width: 100%;
    height: 250px;
    padding-top: 20px;
    z-index: 20;
    text-align: center;
}
header .bg {
    left: 50%;
    transform: translate(-50%);
}
#banner {
    overflow-x: hidden;
}

#banner .imagem {
    height: 920px;
}
#banner .imagem img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#banner .truck {
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#banner .truck img {
    max-width: 99%;
}

#sobre {
    z-index: 2;
    margin-bottom: 20px;
}
#sobre .imagem {
    font-size: 0;
    color: transparent;
}
#sobre .folha {
    top: -100px;
    right: 15%;
}
#sobre h4 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#paradas {
    z-index: 3;
}


.mockup {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}
.mockup .imagem {
    height: 190px;
}
.mockup strong {
    display: block;
    font-size: 22px;
    color: white;
    line-height: 36px;
    width: 180px;
    height: 70px;
}

.onde h4 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.parada .local {
    position: relative;
    height: 70px;
    margin-bottom: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.parada .local .nome {
    position: absolute;
    color: var(--cor-2);
    font-size: 37.9px;
    font-family: "PoplarStd";
    display: inline-block;
    height: 47px;
    line-height: normal;
    padding: 0 20px;
    background-color: white;
    border: 2px solid var(--cor-3);
    border-radius: 16px;
    transform: rotate(-5deg);
}
.parada .local .sombra {
    position: absolute;
    color: var(--cor-2);
    font-size: 37.9px;
    font-family: "PoplarStd";
    display: inline-block;
    height: 47px;
    line-height: normal;
    padding: 0 20px;
    background-color: var(--cor-2);
    border: 2px solid var(--cor-2);
    border-radius: 16px;
    transform: translate(-12px, 12px) rotate(-5deg);
    box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.1);
}
.parada .data {
    display: inline-block;
    font-size: 30.8px;
    color: var(--cor-2);
    font-family: "PoplarStd";
    padding: 3px 5px;
    background-color: var(--cor-3);
    border-radius: 6px;
    line-height: 31px;
    transform: rotate(5deg);
    margin-bottom: 20px;
}
.parada .info h3 {
    font-family: "acumin-pro-condensed-black";
    font-size: 34px;
    line-height: 30px;
    font-weight: 900;
    color: white;
    margin-bottom: 0;
}
.parada .info span {
    font-family: "acumin-pro-condensed-semibold";
    font-size: 26px;
    font-weight: 600;
    color: white;
}

#video {
    z-index: 5;
    min-height: 685px;
}
#video .area-titulo {
    height: 100%;
    display: flex;
    align-items: center;
}
#video .embed {
    display: flex;
    justify-content: center;
}
#video .embed video {
    width: 368px;
    height: 650px;
    border-radius: 16px;
    overflow: hidden;
}
#video .embed .sombra {
    width: 50%;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    height: 30px;
    box-shadow: 0px 57px 28px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

footer {
    z-index: 4;
}
footer .bg {
    bottom: -34px;
    /* left: -800px; */
    left: 50%;
    transform: translateX(-50%);

    display: none;
}
footer .margem {
    z-index: 1;
    min-height: 570px;
    padding-top: 80px;
}
footer .passo-a-passo .passos li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
    color: white;
}
footer .passo-a-passo .quem-sabe {
    text-transform: uppercase;
    font-size: 20px;
    color: white;
}
footer .logos {
    height: 400px;
    z-index: 1;
}
/**/
.titulo-imagem img {
    max-width: 100%;
}
.titulo-imagem span {
    color: transparent;
    font-size: 0;
}

.texto {
    font-size: 16px;
    line-height: 28px;
}
.texto.white {
    color: white;
}

/*-xl*/
@media (max-width: 1399.98px) {
}

/*-lg*/
@media (max-width: 1199.98px) {
}

/*-md*/
@media (max-width: 991.98px) {
    .header {
        height: 570px;
    }
    #banner .imagem {
        height: 980px;
    }
    footer .margem {
        margin-bottom: 80px;
    }
    footer .logos {
        text-align: center;
    }
}

/*-sm*/
@media (max-width: 767.98px) {
    #banner .imagem img {
        top: 50%;
    }
    .mockup {
        margin-bottom: 80px;
    }
    .parada .info {
        margin-bottom: 30px;
    }
}

/*-xs*/
@media (max-width: 575.98px) {
    #banner .imagem {
        height: 650px;
    }
    #banner .imagem img {
        top: 35%;
    }
    #banner .truck {
        bottom: 35px;
    }
    #sobre .imagem img {
        max-width: 100%;
    }
    #sobre .folha {
        top: -35px;
    }
    #sobre .folha img {
        width: 200px;
    }
    #paradas .bg {
        left: -85px;
        width: 970px;
    }
    #paradas .bg img {
        width: 1030px;
    }

    #video .embed video {
        width: 330px;
        height: 583px;
    }
    .mockup {
        margin-bottom: 60px;
    }
    footer .bg {
        width: 1000px;
    }

    .titulo-imagem img {
        max-width: 90%;
    }
}
