#footer {
    order: 3;
}

/******* Footer *******/
#footer {
    height: auto;
    background-color: var(--principal);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 64px;
}

#footer .call-to-action {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0;
    gap: 15px;
}

#footer .btn {
    text-decoration: none;
    border-radius: 50px;
    padding: 14px 0 11px;
    font-size: 17px;
    width: 180px;
    display: block;
    text-align: center;
    letter-spacing: 0.04em;
}

#footer .btn.btn-abra {
    width: 240px;
}

#footer .btn-ser-fiibo {
    border: 2px solid var(--amarelo);
    color: #fff;
    margin: 20px 0;
    font-weight: 500;
}

#footer .btn-ser-fiibo.btn-effect .round {
    background-color: var(--amarelo);
}

#footer .btn-ser-fiibo.branco {
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0 10px 10px;
}

#footer .btn-ser-fiibo.branco.branco1 {
    width: 9.375vw;
}

#footer .btn-ser-fiibo.branco.branco1 svg {
    width: 1.458vw;
}

#footer .btn-ser-fiibo.branco.branco2 {
    width: 10.156vw;
}

#footer .btn-ser-fiibo.branco.branco2 svg {
    width: 1.51vw;
}

#footer .btn-ser-fiibo .letras {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.05em;
    flex: 1;
    text-align: left;
}

#footer .btn-ser-fiibo .letras b {
    font-weight: 800;
    font-size: 1.146vw;
    line-height: 18px;
    letter-spacing: 0.01em;
    display: block;
}

#footer .app-titulo {
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 30px 0 0;
}

#footer .btn-meu-fiibo {
    color: var(--principal);
    font-weight: 700;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
}

#footer .btn-meu-fiibo:hover {
    color: #fff;
    background-color: var(--azul);
    border-color: var(--azul);
    transition: .5s;
}

#footer .btn-meu-fiibo.btn-effect .round {
    background-color: var(--azul);
}

#footer .btn-meu-fiibo.btn-effect .bg_color {
    background-color: #fff;
}

#footer .top {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 0 40px 0;
    gap: 120px;
}

#footer .top .box {
    width: 25%;
}

#footer .top .box.box-2 {
    max-width: 390px;
}

#footer .top .box.box-4 {
    width: 28%;
    max-width: 469px;
}

#footer .top .box.box-5 {
    max-width: 110px;
}

#footer .top .box-1 .logo {
    margin: 12px 0 31px 0;
}

#footer .top .box-1 .texto {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin: 0 0 40px 0;
}

#footer .top .box-1 .midias-sociais a {
    text-decoration: none;
    margin: 0 8px 0 0;
}

#footer .top .box-1 .midias-sociais svg {
    color: #fff;
    width: 40px;
    transition: .3;
}

#footer .top .box-1 .midias-sociais svg:hover {
    opacity: .9;
    transition: .3;
}

#footer .top .box-2 ul {
    list-style: none;
    padding: 0;
}

#footer .top .box-2 ul li {
    margin: 8px 0;
}

#footer .top .box-2 ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}

#footer .top .box-2 ul li a:hover {
    text-decoration: underline;
    transition: .3s;
}

#footer .top .box .texto-app {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}

#footer .top .box-4 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .top .box-4 #selo_cubo,
#footer .top .box-4 #selo_sup,
#footer .top .box-4 #selo_eretz {
    width: 200px;
    margin: 0 auto;
}

#footer .top .box-4 #selo_sup,
#footer .top .box-4 #selo_eretz {
    margin-bottom: 25px;
}

#footer .bottom,
#footer hr {
    width: 95%;
}

#footer .bottom {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 24px;
}

#footer hr {
    background-color: #ed4d69;
}

#footer .bottom a {
    color: #fff;
    text-decoration: none;
}

#footer .bottom .copyright {
    font-size: 14px;
}

#footer .logo-exent {
    width: 178px;
    margin: 0 86px 0 0;
}

#footer .box_selo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#footer .box_selo .box_row {
    gap: 20px;
    row-gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

#footer .box_selo .box_row .selo-full {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer .box_selo .selo_footer {
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 180px;
    -o-object-fit: contain;
    object-fit: contain;
}

#footer .box_selo .selo img,
#footer .box_selo .selo svg {
    width: 88%;
    max-width: 128px
}

@media only screen and (max-width:1680px) {
    #footer .btn-ser-fiibo.branco.branco1 {
        width: 10.375vw;
    }

    #footer .btn-ser-fiibo.branco.branco2 {
        width: 11.156vw;
    }

    #footer .top{
        gap: 52px;
    }

    #footer .call-to-action {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
    }
}



@media only screen and (max-width:1500px) {
    #footer .top .box-2 ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width:1440px) {
    #footer {
        height: auto;
        padding: 60px 0 0 0;
    }

    #footer .bottom {
        margin: 8px 0 30px;
    }

    #footer .top {
        margin: 0 0 22px 0;
    }

    #footer .box_selo .selo_footer {
        width: 100%;
    }

    #footer .call-to-action {
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center ;
    }

    #footer .btn-ser-fiibo {
        margin: 0;
    }

    #footer .app-titulo {
        margin-bottom: 20px;
    }

    #footer .btn-ser-fiibo.branco.branco1,
    #footer .btn-ser-fiibo.branco.branco2 {
        width: 180px;
    }

    #footer .btn-ser-fiibo.branco.branco1 svg,
    #footer .btn-ser-fiibo.branco.branco2 svg {
        width: 28px;
    }

    #footer .btn-ser-fiibo .letras b {
        font-size: 18px;
    }

    #footer .top .box.box-2 {
        max-width: 190px;
    }

    #footer .box_selo .box_row {
        gap: 10px;
        row-gap: 50px;
    }

    #footer .top .box.box-4 {
        width: 34%;
    }

    #footer .box_selo .selo {
        padding: 0 !important;
    }
}

@media only screen and (max-width:1366px) {
    #footer .box_selo .selo {
        scale: 0.9;
    }
}

@media only screen and (max-width:1280px) {


    #footer .box_selo .box_row .selo-full,
    #footer .box-5 .box_selo .selo {
        max-width: 100%;
    }

    #footer .box_selo .selo img, #footer .box_selo .selo svg {
        width: 100%;
    }
}

@media only screen and (max-width: 1148px) {
    #footer .box_selo .box_row {
        gap: 15px;
    }
}

@media only screen and (max-width:1024px) {
    #footer .top .box {
        width: 33.3%;
    }

    #footer .btn-meu-fiibo {
        background-color: #fff;
        margin: 0 auto;
    }

    #footer .btn-meu-fiibo:hover {
        color: #fff;
        background-color: var(--azul);
        border-color: var(--azul);
        transition: .5s;
    }

    #footer {
        height: auto;
        padding: 50px 0 25px;
    }

    #footer .top {
        margin: 0 0 22px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #footer .bottom {
        margin: 15px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    #footer .top .box {
        width: 80%;
        text-align: center;
        margin: 0 0 30px 0;
    }

    #footer .top .box-1 .texto {
        margin: 0 0 20px 0;
        padding: 0;
    }

    #footer .top .box-2 .btn-meu-fiibo {
        margin: 0 auto;
    }

    #footer .top .box.box-5 {
        max-width: 469px;
    }

    #footer .box_selo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        gap: 37px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: unset;
        -ms-flex-direction: column;
        flex-direction: unset;
    }

    #footer .bottom .copyright {
        margin: 0 0 20px 0;
    }

    #footer .logo-exent {
        margin: 0;
    }

    #footer .box_selo .selo_footer {
        max-height: 150px;
    }

    #footer .box_selo .box_row {
        gap: 41px;
        row-gap: 46px;
    }

    #footer .btn-ser-fiibo.branco.branco1,
    #footer .btn-ser-fiibo.branco.branco2 {
        width: 200px;
        padding-left: 15px;
    }

    #footer .btn-ser-fiibo.branco.branco1 svg,
    #footer .btn-ser-fiibo.branco.branco2 svg {
        width: 29px;
    }

    #footer .btn-ser-fiibo .letras b {
        font-size: 21px;
    }

    #footer .app-titulo {
        margin-top: 40px;
    }

    #footer .top .box.box-4 {
        width: 100%;
    }

    #footer .box_selo .selo {
        scale: 1;
    }
}

@media screen and (max-width: 521px){
    #footer .box_selo .box_row {
        justify-content: center;
    }
}

@media only screen and (max-width:450px) {
    #footer .top .box-1 .midias-sociais svg {
        width: 40px;
    }

    #footer .box_selo .selo {
        scale: 0.85;
    }
}