:root {
    --principal: #0a5299;
    --secundaria: #ffc200;
}

html, body {
    scroll-behavior: initial!important;
}

.transicao, a, button, .botao, input[type="submit"], ::before, ::after, .icone-galeria, .botoes-fixos-direita, #menu-principal {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
:is(a, button):hover {opacity: 0.75;}
body {
    font-family: "Quicksand", arial, helvetica, sans-serif;
    font-size: 18px;
    color: #1c1c1c;
    /* overflow-x: hidden; */
}

p {
    color: #1c1c1c;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Pacifico", arial, helvetica, sans-serif;
    color: #231f20;
}
:is(h1, h2)::after {
    content: '';
    display: block;
    width: 160px;
    height: 4px;
    background: transparent url('img/linha-titulo.svg') center center no-repeat;
    background-size: 100%;
    margin: 6px auto 35px;
}
h1, h2 {
    font-size: 50px;
    margin-bottom: 25px!important;
    margin-top: 45px;
}

h3 {
    font-size: 30px;
    margin-bottom: 20px!important;
    margin-top: 45px;
}

h4 {
    font-size: 28px;
    margin-bottom: 15px!important;
    margin-top: 45px;
}

a {
    text-decoration: none;
    color: #1c1c1c;
}

a > img {
    margin-right: 8px;
}

::after, ::before {
    pointer-events: none;
}

section {
    padding: 120px 0;
}

:first-child {
    margin-top: 0;
}

:last-child {
    margin-bottom: 0;
}

img {
    height: auto;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.botao, button, input[type="submit"] {
    background: #fff;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 23px;
    border-radius: 9px;
    display: inline-block;
    border: 0;
}
.mt-90 {margin-top: 90px!important;}
a.logo-fixo {
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px;
    width: 120px;
    display: block;
    z-index: 20;
}

a.logo-fixo img {
    width: 100%;
}

a.logo-fixo::after {
    content: '';
    display: block;
    width: 150%;
    height: 160%;
    background-color: #fff;
    transform: rotate(-11deg);
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 30px;
    z-index: -1;
    box-shadow: 0 0 70px #1086fc6e;
}

#banner *:not(.container, .container *, .owl-nav) {
    height: 100%;
}

#banner .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    justify-content: space-between;
    display: flex;
    padding: 0 calc(calc(100vw - 1320px) / 2);
    transform: translateY(-50%);
}

#banner .owl-nav > button {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    mix-blend-mode: luminosity;
    padding: 0!important;
    margin: 0;
    border-radius: 50em;
    font-size: 35px;
}

.texto-branco .botao {
    background-color: #fff;
}

#banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.info-banner {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-banner::before {
    position: absolute;
    content: '';
    background-color: var(--principal);
    opacity: 0.8;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}
#banner .botao {
    font-size: 22px;
}
.info-banner :is(h1, h2) {font-size: 60px;}
.info-banner a {margin-top: 30px;}
#banner p {
    font-size: 28px;
}

#banner {
    padding-top: 0;
    padding-bottom: 0;
    height: calc(100vh - 60px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 98% 98%, 96% 100%, 94% 98%, 92% 100%, 90% 98%, 88% 100%, 86% 98%, 84% 100%, 82% 98%, 80% 100%, 78% 98%, 76% 100%, 74% 98%, 72% 100%, 70% 98%, 68% 100%, 66% 98%, 64% 100%, 62% 98%, 60% 100%, 58% 98%, 56% 100%, 54% 98%, 52% 100%, 50% 98%, 48% 100%, 46% 98%, 44% 100%, 42% 98%, 40% 100%, 38% 98%, 36% 100%, 34% 98%, 32% 100%, 30% 98%, 28% 100%, 26% 98%, 24% 100%, 22% 98%, 20% 100%, 18% 98%, 16% 100%, 14% 98%, 12% 100%, 10% 98%, 8% 100%, 6% 98%, 4% 100%, 2% 98%, 0 100%);
}

.texto-branco :not(.bloco > :is(h1, h2, h3, h4, h5, h6, p), .botao) {
    color: #fff!important;
}

.servico {
    position: relative;
    height: 600px;
}

.servico img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.conteudo-servico {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.conteudo-servico::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.75;
}

.azul::before {
    background-color: var(--principal);
}

.amarelo::before {
    background-color: #fff6dc;
}

.conteudo-servico > * {
    position: relative;
}

.servico.menor {
    height: calc(300px - 15px);
}

.servico:hover .conteudo-servico {
    transform: scale(1);
}

.amarelo .info-servico :is(h3, p) {
    color: #231f20!important;
}

.servico .botao {
    font-size: 14px;
    padding: 6px 18px;
}

.galeria {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.icone-galeria {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.icone-galeria::before {
    content: '';
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    background-color: #fff;
    position: absolute;
    border-radius: 18px 0 0 0;
    transform: rotate(19deg);
    right: -50px;
    bottom: -60px;
}

.icone-galeria::after {
    content: '';
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border: 1px solid #fff;
    position: absolute;
    border-radius: 18px 0 0 0;
    transform: rotate(26deg);
    right: -50px;
    bottom: -60px;
}

.icone-galeria img {
    z-index: 2;
    position: relative;
    width: 41px!important;
}

.galeria .item:hover .icone-galeria {
    transform: scale(1.5) translate(-10px, -15px);
}
.galeria a {
    display: block;
    border-radius: 30px;
    box-shadow: 0 8px 20px -7px #ffc2006b;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.galeria .owl-stage-outer {
    padding-bottom: 20px;
}

.galeria .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 200px);
    transform: translate(-50%, -50%);
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 0;
}

.galeria .owl-nav button {
    margin: 0;
    width: 64px;
    height: 64px;
    background-color: var(--secundaria)!important;
    display: block;
    color: #fff!important;
    border-radius: 50em;
    font-size: 34px!important;
    font-weight: 700!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav button span {
}
.gap-30 {
    row-gap: 30px;
}

#catalogo {
    position: relative;
}

#contato {
    position: relative;
    padding: 120px 60px 0;
    margin-top: 120px;
}

#contato::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(0 2%, 2% 0, 4% 2%, 6% 0, 8% 2%, 10% 0, 12% 2%, 14% 0, 16% 2%, 18% 0, 20% 2%, 22% 0, 24% 2%, 26% 0, 28% 2%, 30% 0, 32% 2%, 34% 0, 36% 2%, 38% 0, 40% 2%, 42% 0, 44% 2%, 46% 0, 48% 2%, 50% 0, 52% 2%, 54% 0, 56% 2%, 58% 0, 60% 2%, 62% 0, 64% 2%, 66% 0, 68% 2%, 70% 0, 72% 2%, 74% 0, 76% 2%, 78% 0, 80% 2%, 82% 0, 84% 2%, 86% 0, 88% 2%, 90% 0, 92% 2%, 94% 0, 96% 2%, 98% 0, 100% 2%, 100% 0, 100% 100%, 98% 98%, 96% 100%, 94% 98%, 92% 100%, 90% 98%, 88% 100%, 86% 98%, 84% 100%, 82% 98%, 80% 100%, 78% 98%, 76% 100%, 74% 98%, 72% 100%, 70% 98%, 68% 100%, 66% 98%, 64% 100%, 62% 98%, 60% 100%, 58% 98%, 56% 100%, 54% 98%, 52% 100%, 50% 98%, 48% 100%, 46% 98%, 44% 100%, 42% 98%, 40% 100%, 38% 98%, 36% 100%, 34% 98%, 32% 100%, 30% 98%, 28% 100%, 26% 98%, 24% 100%, 22% 98%, 20% 100%, 18% 98%, 16% 100%, 14% 98%, 12% 100%, 10% 98%, 8% 100%, 6% 98%, 4% 100%, 2% 98%, 0 100%);
    background-color: #fff;
}

footer {
    padding: 90px 0 40px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: var(--principal);
    clip-path: polygon(0 8%, 2% 0, 4% 8%, 6% 0, 8% 8%, 10% 0, 12% 8%, 14% 0, 16% 8%, 18% 0, 20% 8%, 22% 0, 24% 8%, 26% 0, 28% 8%, 30% 0, 32% 8%, 34% 0, 36% 8%, 38% 0, 40% 8%, 42% 0, 44% 8%, 46% 0, 48% 8%, 50% 0, 52% 8%, 54% 0, 56% 8%, 58% 0, 60% 8%, 62% 0, 64% 8%, 66% 0, 68% 8%, 70% 0, 72% 8%, 74% 0, 76% 8%, 78% 0, 80% 8%, 82% 0, 84% 8%, 86% 0, 88% 8%, 90% 0, 92% 8%, 94% 0, 96% 8%, 98% 0, 100% 8%, 100% 100%, 0 100%);
}

footer img {
    width: 220px;
    margin-bottom: 40px!important;
}

footer :is(p, a) {
    color: #fff;
    font-size: 24px;
}

.botoes-fixos-direita {
    position: fixed;
    right: -100px;
    bottom: 20px;
    z-index: 10;
    width: 50px;
    right: 20px;
}
.botoes-fixos-direita > * {
    padding: 0;
    background: transparent;
    width: 100%;
    display: block;
    margin-top: 15px;
}
.botoes-fixos-direita::before {
    display: block;
    content: '';
    background: linear-gradient(135deg, #00c464 0%, #007150 100%);
    content: '';
    display: block;
    width: 160px;
    height: 160px;
    transform: rotate(-11deg);
    right: -91px;
    bottom: -84px;
    position: absolute;
    border-radius: 30px;
    z-index: -1;
    box-shadow: 0 0 70px #1086fc6e;
}

.botoes-fixos-direita:hover {
    transform: scale(1.3) rotate(-6deg);
    opacity: 1!important;
    right: 40px;
    bottom: 40px;
}

.botoes-fixos-direita:hover::before {
    right: -80px;
    bottom: -75px;
}
.botoes-fixos-direita img {
    width: 100%;
}
iframe {
    width: 100%;
    height: 450px;
    border-radius: 40px;
}

a.whatsapp {
    background: linear-gradient(135deg, #00c464 0%,#007150 100%);
    display: inline-block;
    text-align: left;
    display: inline-flex;
    padding: 12px 20px;
    border-radius: 12px;
    color: #fff;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
}

a.whatsapp img {
    width: 58px;
}

a.whatsapp span {
    display: block;
    font-size: 16px;
}
.numero {
    display: flex;
    gap: 24px;
    height: 100%;
}

.numero img {
    width: 60px;
    transform: rotate(10deg);
}

.info-numero {
    position: relative;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.info-numero::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 58px);
    height: 100%;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 20px -7px #ffc2006b;
    z-index: -1;
}

.info-numero span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    flex: 0 0 100%;
}

.galeria {
    width: calc(100% - 180px);
    margin: auto;
}
#catalogo::before {
    position: absolute;
    content: '';
    clip-path: polygon(0 2%, 2% 0, 4% 2%, 6% 0, 8% 2%, 10% 0, 12% 2%, 14% 0, 16% 2%, 18% 0, 20% 2%, 22% 0, 24% 2%, 26% 0, 28% 2%, 30% 0, 32% 2%, 34% 0, 36% 2%, 38% 0, 40% 2%, 42% 0, 44% 2%, 46% 0, 48% 2%, 50% 0, 52% 2%, 54% 0, 56% 2%, 58% 0, 60% 2%, 62% 0, 64% 2%, 66% 0, 68% 2%, 70% 0, 72% 2%, 74% 0, 76% 2%, 78% 0, 80% 2%, 82% 0, 84% 2%, 86% 0, 88% 2%, 90% 0, 92% 2%, 94% 0, 96% 2%, 98% 0, 100% 2%, 100% 0, 100% 100%, 98% 98%, 96% 100%, 94% 98%, 92% 100%, 90% 98%, 88% 100%, 86% 98%, 84% 100%, 82% 98%, 80% 100%, 78% 98%, 76% 100%, 74% 98%, 72% 100%, 70% 98%, 68% 100%, 66% 98%, 64% 100%, 62% 98%, 60% 100%, 58% 98%, 56% 100%, 54% 98%, 52% 100%, 50% 98%, 48% 100%, 46% 98%, 44% 100%, 42% 98%, 40% 100%, 38% 98%, 36% 100%, 34% 98%, 32% 100%, 30% 98%, 28% 100%, 26% 98%, 24% 100%, 22% 98%, 20% 100%, 18% 98%, 16% 100%, 14% 98%, 12% 100%, 10% 98%, 8% 100%, 6% 98%, 4% 100%, 2% 98%, 0 100%);
    width: 100%;
    height: 1540px;
    background-color: #fff6dc;
    margin: -120px 0;
    z-index: -1;
}

footer :is(p, a) {
    font-size: 14px;
}
.social img {
    width: 40px;
}
.social {
    margin: 0 0 120px;
}
.social a:hover {transform: scale(1.35);}

.social a {
    display: inline-block;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
    h1 {
        font-size: 50px;
    }

    #banner p {
        font-size: 24px;
    }

    #banner .botao {
        font-size: 22px;
    }

    footer img {
        width: 180px;
    }
    #banner .owl-nav {
        padding: 0 60px;
    }

    .info-numero span {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 40px;
    }

    #banner p {
        font-size: 20px;
    }

    #banner .botao {
        font-size: 18px;
    }

    footer img {
        width: 180px;
    }

    h3 {
        font-size: 18px;
    }

    body {
        font-size: 16px;
    }

    h2 {
        font-size: 32px;
    }

    .icone-galeria {
        width: 60px;
        height: 60px;
    }

    .icone-galeria img {
        width: 30px;
    }

    section {
        padding: 90px 0;
    }

    footer :is(p, a) {
        font-size: 16px;
    }
    #banner .owl-nav {
    padding: 0 60px;
}

.info-numero::before {
    width: calc(100% + 54px);
}

.numero {
    width: 100%;
}

.info-numero {
    width: calc(100% - 60px);
    padding: 12px 12px 12px 0;
}

.info-numero span {
    font-size: 19px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 30px;
    }

    #banner p {
        font-size: 20px;
    }

    #banner .botao {
        font-size: 18px;
    }

    footer img {
        width: 180px;
    }

    h3 {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
    }

    .icone-galeria {
        width: 60px;
        height: 60px;
    }

    .icone-galeria img {
        width: 30px;
    }

    section {
        padding: 90px 0;
    }

    footer :is(p, a) {
        font-size: 16px;
    }

    section {
        padding: 60px 0;
    }

    .botao, button, input[type="submit"] {
        font-size: 16px;
        padding: 10px 30px;
    }
    #banner .owl-nav {
    padding: 0 30px;
}

.info-banner :is(h1, h2) {
    font-size: 55px;
}

.servico.menor p {
    font-size: 13px;
    line-height: 16px;
}

.servico.menor .botao {
    font-size: 12px;
    padding: 6px 8px;
}
#catalogo::before {
    clip-path: polygon(0 1%, 1% 0, 2% 1%, 4% 0, 6% 1%, 8% 0, 10% 1%, 12% 0, 14% 1%, 16% 0, 18% 1%, 20% 0, 22% 1%, 24% 0, 26% 1%, 28% 0, 30% 1%, 32% 0, 34% 1%, 36% 0, 38% 1%, 40% 0, 42% 1%, 44% 0, 46% 1%, 48% 0, 50% 1%, 52% 0, 54% 1%, 56% 0, 58% 1%, 60% 0, 62% 1%, 64% 0, 66% 1%, 68% 0, 70% 1%, 72% 0, 74% 1%, 76% 0, 78% 1%, 80% 0, 82% 1%, 84% 0, 86% 1%, 88% 0, 90% 1%, 92% 0, 94% 1%, 96% 0, 98% 1%, 100% 0, 100% 0, 100% 100%, 98% 98%, 96% 100%, 94% 98%, 92% 100%, 90% 98%, 88% 100%, 86% 98%, 84% 100%, 82% 98%, 80% 100%, 78% 98%, 76% 100%, 74% 98%, 72% 100%, 70% 98%, 68% 100%, 66% 98%, 64% 100%, 62% 98%, 60% 100%, 58% 98%, 56% 100%, 54% 98%, 52% 100%, 50% 98%, 48% 100%, 46% 98%, 44% 100%, 42% 98%, 40% 100%, 38% 98%, 36% 100%, 34% 98%, 32% 100%, 30% 98%, 28% 100%, 26% 98%, 24% 100%, 22% 98%, 20% 100%, 18% 98%, 16% 100%, 14% 98%, 12% 100%, 10% 98%, 8% 100%, 6% 98%, 4% 100%, 2% 98%, 0 100%);
    margin: -60px 0;
}

}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    #banner p {
        font-size: 20px;
    }

    #banner .botao {
        font-size: 18px;
    }

    footer img {
        width: 180px;
    }

    h3 {
        font-size: 23px;
    }

    body {
        font-size: 16px;
    }

    h2 {
        font-size: 34px;
    }

    .icone-galeria {
        width: 60px;
        height: 60px;
    }

    .icone-galeria img {
        width: 30px;
    }

    section {
        padding: 90px 0;
    }

    footer :is(p, a) {
        font-size: 16px;
    }

    section {
        padding: 60px 0;
    }

    .botao, button, input[type="submit"] {
        font-size: 16px;
        padding: 10px 30px;
    }

    form {
        margin-top: 60px!important;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #banner {
        padding-top: 0;
        overflow: hidden;
    }

    #banner .position-relative {
        margin-top: 60px;
    }
    .info-banner :is(h1, h2) {
    font-size: 38px;
}

#banner .owl-nav {
    padding: 0 16px;
}

#banner .owl-nav > button {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 32px;
}

.owl-nav button span {display: block;}

.info-banner {
    padding: 0 30px;
}

#banner {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 98%, 90% 100%, 85% 98%, 80% 100%, 75% 98%, 70% 100%, 75% 99%, 70% 100%, 65% 98%, 60% 100%, 55% 98%, 50% 100%, 45% 98%, 40% 100%, 35% 98%, 30% 100%, 25% 98%, 20% 100%, 15% 98%, 10% 100%, 5% 98%, 0% 100%);
}

.servico:not(.menor) {
    height: 450px;
    margin: 0 0 30px;
}

#catalogo::before {
    margin: -60px 0;
    clip-path: polygon(0 2%, 5% 0, 10% 2%, 15% 0, 20% 2%, 25% 0, 30% 2%, 35% 0, 40% 2%, 45% 0, 50% 2%, 55% 0, 60% 2%, 65% 0, 70% 2%, 75% 0, 80% 2%, 85% 0, 90% 2%, 95% 0, 100% 2%, 100% 0, 100% 100%, 98% 98%, 96% 100%, 94% 98%, 92% 100%, 90% 98%, 88% 100%, 86% 98%, 84% 100%, 82% 98%, 80% 100%, 78% 98%, 76% 100%, 74% 98%, 72% 100%, 70% 98%, 68% 100%, 66% 98%, 64% 100%, 62% 98%, 60% 100%, 58% 98%, 56% 100%, 54% 98%, 52% 100%, 50% 98%, 48% 100%, 46% 98%, 44% 100%, 42% 98%, 40% 100%, 38% 98%, 36% 100%, 34% 98%, 32% 100%, 30% 98%, 28% 100%, 26% 98%, 24% 100%, 22% 98%, 20% 100%, 18% 98%, 16% 100%, 14% 98%, 12% 100%, 10% 98%, 8% 100%, 6% 98%, 4% 100%, 2% 98%, 0 100%);
}

.info-numero span {
    font-size: 30px;
}

.galeria {
    width: calc(100% - 90px);
}

.galeria .owl-nav {
    width: calc(100% + 120px);
}

.galeria .owl-nav button {
    width: 35px;
    height: 35px;
}

.galeria .owl-nav button span {
    display: block;
    line-height: 12px;
    font-size: 25px;
    height: 14px;
}

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

#contato::before {
    clip-path: polygon(0 2%, 5% 0, 10% 2%, 15% 0, 20% 2%, 25% 0, 30% 2%, 35% 0, 40% 2%, 45% 0, 50% 2%, 55% 0, 60% 2%, 65% 0, 70% 2%, 75% 0, 80% 2%, 85% 0, 90% 2%, 95% 0, 100% 2%, 100% 0, 100% 100%, 98% 98%, 96% 100%, 94% 98%, 92% 100%, 90% 98%, 88% 100%, 86% 98%, 84% 100%, 82% 98%, 80% 100%, 78% 98%, 76% 100%, 74% 98%, 72% 100%, 70% 98%, 68% 100%, 66% 98%, 64% 100%, 62% 98%, 60% 100%, 58% 98%, 56% 100%, 54% 98%, 52% 100%, 50% 98%, 48% 100%, 46% 98%, 44% 100%, 42% 98%, 40% 100%, 38% 98%, 36% 100%, 34% 98%, 32% 100%, 30% 98%, 28% 100%, 26% 98%, 24% 100%, 22% 98%, 20% 100%, 18% 98%, 16% 100%, 14% 98%, 12% 100%, 10% 98%, 8% 100%, 6% 98%, 4% 100%, 2% 98%, 0 100%);
}

a.whatsapp {
    display: block;
    text-align: center;
    font-size: 23px;
}

a.whatsapp img {
    width: 35px;
    margin: 0 0 10px;
}

.social img {
    width: 30px;
}
.numero {
    height: auto;
}
iframe {
    height: 250px;
    margin: 0 -30px;
    display: block;
    width: calc(100% + 60px);
}

footer {
    padding: 60px 0 40px;
    clip-path: polygon(0 8%, 5% 0, 10% 8%, 15% 0, 20% 8%, 25% 0, 30% 8%, 35% 0, 40% 8%, 45% 0, 50% 8%, 55% 0, 60% 8%, 65% 0, 70% 8%, 75% 0, 80% 8%, 85% 0, 90% 8%, 95% 0, 100% 8%, 100% 100%, 0 100%);
}
}

@media screen and (max-width: 424px) {
a.logo-fixo {
    width: 80px;
    padding: 12px 12px 16px;
}

.botoes-fixos-direita {
    transform: scale(0.8);
    bottom: 10px;
    right: 10px;
}
}
@media screen and (max-width: 424px) {
.info-banner :is(h1, h2) {
    font-size: 30px;
}

:is(h1, h2)::after {
    width: 100px;
}

.botoes-fixos-direita:hover {
    transform: scale(1) rotate(-6deg);
    opacity: 1 !important;
    right: 20px;
    bottom: 20px;
}

.icone-galeria img {
    width: 32px!important;
}

footer :is(p, a) {
    font-size: 12px;
}

footer img {
    width: 120px;
}
}