@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,300;0,400;0,500;0,700;1,600&display=swap');

#sidebar {
    width: 267px;
    position: fixed;
    top: 20px;
    left: -267px;
    height: fit-content;
    z-index: 999;
    background: #ED6614F7;
    overflow-y: scroll;
}

.lojas {
    width: 177px;
    height: 54px;
}

.components {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 15px;
}

.nav-item::marker {
    content: "";
}

.text-navbar {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    font-style: bold;
    text-decoration: none;
    margin: 0;
}

#sidebar.active {
    left: 20px;
}

#dismiss {
    width: 15.46px;
    height: 15.46px;
    cursor: pointer;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}


.hero {
    background-color: #14651c;
}

.hero-download-card {
    background-color: #443226;
    color: #ffffff;
    font-weight: bold;
    font-size: 21px;
    margin-top: 15px;
    padding-left: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.hero-download-card > p {
    padding: 0;
    margin: 0;
}

.tittle-hero {
    font-family: "Exo", sans-serif;
    font-weight: bold;
    font-size: 22px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0;
    background-color: #ed6614;
    width: fit-content;
    color: #ffffff;
}

.tittle-hero-span {
    background-color: #ed6614;
}

.desc-hero {
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
}

.img-hero {
    max-width: 196px;
    max-height: 358px;
    position: absolute;
    top: 10px;
    right: 0;
}

.possibility-title {
    font-family: "Exo", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    z-index: 2;
    text-align: center;
}

.possibility-desc {
    font-family: "Exo", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #3c4043;
    z-index: 2;
}

.possibility-square-top {
    background-color: #ed6614;
    width: 96%;
    position: absolute;
    z-index: 1;
    right: 0;
}

.position-title {
    font-family: "Exo", sans-serif;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    color: #3c4043;
}

.position-image-person {
    max-width: 284px;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 931px;
}

.container-person {
    background-image: url("./image/section-position-person-bg.png");
    height: 790px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.position-divider {
    height: 106px;
    width: 100%;
    background-color: #14651c;
    position: absolute;
    left: 0;
    top: 1537px;
}

.person-positon {
    top: -307px;
    right: -8%
}

.position-square-green {
    right: -20%;
    top: 341px;
    left: -40%;
}


.position-mockup {
    position: absolute;
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.section-alerts {
    background-image: url("./image/bg-mobile-realtime.png");
    height: 965px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.alerts-title {
    font-family: "Exo", sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0;
}

.alerts-image {
    width: 93px;
    height: 44px;
}

.alerts-span {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #ed6614;
    padding: 0 4px;
}

.col-9-person {
    flex: 0 0 auto;
    width: 68%;
}

.channel-title {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #14651C;
    width: fit-content;
}

.channel-desc {
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #3C4043;
}

.divider-right {
    background-color: #ed6614;
    width: 37px;
}

.section-house {
    background-color: #14651C;
}

.section-house-title {
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.section-house-desc {
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
}

.card-house {
    background-image: url("./image/house-image.png");
    height: 256px;
    width: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.card-house-full {
    background-image: url("./image/house-image-full.png");
    height: 256px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 531px;
}

.card-title-full {
    background-color: #443226;
    padding-left: 3px;
    width: fit-content;
    padding-right: 8px;
    font-family: "Exo", sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0;
}

.card-desc-full {
    margin-top: 15px;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #3C4043;
}

.popup {
    background-color: #ed6614CC;
    padding: 10px;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;

}

.popup > p {
    margin: 0;
    font-weight: 500;
}

.card-service {
    background-image: url("./image/service-worker.png");
    height: 256px;
    width: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.card-service-full {
    background-image: url("./image/service-worker-full.png");
    height: 256px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 531px;
}

.card-house-info {
    position: absolute;
    bottom: 0;
    background-color: #14651CCC;
    width: 100%;
    padding: 8px 14px;
}

.card-title {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    margin: 0;
}

.card-desc {
    font-family: "Exo", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    margin: 0;
}

.apoio-section {
    background-color: #ed6614;
    height: 1171px;
}

.apoio-mockup{
    position: absolute;
    bottom: -50px;
    height: 701px;
    width: 347px;
}

.apoio-title {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #443226;
    padding: 4px 15px;
    width: fit-content;
}

.apoio-desc {
    font-family: "Exo", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.img-apoio {
    height: 100px;
    width: 100px;
}

.apoio-span {
    background-color: #14651C;
    font-weight: bold;
}

.rotas-section {
    height: 1519px;
    background-color: #443226;
}

.footerTitle {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #14651C;
    text-decoration: underline 1px solid #14651C;
    margin: 0;
    text-align: center;
}

.footerDesc {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #14651C;
    text-decoration: underline 1px solid #14651C;
    margin: 0;
    text-align: center;
}

.footerCopy {
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #3C4043;
    margin: 0;
    text-align: center;
}

.footerDownload {
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #3C4043;
    margin: 0;
    text-align: center;
}

.possibility-title-card {
    padding: 10px;
    position: absolute;
    width: 96%;
    right: 0;
    background-color: #ed6614;
}

.possibility-title-card > p {
    margin: 0;
}

.mockup-cell-position {
    margin-top: 140px;
    height: 520px;
}

.card-routes-container{
    background-color: #ed6614;
    padding: 25px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}


@media (min-width: 992px) {
    #dismiss {
        width: 25.46px;
        height: 25.46px;
    }

    .apoio-section {
        background-color: #ed6614;
        height: 985px;
    }

    .rotas-section {
        height: 1300px;
    }

    .text-navbar {

        font-size: 28px;

    }

    .lojas {
        width: 266px;
        height: 103px;
    }

    #sidebar {
        width: 352px;
        left: -352px;
    }

    .mockup-cell-position {
        margin-top: 0;
        height: 789px;
    }

    .person-2-position {
        height: 800px;
        top: 175px;
        position: absolute;
        right: 0;
    }


    .img-hero {
        max-width: 398px;
        min-height: 681px;
    }


    .tittle-hero {
        font-size: 56px;
    }

    .possibility-square-bottom {
        background-color: #ed6614;
        height: 40px;
        width: 50%;
        position: absolute;
        z-index: 1;
        bottom: -160px;
        right: 0;
    }

    .container-square {
        max-width: 1350px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100% !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        right: 0;
    }

    .possibility-title {
        font-size: 42px;
        color: #3c4043;
        text-align: left;
    }

    .position-title {
        font-size: 36px;
    }

    .position-divider {
        top: 1755px;
    }

    .position-mockup {
        position: static;
        display: flex;
        justify-content: left;
        z-index: 1;
    }

    .position-mockup > img {
        z-index: 1;
    }

    .position-image-person {
        max-width: 701px;
        top: 1014px;
    }

    .container-person {
        height: 908px;
        background-position: top;
    }

    .container-image {
        display: flex;
        justify-content: center;
    }

    .section-alerts {
        background-image: url("./image/bg-realtime.png");
        height: 1023px;
    }

    .alerts-title {
        font-size: 40px;
        font-weight: normal;
        color: #FFFFFF;
    }

    .alerts-image {
        margin-top: 50px;
        width: 291px;
        height: 139px;
    }

    .alerts-span {
        font-size: 40px;
    }

    .channel-title {
        font-size: 50px;
        background-color: #ed6614;
        padding: 0 15px;
        color: #FFFFFF;
    }

    .channel-desc {
        font-size: 36px;
        margin-left: 150px;
    }

    .section-house {
        background-color: #FFFFFF;
    }

    .apoio-title {
        height: fit-content;
        font-size: 50px;
        width: 45%;
    }

    .apoio-desc {
        font-size: 32px;
    }

    .img-apoio {
        height: 200px;
        width: 200px;
    }

    .apoio-span {
        background-color: #14651C;
        font-weight: bold;
    }

    .footerCopy {
        text-align: left;
    }

    .position-square-green {
        right: -20%;
        top: 341px;
        left: -40%;
    }

    .container-hero-download {
        position: absolute;
        bottom: -40px;
    }

    .hero-download-card {
        display: flex;
        margin-right: 20px;
        justify-content: center;
        margin-top: 15px;
        padding: 9px;
        align-items: center;
    }

    .lojas {
        width: 235px;
        height: 72px;
    }


}

@media (min-width: 890px) {
    .img-hero {
        right: auto;
    }

    .position-square-green {
        top: 668px;
    }
}

@media (min-width: 1200px) {
    .img-hero {
        right: auto;
    }
}

@media (min-width: 1400px) {
    .position-divider {
        top: 1710px;
    }


    .position-image-person {
        right: 10%;
    }
}

@media (min-width: 1800px) {
    #sidebar.active {
        left: 16%;
    }

    .possibility-square-bottom {
        width: 80%;
    }

}

@media (min-width: 2000px) {
    #sidebar.active {
        left: 24%;
    }

}
