body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #fff;
    color: #444444;
    line-height: 1.5;
}

html,
html.wp-toolbar {
    background-color: #034b76 !important;
}

header#header {
    background: #034b76;
    height: 66px;
    position: fixed;
    width: 100%;
    z-index: 99;
    /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); */
}

.menu {
    float: right;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 18px 0;
    font-weight: bold;
    font-size: 0;
    margin-right: -15px;
}

a#logo {
    background: #fff;
    display: block;
    float: left;
    width: 95px;
    height: auto;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 15px #0000001f;
}

a#logo img {
    display: block;
}

.menu ul a {
    display: block;
    line-height: 30px;
    color: #FFF;
    padding: 0 15px;
    border-radius: 2px;
}

.menu ul li {
    font-size: 18px;
    display: inline-block;
}

.menu ul a:hover {
    background: rgba(255, 255, 255, 0.13);
}

#banner .w6:nth-child(2) {
    position: relative;
    padding: 50px 10px 0 10px;
    text-align: center;
    z-index: 2;
}

#banner .w6:nth-child(2):before {
    content: '';
    position: absolute;
    background: linear-gradient(310deg, #5c0e67, #864892);
    height: 110vh;
    width: 80vw;
    top: 50%;
    margin-top: -50vh;
    z-index: 0;
    transform: rotate(-5deg);
    z-index: 1;
    left: 0;
}

#banner .w6:nth-child(2):after {
    content: '';
    position: absolute;
    background: #5c0e67;
    height: 110vh;
    width: 80vw;
    top: 50%;
    margin-top: -50vh;
    z-index: 0;
    transform: rotate(-5deg) translateX(-15px);
    z-index: 0;
    left: 0;
}

section#banner {
    overflow: hidden;
}

h1 {
    display: none;
}

img#h1 {
    position: relative;
    z-index: 3;
}

div#box_destaque {
    z-index: 2;
    position: relative;
    margin-top: -50px;
}

.form,
dialog .form {
    width: 90%;
    max-width: 330px;
    background: #FFF;
    padding: 25px 30px;
    margin: auto;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    margin-top: 20px;
}

.form h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
}

label.label {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

label.label span {
    display: block;
    position: absolute;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    background: #FFF;
    left: 10px;
    line-height: 1;
    margin-top: -5px;
    padding: 0 5px;
    color: #034b76;
}

.label input {
    display: block;
    width: 100%;
    line-height: 35px;
    padding: 5px 15px 0;
    border-radius: 5px;
    border: solid 1px #E1E1E1;
}

.botao {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
    background: #034b76;
    color: #FFF;
    border: none;
    font-family: 'Raleway', sans-serif;
    line-height: 40px;
    border: none;
    padding: 0 25px;
    border-radius: 5px;
    transition: 0.5s all;
    cursor: pointer;
}

a.botao.visa-aerea {
    line-height: 1.3;
    padding: 10px 25px;
}

button.botao {
    width: 100%;
}

.botao:hover {
    background: #023757;
}

div#box_left {
    position: absolute;
    left: 0;
    right: 40%;
    text-align: center;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    z-index: 1;
    padding-right: 10vw;
    padding-bottom: 20px;
}

#banner .htotal.vertical_center>img {
    position: absolute;
    width: 53%;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

div#box_left img {
    margin: 0 11px;
}

.title {
    display: none;
}

.title2 {
    text-align: center;
    font-size: 40px;
    color: #064b74;
    font-family: "Rotis Semi Serif Std", serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
}

.title3 {
    text-align: center;
    font-size: 23px;
    color: #064b74;
    font-family: "Rotis Semi Serif Std", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}

.form h2.title2 strong {
    display: block;
}

.form h2.title2 {
    font-family: 'Raleway', sans-serif;
}

p.real_title {
    text-align: center;
    margin: 0 auto 20px !important;
}

section#projeto {
    padding: 60px 0 50px;
}

#projeto p,
#localizacao p {
    text-align: center;
    margin: 2em 0;
}

#diferenciais .swiper-button-next.swiper-button-disabled,
#diferenciais .swiper-button-prev.swiper-button-disabled {
    display: none;
}

#diferenciais h3 {
    margin: 5px 5px;
    text-align: center;
    color: #034b76;
    line-height: 1.2;
}

.video {
    position: relative;
}

.video:before {
    content: '';
    position: relative;
    padding-top: 56.5%;
    display: block;
    background: #000;
}

div#video_1 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div#video_1 {
    margin: 0 0 40px;
}

section .grid {
    max-width: 956px;
}

.swiper-slide.swiper-slide-next {}

#diferenciais .swiper-slide {
    text-align: center;
}

div#topicos_diferenciais {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    align-items: flex-start;
    align-items: stretch;
}

div#topicos_diferenciais>div {
    display: flex;
    font-size: 1px;
    width: 130px;
    text-align: center;
    flex-direction: column;
    gap: 13px;
    align-items: center;
}

div#topicos_diferenciais>div h3 {
    margin: 0;
    font-size: 15px;
}

div#topicos_diferenciais>div p {
    margin: 0;
}

#diferenciais .swiper-slide img,
#topicos_diferenciais img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 110px;
}

#diferenciais h3 {
    margin: 1em 0;
    font-size: 18px;
}

#diferenciais p {
    margin: 1em 0;
    font-size: 18px;
}

div#topicos_diferenciais>div:not(:last-child) .icone {
    background: #f3873838;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 50%;
}

div#topicos_diferenciais>div .icone img {
    margin: 0;
}

div#topicos_diferenciais>div:last-child {
    display: flex;
    justify-content: center;
}

section#localizacao {
    background: #F9F9F9;
    padding: 30px 0 50px;
}

div#mapa>div {
    direction: ltr;
    position: relative;
    text-align: left;
}

div#mapa {
    padding-top: 2.5em;
    direction: rtl;
    border-top: solid 1px #D6D6D6;
    margin-top: 2.5em;
}

div#gmap {
    position: absolute;
    background: #000;
    left: 0;
    right: 10px;
    bottom: 0;
    top: 0;
    background-size: cover;
}

div#gmap img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

#mapa .w5 {
    padding-left: 10px;
}

#mapa h3 {
    font-size: 30px;
    margin: 0;
    color: #034b76;
    line-height: 1;
    text-transform: uppercase;
}

#mapa p.subtitle {
    margin: 0;
    text-align: left;
}

.endereco {
    margin: 40px 0;
}

.endereco>span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

#mapa .endereco p {
    margin: 0;
    text-align: left;
    color: #034b76;
    font-weight: 500;
}

div#end_botoes a {
    display: block;
    float: left;
    width: calc(50% - 20px);
    margin: 0 10px;
    background: #000;
    text-align: center;
    color: #FFF;
    background: #3C508F;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
}

div#end_botoes a:hover {
    opacity: 0.9
}

div#end_botoes {
    margin: 20px -10px 0;
}

div#end_botoes:After {
    content: '';
    display: block;
    clear: left;
}

#mapa .botao_box {
    margin: 0;
}

#mapa .botao_box a {
    width: 100%;
}

div#end_botoes a#waze_rota {
    background: #93C4D3;
    color: #163139;
}

section#galeria {
    background: url(https://ohfreguesia.com.br/produto/wp-content/uploads/2023/06/LANDPAGE_OH_FREGUESIA-pdf-min-1-scaled.jpg);
    padding: 10px 0 50px;
    background-size: cover;
}

#galeria img {
    /*     aspect-ratio: 956 / 494; */
}

section#plantas {
    background: url(https://ohfreguesia.com.br/produto/wp-content/uploads/2023/06/LANDPAGE_OH_FREGUESIA-pdf-min-1-scaled.jpg);
    background-size: cover;
    padding: 10px 0 50px;
    color: #444444;
}

#plantas_slide .swiper-slide {
    direction: rtl;
    padding: 0 50px;
}

#plantas_slide .swiper-slide * {
    direction: ltr;
}

#plantas_slide h3 {
    text-transform: uppercase;
    color: #034b76;
    display: inline-block;
    background: #f38738;
    font-size: 30px;
    padding: 8px 8px 5px;
    line-height: 1;
    margin: 0;
}

#plantas_slide p {
    margin: 6px 0 0;
    font-size: 15px;
}

#plantas_slide ul {
    padding: 0;
    list-style: none;
    font-size: 0;
    margin: 30px 20px 0 0;
}

div#footer1 {
    text-align: center;
    font-size: 19px;
    margin: auto;
    max-width: 956px;
    margin: auto;
    padding: 38px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div#footer1 .conteudo-footer {
    width: 25%;
}

div#footer1 p {
    font-size: 19px;
    text-transform: uppercase;
    color: #034b76;
    font-weight: 400;
    margin: 0;
}

div#footer1 a {
    font-size: 25px;
    text-transform: uppercase;
    color: #034b76;
    font-weight: 800;
    margin: 0;
    cursor: pointer;
}

div#footer1 a:hover {
    color: #f1673a;
}

svg.icon.icon-check {
    position: absolute;
    left: 0;
    width: 16px;
    top: 2px;
    height: 16px;
}

div#end {
    color: #FFF;
    background: #034b76;
    font-size: 13px;
}

svg.icon.icon-logoae {
    width: 87px;
    height: 16px;
    fill: #FFF;
    vertical-align: middle;
    margin-left: 7px;
}

a {}

a#ae:before {
    content: 'Desenvolvido por';
    font-size: 13px;
    vertical-align: middle;
}

a#ae {
    padding: 8px 15px;
    display: inline-block;
    margin: 0 -15px;
}

#end p {
    font-size: 14px;
    margin: 0;
    line-height: 35px;
}

a#ae:hover {
    background: rgba(255, 255, 255, 0.12);
}

#plantas_slide ul li {
    padding: 0 0 0 25px;
    margin-bottom: 10px;
    font-size: 18px;
    position: relative;
    width: 50%;
    display: block;
    font-size: 18px;
    float: left;
    line-height: 1.2;
}

#plantas_slide ul li:nth-child(3) {
    clear: both;
}

#plantas_slide .swiper-slide .w6:nth-child(1) h3,
#plantas_slide .swiper-slide .w6:nth-child(1) p {
    display: none;
}

div#footer3 {
    background: #F9F9F9;
    font-size: 11px;
}

div#footer2 {
    padding: 40px 0;
    font-size: 13px;
    max-width: 956px;
    margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    width: 29px;
    height: 29px;
    margin: -15px 0;
    fill: #034b76;
    transition: 0.5s all;
    padding: 2px;
    border-radius: 50%;
}

/* #galeria .swiper-button-next,
#galeria .swiper-button-prev {
    fill: #FFF;
} */

.swiper-button-next:hover,
.swiper-button-prev:hover {
    fill: #fff;
    background: #034b76;
}

#mapa .w7 .botao_box {
    display: none;
}
section#implantacoes {
    padding: 10px 0;
    color: #444;
    background: #f5f5f5;
}
section#implantacoes2 {
/*     background: url(https://ohfreguesia.com.br/produto/wp-content/uploads/2023/06/LANDPAGE_OH_FREGUESIA-pdf-min-1-scaled.jpg); */
    background-size: cover;
    padding: 10px 0 50px;
	margin-top: 15px;
    color: #444444;
}
#galeria .swiper-pagination,
#implantacoes .swiper-pagination,
#implantacoes2 .swiper-pagination {
    width: 100%;
    position: relative;
}
#implantacoes h2.title2 {
    font-size: 30px;
}

#galeria .swiper-pagination span {
    margin: 0 3px;
    /* background: #FFF; */
    opacity: 0.6;
    transition: 0.5s all;
}

#implantacoes .swiper-pagination span,
#implantacoes2 .swiper-pagination span {
    margin: 0 3px;
    background: #034b76;
    opacity: 0.6;
    transition: 0.5s all;
}

#implantacoes .swiper-slide,
#implantacoes2 .swiper-slide {
    text-align: center;

}

#galeria .swiper-pagination span.swiper-pagination-bullet-active,
#implantacoes .swiper-pagination span.swiper-pagination-bullet-active,
#implantacoes2 .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

#plantas .swiper-pagination {
    width: 100%;
    position: relative;
}

#plantas .swiper-pagination span {
    margin: 0 3px;
    background: #034b76;
    opacity: 0.6;
    transition: 0.5s all;
    width: 40px;
    height: 4px;
    border-radius: 0;
}

#plantas .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

dialog .form {
    margin: auto;
    text-align: center;
}

dialog {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, .7);
}

li#menu-item-19 a {
    background: #f26631;
    color: #ffffff;
}

li#menu-item-19 a:hover {
    background: #ff4600;
    color: #FFF;
}

.label.invalid input {
    border-color: #d01616;
}

.label.invalid span {
    color: #d01616;
}

.label.valid:before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    border: solid 2px #FFF;
    box-sizing: border-box;
    border-radius: 50%;
    background: #2cad01;
    right: -7px;
    top: -7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-check' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M9 16.172l10.594-10.594 1.406 1.406-12 12-5.578-5.578 1.406-1.406z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.label.valid input {
    border-color: #2cad01;
}

.label.valid span {
    color: #2cad01;
}

dialog#ae-open-whatsapp iframe {
    display: block;
}

dialog#ae-open-whatsapp .alert.wpp {
    max-width: 100%;
    max-height: 100%;
    height: 560px;
    width: 310px;
    padding: 0;
    background: #005e54;
}

dialog#ae-open-whatsapp .close {
    background: rgba(0, 0, 0, .12);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
    fill: #FFF;
    top: 12px;
    right: 12px;
}

dialog#ae-open-whatsapp .close:hover {
    background: rgba(0, 0, 0, .18);
}

.ligamos a {
    display: inline-block;
    color: #f1673a;
}

/* RESPONSIVO */
@media (max-width: 1170px) {
    #banner_novo {
        margin-top: 50px !important;
    }

    .menu {
        position: fixed;
        right: -210px;
        height: 100%;
        background: #022b43;
        top: 50px;
        width: 210px;
        z-index: 0;
        /* box-shadow: 0 0 70px rgba(0, 0, 0, 0.5); */
        transition: 0.5s all;
    }

    header#header {
        height: 50px;
    }

    a#logo {
        width: 112px;
    }

    div#sombra {
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent;
        backdrop-filter: blur(0);
        z-index: -1;
        visibility: hidden;
        opacity: 1;
        transition: 0.5s all;
    }

    #header:before {
        position: fixed;
        width: 100%;
        right: 0;
        top: 0;
        background: #034b76;
        height: 50px;
    }

    .menu ul li {
        display: block;
        position: relative;
    }

    .menu ul li:not(:last-child):after {
        width: 94%;
        content: '';
        border-bottom: solid 1px #ffffff29;
        display: block;
        margin: auto;
    }

    .menu ul a {
        line-height: 40px;
    }

    .menu ul {
        padding: 0;
    }

    .menuopen .menu {
        right: 0px;
    }

    a#open_menu {
        float: right;
        width: 50px;
        height: 50px;
        position: relative;
        padding: 16px 14px;
    }

    a#open_menu span {
        height: 3px;
        width: 23px;
        display: block;
        background: #FFF;
        margin: 2px 0;
        float: right;
        transition: 0.5s all;
    }

    a#open_menu span:nth-child(2) {
        background: #f9e45b;
        width: 17px;
    }

    .menuopen a#open_menu span:nth-child(2) {
        opacity: 0;
    }

    .menuopen a#open_menu span:nth-child(1) {
        transform: translateY(7px) rotate(-45deg);
    }

    .menuopen a#open_menu span:nth-child(3) {
        transform: translateY(-7px) rotate(45deg);
    }

    a#open_menu:hover,
    .menuopen a#open_menu {
        background: #022b43;
    }

    .menuopen div#sombra {
        opacity: 1;
        visibility: visible;
        backdrop-filter: blur(8px);
        background: rgba(0, 0, 0, .7);
    }

    #end .w6.alignLeft {
        display: none;
    }

    #end .w6 {
        width: 100%;
        text-align: center;
    }

    li#menu-item-19 {
        text-align: center;
        margin: 10px;
        width: calc(100% - 35px);
    }
}

.custom_alert.alert {
    max-width: 250px;
    text-align: center;
}

.custom_alert.alert .botao {
    width: 100%;
    text-align: center;
}

.custom_alert.alert .dialog_header {
    font-weight: 600;
}

form.loading {}

form.loading>* {
    filter: blur(2px);
    opacity: 0.5;
}

form.loading:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid 10px rgba(0, 0, 0, 0.18);
    border-radius: 50%;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-left-color: #034b76;
    animation: cf7_loading 0.5s infinite linear;
}

form.loading {
    position: relative;
    pointer-events: none;
}

div#end_botoes img {
    width: 22px;
    vertical-align: middle;
    margin-right: 8px;
}

#maps_rota img {
    transform: translateY(-1px);
}

ul#fix_contato {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* #fix_contato a {
    background: #25d366 !important;
    fill: #FFF;
    display: block;
    border-radius: 50px 0 0 50px;
    padding: 10px 0 10px 16px;
    float: right;
    color: #FFF;
    line-height: 22px;
    max-width: 50px;
    height: 49px;
    white-space: pre;
} */
#ae_whats_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
    background: #26d367;
    display: block;
    height: 60px;
    width: 60px;
    opacity: 0;
    -webkit-animation-name: fadezoom;
    animation-name: fadezoom;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999999999 !important;
    cursor: pointer;
}

#ae_whats_btn::before {
    content: "";
    background: url(https://cdn.heybot.com.br/wppbot/whats.svg);
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    display: block;
}

#ae_whats_btn::after {
    content: "";
    display: block;
    background: #c1c1c1;
    opacity: 0.3;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation-name: aura;
    animation-name: aura;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 10;
    animation-iteration-count: 10;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.01);
}

#ae_whats_btn i {
    font-style: normal;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    text-align: center;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #e52f48;
    border-radius: 50%;
    line-height: 20px;
    font-weight: bold;
}

#ae_whats_message {
    position: absolute;
    width: 235px;
    left: -245px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px #00000036;
    padding: 11px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    opacity: 1;
}

#ae_whats_message::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 5px;
    right: -10px;
}

@media screen and (max-width: 640px) {
    #ae_whats_btn {
        bottom: 15px;
        right: 15px;
    }
}

ul#fix_contato li {
    margin: 7px 0px;
    display: block;
    font-size: 0;
}

#fix_contato a svg {
    width: 22px;
    height: 29px;
    display: inline-block;
    margin-right: 12px;
}

#fix_contato a:hover {
    background: #1db155 !important;
}

ul#fix_contato li:after {
    content: '';
    display: block;
    clear: both;
}

li#mail_b svg {
    width: 26px;
    height: 28px;
    margin: -5px 11px 0 -3px;
    max-width: none;
}

span.info {
    display: inline-block;
    line-height: 1.2;
    overflow: hidden;
    height: 29px;
    margin: 2px 0 -2px;
}

span.line1 {
    display: block;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 400;
}

span.line2 {
    font-size: 18px;
}

@media (max-width: 768px) {
    img#h1 {
        max-width: 70%;
    }

    div#box_destaque {
        max-width: 70%;
        margin: 0 auto;
        margin-top: -10%;
    }

    p.real_title {
        max-width: 70%;
    }

    #banner .w6:nth-child(2):after {
        display: none;
    }

    #banner .htotal.vertical_center>img {
        width: 100%;
        height: 50vh;
        top: 50px;
    }

    div#box_left {
        top: 50vh;
        width: 100%;
        background: none;
        padding: 0;
        transform: translateY(-100%);
        height: auto;
        bottom: initial;
        text-align: right;
    }

    div#box_left img:nth-child(2) {
        display: none;
    }

    div#box_left img:nth-child(4) {
        width: 100px;
    }

    #banner .w6:nth-child(2) {
        width: 100%;
        padding: 10px 0 40px;
    }

    #banner .htotal.vertical_center {
        display: block;
        height: auto;
    }

    #banner .w6:nth-child(1) {
        height: 50vh;
        /* margin-top: 50px; */
    }

    #banner .w6:nth-child(2):before {
        height: 100%;
        transform: none;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        top: 0;
        margin-top: -25px;
    }

    #banner .grid.clearfix.htotal {
        height: auto;
    }

    div#mapa {
        direction: ltr;
        display: block;
    }

    div#video_1 {
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    #galeria p.real_title img {
        max-width: 50%;
    }

    div#diferenciais {
        padding: 0 25px;
    }

    section#projeto {
        overflow: hidden;
        padding: 20px 0 0;
    }

    p.imagem {
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    section#localizacao {
        overflow: hidden;
        padding: 10px 0 0;
    }

    div#galeria_slide {
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    section#galeria {
        overflow: hidden;
    }

    #plantas_slide .swiper-slide {
        direction: ltr;
        display: block;
    }

    #plantas_slide .swiper-slide .w6 {
        width: 100%;
        text-align: center;
    }

    #plantas_slide .swiper-slide .w6:nth-child(1) h3,
    #plantas_slide .swiper-slide .w6:nth-child(1) p {
        display: inline-block;
    }

    #plantas_slide p {
        display: block !important;
        margin-bottom: 10px;
    }

    #plantas_slide .swiper-slide .w6:nth-child(2) h3,
    #plantas_slide .swiper-slide .w6:nth-child(2) p {
        display: none !important;
    }

    #plantas_slide ul {
        margin: 0
    }

    #plantas_slide ul li {
        float: none;
        width: 100%;
        text-align: left;
    }

    div#mapa {
        display: block;
    }

    div#mapa .w5,
    div#mapa .w7 {
        width: 100%;
        padding: 0;
    }

    .endereco {
        margin: 25px 0;
    }

    #mapa .w5 .botao_box {
        display: none;
    }

    #mapa .w7 .botao_box {
        display: block;
        margin: 2em 0;
    }

    div#gmap {
        position: relative;
        height: 60vw;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        max-height: 50vh;
    }

    #diferenciais .swiper-button-next,
    #diferenciais .swiper-button-prev {
        fill: #034b76;
    }

    #diferenciais .swiper-button-next:hover,
    #diferenciais .swiper-button-prev:hover {
        fill: #f38738;
    }

    #diferenciais .swiper-button-next {
        right: 0;
        width: 22px;
        height: 22px;
    }

    #diferenciais .swiper-button-prev {
        left: 0;
        width: 22px;
        height: 22px;
    }

    #banner .w6:nth-child(2):after {
        display: none;
        /* display: block;
        position: absolute;
        transform: none;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        top: -46px;
        margin-top: 50px;
        background: url(../imgs/onda.svg?1);
        background-size: 100% 100%;
        height: 50px; */
    }

    div#footer1 .conteudo-footer {
        width: 50%;
    }

}

.modal-informe {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 9999999;
    border: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
    perspective: 1000px;
}

@media screen and (min-width: 1024px) {
    .modal-informe .alerta {
        max-height: 400px;
    }

}

.modal-informe .alerta {
    background: #fff;
    width: 96%;

    bottom: 0;
    margin: auto;
    overflow: hidden;
    min-height: 400px;
    border-radius: 10px;
    max-width: 820px;
    position: relative;
    cursor: auto;
    transition: .5s all;
    border-radius: 0;
}

/*.header_modal {*/
/*    width: 100%;*/
/*    position: relative;*/
/*}*/
.header_modal svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.header_modal svg:hover {
    color: #960f83;
    fill: #960f83;
}

.modal-informe .alerta .conteudo_modal {
    max-width: 80%;
    margin: 30px auto;
}

.grid-informe {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.modal-left {
    left: 0;
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
}

.modal-informe .grid-informe .modal-left img {
    height: 100%;
}

.modal-right {
    width: 100%;
}

.modal-informe .grid-informe .modal-right .form {
    margin: 10px -37px auto auto;
}

.modal-informe .grid-informe .modal-right .form h3 {
    text-align: center;
    text-transform: uppercase;
}

.modal-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
}


/*acompanhe*/

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



#acompanhe {
    padding: 20px 0 60px 0;
}

/*#acompanhe .swiper-button-next, .swiper-button-prev{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 26px;*/
/*    height: 44px;*/
/*    margin-top: -22px;*/
/*    z-index: 10;*/
/*    cursor: pointer;*/
/*    background-size: 27px 44px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/

#acompanhe .titulo {
    width: 100%;

}

#acompanhe #acompanhe_slide {
    width: 45%;
    margin-bottom: 20px;
    max-width: 430px;
}

#acompanhe #acompanhe_slide img {
    display: block;
    margin: 0 auto;
}

#acompanhe #estagio {
    width: 55%;
    padding-left: 30px;
    align-self: flex-start;
}

#acompanhe #estagio .acompanhamento {
    margin-top: 12px;
}

#acompanhe #estagio .acompanhamento .flex p {
    color: #034b76;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    font-family: 'Rotis Semi Serif Std', serif;
    font-weight: bold;
    margin: 0;
}

#acompanhe .percentual-geral .acompanhamento p {
    color: #034b76;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 15px;
    font-family: 'Rotis Semi Serif Std', serif;
    font-weight: bold;
    margin: 0;
}

#acompanhe #estagio .os-estagio {
    padding: 20px 0 0 0;
}

#acompanhe #estagio .motivo-imagem {
    width: 10%;
}

#acompanhe #estagio .motivo-imagem img {
    display: block;
    margin: 0 auto;
}

#acompanhe #estagio .os-estagio p {
    align-self: center;
    width: 85%;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.progress {
    background: #FBF6D4;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 10px;
    width: 100%;
}

.progress-value {
    animation: load 3s normal forwards;
    box-shadow: 0 10px 40px -10px #f38738;
    border-radius: 100px;
    background: #f38738;
    height: 10px;
    width: 0;
    position: relative;
}

.progress-value-servicos {
    animation: load-servicos 3s normal forwards;
}

.progress-value-contencoes {
    animation: load-contencoes 3s normal forwards;
}

.progress-value-zero {
    animation: load-zero 3s normal forwards;
}

.progress-value-complemantacoes {
    animation: complemantacoes 3s normal forwards;
}

.progress-value-supraestrutura {
    animation: load-supraestrutura 3s normal forwards;
}

.progress-value-paineis {
    animation: load-paineis 3s normal forwards;
}

.progress-value-instalacoes {
    animation: load-instalacoes 3s normal forwards;
}

.progress-value-revestimento {
    animation: load-revestimento 3s normal forwards;
}

.progress-value-pavimentacao {
    animation: load-pavimentacao 3s normal forwards;
}

.progress-value-paisagismo {
    animation: load-paisagismo 3s normal forwards;
}

.progress-value-coberturas {
    animation: load-coberturas 3s normal forwards;
}

.blue-progress {
    height: 40px;
    background: #f1673a33;
}

.blue-progress-value {
    animation: blue 3s normal forwards;
    box-shadow: 0 10px 40px -10px #f1673a;
    background: #f1673a;
    height: 40px;
    padding-left: 5px;
}

.percentual-geral .progress-value p {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -10px;
    color: #034b76;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rotis Semi Serif Std', serif;
    font-weight: bold;
    text-align: center;
}

/*acompanhe*/

@media screen and (max-width: 768px) {
    .header_modal svg {
        z-index: 999;
    }

    .modal-left {
        width: 100%;
    }

    .modal-informe .grid-informe .modal-left img {
        height: auto;
        width: 100%;
    }

    .modal-informe .grid-informe .modal-right .form {
        margin: 150px auto auto auto;
    }

    .modal-informe .alerta {
        top: 0;
    }

    #acompanhe #estagio {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #acompanhe #acompanhe_slide {
        width: 100%;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .percentual-geral {
        width: 100%;
        margin-top: 30px;
    }

    .conteudo-estagio:last-of-type .acompanhamento .flex p {
        font-size: 18px !important;
    }

}

@media (max-width: 550px) {

    .empresas {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    ul#fix_contato #mail_b {
        display: none;
    }

    dialog#ae-open-whatsapp .alert.wpp {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    div#diferenciais {
        position: relative;
        width: 96vw;
        left: 50%;
        transform: translateX(-48vw);
    }

    div#footer2 img {
        max-width: 53%;
    }

    div#footer2 {
        font-size: 12px;
        line-height: 16px;
        padding: 20px 0;
    }

    div#footer1 p {
        font-size: 15px;
        font-weight: 500;
    }

    div#footer1 a {
        font-size: 17px;
    }

    #footer1 .swiper-button-next,
    #footer1 .swiper-button-prev {
        fill: #034b76;
        width: 14px;
        height: 14px;
        padding: 0;
        background: none;
    }

    #footer1 .swiper-button-next:hover,
    #footer1 .swiper-button-prev:hover {
        fill: #f1673a;
    }

    #plantas .swiper-button-next,
    #plantas .swiper-button-prev {
        width: 22px;
        height: 22px;
    }

    #implantacoes .swiper-button-next,
    #implantacoes .swiper-button-prev,
    #implantacoes2 .swiper-button-next,
    #implantacoes2 .swiper-button-prev {
    }

    #implantacoes_slide,
    #implantacoes_2_slide {
    }

    #plantas_slide h3 {
        font-size: 22px;
    }

    #plantas_slide .swiper-slide {
        padding: 0;
    }

    section#galeria {
        padding: 10px 0 26px;
    }

    #galeria p.real_title img {
        max-width: 50%;
    }

    #diferenciais .swiper-button-next {
        right: 2px;
    }

    #diferenciais .swiper-button-prev {
        left: 2px;
    }


    #fix_contato a span {
        display: none;
    }

    #fix_contato a {
        border-radius: 50%;
        padding: 0;
        text-align: center;
        width: 50px;
        height: 50px;
        padding: 0 !important;
        fill: #FFF !important;
    }

    li#whatsapp_b {
        position: fixed;
        bottom: 0;
        right: 0;
    }

    li#whatsapp_b a {
        background: #25d366 !important;
    }

    /*     li#whatsapp_b:before {
        content: '1';
        width: 14px;
        height: 14px;
        background: #ea0000;
        border-radius: 50%;
        position: absolute;
        right: 2px;
        top: 2px;
        color: #FFF;
        line-height: 15px;
        font-size: 11px;
        text-align: center;
    } */

    ul#fix_contato li {
        margin: 17px;
        padding: 0 !important;
    }

    #fix_contato a svg {
        margin: 10px 0;
    }

    ul#fix_contato {
        bottom: 0;
    }

    li#phone_b {
        position: fixed;
        right: 0;
        bottom: 57px;
    }


    h2.title2 {
        font-size: 21px !important;
        line-height: 1;
        /* margin-left: -26px !important;
        margin-right: -26px !important; */
    }

    .title3 {
        font-size: 18px !important;
        line-height: 1;
        margin: 0;
    }

    #galeria h2.title2 {
        margin: 20px 0 1em;
    }

    #galeria .swiper-pagination {
        display: none;
    }

    section#galeria {
        background: transparent;
    }

    #plantas_slide .swiper-slide>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-height: 730px) and (min-width: 768px) {
    section#banner .w6>div {
        max-width: 320px;
        margin: auto;
    }

    #banner .form {
        margin-top: 0;
        padding: 14px;
    }

    #banner #h1,
    #box_destaque {
        max-width: 70%;
        margin: auto;
    }

    div#box_destaque {
        margin: -38px auto 10px;
    }
}

@media (min-width: 900px) {
    #box_destaque>img {
        /* transform: scale(1.1) translateX(5%); */
    }

    div#box_destaque {
        margin-bottom: 39px;
    }
}

@media (min-width: 768px) {
    
    #mapa .title2{
        text-align: left;
    }
    div#box_left img:nth-child(4) {
        width: 37%;
        max-width: 250px;
    }

    div#box_left img:nth-child(2) {
        width: 37%;
        max-width: 250px;
    }

}

@media (min-width: 1100px) {

    div#diferenciais {
        position: relative;
        overflow: visible;
    }

    div#diferenciais:before {
        content: '';
        position: absolute;
        background-image: url(../imgs/bg_form1.png?v2);
        bottom: 0;
        height: 404px;
        width: 233px;
        z-index: 1;
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
        right: 105%;
        top: -50px;
    }

    div#diferenciais:after {
        content: '';
        position: absolute;
        background-image: url(../imgs/bg_form2.png?v2);
        bottom: 0;
        height: 404px;
        width: 233px;
        z-index: 1;
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
        left: 105%;
        bottom: -100px;
    }

    section#projeto {
        overflow: hidden;
    }
}


/* Banner novo */

header#header {
    top: 0
}

@media (max-width: 767px) {
    #banner_novo {
        position: relative;
        margin-top: 50px;
        background: linear-gradient(61deg, rgb(6 75 116/32%) 0%, rgb(0 104 165/85%) 23%, rgb(6 75 116/85%) 100%);
    }

    div#banner_freguesia:before {
        content: '';
        background-image: url(../imgs/bannerMobile.png?v=1);
        background-image: image-set(url("../imgs/bannerMobile.webp?v=1") type("image/webp"), url("../imgs/bannerMobile.png?v=1") type("image/png"));
        background-image: -webkit-image-set(url("../imgs/bannerMobile.webp?v=1") type("image/webp"), url("../imgs/bannerMobile.png?v=1") type("image/png"));
        width: 100%;
        aspect-ratio: 769 / 558;
        display: block;
        background-size: cover;
        background-position: center;
    }

    img#selo-mcmv {
        position: absolute;
        top: calc(72vw + 20px);
        left: 20px;
        width: 70px;

    }

    img#selo-desconto {
        display: block;
        margin: 0 10px 0 auto;
        width: 240px;
        margin-top: -81px;
    }

    div#banner_freguesia {
        padding-bottom: 30px;
    }
}

.divisoria {
    content: '';
    position: absolute;
    background-image: url(../imgs/divisoria.png?v2);
    height: 100px;
    left: 0;
    right: 0;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: translateY(-41%);
    background-size: 140% 100%;
    background-position: left 78% center;

}

@media (max-width: 768px) {

    .divisoria {
        height: 40px;
    }
}

@media (min-width: 768px) {
    section#banner_novo {
        background-image: url(../imgs/bannerDesktop.png);
        background-image: image-set(url("../imgs/bannerDesktop.webp") type("image/webp"), url("../imgs/bannerDesktop.png") type("image/png"));
        background-image: -webkit-image-set(url("../imgs/bannerDesktop.webp") type("image/webp"), url("../imgs/bannerDesktop.png") type("image/png"));
        background-position: top center;
        position: relative;
        height: 710px;
        margin-top: 66px;
        position: relative;
        overflow: hidden;
        height: 650px;
    }

    div#banner_freguesia {
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%;
        z-index: 1;
    }

    div#banner_freguesia:before {
        content: '';
        background: linear-gradient(45deg, #034b76);
        position: absolute;
        left: 0;
        right: -400px;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: linear-gradient(61deg, rgb(6 75 116 / 32%) 0%, rgb(0 104 165 / 85%) 23%, rgb(6 75 116 / 85%) 100%);
        transform: skew(338deg, 0);
    }

    img#selo-mcmv {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1;
        width: 100px;

    }

    img#selo-desconto {
        position: absolute;
        right: 72%;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    #banner_novo .form {
        position: absolute;
        top: 50%;
        left: 100px;
        right: 0;
        transform: translateY(-50%);
        margin: 0 auto;
    }

    @media (max-width: 950px) {

        #banner_novo {
            margin-top: 50px !important;
        }

        #banner_novo .form {
            top: initial;
            transform: none;
            bottom: 20px;
            left: -60px;
            right: 0;
        }

        img#selo-desconto {
            right: initial;
            top: 20px;
            bottom: initial;
            left: 15px;
            width: 250px;
        }

        img#selo-mcmv {
            width: 70px;
        }
    }
}

.imagens_comercio p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagens_comercio p img {
    flex: 1;
    display: block;
    width: 50%;
}

div#tour {
    display: flex;
    margin: 0 0 70px 0;
}

@media(max-width:768px) {
    .imagens_comercio p {
        flex-direction: column;
    }

    .imagens_comercio p img {
        width: 100%;
    }

    div#tour {
        margin: 30px 0;
    }
}


@media(min-width:768px) {
    .lista_colunas .title3 {
        margin: 0;
    }

    .lista_colunas ul {
        column-count: 2;
        column-gap: 25px;
    }
}

.fancybox__slide.fancybox-bg-claro img {
    background: #FFF;
}

.has-iframe .fancybox__content {
    padding: 6px;
}

@media(min-width:768px) {
    #localizacao h2.title2 {
        margin-bottom: -10px;
    }
    #projeto .grid > .title2:nth-child(1){
        display: none;
    }
}


@media(max-width: 768px){
    a#logo {
        width: 90px;
    }
}
