@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);

h1,
h2,
h3 {
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0
}

a,
button,
div,
h4,
h5,
h6,
input,
li,
p,
textarea {
    font-family: "DM Sans", sans-serif !important
}

header#header {
    position: relative !important;
    background-color: var(--bg_topo) !important
}

#header .header-logo img {
    max-width: max-content;
    max-height: 100%;
    height: 70px
}

.header-extra-info-icon *,
.header-extra-info-text * {
    color: var(--overlay) !important
}

#header .header-nav.header-nav-links nav>ul>li:hover>a,
#header .header-nav.header-nav-links nav>ul>li>a.active {
    border-color: var(--overlay)
}

.titulo-slide h1 {
    font-size: 80px;
    margin-bottom: 20px;
    line-height: 100%
}

.texto-slide h4 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 100%;
    color: var(--texto_secundaria) !important
}

.botao-slide a.btn {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

a.btn {
    border-radius: 0;
    font-weight: 400 !important;
    text-transform: uppercase
}

section.section-slide {
    max-height: 100%
}

section#section-slide .item {
    max-height: 100%
}

.text-transform-uppercase {
    text-transform: uppercase
}

#header .header-column .header-extra-info {
    display: none !important
}

#section-parceiros .owl-carousel .owl-item img {
    opacity: .25;
    filter: grayscale(1);
    transition: all .6s ease
}

#section-parceiros .owl-carousel .owl-item img:hover {
    opacity: unset;
    filter: unset
}

#section-blog .thumb-info {
    flex-direction: column
}

#section-blog .thumb-info-wrapper {
    width: 100%;
    height: 100%
}

#section-blog h3 {
    font-size: 40px;
    margin: 10px 0 !important;
    line-height: 100%
}

#section-blog a {
    text-decoration: none
}

.testimonial blockquote {
    font-family: 'DM Sans', sans-serif
}

#section-depoimentos .img-depoimento {
    display: none
}

#section-depoimentos .card {
    background-color: #fff6ec;
    border-color: #fff6ec
}

section#section-depoimentos {
    background-color: #fff
}

#section-depoimentos .card-body {
    padding: 40px 10px
}

.testimonial .testimonial-author strong {
    color: var(--texto_principal)
}

.testimonial.testimonial-style-2 blockquote {
    color: var(--texto_principal)
}

html .text-color-dark,
html .text-dark {
    color: var(--texto_principal) !important
}

.product .product-thumb-info .product-thumb-info-image:before {
    background-color: transparent
}

.product-thumb-info-image .titulo-produto {
    justify-content: center
}

.product-thumb-info-image .titulo-produto:before {
    background-color: transparent
}

.product-thumb-info-image .titulo-produto h4 {
    color: var(--texto_principal)
}

.product-thumb-info-image img {
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out !important
}

section#section-produtos {
    background-color: #fff
}

section#section-servicos {
    background-color: #fff
}

#header a.nav-link {
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 20px !important;
    letter-spacing: normal !important
}

body#page_produtos .product-thumb-info-image img {
    height: 100%
}

.product-plus {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: var(--bg_geral);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out
}

.product:hover .product-plus {
    background-color: #2fc652;
    transform: rotate(180deg)
}

.product:hover .product-thumb-info img {
    transform: scale(1.1)
}

.product-plus i {
    color: #fff;
    font-size: 26px
}

body#page_home .products {
    gap: 56px
}

.company-name {
    position: absolute;
    right: 0;
    bottom: 0
}

.company-name img {
    width: 100%;
    height: 100%
}

.from-company {
    position: absolute;
    top: -20px;
    right: -1px;
    background-color: var(--bg_menu);
    padding: 0 20px
}

.from-company h3 {
    font-size: 40px;
    margin: 0;
    color: #fff
}

.from-company:before {
    content: "";
    position: absolute;
    background-color: var(--bg_menu);
    top: 2.9rem;
    right: .63rem;
    width: 50px;
    height: 50px;
    transform: rotate(44deg);
    z-index: -1
}

.galeria-itens {
    gap: 6px
}

.galeria-itens .galeria-item {
    width: 24%
}

section#section-parceiros h2.text-transform-uppercase {
    color: var(--texto_principal)
}

body#page_home .lightbox {
    margin-bottom: 100px
}

#section-html-modulo_2 {
    background-color: var(--texto_principal);
    padding: 20px 0;
    margin: 50px 0 0 0;
}

#section-html-modulo_2 h2 {
    color: #fff !important
}

#section-html-modulo_2 .choose h3 {
    color: var(--texto_secundaria);
    font-size: 30px;
    line-height: 100%;
    margin: 10px 0
}

.choose {
    margin-top: 30px;
    text-align: center
}

.choose img {
    filter: invert(1)
}

.choose p {
    color: #fff
}

.cta {
    text-align: center
}

#section-html-modulo_3 .titulo-html {
    display: none
}

section#section-html-modulo_3 {
    padding: 50px 0;
    margin: 80px 0;
    background: #212529;
    position: relative
}

section#section-html-modulo_3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/arquivos/offer-dot-bg.png)
}

.cta h3 {
    color: #fff
}

footer:before {
    opacity: unset
}

.footer-copyright.bg-light.py-4 {
    padding: 10px 0 !important
}

footer .bg-newsletter {
    background: var(--bg_geral);
    border-color: var(--bg_geral)
}

footer .bg-newsletter:hover {
    background: var(--hover);
    border-color: var(--hover)
}

canvas#c {
    display: block;
    background-color: transparent !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    from {
        box-shadow: none;
    }
    to {
        box-shadow: 0px 0px 10px 2px rgba(229, 129, 5, 0.8);
    }
}

.form-control {
    border-radius: 9999px;
}

button.btn.bg-newsletter {
    border-radius: 9999px;
}

input.form-control.input-lg.font-16 {
    border-radius: 9999px;
}

#footer .input-group {
    gap: 16px;
}

button.btn.btn-primary.btn-modern.font-weight-bold.custom-btn-border-radius.custom-btn-arrow-effect-1.text-3.px-5.py-3 {
    border-radius: 9999px;
}

button.button.btn.btn-primary.custom-btn-border-radius.font-weight-bold.btn-px-5.py-3.mb-2 {
    border-radius: 0 !important;
}

.modal textarea.form-control {
    border-radius: 16px !important;
}

#section-parceiros svg.custom-svg-3 {
    display: none !important;
}

.page-header.page-header-modern.page-header-lg {
    min-height: 250px;
}

@media screen and (max-width: 992px) {
  .titulo-slide h1 {
    font-size: 70px;
}

h1, h2, h3 {
    font-size: 50px;
    line-height: 100%;
}

.from-company h3 {
    line-height: 60px;
}

.from-company:before {
    display: none;
}

.sticky-header-active .header-body {
    background: var(--bg_topo) !important;
}

button.owl-prev, button.owl-next {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.galeria-itens .galeria-item {
    width: 100%;
}
}

.google-maps {
    margin-top: 80px;
}