#section-slide .contact-form [class*=col-] {
    margin-bottom: 8px
}

#section-slide form#contact-form {
    background: #ffffffc9;
    padding: 25px;
    border-radius: 14px
}

#section-slide .contact-form [class*=col-] .form-control {
    background: #fff;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #ccc
}

#section-slide .contact-form button.btn-main {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    background: #f58634;
    border: 1px solid #f58634
}

#section-slide .contact-form button.btn-main:hover {
    background: 0 0
}

#section-slide .contact-form [class*=col-] label {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #ccc
}

#section-slide .contact-form [class*=col-] .form-control#fatura {
    padding-left: 65px
}

.pag-obrigado h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    color: #2e2e2e
}

.pag-obrigado p {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: #676767
}

.pag-obrigado a {
    font-size: 22px;
    line-height: normal;
    text-decoration: underline
}

section#section-html {
    background: url(/images/depoimentos/depoimento-1683915623.webp);
    padding: 40px 0 60px;
    background-attachment: fixed;
    background-position: center;
    margin: 40px 0;
}

section#section-html h2 {
    font-size: 38px !important;
    margin-bottom: 40px;
}

section#section-html .btn-cta {
    padding: 15px 40px;
    background: #ff9a00;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    width: fit-content;
    border-radius: 999px;
}

section#section-html .btn-cta:hover {
    color: #fff !important;
    background: #ff7600 !important;
}

@media(max-width: 991px) {
  .homepage-02 .page-banner {
    height: 100%;
}

#section-slide form#contact-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

#section-slide .contact-form [class*=col-] .form-control {
}

#section-slide .contact-form [class*=col-] {
    width: 100%;
}
}

li#menu_servicos {
    display: none !important;
}