﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow: hidden;
}

:root {
    --orange: #FFAD01;
    --text-black: #404040;
}

#container {
    min-width: 100%;
    margin: auto;
}

.section-page .width-60 {
    width: 57%;
}

#body-store {
    height: 100vh;
}

.section-page {
    text-align: center;
    width: 100%;
    min-height: 91vh;
    background-color: #fff;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    margin: 0 auto;
}

    .btn .fa-home {
        margin-right: 8px;
    }

.lottie-player {
    width: 220px;
    height: 220px;
    margin-top: 2rem !important;
    align-content: center;
    display: flex;
    margin: auto;
}

.section-page h1 {
    letter-spacing: -1.42px;
    line-height: 92px;
    font-size: 74px;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--text-black);
}

h3 {
    text-align: center;
    margin: 0 auto;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: -1.42px;
    color: var(--text-black);
    padding: 29px 0 0;
    line-height: 1.2;
}

.line-loja {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: -1.42px;
    color: var(--orange);
    line-height: 1.2;
}

.circle {
    position: absolute;
    width: 443px;
    height: 297px;
    left: -201px;
    top: -92px;
    border-radius: 0px 0px 195px 0px;
    background: #adadad;
}

.path {
    position: absolute;
    width: 100%;
    height: 232px;
    left: auto;
    right: -25px;
}

    .path img {
        position: absolute;
        left: auto;
        right: -25px;
    }

.path-erro {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 135px;
}

.circle-orange {
    background: var(--orange);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 90px;
}

.circle-grey {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 250px;
    background: #979797;
}

.botton-erro-215 {
    bottom: 215px;
    right: 356px;
}

#content-wrap {
    padding-bottom: 12.5rem;
}

.new-circle {
    background: var(--orange);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 165px;
    top: 165px;
}

.simplified-footer-novo {
    position: sticky !important;
    height: 112px !important;
    bottom: 150px;
}

    .simplified-footer-novo .img-logo-epadoca-footer {
        width: 30%;
    }

    .simplified-footer-novo .row.no-margin.text-center {
        display: flex;
    }

    .simplified-footer-novo .white-text.col-lg-4.col-md-4.text-center {
        margin: 0 auto;
    }

@media (max-width: 1509px) {
    .lottie-player {
        width: 30%;
    }
}

@media (max-width: 999px) {
    .circle {
        width: 406px;
        height: 272px;
    }

    .path img {
        width: 42%;
        height: 192px;
    }

    .lottie-player {
        width: 30%;
    }
}

@media (max-width: 860px) {
    .lottie-player {
        width: 40%;
        margin-top: 2rem;
    }

    .section-page h1 {
        font-size: 65px;
    }
}

@media (max-width: 590px) {
    .lottie-player {
        width: 45%;
        margin-top: 3rem;
    }

    h3,
    .line-loja {
        font-size: 24px;
    }

    .section-page h1 {
        font-size: 55px;
    }

    .circle {
        width: 354px;
        height: 218px;
    }

    .path img {
        width: 61%;
        height: 157px;
    }

    .new-circle {
        width: 30px;
        height: 30px;
        right: 102px;
        top: 96px;
    }

    .circle-orange {
        width: 30px;
        height: 30px;
        left: 100px;
        top: 598px;
    }

    .path-1 img {
        position: relative;
        width: 126%;
        height: 194px;
        right: -65px;
    }

    .line-loja,
    .font-16p {
        font-size: 18px;
    }

    .line-loja,
    .letter-spacing-42 {
        letter-spacing: -0.42px;
    }

    .padding-top-1px {
        padding-top: 1px;
    }

    .section-page .width-60 {
        width: 100%;
    }
}

@media (max-width: 505px) {
    .lottie-player {
        width: 55%;
        margin-top: 4rem;
    }

    h3,
    .line-loja {
        font-size: 22px;
    }

    .section-page h1 {
        font-size: 45px;
    }
}

@media (max-width: 450px) {
    .lottie-player {
        width: 65%;
        margin-top: 5rem;
    }

    h3,
    .line-loja {
        font-size: 22px;
    }

    .section-page h1 {
        font-size: 35px;
    }

    .new-circle {
        right: 47px;
        top: 96px;
    }

    .font-16p {
        font-size: 16px;
    }

    .circle-grey {
        width: 23px;
        height: 23px;
    }

    .error-actions .btn-default {
        font-size: 14px;
    }
}
