@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

h1, h2, h3, h4, h5, h6, p, div, a, button, input, textarea, li {
  font-family: "Poppins", sans-serif !important;
}

body {
    font-family: "Poppins", sans-serif !important;
}

button.btn, a.btn {
    border-radius: 999px;
}

.vertical-divider {
    display: none;
}

/*<---------->*/

#header-site .logo #logo_topo {
    max-height: 80px !important;
}

#header-site a.btn {
    background-color: #198754;
    border-color: #198754;
}

#header-site a.btn:hover {
    background-color: #157347;
    border-color: #157347;
}

/*<---------->*/

#section-slide .owl-slideshow .owl-item-image:before {
    opacity: 0.5;
}

#section-slide .titulo-slide {
    text-transform: none !important;
    line-height: 100%;
}

#section-slide .texto-slide {
    line-height: 100%;
    margin: 10px 0 15px 0;
}

#section-slide .botao-slide {
    margin: 0 !important;
}

#section-slide .botao-slide a.btn {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
}

#section-slide .botao-slide a.btn:hover {
    background-color: #f36835 !important;
    border-color: #f36835;
}

#section-slide .meia-lua {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

/*<---------->*/

#section-html-modulo_1 .our-differences {
    background-color: #fff;
    border: 2px solid #f36835;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    height: 250px;
}

#section-html-modulo_1 .our-differences h3 {
    color: #f36835;
}

#section-html-modulo_1 .our-differences img {
    height: 70px;
}

/*<---------->*/

#section-servicos .card.card-servicos .card-body .section-card-title:before {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 100%);
}

#section-servicos .card-title {
    text-align: center;
    padding: 20px !important;
    margin: 0;
    color: #fff !important;
}

#section-servicos h5 {
    font-size: 1.5em;
}

/*<---------->*/

#section-depoimentos {
    background-color: #eee;
}

#section-depoimentos blockquote {
    height: 150px;
    margin: 0;
}

#section-depoimentos .card-depoimentos-auto-imagem {
    display: none;
}

#section-depoimentos .card-depoimentos-autor-nome p {
    margin: 0;
}

#section-depoimentos .card-depoimentos-autor-nome p strong {
    font-weight: bold;
}

/*<---------->*/

#section-galeria .bloco-galeria img {
    max-height: 200px;
}

#section-galeria .bloco-galeria div {
    width: calc(100%*(1 / 5) - 20px - 1px);
}

#section-galeria.section-galeria-bg:before {
    background: transparent;
}

#section-galeria {
    background-color: #eee !important;
}

/*<---------->*/

#section-html-modulo_3 {
    background-color: #f36835;
    padding: 20px 0;
}

#section-html-modulo_3 .titulo-html {
    display: none;
}

#section-html-modulo_3 .conteudo-html {
    text-align: center;
}

#section-html-modulo_3 .pb-2.pb-md-4.mb-2.mb-md-5 {
    padding: 0 !important;
    margin: 0 !important;
}

#section-html-modulo_3 .call-to-action h2 {
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
    line-height: 100%;
    color: #fff;
}

#section-html-modulo_3 .call-to-action p {
    font-size: 1.2em;
    margin: 10px 20%;
    line-height: 100%;
    color: #fff;
}

#section-html-modulo_3 .botao-call-to-action a {
    margin: 0 !important;
    background-color: #198754;
    border-color: #198754;
}

#section-html-modulo_3 .botao-call-to-action a:hover {
    background-color: #157347;
    border-color: #157347;
}

/*<---------->*/

.section-capa:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.capa-titulo h1 {
    color: #fff;
    position: relative;
}

.section-capa .breadcrumb {
    position: relative;
}

.section-capa {
    background-position: center left;
}

/*<---------->*/

#page_contato #header-site a.nav-link {
    color: #212529 !important;
}

#page_contato #header-site a.nav-link:hover, #page_contato #header-site a.nav-link.active {
    color: #f36835 !important;
}

/*<---------->*/

.logo:before {
    content: "Desde 2014";
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 12px;
    right: 0;
    font-family: math;
    font-weight: 600;
    font-size: 14px;
    color: #3a3b3e;
}

@media screen and (max-width: 992px) {
  #section-depoimentos blockquote {
    height: auto;
}

#section-html-modulo_3 .call-to-action h2 {
    font-size: 2em;
}

#section-html-modulo_3 .call-to-action p {
    margin: 10px 0;
    font-size: 1em;
}

#section-html-modulo_3 .botao-call-to-action a {
    font-size: 1em;
}

#section-galeria .bloco-galeria div {
    width: calc(100% - 20px - 1px);
}

#section-html-modulo_1 {
    margin: 30px 0;
}
}