.collapsible,.entrecontato,a#whatsapp_icone,a.btn,aside p,aside.aside-full p,header #menu2,header #menu2 a {
    text-align: center
}

.card-overlay,.card-relacionado,.regioes,.regioes-internas,.thumbs-regioes .regioes-sp {
    box-shadow: rgba(0,0,0,.02) 0 1px 3px 0,rgba(27,31,35,.15) 0 0 0 1px
}

header {
    background: #fff;
}
aside h3 {
    background: #060606;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

header img {
    width: 40vh;
    margin: 10px 0;
}

article p a {
    color: #ff8600;
    text-decoration: underline !important;
}

*,ul {
    padding: 0;
    margin: 0
}

h1,h2,h3,h4 {
    color: #000
}

.list li,.list-ol li {
    margin: 5px 0;
    line-height: 1.5em
}

aside nav,ul {
    list-style: none
}

aside nav,aside.aside-full nav {
    overflow-y: scroll;
    overflow-x: hidden
}

aside li a,aside.aside-full li a,header #menu2 a {
    transition: .3s linear
}

a,a:hover,aside a,aside h2 a,aside li a,aside.aside-full a,aside.aside-full h2 a,aside.aside-full li a,h1,h2,h3,h4,header #menu2 a {
    text-decoration: none
}

.bread ul li:first-child::after,.bread ul li:first-child::before,.bread ul li:nth-child(2)::after,.bread ul li:nth-child(2)::before {
    content: "";
    right: 0;
    width: 2px;
    height: 50%;
    background-color: #fff;
    transition: .3s;
    z-index: 10
}

.mpi-gallery,.relacionados {
    grid-template-columns: repeat(3,1fr)
}

* {
    box-sizing: border-box;
    letter-spacing: 1.5px
}

h1,h2,h3,p {
    margin: 20px 0;
    text-transform: initial
}

aside.aside-full,h2 {
    text-transform: uppercase
}

body {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    color: #444;
    top: 0!important;
    letter-spacing: 1px;
}

::-webkit-scrollbar-track {
    background-color: #f4f4f4
}

::-webkit-scrollbar-thumb {
    background: #000
}

h1 {
    border: 0;
    font-size: 32px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px
}

h3,h4 {
    font-size: 17px;
    margin: 15px 0
}

a {
    color: #383838
}

.list,.list-ol {
    margin: 0 0 20px 40px
}

.list li {
    list-style: disc
}

.wrapper {
    width: 100%;
    max-width: 80%;
    margin: 0 auto
}

.dark {
    color: #212121
}

.d-flex,header #menu2 ul {
    display: flex
}

aside h2 a,aside li a,header #menu2 .dropdown ul li.dropdown:hover [class*=sub-menu],header #menu2 .dropdown:hover [class*=sub-menu],header #menu2 a {
    display: block
}

.align-items-center {
    align-items: center
}

.justify-content-space-between {
    justify-content: space-between
}

.gap-20 {
    gap: 20px
}

#formulario_menu,.topo-contato,aside nav>ul>li>ul,aside.aside-full nav>ul>li>ul {
    display: none
}

header #menu2 {
    font-size: 12px;
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

header #menu2 ul::-webkit-scrollbar {
    width: 10px
}

header #menu2 ul::-webkit-scrollbar-track {
    background: #f9f9f9
}

header #menu2 ul::-webkit-scrollbar-thumb {
    background: #e6e7e8;
}

header #menu2 ul::-webkit-scrollbar-thumb:hover {
    background: #ff8700;
}

header #menu2 li {
    position: relative;
    display: inline-block
}

header #menu2 a {
    color: #000;
    padding: 20px;
}

header #menu2 a:hover,header #menu2 li:hover a {
    color: #ff8700;
    /* background: #222; */
}

.aft {
    position: relative
}
.aft::after {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #ff8700;
    transition: 0.9s width ease;
}
.aft:hover::after {
    width: 100%
}

header #menu2 table {
    border-collapse: collapse;
    position: absolute;
    left: 0;
    top: 0
}

header #menu2 .dropdown [class*=sub-menu] {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 0;
    height: 450px;
    overflow-y: scroll;
    width: 350px;
    z-index: 7;
    background: #fefefe;
    box-sizing: border-box
}

header #menu2 .dropdown [class*=sub-menu-info] {
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    height: 400px
}

header #menu2 .dropdown:hover [class*=sub-menu] li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    /* padding: 8px 16px; */
    /* border-bottom: 1px solid #f3f3f3; */
}

header #menu2 .dropdown:hover [class*=sub-menu] li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    color: #777;
    /* text-transform: uppercase; */
    height: auto;
    background: 0 0
}

header #menu2 .dropdown ul li.dropdown [class*=sub-menu] {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    height: auto;
    width: 320px;
    max-height: 300px;
    z-index: 7;
    overflow-y: scroll
}

header #menu2 .dropdown:hover [class*=sub-menu] li a:hover {
    /* background: #f0f0f0; */
    color: #ff8700;
}

header #menu2 .dropdown:hover [class*=sub-menu] li:hover {
    /* background: #d62a33; */
    color: #91d8f7;
}

aside {
    float: left;
    position: sticky;
    top: 20px;
    width: 30%
}

.mauticform_wrapper {
    max-width: 100%!important;
    margin: 0!important;
    font-family: inherit!important;
    color: inherit!important
}

.mauticform-input,.mauticform-selectbox,.mauticform-textarea {
    padding: 10px!important;
    font-size: 15px!important;
    color: #383838
}

.collapsible,aside h2 a,aside h3 {
    padding: 12px;
    color: #fff
}

.mauticform-row {
    margin-bottom: 10px!important
}

.mauticform-button-wrapper .mauticform-button {
    background-color: #007ac1!important;
    font-size: 17px!important;
    padding: 10px 15px!important;
    border: none!important;
    width: 100%!important;
    font-weight: 400!important;
    margin: 0!important
}

.entrecontato {
    background-color: #c4c4c4
}

.collapsible {
    background-color: #b3b3b3;
    cursor: pointer;
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 17px;
    border-radius: 0
}

.active,.collapsible:hover {
    background-color: #000!important;
    color: #fff!important
}

.content-inside {
    display: none;
    overflow: hidden;
    background-color: #f1f1f1
}

.main-aside .callPhone {
    padding: 10px 15px;
    font-size: 14px
}

aside h2 a {
    font-size: 15px;
    background: #ff632b
}

a.btn,aside li a {
    padding: 10px 20px
}

aside nav {
    margin: 0;
    padding: 0;
    max-height: 400px;
    height: auto
}

aside li,aside.aside-full li {
    margin: 5px 0 0
}

aside h3,aside.aside-full h3 {
    margin-bottom: 0;
    text-align: center
}

aside li a {
    font-size: 14px;
    color: #666;
    border-left: 0 solid #ccc;
    border-bottom: 1px solid #e4e4e4
}

aside p,aside.aside-full p {
    background: #eee;
    margin: 0
}

aside strong,aside.aside-full strong {
    font-size: 16px;
    line-height: 34px;
    color: #666
}

aside.aside-full {
    float: left;
    width: 100%;
    margin: 0
}

aside.aside-full nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

aside.aside-full h2 a {
    display: block;
    padding: 5px;
    font-size: 15px;
    background: #0ca9e3;
    color: #fff
}

aside.aside-full nav {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 210px;
    height: auto
}

aside.aside-full li a {
    font-size: 12px;
    display: block;
    padding: 5px;
    color: #666;
    border-left: 2px solid #ccc
}

aside.aside-full nav li a:hover {
    border-left: 2px solid #000
}

aside.aside-full h3 {
    color: #fff;
    background: #0ca9e3;
    padding: 10px 0
}

.bread {
    width: 100%;
    height: 40px;
    background: linear-gradient(45deg, #ff8700, #e77d06);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden
}

.bread ul {
    display: flex;
    height: 100%;
    /* justify-content: center; */
}

.bread ul li {
    background: 0 0;
    padding: 30px 55px;
    position: relative;
    display: flex;
    align-items: center
}

.bread ul li:first-child::after,.bread ul li:nth-child(2)::after {
    display: block;
    position: absolute;
    bottom: 0;
    transform: skewX(-30deg);
    transform-origin: 100% 0
}

.bread ul li:first-child::before,.bread ul li:nth-child(2)::before {
    display: block;
    position: absolute;
    top: 0;
    transform: skewX(330deg);
    transform-origin: 100% 100%
}

.bread ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize
}

.busca-relacionada .wrapper {
    display: flex;
    align-items: center;
    gap: 20px
}

.busca-relacionada ul {
    display: flex;
    gap: 20px
}

.mpi-gallery {
    display: grid;
    grid-gap: 10px
}

.mpi-gallery__thumb {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.mpi-gallery__zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    transition: .5s ease-in
}

.mpi-gallery__thumb:hover .mpi-gallery__zoom {
    transform: translateX(0)
}

.mpi-gallery__zoom svg {
    fill: #fff;
    width: 30px;
    height: 30px
}

.mpi-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc
}

.relacionados {
    display: grid;
    grid-gap: 15px;
    margin-bottom: 40px
}

.card-overlay {
    width: 95%;
    position: relative;
    overflow: hidden;
    height: 240px;
    text-shadow: 1px 1px 1px #000;
}

.card-overlay__img,.card-relacionado__img {
    width: 100%;
    height: 240px;
    object-fit: cover
}

.card-overlay__body,.card-relacionado__body {
    width: 100%;
    height: 100%;
    padding: 10px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    transition: .4s ease-out;
    transform: translateY(70%)
}

.regiao-active,.regioes {
    background: #000;
    color: #fff
}

.card-overlay__title,.card-relacionado__title {
    font-size: 16px;
    text-transform: initial;
    color: #fff
}

.card-overlay:hover .card-overlay__body,.card-relacionado:hover .card-relacionado__body {
    transform: translateY(0);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.mpi__list {
    height: 240px;
    /* padding-left: 20px; */
    list-style: square;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    color: #eee;
}

.mpi__list li {
    font-size: 13px;
    font-weight: 400;
    word-break: normal;
}

.regioes {
    width: 100%;
    font-size: 14px;
    padding: 8px 16px
}

.thumbs-regioes {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px
}

.thumbs-regioes .regioes-sp {
    padding: 5px 11px;
    cursor: pointer;
    font-size: 11px;
    display: flex;
    align-items: center
}

.regioes-internas .bairros .bairros-content {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px;
    font-size: 11px
}

#modal-thumb {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #fff;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.main-img {
    width: 100%;
    max-width: 500px;
    height: 300px;
    object-fit: contain
}

.close-menu,.hamburger-menu,.slicknav_menu {
    display: none!important
}

article {
    float: left;
    width: 66%;
    line-height: 1.8
}

@media only screen and (max-width: 962px) {
    article {
        width:90%;
        margin: 0 auto
    }

    aside {
        width: 100%;
        margin-bottom: 40px
    }

    .topo-contato {
        display: grid;
        position: fixed;
        bottom: 0;
        background: #000000;
        color: #fff;
        padding: 20px;
        z-index: 9999
    }

    .element-sticky {
        display: flex;
        flex-direction: column
    }

    .busca-relacionada .wrapper,.busca-relacionada ul,.mpi-gallery,.relacionados,header #menu2 .dropdown:hover>[class*=sub-menu] {
        display: block
    }

    .card-relacionado,.mpi-gallery__thumb {
        margin: 20px 0
    }

    .bread ul li {
        padding: 8px 16px
    }

    .thumbs-regioes {
        grid-template-columns: repeat(6,1fr)
    }

    .regioes-internas .bairros .bairros-content {
        grid-template-columns: repeat(2,1fr)
    }

    header {
        overflow: hidden
    }

    header #menu2 {
        display: block!important;
        width: 70%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background: #fefefe;
        z-index: 1000;
        margin: 0;
        transform: translateX(100%);
        transition: .4s
    }

    header #menu2 ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 60px
    }

    header #menu2 ul li {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #f2f2f2
    }

    header #menu2 ul li a {
        width: 100%;
        color: #333;
        text-align: left!important;
        font-size: 20px
    }

    header #menu2 .dropdown [class*=sub-menu] {
        display: none;
        width: 100%;
        background: #e6e6e6
    }

    header #menu2 .dropdown:hover>[class*=sub-menu] li {
        background: #fefefe;
        padding: 10px 20px
    }

    header #menu2 .dropdown:hover [class*=sub-menu] li a {
        background: #fefefe;
        color: #222;
        font-size: 18px
    }

    header #menu2 a:hover,header #menu2 li:hover a,li.categorias:hover {
        background: #c4c4c4;
        color: #fff
    }

    .mobile-menu {
        width: 100%;
        height: 75px;
        margin-bottom: 10px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background: #fb8501;
    }

    .close-menu,.hamburger-menu {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 20px;
        fill: #fff;
        display: block!important
    }

    .close-menu {
        fill: #222
    }

    .hamburger-menu.hamburger-menu--white {
        fill: #fff
    }

    header #menu2.menu-active {
        transform: translateX(0)
    }
}

.element-sticky {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media only screen and (max-width: 765px) {
    .modal-img {
        max-width:350px;
        height: 250px
    }

    .thumbs-regioes {
        grid-template-columns: repeat(4,1fr)
    }

    article,header #menu2 {
        width: 100%
    }

    header #menu2 ul li a {
        text-align: left!important
    }

    #formulario_menu {
        display: block
    }
}

a.btn {
    background: #ff8700;
    color: #fff;
    width: 100%;
    margin: 10px 0
}

[class*=col-] {
    float: left;
    padding: 15px;
    box-sizing: border-box
}

.col-1 {
    width: 8.33%
}

.col-2 {
    width: 16.66%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33%
}

.grid-related-posting .col-4 {
    padding: 5px
}

.col-5 {
    width: 41.66%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33%
}

.col-8 {
    width: 66.66%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33%
}

.col-11 {
    width: 91.66%
}

.col-12 {
    width: 100%
}

@media only screen and (min-width: 767px) and (max-width:959px) {
    .col-m-1 {
        width:8.33%!important
    }

    .col-m-2 {
        width: 16.66%!important
    }

    .col-m-3 {
        width: 25%!important
    }

    .col-m-4 {
        width: 33.33%!important
    }

    .col-m-5 {
        width: 41.66%!important
    }

    .col-m-6 {
        width: 50%!important
    }

    .col-m-7 {
        width: 58.33%!important
    }

    .col-m-8 {
        width: 66.66%!important
    }

    .col-m-9 {
        width: 75%!important
    }

    .col-m-10 {
        width: 83.33%!important
    }

    .col-m-11 {
        width: 91.66%!important
    }

    .col-m-12 {
        width: 100%!important
    }
}

@media only screen and (max-width: 480px) {
    [class*=col-] {
        width:100%
    }

    .justify-content-space-between {
        justify-content: center
    }

    a#whatsapp_icone {
        bottom: 150px!important
    }

    footer {
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
        align-content: space-around;
        flex-direction: column;
        margin-bottom: 134px
    }

    .wrapper.align-items-center.d-flex.justify-content-space-around {
        flex-direction: column
    }
}

footer {
    background: #ff8700;
    margin-top: 12vh;
    position: relative;
}

.logo_footer {
    margin: 30px 0
}

.menu_footer li {
    padding: 4px 0;
    /* display: inline; */
}

.menu_footer a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.justify-content-space-around {
    justify-content: space-around;
    flex-direction: column;
}

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

.card-relacionado {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 240px;
    text-shadow: 1px 1px 1px #000;
}

a#whatsapp_icone {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    font-size: 40px;
    z-index: 100;
    padding: 12px;
    fill: #fff
}

footer svg {
    color: #fff;
}

.waves {
    width: 100%;
    height: 5vh;
    position: absolute;
    bottom: 100%;
}

.mpi__list a {
    color: #000;
}

.mpi__list a:hover {
    padding-left: 7px;
    transition: 1s;
    color: #ec7f05;
}

.footer_elements {
    display: flex;
    align-items: center;
    color: #eee;
    padding: 5vh;
    gap: 2vh;
    flex-direction: column;
}

h1.info_w {
    font-weight: 400;
    letter-spacing: 2px;
}
@media only screen and (max-width: 765px) {
    .menu_footer li {
        padding: 20px 0;
        /* text-align: center; */
    }
    .menu_footer {
    padding-left: 0 !important;

    }
    .logo_footer img{
        width: 100%;
    }
    .footer_elements {
        flex-direction: column;
        /* text-align: center; */
        gap: 1vh;
        /* align-items: center; */
        padding: 20px 20px;
    }
    .copyright {
        margin-top: 0 !important;
        text-align: center;
    }
    .abt-us h2 {
        font-size: 30px !important;
    }
    .abt-us h3 {
        font-size: 17px !important;
        width: auto !important;
    }
    .contat {
        flex-direction: column;
        gap: 3vh !important;
    }
}

.copyright {
    height: 8vh;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 5vh;
    color: #eee;
    font-size: 12px;
    background: #90d7f5;
}

.busca-relacionada {
}

.busca-relacionada li {
    padding: 10px 0;
}

.busca-relacionada span {
    font-weight: 600;
}



.footer_elements h3 {
}


.social_icons svg {
    height: 15px;
    fill: #fff;
}

.social_icons a {background: #90d7f5;width: 30px;display: flex;align-items: center;justify-content: center;border-radius: 20px;height: 30px;}

.social_icons {
    display: flex;
    gap: 2vh;
    margin-top: 2vh;
}

.abt-us {
    text-align: center;
    color: #fff;
}

.abt-us h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
}

.abt-us h3 {
    color: #fff;
    font-size: 29px;
    font-weight: 300;
    width: 85vh;
}

p.schedule {
    text-transform: uppercase;
    color: #ffffff82;
}

.contat {
    display: flex;
    gap: 20vh;
    text-align: left;
}

.contat span {
    font-size: 20px;
}

.adress svg, .menu_footer svg {
    height: 20px;
    width: 20px;
    margin-right: 1vh;
    fill: #fff;
}

article li {
    margin: 0 20px;
    list-style: disc;
}

.mapa-site li {
    margin: 20px;
}