@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, li, .form-control, button, div {
  font-family: 'Montserrat', sans-serif !important;
}


header#header-site .logo img#logo_topo {
    max-height: 100px;
}

#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
    font-size: 6rem;
    font-weight: 800;
}

#section-slide .owl-item-text .owl-item-text-content .texto-slide {
    font-weight: 500;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    font-weight: 600;
    background: #c77205;
    color: #fff;
    border-radius: 999px;
    outline: 4px solid rgb(0 0 0 / 15%);
}

.empresa-titulo  p {
    text-transform: none !important;
}

.empresa-titulo p b {
    font-weight: 700 !important;
}

.section-title b {
    font-weight: 700 !important;
}

.btn-primary {
    border-radius: 999px;
    font-weight: 600 !important;
    outline: 4px solid rgb(0 0 0 / 10%);
}

.btn-primary b {
    font-weight: 600;
}

#section-servicos .card.card-servicos {
    border-radius: 0px !important;
    border: 12px solid #ffffff;
    box-shadow: -2px 4px 6px #0002;
}

#section-servicos .card.card-servicos .card-body .card-img-top {
    border-radius: 0;
    transition: all ease-out .3s;
}

section#section-servicos {background-image: url(/arquivos/bg-contato.webp);background-color: rgb(255 255 255 / 40%);background-position: center;background-size: cover;background-attachment: fixed;background-blend-mode: overlay;padding: 20px 0;box-shadow: inset 0px 0px 50px #0003;margin-bottom: 0 !important;}

#section-servicos .card.card-servicos .card-body .section-card-title:before {
    display: none;
}

#section-servicos .card.card-servicos .card-body .section-card-title .card-title {
    padding: 15px;
    text-align: center;
    color: #fff;
    background: var(--bg_geral);
    border-radius: 999px;
    font-weight: 600;
    outline: 4px solid rgb(0 0 0 / 15%);
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
}

#section-slide .owl-nav {
    visibility: hidden;
}

section#capa_menu_servicos {
    background-size: contain !IMPORTANT;
    background-position: center;
}

section#capa_menu_servicos:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0004;
    position: absolute;
}

@keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

#section-slide .owl-item-text:before {
    content: "";
    width: 44px;
    height: 40px;
    position: absolute;
    top: 80%;
    left: calc(50% - 22px);
    background: url(/arquivos/scroll-down.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: bounce;
    background-position: center;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

#section-parceiros .owl-carousel .owl-item img {
    max-height: 100px;
    width: fit-content;
    margin: auto;
    transition: all .3s;
    border-radius: 20px !important;
}

#section-parceiros .card.card-parceiros {
    border: 0;
}

#section-parceiros .card-parceiros:hover img {
  transform: scale(.9);
}

blockquote {
    height: 100px !important;
}

#section-depoimentos .card-depoimentos-auto-imagem {
    display: none;
}

section#section-contato {
    background-image: url(/arquivos/bg-contato.webp);
    background-color: rgb(255 255 255 / 40%);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    padding: 20px 0;
    box-shadow: inset 0px 0px 50px #0003;
}

#section-contato .formulario-contato .form-control {
    border-radius: 20px;
}

#section-servicos .card.card-servicos:hover img {
    transform: scale(1.2);
}

#section-depoimentos {
    background: transparent;
}

section#section-html-modulo_2 {
    padding: 20px 0;
    background: #ff8f00;
}

section#section-html-modulo_2 .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#section-html-modulo_2 .pb-2.pb-md-4.mb-2.mb-md-5 {
    margin-bottom: 0 !important;
}

section#section-html-modulo_2 h2 {
    color: #000;
    font-weight: 700;
}

section#section-html-modulo_2 p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

section#section-html-modulo_2 .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

section#section-html-modulo_2 .col-md-4 a.btn {
    margin: 0 !important;
    background: #198754;
    padding: 15px 40px !important;
}

.capa-titulo h1 {
    color: #fff;
}

.veiculos {
    text-align: center;
    padding: 20px;
    box-shadow: -4px 6px 18px #0b111822;
    border-radius: 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border: 1px solid #f5f5f5;
    background: #fff;
}

.veiculos h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #c66d00;
}

.veiculos img {
    margin-bottom: 14px;
    max-width: 100px;
}

#section-html-modulo_1 .pb-2.pb-md-4.mb-2.mb-md-5 {
    padding-bottom: 0 !important;
}

section#section-html-modulo_1 {
    position: relative;
}

section#section-html-modulo_1:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 100%;
    height: 4px;
    background: #c77205;
    z-index: -1;
    opacity: 1;
}

.sem_capa header#header-site a.nav-link {
    color: #000;
}

.sem_capa header#header-site a.nav-link.active, .sem_capa header#header-site a.nav-link:hover {
    color: var(--hover);
}

.informacao-contato-content {
    justify-content: center !important;
}

@media(max-width: 991px) {
  #section-slide .owl-item-text .owl-item-text-content .titulo-slide {
    font-size: 3rem;
}

#section-slide .owl-item-text .owl-item-text-content .texto-slide {
    font-size: 2rem;
}

.veiculos {
    margin: 10px 0 !important;
    height: fit-content;
}

section#section-html-modulo_1:before {
    display: none;
}

.veiculos:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    background: #c77205;
    z-index: -1;
    transform: translateY(-50px);
}

.veiculos {}

.veiculos img {
    max-height: 60px;
}

section#section-html-modulo_2 * {
    text-align: center;
}

section#section-html-modulo_2 h2 {
    font-size: 30px;
}

section#section-html-modulo_2 p {
    font-size: 18px;
    margin-bottom: 18px;
}

section#section-html-modulo_2 .col-md-4 a.btn {
    font-size: 16px;
}
#section-depoimentos blockquote {
    height: 180px !important;
}
}

.empresa-imagem {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}