header {
    -webkit-box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    background: #fff;
}

header .contact {
    background: var(--highlight);
    color: var(--shape);
    border-bottom: 1px solid #202020;
    margin-bottom: .8em;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.4);
    padding: .2em;
}

header .contact .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .contact #telefones {
    background: #fff;
    font-size: 14px;
    padding: 0 11px;
    display: flex;
    border: 1px solid #202020;
    border-radius: .5em;
}

header .contact #telefones p {
    font-weight: 600;
    color: #181818;
    margin: 0 8px;
    font-size: 13px;
}

header .contact #telefones p a {
    text-decoration: none;
    color: var(--shape)
}

header nav {
    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;
    width: 90%;
    padding: 3px 0;
    max-width: 1120px;
    margin: 0 auto;
}

header nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem
}

header nav ul li a {
    text-decoration: none;
    color: #202020;
    padding: 0.2rem 0.3rem;
    font-size: .9rem;
    border-radius: 0.25rem;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: .8rem;
}

#side-Menu {
    display: none
}

ul.social-icons button {
    background: transparent;
    border: none
}

.tel-dropdown {
    background: var(--background);
    position: absolute;
    z-index: 99999;
    padding: 1rem;
    border-radius: 0 0 1.25rem 1.25rem;
    color: var(--text-body);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    display: none;
    -webkit-box-shadow: rgba(0,0,0,0.35) 0px 5px 15px;
    box-shadow: rgba(0,0,0,0.35) 0px 5px 15px
}

.tel-dropdown a {
    color: var(--complementary);
    font-weight: 400;
    text-decoration: none
}

.tel-dropdown p {
    font-weight: 600;
    color: var(--complementary)
}

.tel:hover .tel-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container-empresa {
    background: var(--background);
    border-bottom: 1px solid #ccc;
}

.container-empresa .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem
}

.container-empresa .wrapper h1 {
    color: var(--text-title);
}

.container-empresa .wrapper a {
    background: var(--highlight);
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    color: var(--shape);
    text-decoration: none;
    margin: 1rem;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    font-size: 1rem;
}

.container-empresa .wrapper a:hover {
    -webkit-box-shadow: rgba(0,0,0,0.35) 0px 5px 15px;
    box-shadow: rgba(0,0,0,0.35) 0px 5px 15px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
}

.categorias {
    width: 90%;
    max-width: 1120px;
    padding: 1rem 0;
    margin: 0 auto;
}

.categorias h2 {
    text-align: center;
    margin: 1rem
}

#owl-thumbs .item {
    max-width: 160px;
    list-style: none;
    position: relative;
    border-radius: 1.25rem;
    -webkit-box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    margin: 1rem 0
}

#owl-thumbs .item img {
    border-radius: 1.25rem;
    box-shadow: 4px 5px 6px rgba(0,0,0,0.4);
}

#owl-thumbs .item figure {
    position: relative;
    z-index: 2;
}

#owl-thumbs .item figcaption {
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    border-radius: 1.25rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#owl-thumbs .item figcaption a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
}

#owl-thumbs .item figcaption a h3 {
    color: #fff;
}

#owl-thumbs .item:hover figcaption {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0)
}

.form-home .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#gmap_canvas {
    width: 100%;
    height: 500px;
    border: none
}

.home {
    padding: 1rem;
    background: var(--highlight);
    margin-top: 3rem;
    border-top: 1px solid #000;
}

.home #prova_social .item {
    width: 50%
}

.home .owl-nav button span {
    color: var(--shape)
}

#banner {
    /* max-height:700px; */
    width: 100%
}

#banner figure {
    position: relative
}

#banner figure img {
    /* height:700px; */
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: .1em;
}

#banner figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,18,18,0.66)
}

#banner figure figcaption .banner-caption {
    width: 90%;
    height: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#banner figure figcaption .banner-caption .banner-content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#banner figure figcaption .banner-caption .banner-content strong {
    font-size: 4rem;
    color: #fff;
    line-height: 4rem
}

#banner figure figcaption .banner-caption .banner-content p {
    color: #fff
}

#banner figure figcaption .banner-caption .banner-content .btn-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem
}

#banner figure figcaption .banner-caption .banner-content .btn-button .btn {
    background: transparent;
    border: 0;
    padding: 1rem;
    border: 1px solid transparent;
    -webkit-transition: border ease-in 0.2s;
    transition: border ease-in 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem
}

#banner figure figcaption .banner-caption .banner-content .btn-button .btn a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#banner figure figcaption .banner-caption .banner-content .btn-button .btn:hover {
    border: 1px solid #fff
}

#banner figure figcaption .banner-caption .banner-content .clique-button {
    width: 8rem;
    padding: 0.5rem 1rem;
    border: 0;
    background: var(--complementary);
    color: var(--shape);
    font-weight: 600;
    border-top-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s
}

#banner figure figcaption .banner-caption .banner-content .clique-button:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    -webkit-box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px
}

#banner img {
    /* max-height:700px; */
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#banner .active {
    display: block
}

.formCotacao {
    width: 100%;
    max-height: 687px;
    max-width: 407px;
}

form {
    -webkit-box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    background: #fff;
    padding: 35px 34px;
    border-radius: 1.25rem;
    border: 1px solid #ccc;
    box-shadow: 0px 7px 9px rgb(0 0 0 / 40%);
}

form .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

form .header h3 {
    color: var(--text-title);
    font-size: 20px;
    text-align: center
}

form .header div {
    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;
    max-width: 240px;
    margin: 0 auto
}

form .header div img {
    width: 6rem
}

form .item-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

form input,form textarea {
    width: 100%;
    height: 51px;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    background: #efefef;
    padding-left: 35px;
    font-weight: 400;
    margin: 13px 0 4px;
    font-size: 16px;
}

form input::-webkit-input-placeholder,form textarea::-webkit-input-placeholder {
    color: var(--text-body)
}

form input:-ms-input-placeholder,form textarea:-ms-input-placeholder {
    color: var(--text-body)
}

form input::-ms-input-placeholder,form textarea::-ms-input-placeholder {
    color: var(--text-body)
}

form input::placeholder,form textarea::placeholder {
    color: var(--text-body)
}

form textarea {
    height: 100px;
}

form .btn-verde {
    width: 100%;
    height: 65px;
    background: var(--btn-enviar);
    color: #FFF;
    border-radius: 3px;
    border: 0;
    font-size: 1rem;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    margin-top: 15px;
    font-weight: bold;
}

form .btn-verde:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9)
}

.copyright {
    font-size: 10px;
    color: #666;
    margin-bottom: 26px;
    max-width: 1200px;
    margin: auto
}

footer {
    background-color: #fff;
    -webkit-box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    margin-bottom: -24px
}

footer .social-container {
    margin: 0
}

footer .social-container .social-icons button {
    background: transparent;
    border: none
}

#main-footer {
    max-width: 1200px;
    margin: auto;
    color: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    line-height: 23px
}

#copyrigth {
    background-color: #272727
}

.footer_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    padding: 1rem;
    color: #fff
}

.footer_footer .footer_selos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.busca {
    max-width: 52px
}

article#pgEndereco {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 1rem
}

article#pgEndereco .endereco {
    text-align: center
}

article#pgEndereco .end {
    margin: 1rem;
    text-align: center
}

article#pgEndereco h4 {
    color: #202020;
    font-size: 1.5rem
}

#main-footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: inherit
}

#main-footer nav ul li a {
    margin: 10px;
    color: #323232;
}

@media screen and (max-width: 768px) {
    #main-footer {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #main-footer nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px
    }

    #main-footer h5 {
        margin-top: 15px
    }
}

img.busca-clientes {
    margin: 15px
}

.cssmenu li.dropdown {
    position: relative;
    list-style: none
}

.cssmenu li.dropdown a {
    text-decoration: none
}

#pgEndereco h5 {
    color: #fff;
    font-size: 1rem;
    margin: 1rem 0
}

article#pgEndereco img {
}

img {
}

main-footer ul {
    list-style: none
}

.categorias-footer {
    height: 100vh;
    background: var(--background);
    position: fixed;
    top: 0;
    left: 0;
    background: var(--background);
    width: 250px;
    color: var(--text-body);
    -webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.6),0 0 200px 1px rgba(255,255,255,0.5);
    box-shadow: 0 5px 15px 1px rgba(0,0,0,0.6),0 0 200px 1px rgba(255,255,255,0.5);
    z-index: 9999;
    overflow: auto;
    -webkit-transform: translatex(-100%);
    transform: translatex(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

.categorias-footer.active {
    -webkit-transform: translatex(0%);
    transform: translatex(0%)
}

.categorias-footer a {
    color: #ffffff;
    text-decoration: none;
}

ul.cssmenu ul {
    margin: 0;
    padding: 0;
    display: none
}

#accordian li {
    list-style-type: none;
    background-color: var(--highlight);
    padding: 0.5rem;
    text-align: center;
}

#accordian li a {
    color: var(--shape)
}

.subcategoria-menu {
    background-color: var(--background) !important;
    padding: 0.5rem
}

#accordian ul ul li a,#accordian h4 {
    color: white;
    text-decoration: none;
    font-size: 11px;
    line-height: 27px;
    display: block;
    padding: 0 15px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: relative
}

#accordian ul ul li a:hover {
    background: #003545;
    border-left: 5px solid lightgreen
}

#accordian ul ul {
    display: none
}

#accordian li.active>ul {
    display: block
}

#accordian ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0,0,0,0.5)
}

#myBtn {
    -webkit-transform: translatex(200%);
    transform: translatex(200%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    position: fixed;
    bottom: 90px;
    z-index: 9;
    right: 1%;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
    background-color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
    color: #fff;
    padding-left: 1rem;
    /* -webkit-box-shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px; */
    /* box-shadow:rgba(100,100,111,0.2) 0px 7px 29px 0px */
}

#myBtn button {
    background-color: #c36202;
    border: none;
    outline: none;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: .5rem
}

#myBtn.active {
    -webkit-transform: translatex(0%);
    transform: translatex(0%)
}

#myBtn:hover button {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8)
}

.C-modal {
    width: 100%;
    text-align: right;
    cursor: pointer
}

.sidebar, .categorias-footer {
    height: 100vh;
    background: var(--highlight);
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translatex(-100%);
    transform: translatex(-100%);
    z-index: 10;
    overflow: auto;
    color: var(--shape);
    -webkit-box-shadow: 0 5px 15px 1px rgba(0,0,0,0.6),0 0 200px 1px rgba(255,255,255,0.1);
    box-shadow: 0 5px 15px 1px rgba(0,0,0,0.6),0 0 200px 1px rgba(255,255,255,0.1)
}

.sidebar.active {
    -webkit-transform: translatex(0);
    transform: translatex(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.sidebar h2 {
    color: var(--shape);
    font-weight: 600;
    font-size: 2rem;
    width: 100%;
    padding: 0.5rem 3rem
}

.sidebar .menu {
    margin-top: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.sidebar .menu a {
    text-decoration: none;
    color: var(--shape);
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    padding: 0.5rem 3rem;
    border-radius: 0.25rem;
    -webkit-transition: 1s;
    transition: 1s
}

.sidebar .menu a:hover {
    background-color: var(--complementary);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.readMore img {
    border-radius: 15px;
    -webkit-box-shadow: rgba(136,165,191,0.48) 6px 2px 16px 0px,rgba(255,255,255,0.8) -6px -2px 16px 0px;
    box-shadow: rgba(136,165,191,0.48) 6px 2px 16px 0px,rgba(255,255,255,0.8) -6px -2px 16px 0px;
    margin-top: 20px;
    margin-bottom: 20px
}

.readMore {
    width: 50%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 auto;
}

.readMore ul {
    margin-left: 5%
}

.readMore p {
    margin-top: 20px;
    line-height: 24px;
    font-size: 17px
}

.readMore h2 {
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .readMore {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: auto;
        width: 95%
    }
}

article.readMore h1 {
    font-size: 22px;
    border-bottom: 1px solid #000;
    padding-top: .2em;
}

#M-whats {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 100;
    cursor: pointer
}

#M-whats img {
    width: 4rem
}

.overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.overlay #confirma {
    width: 90%;
    max-width: 400px
}

.overlay #confirma form {
    position: relative
}

.overlay #confirma form .btn-verde {
    background: green
}

.overlay #confirma h4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hide {
    display: none
}

.social-container {
    margin-right: 2rem
}

.social-container .social-icons {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-container .social-icons li+li {
    margin-left: 1rem
}

@media screen and (max-width: 768px) {
    .wrapper {
        width:100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .prova-social {
        width: 90% !important
    }

    .mensagem_whats {
        display: none
    }
}

.hamburguer {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 5px;
    border: 0;
    position: relative;
    cursor: pointer;
    display: none
}

.hamburguer span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #787878;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1)
}

.span {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-3px, -1px);
    transform: rotate(-45deg) translate(-3px, -1px);
    background: #36383F
}

.span.span2 {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2)
}

.span.span3 {
    -webkit-transform: rotate(45deg) translate(0, -1px);
    transform: rotate(45deg) translate(0, -1px)
}

.hamburguer span:first-child {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}

.hamburguer span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

.hamburguer.active {
    position: fixed;
    right: 17px;
    z-index: 999;
}

@media screen and (max-width: 768px) {
    .home #prova_social .item {
        width:90%
    }

    .form-home {
        width: 100% !important
    }

    .formCotacao {
        width: 100% !important;
        max-width: 300px !important;
    }

    .prova-social {
        width: 100%
    }

    .hamburguer {
        display: block;
        z-index: 3;
    }

    header .menu {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        background-color: var(--corprincipal);
        margin: 0;
        width: 100%;
        max-width: 250px;
        padding: 100px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-box-shadow: rgba(43,59,75,0.2) 0px 8px 24px;
        box-shadow: rgba(43,59,75,0.2) 0px 8px 24px
    }

    header .menu.active {
        right: 0;
        box-shadow: 0px -4px 5px #000;
        z-index: 10;
        background: #fff;
    }

    #banner img {
        /* height:400px !important; */
    }

    #banner .banner-content {
        width: 100% !important
    }
}

nav ul li a {
    text-decoration: none
}

#servicosTabsDois {
    height: auto;
    margin: 30px;
}

#servicosTabsDois .list-wrap {
    background: transparent;
    padding: 10px;
    /* margin:0px 0px 15px 0px; */
    /* font-size:10px */
    position: fixed;
    left: 0;
    z-index: 3;
}

#servicosTabsDois ul {
    list-style: none
}

#servicosTabsDois .list-wrap li {
    width: 344px;
    float: left;
    color: #666;
    font-size: 12px;
    line-height: 17px
}

.hide {
    display: none
}

#servicosTabsDois .nav {
    overflow: hidden;
    margin: 0;
    padding: 0
}

#servicosTabsDois .nav li {
    margin: 6px 1px 0 0;
}

#servicosTabsDois .nav li.last {
    margin-right: 0
}

#servicosTabsDois .nav li a {
    display: block;
    text-decoration: none;
    padding: 8px;
    background: #ddd;
    color: #000;
    font-size: 12px;
    text-align: center;
    border: 0
}

#servicosTabsDois .nav li a:hover,#servicosTabsDois .nav li a:focus {
    background: #999;
    color: #fff
}

#servicosTabsDois ul li.nav-two a.current {
    background-color: #eee !important;
    color: #666
}

.copyright {
    font-size: 10px;
    color: #666
}

.error-message {
    font-size: 0.7rem;
    color: var(--red)
}

.copyright a {
    font-size: 10px;
    color: #666
}

.sitemap {
    margin-left: 30px;
    list-style: none;
    list-style-type: none
}

.sitemap li {
    font-size: 15px;
    margin: 10px 0
}

.sitemap li a {
    color: #777;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none
}

.sitemap li a:hover {
    color: #222 !important
}

.sitemap li ul {
    margin-left: 35px;
    list-style: none;
    list-style-type: none
}

.sitemap li ul li {
    margin: 5px 0;
    padding: 0
}

.sitemap li ul li a {
    font-size: 12px;
    color: #777
}

.sitemap li ul li ul li {
    margin: 5px 0
}

.sitemap li ul li ul li a {
    font-size: 13px;
    color: #777
}

.sitemap li a:hover {
    color: #999
}

div#breadcrumb ol li {
    list-style: none;
}

div#breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap
}

div#breadcrumb ol li a:after {
    content: "/";
    margin: 0 3px
}

div#breadcrumb ol li a {
    text-decoration: none
}

#breadcrumb {
    color: #333;
    font-size: 11px;
    background: #fff;
    padding: 11px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    max-width: 500px;
    border: 1px solid #000;
}

#breadcrumb ol {
}

#breadcrumb div {
    display: inline
}

#breadcrumb a {
    color: #444;
    text-decoration: underline
}

#breadcrumb a:hover {
    color: #444;
    text-decoration: none
}

.wrapper {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.2rem 0.5rem
}

.wrapper.text {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wrapper.text .imagem-pagina {
    cursor: pointer
}

.wrapper.text .imagem-pagina.expand {
    position: absolute
}

.prova-social {
    width: 52%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.prova-social h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--shape)
}

.prova-social .contato {
    text-align: center;
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prova-social .contato p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--shape)
}

.form-home {
    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;
    width: 90%;
    max-width: 1120px;
    margin: 0 auto
}

#prova_social .item {
    padding: 23px;
    margin: 50px 10px 50px 10px;
    width: 100%;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
    box-shadow: rgba(149,157,165,0.2) 0px 8px 24px
}

#prova_social .item .estrelas {
    color: yellow;
    margin-right: 7px
}

#prova_social .item .estrelas span {
    margin: 2px
}

#prova_social .item .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item_review {
    display: none
}

span.name {
    color: #6b6a6a
}

span.review_body {
    margin-top: 10px;
    font-size: 15px
}

span.ration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 15px;
    color: #878181;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 600
}

.review b {
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    margin: 5px;
    color: #352e2e
}

#pgContato .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#confirma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #000000ba;
    display: none
}

.mainWhats {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background: #fff;
    padding: 20px
}

#headerConfirma {
    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;
    margin-bottom: 20px;
    color: #2f2f2f;
    font-size: 12px;
    text-align: center
}

#headerConfirma img {
    width: 40px
}

#headerConfirma span {
    padding: 3px 8px;
    margin: 1px 4px 0px 0px;
    background: #e6e4e8;
    border-radius: 10pt;
    cursor: pointer;
    -webkit-box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px
}

#mainConfirma form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#mainConfirma h4 {
    text-align: center;
    margin-bottom: 10px
}

.dados-cotacao {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

#btnConfirmaWhats {
    background: #178b42;
    background: linear-gradient(265deg, #178b42 0%, #21bb5a 50%, #25d366 100%);
    padding: 10px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer
}

#btnConfirmaWhats:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8)
}

#M-whats {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999999999999999;
    border-radius: 50px
}

#M-whats img {
    width: 60px
}

.jump {
    -webkit-animation: jump 0.6s linear infinite alternate;
    animation: jump 0.6s linear infinite alternate
}

.mensagem_whats {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    -webkit-box-shadow: rgba(14,30,37,0.12) 0px 2px 4px 0px,rgba(14,30,37,0.32) 0px 2px 16px 0px;
    box-shadow: rgba(14,30,37,0.12) 0px 2px 4px 0px,rgba(14,30,37,0.32) 0px 2px 16px 0px
}

.mensagem_whats:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border: 15px solid;
    border-color: transparent transparent transparent #fff;
    right: 46px;
    top: 15px
}

#mainConfirma {
    width: 90%;
    max-width: 384px
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.sub-menu .subcategoria-menu li {
    background-color: var(--shape)
}

header nav ul li a {
    position: relative;
    display: block;
    color: #767676;
}

.container-empresa .wrapper a {
    padding: 1em 2em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #fff;
    background: var(--highlight);
    border: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    border-radius: 3px;
}

.container-empresa .wrapper a:hover {
    background-color: #fff;
    box-shadow: 0px 15px 20px #17161669;
    color: var(--highlight);
    transform: translateY(-7px);
}

.container-empresa .wrapper a:active {
    transform: translateY(-1px);
}

.menu .btn-home {
    color: var(--complementary);
}

.menu li::after {
    content: '';
    border-bottom: 1px solid var(--complementary);
    width: 100%;
    display: block;
    padding-top: .8em;
    opacity: 0;
    transition: .3s ease;
}

.menu li:hover a {
    color: var(--complementary);
    transition: .3s ease;
}

.menu li:hover::after {
    opacity: 1;
}

.menu li:nth-of-type(1):after {
    opacity: 1 !important;
}

header .contact #telefones svg {
    color: var(--highlight);
}

header nav ul li ul li:after {
    opacity: 0 !important;
    height: 0px !important;
}

.menu li:hover ul li::after {
    opacity: 0 !important;
}

.menu .sub-menu li.dropdown:hover {
    background-color: var(--highlight);
    border: 1px solid #000;
}

.menu .sub-menu li.dropdown a {
    letter-spacing: 0;
    transition: 0s ease;
}

.menu .sub-menu li.dropdown:hover a {
    color: #fff;
}

.menu li:nth-of-type(4) a {
    line-height: 1;
    bottom: 10%
}

@media(max-width: 768px) {
    .menu li:nth-of-type(4) a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
