html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
.block {
    display: block;
}

body {
    line-height: 1;
    font-family: "Inter", sans-serif;
    color: var(--preto);
}

.post,
.page {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.error::-webkit-input-placeholder {
    color: red !important;
}

.error::-moz-placeholder {
    color: red !important;
}

.error:-ms-input-placeholder {
    color: red !important;
}

.error::-ms-input-placeholder {
    color: red !important;
}

.error::placeholder,
.error {
    color: red !important;
}

a {
    text-decoration: none;
}

a:focus,
a:focus-visible {
    outline: none;
}

.block {
    display: block;
}

:root {
    --vermelho: #ED002E;
    --preto: #000000;
    --branco: #ffffff;
    --manrope: "Manrope", sans-serif;
    --transicao: all .3s ease-in-out;
}

.container {
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

html::-webkit-scrollbar-track {
    background: var(--vermelho);
}

html::-webkit-scrollbar-thumb {
    background-color: var(--vermelho);
    border-radius: 20px;
    border: 1px solid var(--branco);
}

html::-webkit-scrollbar {
    width: 8px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: var(--chumbo);
}

::-webkit-scrollbar-thumb {
    background-color: var(--vermelho);
    border-radius: 20px;
    border: 1px solid var(--branco);
}

::-webkit-scrollbar {
    width: 8px;
    height: 7px;
}

.phone_hp {
    display: none !important;
}

/*************** HEADER ****************/
#masthead .menu_mobile {
    display: none;
}

#masthead {
    position: absolute;
    background: transparent;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#masthead .container-header {
    width: 95%;
    max-width: 1727px;
    margin: 0 auto;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#masthead .container-header .dir,
#masthead .container-header .esq {
    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;
}

#masthead .container-header .dir {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.145vw;
}

#masthead .container-header .esq .logo img {
    width: 201px;
}

#masthead .container-header .meio {
    background-color: #000000d2;
    padding: 10px 10px 10px 2.604vw;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    margin-left: 10vw;
}

#masthead .menu_header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3vw;
}

#masthead .menu_header .menu li {
    position: relative;
}

#masthead .menu_header .menu li.header-contato {
    margin-left: -1.563vw;
}

#masthead .menu_header .menu li::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: var(--branco);
    position: absolute;
    top: 50%;
    right: -1.563vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0.15;
}

#masthead .menu_header .menu li.header-contato::after,
#masthead .menu_header .menu li.menu-item-27::after,
#masthead .menu_header .menu li.header-contato a::before {
    content: none;
}

#masthead .menu_header .menu li.header-contato a {
    background: -webkit-gradient(linear, left top, right top, from(rgba(237, 0, 46, 1)), color-stop(36%, rgba(248, 50, 0, 1)), color-stop(68%, rgba(237, 0, 46, 1)), to(rgba(248, 50, 0, 1)));
    background: -o-linear-gradient(left, rgba(237, 0, 46, 1) 0%, rgba(248, 50, 0, 1) 36%, rgba(237, 0, 46, 1) 68%, rgba(248, 50, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(237, 0, 46, 1) 0%, rgba(248, 50, 0, 1) 36%, rgba(237, 0, 46, 1) 68%, rgba(248, 50, 0, 1) 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    padding: 9px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: background-position .3s ease-in-out;
    -webkit-transition: background-position .3s ease-in-out;
    -moz-transition: background-position .3s ease-in-out;
    -ms-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
}

#masthead .menu_header .menu li.header-contato a:hover {
    background-position: 0 0;
}

#masthead .menu_header .menu li.header-contato a::after {
    content: url(../../empreendimentos-imobiliarios/icones/enviar-contato.svg);
    height: 11px;
    width: 11px;
}

#masthead .menu_header .menu li a {
    color: var(--branco);
    font-size: 12px;
    font-weight: 800;
    line-height: 14.4px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--manrope);
    padding: 9px 0;
    display: block;
}

#masthead .menu_header .menu li a::before {
    display: block;
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: var(--vermelho);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    left: -0.573vw;
    top: 14px;
    -webkit-box-shadow: 0px 0px 10px 2px #ED002E;
            box-shadow: 0px 0px 10px 2px #ED002E;
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
    opacity: 0;
}

#masthead .menu_header .menu li a:hover::before,
#masthead .menu_header .menu li.current_page_item a::before {
    opacity: 1;
}

#masthead .container-header .btn-header {
    font-family: var(--manrope);
    font-size: 10px;
    font-weight: 800;
    line-height: 12px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    transition: var(--transicao);
    color: var(--branco);
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: 1px solid transparent;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 6px;
    gap: 10px;
    max-width: 113px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
}

#masthead .container-header .btn-header:hover {
    border: 1px solid var(--vermelho);
}

#masthead .container-header .btn-header svg {
    width: 20px;
    height: 20px;
}

#masthead .container-header .btn-header span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
}

#menu-dropdown {
    display: none;
}


/* header fixo*/
#masthead.header-fixo {
    position: fixed;
    top: 0;
    background-color: #1f1f1fdb;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    padding: 10px 0;
}

#masthead.header-fixo .container-header .esq .logo img {
    width: 140px;
}

#masthead.header-fixo .container-header .btn-header {
    font-size: 10.5px;
}

#masthead.header-fixo .menu_header .menu li a::before {
    bottom: -23px;
}

@media screen and (max-width: 1680px) {
    #masthead .container-header .esq .logo img {
        width: 10.468vw;
    }

    #masthead.header-fixo .container-header .esq .logo img {
        width: 8.468vw;
    }

    #masthead {
        padding: 1.56vw 0;
    }
}


@media screen and (max-width: 1366px) {

    #masthead .menu_header .menu li a {
        font-size: 11px;
    }

    #masthead .container-header .meio {
        margin-left: 8vw;
    }

    #masthead .container-header .btn-header {
        font-size: 10.5px;
    }

    #masthead .container-header .dir {
        gap: 0.85vw;
    }
}


@media screen and (max-width: 1200px) {

    #masthead .container-header .btn-header {
        font-size: 9.5px;
    }

    #masthead .menu_header .menu li a {
        font-size: 10px;
    }

}

/************ MOBILE *************/
@media screen and (max-width: 1024px) {

    #masthead .container-header .dir .search-header,
    #masthead .container-header .dir .btn-header,
    #masthead .menu_header {
        display: none;
    }

    #masthead .container-header .esq .logo img {
        width: 140px;
    }

    #masthead {
        padding: 20px 0;
        border-bottom: 1px solid #ffffff0f;
    }

    #masthead .menu_mobile {
        display: block;
    }

    #masthead .container-header .meio {
        display: none;
    }

    #masthead .btn-nav {
        background-color: var(--preto);
        border: none;
        cursor: pointer;
        padding: 9px 12px;
        border-radius: 50px;
        z-index: 999;
    }

    #masthead .icon-bar {
        background-color: #fff;
        border-radius: 20px;
        display: block;
        height: 2px;
        margin: 6px 0;
        width: 25px;
    }

    #masthead .middle {
        margin: 0 auto;
    }

    #masthead .icon-bar {
        -o-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
    }

    #masthead .animated_menu .icon-bar {
        background-color: #fff;
        border-radius: 20px;
        z-index: 999999;
    }

    #masthead .animated_menu .top {
        -ms-transform: translateY(7px) rotateZ(45deg);
        -webkit-transform: translateY(7px) rotateZ(45deg);
        transform: translateY(7px) rotateZ(45deg);
    }

    #masthead .animated_menu .bottom {
        -ms-transform: translateY(-9px) rotateZ(-45deg);
        -webkit-transform: translateY(-9px) rotateZ(-45deg);
        transform: translateY(-9px) rotateZ(-45deg);
    }

    #masthead .animated_menu .middle {
        width: 0;
    }

    #masthead .container-header {
        z-index: 99;
        position: relative;
    }

    #menu-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-left: 0%;
        height: 100vh;
        position: fixed;
        top: -100vh;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 9;
        background-color: var(--preto);
        padding-top: 100px;
    }

    @keyframes showNav {
        from {
            top: -100vh;
        }

        to {
            top: 0;
        }
    }

    @-webkit-keyframes showNav {
        from {
            top: -100vh;
        }

        to {
            top: 0;
        }
    }

    #masthead .showNav {
        -webkit-animation: showNav .5s ease forwards;
        animation: showNav .5s ease forwards;
    }

    @keyframes hideNav {
        from {
            top: 0;
        }

        to {
            top: -100vh;
        }
    }

    @-webkit-keyframes hideNav {
        from {
            top: 0;
        }

        to {
            top: -100vh;
        }
    }

    #masthead .hideNav {
        -webkit-animation: hideNav .8s ease forwards;
        animation: hideNav .8s ease forwards;
    }

    #masthead .hideNav.hidden {
        animation: none;
        -webkit-animation: none;
    }

    #masthead.header-fixo .container-header .esq .logo img {
        width: 120px;
    }

    #menu-dropdown a {
        color: var(--branco);
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        border: 1px solid var(--branco);
        position: relative;
        text-align: center;
        border-radius: 30px;
        margin-bottom: 15px;
        opacity: 0.8;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        padding: 14.5px 0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
                justify-content: center;
        gap: 10px;
    }

    #menu-dropdown .current_page_item a {
        border: 1px solid var(--vermelho);
        -webkit-box-shadow: #ed002e61 0px 2px 4px 0px, #ed002eb0 0px 2px 16px 0px;
                box-shadow: #ed002e61 0px 2px 4px 0px, #ed002eb0 0px 2px 16px 0px;
    }

    #menu-dropdown a::before {
        content: url(../../empreendimentos-imobiliarios/icones/seta-direita-v2.svg);
        position: absolute;
        right: 30px;
        top: 11px;
    }

    #menu-dropdown .container {
        padding: 35px 0 0;
        border-top: 1px solid var(--branco);
        position: relative;
        overflow: auto;
        padding-right: 10px;
    }
}

@media screen and (max-width: 360px) {
    #menu-dropdown a {
        font-size: 14px;
    }

}

/* FORMULARIO */
#form {
    position: relative;
    z-index: 3;
}

#form .container {
    z-index: 1;
    position: relative;
    color: var(--branco);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 65px 3vw 3.6083vw 4.6875vw;
}


#form .container::after {
    content: ' ';
    display: block;
    height: calc(100% - 35px);
    width: 100%;
    background-color: #F4F4F4;
    -webkit-box-shadow: 0px 10px 20px 0px #61616180;
            box-shadow: 0px 10px 20px 0px #61616180;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: -1;
}


#form .esq {
    width: 44%;
}

#form .titulo {
    font-size: 3.021vw;
    font-weight: 700;
    line-height: 3.385vw;
    margin-bottom: 1.5vw;
    background: -o-linear-gradient(337.8deg, #000000 2.02%, #ED002E 97.26%);
    background: linear-gradient(112.2deg, #000000 2.02%, #ED002E 97.26%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    max-width: 460px;
}

#form .texto {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.3541vw;
    color: var(--preto);
}

#form .destaque {
    font-weight: 700;
    font-size: 0.9375vw;
    line-height: 1.3541vw;
}

#form .dir {
    margin-top: -58px;
    width: 48%;
    background-color: var(--branco);
    -webkit-box-shadow: inset 0 0 0 2px #E4E4E4;
            box-shadow: inset 0 0 0 2px #E4E4E4;
    padding: 3.02083vw 3.02083vw 2.083vw;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    position: relative;
}

#form .dir::before {
    content: ' ';
    background-image: url(../../empreendimentos-imobiliarios/geral/p4-form-bg.webp);
    background-size: cover;
    background-position: right;
    display: block;
    width: 100%;
    height: 53px;
    position: absolute;
    left: 0;
    bottom: -53px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

#form .dir .box-input {
    margin-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: flex;
    gap: 9px;
}

#form .dir .box-input::before {
    content: ' ';
    display: block;
    width: 99%;
    height: 1px;
    background-color: var(--preto);
    position: absolute;
    bottom: 0;
    left: 0.5%;
    z-index: 1;
}

#form .dir .box-input input,
#form .dir .box-input select,
#form .dir .box-input textarea {
    width: 100%;
    background-color: var(--branco);
    height: 50px;
    border: 1px solid #DBDBDB;
    color: var(--preto);
    border-radius: 5px;
    font-size: 14px;
    padding-left: 15px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#form .dir .box-input .inpt-telefone {
    padding-left: 45px;
}

#form .dir .box-input .ddi {
    z-index: 1;
    position: absolute;
    top: 16px;
    left: 15px;
    font-weight: 300;
    color: var(--preto);
    font-size: 14px;
}

#form .dir .box-input .label-form {
    background-color: var(--branco);
    z-index: 2;
    color: var(--preto);
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

#form .dir .box-input .label-form.subir {
    font-size: 11px;
    background-color: var(--vermelho);
    padding: 2.5px 4px 3px;
    color: var(--branco);
    left: 12px;
    top: -9px;
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#form .dir .box-input textarea {
    resize: none;
    height: 97px;
    padding-top: 12px;
}

#form .dir .box-input.box-check {
    margin-top: 15px;
    margin-bottom: 10px;
}

#form .dir .box-input.box-check::before {
    content: none;
}

#form .dir #sobre-chk {
    accent-color: var(--vermelho);
    border: none;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    width: 12px;
    height: 12px;
}

#form .dir .autorizo {
    font-size: 12px;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: var(--preto);
}

#form .dir .obrigatorio {
    font-size: 12px;
    margin-top: 15px;
    opacity: .9;
    color: var(--preto);
    text-align: center;
}

#form .dir .enviar {
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    display: block;
    color: var(--branco);
    background-color: var(--vermelho);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
}

#form .dir .enviar:hover {
    -webkit-box-shadow: inset 0 0 0 2em var(--preto);
            box-shadow: inset 0 0 0 2em var(--preto);
    border-color: var(--preto);
}

#form .dir .enviar svg {
    position: relative;
    z-index: 2;
}


@media screen and (max-width: 1440px) {
    #form .titulo {
        font-size: 4.021vw;
        line-height: 4.385vw;
    }

    #form .texto {
        font-size: 16px;
        line-height: 24px;
    }

}

@media screen and (max-width: 1024px) {
    #form .container {
        padding: 40px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 60px;
    }

    #form .titulo {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    #form .esq {
        width: 100%;
    }

    #form .texto {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    #form .dir {
        margin-top: 0;
        width: 100%;
        padding: 40px 30px;
    }

    #form .dir::before {
        height: 50px;
        bottom: -50px;
    }

    #form .container::after {
        height: calc(100% + 50px);
        top: 0;
    }
}

@media screen and (max-width: 600px) {

    #form .dir {
        padding: 35px 20px;
    }

    #form .titulo {
        font-size: 8.5vw;
        line-height: 10vw;
    }

    #form .container {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 460px) {

    #form .dir .enviar {
        font-size: 14px;
        padding: 14px 1%;
        gap: 10px;
    }
}

/* FOOTER */
#footer {
    background-color: var(--preto);
    position: relative;
    background-image: url(../../empreendimentos-imobiliarios/geral/p4-footer-bg.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-top: -177px;
}

#footer .top.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 86.5px;
    -webkit-column-gap: 7.8%;
       -moz-column-gap: 7.8%;
            column-gap: 7.8%;
    position: relative;
    z-index: 1;
    padding-top: 298px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #FFFFFF40;
}

#footer .top.container .box-1 {
    width: 17%;
}

#footer .top.container .box-2 {
    width: 18%;
}

#footer .top.container .box-3 {
    width: 18%;
}

#footer .top.container .box-4 {
    width: 20%;
}

#footer .top.container .box-1 .logo {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

#footer .top.container .box-1 .endereco-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    margin-bottom: 45px;
}

#footer .top.container .box-1 .endereco {
    color: var(--branco);
    font-size: 14px;
    line-height: 20px;
}

#footer .top.container .box-1 .box-redes p {
    font-size: 16px;
    font-weight: 700;
    color: var(--branco);
    margin-bottom: 27px;
}

#footer .top.container .box-1 .box-redes .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

#footer .top.container .box-1 .box-redes a:hover .quadrado {
    fill: var(--vermelho);
}

#footer .top.container .box-1 .box-redes a:hover svg path {
    fill: var(--branco);
}

#footer .top.container .box .topico-principal {
    color: #848484;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}

#footer .footer-menu-top {
    margin-bottom: 2.4vw;
}

#footer .top.container .box li {
    position: relative;
    margin-bottom: 10px;
}

#footer .top.container .box .sub-menu {
    margin-left: 0;
    margin-bottom: 20px;
}

#footer .top.container .box li a {
    color: var(--branco);
    font-size: 16px;
    position: relative;
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
    padding: 0 0 0 22px;
    opacity: 0.9;
}

#footer .top.container .box li.menu-item-has-children>a {
    font-weight: 700;
    padding: 0 0 0 0;
    margin-bottom: 10px;
    display: block;
}

#footer .top.container .box li.menu-item-has-children>a::before {
    content: none;
}

#footer .top.container .box li a::before {
    -o-transition: var(--transicao);
    -webkit-transition: var(--transicao);
    color: var(--branco);
    content: '//';
    font-weight: 700;
    display: inline-block;
    transition: var(--transicao);
    margin-right: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer .top.container .box li a:hover:before {
    color: var(--vermelho);
}

#footer .top.container .box li a:hover {
    opacity: 1;
}

#footer .middle .topico-principal {
    color: #08A8F7;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

#footer .middle .container {
    padding: 29px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #FFFFFF40;
    gap: 14px;
}

#footer .middle .container .certificacoes {
    color: var(--branco);
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    margin-right: 7.031vw;
}

#footer .bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 0;
}

#footer .assinatura .copyright {
    font-size: 12px;
    initial-letter: 0.05em;
    font-weight: 500;
    color: var(--branco);
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}

#footer .assinatura .copyright a {
    color: var(--branco);
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
}

#footer .assinatura .copyright a:hover {
    text-decoration: underline;
}

#footer .endereço-formatado {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: var(--branco);
    margin-bottom: 40px;
}

#footer .btn_contato {
    background: -webkit-gradient(linear, left top, right top, from(rgba(237, 0, 46, 1)), color-stop(36%, rgba(248, 50, 0, 1)), color-stop(68%, rgba(237, 0, 46, 1)), to(rgba(248, 50, 0, 1)));
    background: -o-linear-gradient(left, rgba(237, 0, 46, 1) 0%, rgba(248, 50, 0, 1) 36%, rgba(237, 0, 46, 1) 68%, rgba(248, 50, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(237, 0, 46, 1) 0%, rgba(248, 50, 0, 1) 36%, rgba(237, 0, 46, 1) 68%, rgba(248, 50, 0, 1) 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    padding: 11px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: var(--branco);
    font-size: 14px;
    font-weight: 800;
    line-height: 14.4px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--manrope);
    max-width: 206px;
    margin-top: 40px;
    transition: background-position .3s ease-in-out;
    -webkit-transition: background-position .3s ease-in-out;
    -moz-transition: background-position .3s ease-in-out;
    -ms-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
}

#footer .btn_contato:hover {
    background-position: 0 0;
}

#footer .menu-menu_institucional-container {
    margin-bottom: 40px;
}

#footer .btn_contato::after {
    content: url(../../empreendimentos-imobiliarios/icones/enviar-contato.svg);
    height: 11px;
    width: 11px;
}

#footer .btn-footer {
    font-family: var(--manrope);
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    transition: var(--transicao);
    color: var(--branco);
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
    margin-bottom: 10px;
}

#footer .btn-footer:hover {
    color: var(--vermelho);
}

#footer .btn-footer svg {
    width: 20px;
    height: 20px;
}

#footer .obs {
    font-family: var(--manrope);
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #848484;
    padding-left: 22px;
}

@media screen and (max-width: 1440px) {
    #footer .top.container .box-4 {
        width: 21%;
    }

    #footer .top.container .box-3 {
        width: 17%;
    }

    #footer .top.container {
        -webkit-column-gap: 6%;
           -moz-column-gap: 6%;
                column-gap: 6%;
    }

}

@media screen and (max-width: 1366px) {

    #footer .top.container .box li a,
    #footer .btn-footer,
    #footer .top.container .box .topico-principal,
    #footer .top.container .box-1 .box-redes p,
    #footer .endereço-formatado {
        font-size: 14px;
    }

    #footer .btn_contato {
        font-size: 12px;
        max-width: 186px;
    }

    #footer .top.container .box-1 .logo svg {
        height: auto;
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {

    #footer .top.container .box-1 .logo {
        width: 150px;
    }

    #footer .top.container .box-4,
    #footer .top.container .box-3,
    #footer .top.container .box-2,
    #footer .top.container .box-1 {
        width: 100%;
    }

    #footer .top.container .box-1 {
        max-width: 250px;
    }

    #footer .top.container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
    }

    #footer .bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }

    #footer .box-3 .footer-menu-top {
        margin-bottom: 50px;
    }

    #footer .middle .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #footer .middle .container .certificacoes {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 450px) {
    #footer .assinatura .copyright {
        text-align: center;
    }
}

/*** Whatsapp ***/
.container-whatsapp .box-whatsapp {
    position: fixed;
    bottom: 55px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 100%;
}

.box-whatsapp svg {
    color: #fff;
    font-size: 52px;
}

.container-whatsapp .box-whatsapp .texto {
    display: none;
}

#whatsapp {
    width: 360px;
    max-width: 360px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

#whatsapp #open_whatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

#close_whatsapp {
    position: absolute;
    left: -13px;
    z-index: 99999;
    color: #fff;
    top: -13px;
    cursor: pointer;
    display: none;
    border: 1px solid #266C28;
    border-radius: 15px;
    text-align: center;
    width: 26px;
    height: 26px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #266C28;
}

.header-whatsapp {
    background: #33d951;
    color: #fff;
    padding: 15px 10px 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-whatsapp:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
}

.header-whatsapp p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    color: #fff !important;
    cursor: pointer;
}

#open_whatsapp svg {
    margin: 0 0 0 10px;
    font-size: 22px;
}

.formulario-whatsapp {
    padding: 0;
    background-color: #fbfbfb;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.formulario-whatsapp form {
    padding: 10px 0;
}

.formulario-whatsapp input,
.formulario-whatsapp select {
    width: 90%;
    padding: 12px;
    text-align: left;
    font-size: 16px;
    color: #333333 !important;
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #d0d0d0;
    background: transparent;
}


.formulario-whatsapp .meio {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 15px;
    margin-bottom: 10px;
}

.formulario-whatsapp .ddi {
    color: #787878;
    font-weight: 300;
    border-bottom: 1px solid #d0d0d0;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.formulario-whatsapp .form-input-telefone {
    margin-bottom: 0px;
}

.formulario-whatsapp input:focus {
    outline: none;
}

.formulario-whatsapp .form-bt {
    width: 95%;
    text-align: center;
    color: #fff !important;
    border: none;
    text-decoration: none;
    background: #33d951;
    cursor: pointer;
    padding: 13px;
    line-height: 16px;
    font-size: 18px;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 20px auto 0px;
    display: block;
    font-weight: 500;
}

.formulario-whatsapp .form-bt:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    color: #ffffff;
}

.formulario-whatsapp .error::-webkit-input-placeholder {
    color: #FF0025;
}

.formulario-whatsapp .error {
    border: 0 !important;
    border-bottom: 1px solid red !important;
    color: red;
}

.formulario-whatsapp .phone_hp {
    display: none !important;
}

#whatsapp .status-form {
    text-align: center;
    font-size: 14px;
    margin: 20px 0 12px;
    padding: 0 5%;
    line-height: 20px;
    color: red;
}

#status_whatsapp.input-ok {
    color: green;
}

.input-ok {
    color: green !important;
}

#resposta-modal-whatsapp {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000063;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: normal;
    font-family: inherit;
}

#resposta-modal-whatsapp .content {
    max-width: 90%;
    background: #fff;
    position: relative;
    width: 466px;

}

#resposta-modal-whatsapp .content .topo {
    height: 50px;
    background-color: #4acd36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
}

#resposta-modal-whatsapp .content .topo>div {
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 41px;
    height: 100%;
    background-color: #34ac22;
    padding: 5px 0 0 0;
}

#resposta-modal-whatsapp .content .topo .texto {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0 2%;
}

#resposta-modal-whatsapp .content .bottom {
    padding: 15px 28px;
}

#resposta-modal-whatsapp .content .bottom .texto {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 3px;
}

#resposta-modal-whatsapp .content .bottom .sub {
    font-size: 12px;
    color: #868686;
    text-align: center;
    margin-bottom: 10px;

}

#resposta-modal-whatsapp .content .bottom .btn-wpp {
    height: 45px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #4acd36;
    margin-bottom: 5px;
    text-decoration: none;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp svg {
    color: #fff;
    margin: 0 0 0 8px;
    font-size: 25px;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;

}

#resposta-modal-whatsapp .content .bottom .btn-wpp img {
    max-width: 100%;
    max-height: 100%;
    width: 25px;
    height: auto;
    margin-right: 15px;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp .texto {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

#resposta-modal-whatsapp .content .bottom .continuar {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

#resposta-modal-whatsapp .content .fechar-modal {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-size: 13px;
    height: 29px;
    position: absolute;
    top: -13px;
    right: -13px;
    padding: 0 0 0 2px;
    cursor: pointer;
    border-radius: 48px;
}

.modal-aberto {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media only screen and (max-width: 1024px) {
    #whatsapp {
        width: 100%;
        max-width: 100%;
        right: 0;
    }

    .formulario-whatsapp form {
        padding: 10px 0;
        background-color: #fff;
        z-index: 10;
        position: relative;
        width: 90%;
        margin: 0 auto;
    }

    #whatsapp.modalOpen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: initial;
    }

    #whatsapp.modalOpen .formulario-whatsapp {
        height: auto;
        z-index: 10;
        width: 90%;
        margin: 0 auto;
    }

    #whatsapp.modalOpen .header-whatsapp {
        position: relative;
        z-index: 10;
        width: 90%;
        margin: 0 auto;
    }

    #whatsapp.modalOpen #close_whatsapp {
        right: 0;
        top: -35px;
        left: initial;
    }

    #whatsapp.modalOpen .bgformulario {
        position: fixed;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        right: 0;
        z-index: 9;
    }

    .box-whatsapp svg {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 550px) {
    #resposta-modal-whatsapp .content .bottom .btn-wpp .texto {
        font-size: 15px;
    }

    #resposta-modal-whatsapp .content .bottom .continuar {
        font-size: 14px;
    }

    #resposta-modal-whatsapp .content .topo>div {
        font-size: 30px;
    }

    #resposta-modal-whatsapp .content .topo .texto {
        font-size: 15px;
    }

    .container-whatsapp .box-whatsapp {
        bottom: 10px;
        right: 10px;
    }
}

@media only screen and (max-width: 360px) {
    #resposta-modal-whatsapp .content .bottom .btn-wpp {
        height: auto;
        padding: 8px 5%;
    }

    #resposta-modal-whatsapp .content .fechar-modal {
        top: -22px;
    }
}

/* PAGINATION */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wp-pagenavi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    padding: 9px 15px !important;
    background-color: transparent;
    border: 1px solid #848484;
    color: var(--preto);
    border-radius: 50px;
    font-size: 16px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-family: var(--manrope) !important;
    position: relative;
    margin: 4px !important;
}

.wp-pagenavi a,
.wp-pagenavi .pages {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 18px;
}

.pagination a.nextpostslink::before {
    content: url(../../empreendimentos-imobiliarios/icones/seta-direita-vermelha.png);
    position: absolute;
    top: 7px;
    left: -1px;
    width: 29px;
    height: 9px;
}

.pagination a.previouspostslink::before {
    content: "";
    background-image: url(../../empreendimentos-imobiliarios/icones/seta-direita-vermelha.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: 9px;
    width: 29px;
    height: 9px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.pagination a.nextpostslink {
    padding: 9px 19.5px !important;
}

.pagination a.previouspostslink {
    padding: 9px 18.5px !important;
}

.pagination .wp-pagenavi .current {
    background-color: var(--vermelho) !important;
    color: var(--branco) !important;
    border: 1px solid var(--vermelho) !important;
}