.site-main{
    background: var(--branco-neve);
}

#rotativo-24 {
    position: absolute;
    top: -201px;
    right: -237px;
    z-index: 3;
}
#circulo-24 {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#circulo-24::before {
    content: '';
    background-image: url(../../desentupimento/home/rotacao-cartao.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 83px;
    height: 84px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}
#circulo-24::after {
    content: '';
    width: 163px;
    height: 163px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
}
#circulo-24 text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 2px;
}
#circulo-24 svg {
    width: auto;
    height: 270px;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    z-index: 1;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(0);
    }
}
@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(-360deg);
    }
    to {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(-360deg);
    }
    to {
        -ms-transform: rotate(0);
    }
}
@-o-keyframes rotate {
    from {
        -o-transform: rotate(-360deg);
    }
    to {
        -o-transform: rotate(0);
    }
}
@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(0);
    }
}
/**** Banner ****/
#banner {
    height: 596px;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    background-size: cover;
}
#banner .container-geral {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 150px 0 0 0;
    justify-content: space-between;
}
#banner .esq {
    width: 650px;
    margin-top: 31px;
}
#banner .esq .visita {
    font-family: var(--kanit);
    font-weight: 800;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--branco);
    background-color: var(--verde);
    border-radius: 50px;
    width: 266px;
    padding: 7px 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
#banner .esq .visita svg {
    margin: 0 0 0 10px;
}
#banner .esq .titulo {
    font-family: var(--kanit);
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 69px;
    letter-spacing: 0.02em;
    color: var(--branco);
    margin-bottom: 19px;
}
#banner .esq .titulo .destaque {
    color: var(--vermelho);
}
#banner .esq .texto {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.02em;
    color: var(--branco);
}
#banner .esq .texto .destaque {
    font-weight: 700;
    color: var(--vermelho);
}
#banner .dir {
    background-color: var(--branco-neve);
    border: 5px solid var(--cinza-neutro);
    border-radius: 15px;
    padding: 25px 33px;
    width: 570px;
    position: relative;
}

#banner .dir .zap-icone{
    position: absolute;
    right: -36px;
    top: -30px;
}

#banner .dir .topo {
    text-align: center;
    margin-bottom: 7px;
}
#banner .dir .topo .titulo {
    font-weight: 700;
    font-size: 26px;
    line-height: 16px;
    letter-spacing: -0.015em;
    color: var(--preto);
    margin-bottom: 10px;
}
#banner .dir .topo .low {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.015em;
    color: var(--preto);
}
/* Formulários */
.box-form input,
.box-form textarea {
    width: 100%;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--cinza-palido);
    height: 40px;
    padding-left: 37px;
    margin-bottom: -10px;
}
.box-form option:first-child{
    color: #434343;
}
.box-form option {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: black;
}
.box-form textarea {
    resize: none;
    height: 166px;
    padding-top: 15px;
    height: 85px;
}
.box-form .display-flex-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.box-form input:focus,
.box-form textarea:focus {
    border: 1px solid var(--vermelho);
}
.box-form .input-nome {
    background-image: url(../../desentupimento/home/ico-nome.svg);
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
}
.box-form .input-telefone {
    background-image: url(../../desentupimento/home/ico-telefone.svg);
    background-position: 14px center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
}
.box-form .input-servico {
    width: 100%;
    margin-top: 20px;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--cinza-palido);
    height: 40px;
    padding-left: 14px;
    padding-right: 37px;
    margin-bottom: -10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../../../desentupidora/desentupimento/lp/lp-24-horas/icones/setinha.svg');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    font-weight: 500;
    font-size: 14px;
    color: var(--preto);
}

.box-form .input-servico:invalid {
    color: #5B5B5B;
}

.box-form .input-servico:valid {
    color: #434343;
}
.box-form .label-effect {
    position: relative;
    top: 29px;
    left: 38px;
    z-index: 1;
    font-size: 14px;
    color: var(--preto);
    transition: 0.2s all ease-in-out;
    height: 19px;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 0) 0%);
}
.box-form .label-effect.subir {
    top: 7px;
    font-size: 12px;
    background: linear-gradient(180deg, rgb(249 249 249) 50%, rgba(255, 255, 255, 1) 50%);
}
.box-form .form-aceito {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px 0;
}
.box-form .form-aceito .check {
    width: 10px;
    margin: 1px 8px 0 0;
    cursor: pointer;
    height: auto;
}
.box-form .form-aceito .aceito {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5B5B5B;
}
.box-form .g-recaptcha {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 10px
}
.box-form .text-captcha {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--preto);
    margin: 20px 0 10px 0;
    display: block;
}
.box-form .enviar {
    background-color: var(--verde);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 100%;
    height: 48px;
    border: none;
    font-weight: 700;
    color: var(--branco);
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    margin-top: 38px;
}
.box-form .enviar:hover {
    opacity: .8;
}
.box-form .obrigatorio,
.box-form .obrigatorio a {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: var(--preto);
    transition: 0.2s all ease-in-out;
    margin: 13px 0px -2px;
    width: 100%;
}
.box-form .obrigatorio a:hover{
    color: var(--vermelho);
}
.status-erro {
    color: red;
    font-size: 12px;
    margin: 21px 0 -12px 0;
    display: block;
    text-align: center;
}

/* Informações */
#infos {
    padding-bottom: 40px;
    padding-top: 8px;
    background-color: #F9F9F9;
    position: relative;
}

#slider-infos {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

#slider-infos .swiper-slide{
    width: 280px !important;
}

#slider-infos .swiper-wrapper {
    display: flex;
    width: max-content;
    gap: 15px;
    animation: marquee 36s linear infinite;
}

.info-box {
    user-select: none;
    display: flex;
    gap: 35px;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
}


.info-box p {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    margin: 0;
    text-align: left;
    padding: 0 14px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-1700px);
    }
}


/**** Serviços ****/
#bloco_servicos {
    order: initial;
    padding-top: 41px;
    overflow: initial;
    margin-bottom: 149px;
}
#bloco_servicos .topo {
    margin-bottom: 70px;
}
#bloco_servicos .topo::before {
    top: -86px;
    left: -40px;
}
#bloco_servicos .topo .texto {
    z-index: 2;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--preto);
    padding: 0 5%;
    margin-top: 25px;
    position: relative;
}
#bloco_servicos .topo .texto .destaque {
    color: var(--vermelho);
    font-weight: 700;
}

/* MAIS SERVIÇOS */
#container-mais-servicos {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 57px;
    background-color: white;
}
#container-mais-servicos .container-geral {
    z-index: 1;
}
#container-mais-servicos .container-geral .topo-linha {
    position: relative;
    margin-top: -110px;
    margin-bottom: 86px;
}
#container-mais-servicos .container-geral .topo-linha::before {
    content: 'Mais serviços';
    font-size: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: -81px;
    margin: 0 auto;
    text-align: center;
    font-family: var(--kanit);
    font-weight: 600;
    color: var(--branco-neve);
    -webkit-text-stroke: 1px var(--cinza-neutro);
}
#container-mais-servicos .container-geral .topo-linha .sub {
    font-size: 18px;
    color: var(--preto-absoluto);
    text-align: center;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}
#container-mais-servicos .container-geral .topo-linha .titulo {
    font-family: var(--kanit);
    color: var(--preto);
    font-size: 32px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
#container-mais-servicos .container-geral .topo-linha .avaliacoes {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#container-mais-servicos .container-geral .topo-linha .avaliacoes p {
    font-size: 12px;
    color: var(--preto-absoluto);
    font-weight: 500;
}
#container-mais-servicos .container-geral .box-lista .card p {
    font-weight: 700;
    color: #000;
    text-align: center;
}
#container-mais-servicos .container-geral .topo-linha .avaliacoes p {
    font-size: 12px;
    color: var(--preto-absoluto);
    font-weight: 500;
}
#container-mais-servicos .container-geral .box-lista {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 18px;
    position: relative;
    justify-content: center;
}
#container-mais-servicos .container-geral .box-lista .card {
    width: 260px;
    height: 203px;
    border: 1px solid var(--cinza-neutro);
    border-radius: 5px;
    transition: 0.2s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF80;
    backdrop-filter: blur(3px);
    position: relative;
}
#container-mais-servicos .container-geral .box-lista .card:hover {
    box-shadow: 0px 0px 4px 0px #00000040;
}
#container-mais-servicos .container-geral .box-lista .card svg.seta {
    transition: 0.2s all ease-in-out;
    position: absolute;
    top: 10px;
    right: 10px;
}
#container-mais-servicos .container-geral .box-lista .card svg.seta {
    transition: 0.2s all ease-in-out;
    position: absolute;
    top: 10px;
    right: 10px;
}
#container-mais-servicos .container-geral .box-lista .card svg:not(.seta) {
    height: 128px;
    margin-top: -19px;
    fill: var(--cinza-palido);
    transition: 0.2s all ease-in-out;
}
#container-mais-servicos .container-geral .box-lista .card svg.caixa {
    fill: none;
    color: var(--cinza-neutro);
}
#container-mais-servicos .container-geral .box-lista .card:hover svg:not(.seta) {
    fill: var(--vermelho);
}
#container-mais-servicos .container-geral .box-lista .card:hover svg.caixa {
    fill: none;
    color: var(--vermelho);
}
#container-mais-servicos:after {
    content: '';
    background-image: url(../../desentupimento/home/servicos-after.webp);
    width: 510px;
    height: 693px;
    position: absolute;
    bottom: 0;
    right: -124px;
}
#container-mais-servicos .container-geral .box-lista .profissionais {
    width: 107px;
    height: 67px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px #00000040;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -26px;
    top: -98px;
}
#container-mais-servicos .container-geral .box-lista .profissionais .top {
    background-color: var(--branco);
    text-align: center;
    color: var(--preto);
    font-size: 10px;
    line-height: 13px;
    border-radius: 10px 10px 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}
#container-mais-servicos .container-geral .box-lista .profissionais .bottom {
    height: 23px;
    min-height: 23px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    background-color: #009635;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#container-mais-servicos .btn-mobile {
    display: none;
    z-index: 3;
}
#container-mais-servicos .btn-linha-completa {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--vermelho);
    height: 50px;
    border: none;
    border-radius: 50px;
    transition: 0.2s all ease-in-out;
    color: var(--branco);
    text-align: center;
    position: absolute;
    font-size: 16px;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    max-width: 311px;
    width: 90%;
}

#bloco_servicos .titulo {
    font-size: 28px !important;
}
/**** Clientes ****/
#bloco_clientes {
    background-color: white;
    overflow: hidden;
    padding: 80px 0 30px;
}
#bloco_clientes .container-geral .sub {
    text-align: center;
    color: var(--vermelho);
    font-size: 14px;
    position: relative;
    z-index: 1;
}
#bloco_clientes .container-geral .titulo {
    color: var(--preto);
    font-family: var(--kanit);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
}
#bloco_clientes .swiper {
    margin-left: -2%;
    width: 105%;
}
#bloco_clientes .container-geral {
    margin-bottom: 119px;
}
#bloco_clientes .swiper img {
    filter: grayscale(1);
    opacity: 0.5;
    transition: 0.2s all ease-in-out;
    max-width: 100%;
}
#bloco_clientes .swiper img:hover {
    filter: unset;
    opacity: 1;
    transition: 0.2s all ease-in-out;
}
#bloco_clientes .swiper .swiper-wrapper {
    align-items: center;
}
#bloco_clientes .swiper .swiper-slide {
    text-align: center;
}
#bloco_clientes .container-geral .box-setas {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    z-index: 2;
}
#bloco_clientes .container-geral .box-setas .clientes-proximo,
#bloco_clientes .container-geral .box-setas .clientes-anterior {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--vermelho);
    cursor: pointer;
}
#bloco_clientes .container-geral:before {
    content: 'Clientes';
    font-size: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -58px;
    text-align: center;
    font-family: var(--kanit);
    font-weight: 600;
    color: var(--branco-neve);
    -webkit-text-stroke: 1px var(--cinza-neutro);
    opacity: 0.6;
}
/**** Vantagens ****/
#vantagens {
    padding: 100px 0;
}
#vantagens .top {
    margin-bottom: 54px;
    position: relative;
}
#vantagens .top .titulo {
    font-family: var(--kanit);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--preto);
    z-index: 2;
    position: relative;
}
#vantagens .top::before {
    content: 'Vantagens';
    font-size: 103px;
    position: absolute;
    left: 0;
    right: 0;
    top: -62px;
    margin: 0 auto;
    text-align: center;
    font-family: var(--kanit);
    font-weight: 600;
    color: var(--branco);
    -webkit-text-stroke: 1px var(--cinza-neutro);
}
#vantagens .top .sub {
    color: var(--vermelho);
    text-align: center;
    z-index: 1;
    position: relative;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
}
#vantagens .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#vantagens .bottom .esq .box-info {
    width: 48.6%;
    height: 172px;
    overflow: hidden;
    display: flex;
    position: relative;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 9%;
}
#vantagens .bottom .esq .box-info.vermelho {
    background-color: var(--vinho);
}
#vantagens .bottom .esq .box-info.preto {
    background-color: var(--preto);
}
#vantagens .bottom .esq .box-info .icone {
    position: absolute;
    left: 0;
}
#vantagens .bottom .box-info .texto {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: var(--branco);
    position: relative;
    z-index: 2;
}
#vantagens .bottom .esq {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 68.8%;
    gap: 20px;
    margin-right: 42px;
}
#vantagens .bottom .dir {
    width: 28%;
    height: 368px;
}
#vantagens .bottom .dir .box-info {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 9%;
}
#vantagens .bottom .dir .box-info.vermelho {
    background-color: var(--vinho);
}
#vantagens .bottom .dir .box-info .icone {
    position: absolute;
    right: 0;
}
#vantagens .bottom .dir .box-info::before {
    content: '';
    background-image: url(../../desentupimento/home/mascote-formulario-flip.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 160px;
    height: 218px;
    left: -44px;
    bottom: -43px;
}
/**** Atendimento ****/
#atendimento {
    padding: 100px 0 50px;
    background-color: var(--branco-neve);
}
#atendimento .top {
    margin-bottom: 54px;
    position: relative;
}
#atendimento .top .titulo {
    font-family: var(--kanit);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--preto);
    z-index: 2;
    position: relative;
}
#atendimento .top::before {
    content: 'Atendimento';
    font-size: 103px;
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    margin: 0 auto;
    text-align: center;
    font-family: var(--kanit);
    font-weight: 600;
    color: var(--branco-neve);
    -webkit-text-stroke: 1px var(--cinza-neutro);
}
#atendimento .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#atendimento .bottom .esq {
    width: 650px;
    position: relative;
    margin-right: 40px;
}
#atendimento .bottom .esq .texto {
    font-family: var(--kanit);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--preto);
    margin-bottom: 40px;
}
#atendimento .bottom .esq .topico svg {
    color: var(--cinza-neutro);
    transition: .2s ease-in-out;
}
#atendimento .bottom .esq .topico:hover svg {
    color: var(--vermelho);
}
#atendimento .bottom .esq .topico {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: var(--preto);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border-radius: 50px;
    border: 1px solid var(--cinza-neutro);
    margin-bottom: 25px;
    padding: 9px 30px;
    transition: .2s ease-in-out;
    background-color: var(--branco);
}
#atendimento .bottom .esq .topico:hover {
    border-color: var(--vermelho);
}
#rotativo-24-2 {
    position: absolute;
    bottom: -46px;
    right: 33%;
    z-index: 3;
}
#circulo-24-2 {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#circulo-24-2::before {
    content: '';
    background-image: url(../../desentupimento/home/rotacao-cartao.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 83px;
    height: 84px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}
#circulo-24-2::after {
    content: '';
    background: #FFFFFF61;
    width: 163px;
    height: 163px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
}
#circulo-24-2 text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 2px;
    letter-spacing: 2px;
}
#circulo-24-2 svg {
    width: auto;
    height: 270px;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -ms-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    z-index: 1;
}
/**** Bairros ****/
#bairros {
    padding: 55px 0 100px;
}
#bairros .top {
    margin-bottom: 54px;
    position: relative;
}
#bairros .top .titulo {
    font-family: var(--kanit);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--preto);
    z-index: 2;
    position: relative;
    width: 474px;
    margin: 0 auto;
}

#bairros .top::before {
    content: 'Serviços';
    font-size: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: -68px;
    margin: 0 auto;
    text-align: center;
    font-family: var(--kanit);
    font-weight: 600;
    color: var(--branco);
    -webkit-text-stroke: 1px var(--cinza-neutro);
}
#bairros .top .texto {
    z-index: 2;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--preto);
    padding: 0 5%;
    margin-top: 100px;
    position: relative;
}
#bairros .top .texto .destaque {
    color: var(--vinho);
    font-weight: 700;
}
#bairros .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 164px;
}
#bairros .bottom .esq {
    width: 657px;
}
#bairros .bottom .sp_lista {
    list-style: none;
    padding: 0;
}
#bairros .bottom .sp_lista li {
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    color: var(--preto);
    display: flex;
    flex-direction: row;
    align-items: center;
}
#bairros .bottom .sp_lista li .icone {
    display: flex;
    align-items: center;
}
#bairros .bottom .sp_lista li svg {
    margin-right: 20px;
}
/* FORMULÁRIO */

#bloco_formulario {
    display: flex;
    justify-content: end;
    padding-bottom: 239px;
    order: 5;
}
#bloco_formulario .container {
    background-color: #272727;
    height: 325px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 85%;
}
#bloco_formulario .container .box {
    width: 1363px;
    max-width: 100%;
    padding-left: 94px;
    height: 100%;
    display: flex;
    align-items: center;
    column-gap: 106px;
}
#bloco_formulario .container .box .esq {
    width: 42.55%;
    position: relative;
    padding: 0 11.5% 0 0;
}
#bloco_formulario .container .box .esq .sub {
    color: var(--vermelho);
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;

}
#bloco_formulario .container .box .esq .texto {
    position: relative;
    top: -19px;
    font-family: var(--kanit);
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 41px;
    text-align: right;
    letter-spacing: 0.02em;
    color: var(--branco);
    z-index: 2;
}
#bloco_formulario .container .box .esq .texto .destaque {
    font-weight: 700;
    color: var(--verde);
    font-size: 46px;
    margin-bottom: 10px;
}
#bloco_formulario .container .box .esq .texto .orcamento{
    font-size: 28px;
}
#bloco_formulario .container .box .esq .confira {
    width: 271px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--branco);
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--vermelho);
    border-radius: 50px;
    transition: 0.2s all ease-in-out;
    margin-top: 34px;
    position: relative;
    z-index: 1;
}
#bloco_formulario .container .box .esq .confira:hover {
    background: #9D252E;

}
#bloco_formulario .dir {
    background-color: var(--branco-neve);
    border: 5px solid var(--cinza-neutro);
    border-radius: 15px;
    padding: 25px 33px;
    width: 570px;
    height: 382px;
    position: relative;
    box-shadow: 0px 4px 6.1px 0px #00000040;
}

#bloco_formulario .dir .zap-icone{
    position: absolute;
    right: -36px;
    top: -23px;
}

#bloco_formulario .dir .topo {
    text-align: center;
    margin-bottom: 7px;
}
#bloco_formulario .dir .topo .titulo {
    font-weight: 700;
    font-size: 26px;
    line-height: 16px;
    letter-spacing: -0.015em;
    color: var(--preto);
    margin-bottom: 10px;
}
#bloco_formulario .dir .topo .low {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.015em;
    color: var(--preto);
}
#bloco_formulario .container .box .esq:before {
    content: 'orçamento';
    font-size: 130px;
    letter-spacing: 0.02em;
    position: absolute;
    left: 50%;
    top: 35%;
    text-align: center;
    font-family: var(--kanit);
    font-weight: 600;
    color: #272727;
    transform: translate(-50%, -50%);
    -webkit-text-stroke: 0.5px var(--cinza-claro-neutro);
    opacity: 0.1;
    z-index: 1;
}
#bloco_servicos .box-cards {
    margin-bottom: 90px;
}

@media screen and (max-width: 1800px) {
    #container-mais-servicos .container-geral .box-lista .profissionais {
        right: 4%;
    }
}

@media only screen and (max-width:1660px) {
    #rotativo-24 {
        right: initial;
        left: -60vw;
        top: 227px;
        transform: scale(.77);
    }

    #bloco_formulario .container {
        padding-right: 5%;
    }
    #bloco_formulario .container .box .esq {
        padding: 0 5% 0 0;
    }
    #bloco_formulario .container .box .esq:before {
        font-size: 100px;
    }
}

@media screen and (max-width: 1600px) {
    #container-mais-servicos .container-geral .box-lista .profissionais {
        right: 8%;
    }

    #container-mais-servicos:after {
        width: 466px;
    }

    #container-mais-servicos .container-geral .topo-linha::before {
        font-size: 134px;
    }
}

@media only screen and (max-width:1550px) {
    #bloco_formulario .container .box .esq {
        padding: 0;
    }
}
@media only screen and (max-width:1500px) {
    #banner .esq .visita {
        font-size: 18px;
        line-height: 18px;
        width: 245px;
        padding: 5px;
    }
    #banner .esq .texto {
        font-size: 18px;
        line-height: 30px;
    }
    #banner .esq .titulo {
        font-size: 66px;
        line-height: 80px;
        margin-bottom: 10px;
    }
    #banner .esq {
        width: 505px;
    }
    #vantagens .bottom .dir .box-info .icone svg{
        width: 300px;
    }
    #atendimento .bottom .esq .texto {
        font-size: 20px;
        margin-bottom: 22px;
    }
}
@media only screen and (max-width:1440px) {
    #container-mais-servicos .container-geral .topo-linha::before {
        top: -55px;
        font-size: 120px;
    }

    #bairros .top .titulo {
        font-size: 26px;
        line-height: 34px;
    }
    #bairros .top::before {
        font-size: 131px;
    }
    #bairros .top .texto {
        font-size: 14px;
        line-height: 21px;
        margin-top: 60px;
    }
    #bairros .bottom {
        gap: 125px;
    }
    #bairros .bottom .sp_lista li {
        line-height: 40px;
    }
}

@media only screen and (max-width:1396px) {
    #rotativo-24 {
        left: -62vw;
    }

}
@media only screen and (max-width:1330px) {
    #bloco_formulario .container .box .esq .texto .destaque {
        font-size: 40px;
    }
    #bloco_formulario .container .box .esq .texto {
        font-size: 20px;
        line-height: 33px;
    }
    #bloco_formulario .container .box .esq:before {
        font-size: 77px;
    }
}
@media only screen and (max-width:1300px) {
    #vantagens .bottom .dir .box-info .icone svg {
        width: 280px;
    }
    #bairros .bottom .esq {
        width: 50%;
    }
}
@media only screen and (max-width:1280px) {
    #banner .dir {
        width: 460px;
    }
    #banner .esq {
        margin-right: 30px;
    }
    #atendimento .top .titulo {
        font-size: 24px;
    }
    #atendimento .top::before {
        font-size: 65px;
        top: -46px;
    }
    #atendimento .bottom .esq .texto {
        font-size: 18px;
        line-height: 23px;
    }
    #atendimento .top {
        margin-bottom: 24px;
    }
    #bloco_formulario .container .box {
        column-gap: 45px;
        padding-left: 59px;
    }
    #bloco_formulario .container .box .esq .texto .orcamento {
        font-size: 26px;
    }
}

@media screen and (max-width: 1200px) {
    #container-mais-servicos .container-geral .topo-linha::before {
        top: -43px;
        font-size: 100px;
    }

    #container-mais-servicos .container-geral .box-lista .card p {
        font-size: 14px;
    }
}

@media only screen and (max-width:1180px) {
    #vantagens .bottom .esq .box-info {
        width: 46.6%;
    }
    #vantagens .bottom .dir .box-info .icone svg {
        width: 222px;
    }
    #vantagens .bottom .dir .box-info::before {
        left: -68px;
    }
}
@media only screen and (max-width:1130px) {
    #bairros .bottom {
        gap: 28px;
    }
}

@media only screen and (max-width:1129px) {
    #bloco_formulario .container .box .esq .texto .destaque {
        font-size: 37px;
    }

    #bloco_formulario .container .box .esq .texto .orcamento {
        font-size: 25px;
    }

}

@media only screen and (max-width:1080px) {
    #rotativo-24 {
        left: -57vw;
        top: 236px;
        transform: scale(.7);
    }

    #bloco_formulario .container .box .esq .texto .destaque {
        font-size: 34px;
    }
}




@media only screen and (max-width:1024px) {
    #banner {
        height: auto;
        background-color: #1f1f1f;
    }
    #banner .container-geral {
        flex-direction: column;
        align-items: center;
        padding: 75px 0 50px 0;
    }
    #banner .esq {
        margin-bottom: 40px;
    }

    #banner .dir .zap-icone {
        height: 68px;
        right: -21px;
    }
    #rotativo-24 {
        right: -29vw;
        left: initial;
        transform: scale(1);
        top: -426px;
    }
    #bloco_clientes .swiper svg {
        max-height: 80%;
    }
    #bloco_clientes .swiper {
        background-color: var(--branco);
        margin: 0;
        width: 100%;
        height: 118px;
    }
    #bloco_clientes .container-geral {
        margin-bottom: 20px;
    }
    #bloco_clientes .container-geral .titulo {
        padding: 0 10%;
    }

    #bloco_clientes .container-geral .box-setas {
        bottom: 0;
    }
    #bloco_clientes .swiper .swiper-slide {
        text-align: center;
        display: flex;
        align-items: center;
        height: 55px;
        justify-content: center;
    }

    #bloco_servicos .topo::before {
        left: 0;
    }


    #container-mais-servicos .container-geral .box-lista .card {
        width: 23.2%;
    }
    #container-mais-servicos:after {
        width: 292px;
        height: 404px;
        background-position: left 135px;
        background-size: cover;
        right: -74px;
        background-repeat: no-repeat;
    }
    #container-mais-servicos .btn-mobile {
        display: block;
    }
    #vantagens .bottom {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    #vantagens .bottom .esq {
        width: 90%;
        justify-content: center;
        margin-right: 0;
    }
    #vantagens .bottom .esq .box-info {
        width: 100%;
    }
    #vantagens .bottom .dir {
        width: 90%;
        height: 300px;
    }
    #vantagens .top::before {
        font-size: 75px;
        top: -40px;
    }
    #vantagens {
        padding: 60px 0;
    }
    #atendimento .bottom {
        flex-direction: column;
    }
    #atendimento .bottom .esq {
        width: 100%;
        margin-right: 0;
    }
    #bairros .bottom {
        flex-direction: column;
    }
    #bairros .bottom .esq {
        width: 100%;
        text-align: center;
    }
    #bloco_formulario .container .box {
        width: 100%;
        flex-direction: column;
        padding: 37px 0;
    }
    #bloco_formulario .container .box .esq .texto {
        line-height: 29px;
        text-align: center;
    }
    #bloco_formulario .container .box .esq {
        width: 90%;
        padding: 0px 0px 12px 0;
    }
    #bloco_formulario {
        padding-bottom: 277px;
    }

    #bloco_formulario .container .box .esq .texto .destaque {
        font-size: 40px;
    }

    #bloco_formulario .container {
        height: auto;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        width: 100%;
        padding-right: 0;
    }

    #bloco_formulario .container .box .dir {
        width: 600px;
        max-width: 90%;
    }

    #bloco_formulario .container .box .esq:before {
        font-size: 100px;
        top: 18%;
    }

    #bloco_formulario .dir .zap-icone {
        height: 65px;
        right: -16px;
    }
}
@media screen and (max-width: 768px) {
    #rotativo-24 {
        right: -29vw;
        transform: scale(.888);
        top: -443px;
    }

    #container-mais-servicos .container-geral .box-lista .card {
        width: 31.7%;
        height: 170px;
    }
    #container-mais-servicos .container-geral .box-lista .card svg:not(.seta) {
        height: 90px;
        max-width: 47px;
    }
    #container-mais-servicos .container-geral .topo-linha::before {
        top: -43px;
        font-size: 76px;
        text-wrap: nowrap;
        text-align: center;
        width: 110%;
        margin-left: -5%;
    }
}
@media only screen and (max-width:720px) {
    #banner .esq {
        margin-right: 0;
        width: 100%;
    }
    #banner .esq .visita {
        font-size: 16px;
        width: 218px;
        padding: 2px 5px;
    }
    #banner .esq .visita svg {
        width: 24px;
    }
    #banner .esq .titulo {
        font-size: 54px;
        line-height: 64px;
        margin: 20px 0;
    }
    #banner .esq .titulo .destaque svg {
        width: 37px;
    }
    #banner .esq .titulo .destaque {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    #banner .esq .titulo .quebra-linha {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    #banner .esq .texto {
        font-size: 16px;
        line-height: 27px;
    }
    #circulo-24::before {
        width: 60px;
        height: 60px;
    }
    #circulo-24 svg {
        height: 209px;
    }
    #circulo-24::after {
        width: 115px;
        height: 115px;
    }
    #rotativo-24 {
        right: -95px;
        top: -423px;
    }
    #banner .dir {
        width: 90%;
    }
    .box-form .enviar {
        font-size: 13px;
    }
}
@media only screen and (max-width:680px) {
    #vantagens .bottom .dir,
    #vantagens .bottom .esq {
        width: 80%;
    }
}
@media only screen and (max-width:600px) {
    #bloco_formulario .container {
        padding-right: 0;
        width: 100%;
    }

    #container-mais-servicos .container-geral .box-lista .card {
        width: 100%;
        height: 150px;
        max-width: 100%;
    }
    #container-mais-servicos .container-geral .box-lista {
        justify-content: center;
        column-gap: 5%;
    }
    #container-mais-servicos .container-geral .box-lista .profissionais {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: unset;
        bottom: -100px;
        width: 145px;
        height: 70px;
    }
    #container-mais-servicos {
        padding-bottom: 254px;
    }
}
@media only screen and (max-width:580px) {
    #bairros .top .titulo {
        font-size: 22px;
        line-height: 31px;
    }
    #bairros .top::before {
        font-size: 100px;
    }
    #bairros .top .texto {
        margin-top: 36px;
        padding: 0;
    }
    #bairros .top .titulo {
        width: 100%;
    }
    #bloco_formulario .container .box .box-form {
        width: 100%;
    }
    #bloco_formulario .container .box .dir {
        width: 100%;
        height: 400px;
        padding: 20px 15px;
    }
    #bloco_formulario .container .box .dir .titulo {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    #bloco_formulario .container .box .esq .texto .destaque {
        font-size: 30px;
    }
    #bloco_formulario .container .box .esq:before {
        font-size: 47px;
    }
}
@media only screen and (max-width:560px) {
    .box-form .obrigatorio {
        padding: 0 53px;
    }
    #banner .dir {
        padding: 20px 15px;
    }
    #banner .dir .topo .titulo {
        line-height: 23px;
    }
}
@media only screen and (max-width:500px) {
    #vantagens .bottom .dir .box-info::before {
        left: -40px;
        width: 110px;
    }
    #vantagens .bottom .dir .box-info .icone svg {
        width: 60vw;
    }
    #vantagens .bottom .esq .box-info .icone svg {
        width: 100px;
    }
    #container-mais-servicos .container-geral .topo-linha::before {
        font-size: 14vw;
        width: 100%;
        margin-left: 0;
        top: -3vw;
    }
    #container-mais-servicos .container-geral .topo-linha .titulo {
        line-height: 30px;
        margin: 12px 0;
    }
}

@media screen and (max-width: 490px) {
    #rotativo-24 {
        top: -447px;
    }

    #bloco_servicos .topo-linha::before {
        top: -32px;
        font-size: 57px;
    }

    #container-mais-servicoss .container-geral .topo-linha::before {
        top: -32px;
        font-size: 57px;
    }
}

@media screen and (max-width: 460px) {
    #container-mais-servicos .container-geral .topo-linha {
        margin-top: -176px;
    }
}

@media only screen and (max-width:440px) {
    #banner .esq .titulo {
        font-size: 42px;
        line-height: 53px;
    }

    #rotativo-24 {
        top: -426px;
    }
    #vantagens .top .titulo {
        font-size: 24px;
        line-height: 32px;
    }
    #vantagens .top::before {
        font-size: 57px;
        top: -25px;
    }
    #atendimento .top::before {
        font-size: 41px;
        top: -27px;
    }
    #atendimento .top .titulo {
        line-height: 24px;
    }
}
@media only screen and (max-width:420px) {
    #bairros .top::before {
        font-size: 60px;
        top: -48px;
    }
    #bairros .bottom .sp_lista li svg {
        margin-right: 10px;
    }
    #bairros .bottom .sp_lista li {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:390px) {
    #bloco_clientes .container-geral {
        padding-bottom: 54px;
    }

    #banner .dir .zap-icone {
        height: 53px;
    }
}

@media only screen and (max-width: 377px) {
    #rotativo-24 {
        top: -456px;
    }
}

@media only screen and (max-width:330px) {
    #banner .esq .titulo {
        font-size: 34px;
        line-height: 45px;
    }
    #vantagens .top::before {
        font-size: 44px;
        top: -14px;
    }
}
@media only screen and (max-width:320px) {
    #vantagens .bottom .dir .box-info::before{
        width: 85px;
    }
}