@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;700;900&display=swap');

/* ========== CSS =========== */

#header .header-logo img {
  max-height: 100px !important;
}

body {
  font-family: 'Outfit', sans-serif !important;
}

#header {
    position: relative !important;
}


#section-slide .custom-background-style-1 {
  animation: none !important;
  background-position: bottom !important;
}

.overlay-degrade .slideshow:before {
  background-image: none !important;
}

#section-slide .texto-slide h1 {
  font-weight: 900 !important;
  letter-spacing: normal;
  font-size: 64pt !important;
  line-height: normal !important;
  width: 50%;
  padding-left: 15px;
  border-left: 5px solid #fff;
}

@media (min-width: 992px) {
  #header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
    color: var(--hover) !important;
  }
}

#header .header-body {
  background: #164694 !important;
  backdrop-filter: blur(2px);
}

html.sticky-header-active #header .header-body {
  background: rgb(0 0 0 / 40%) !important;
}

#section-servicos .titulo-produto {
  justify-content: center;
}

#section-servicos .titulo-produto h4 {
  font-weight: 400;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 14pt !important;
}

#section-servicos {
  background: #fff !important;
}

#section-produtos {
  background: url(/arquivos/bg-produtos.jpg) !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

#footer .text-md-left {
  margin-bottom: 0 !important;
}

#section-produtos .product-thumb-info-image img {
  height: 350px;
  border-radius: 5px;
}

#section-produtos .product-thumb-info {
  margin-bottom: 5px !important;
}

#section-produtos .product {
  margin-bottom: 30px !important;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
}

#section-produtos .product h3 {
  font-weight: bold !important;
  font-size: 16pt !important;
  text-transform: uppercase !important;
}

#section-produtos .product h3 a {
  color: #ffffff !important;
}

#section-produtos h2 {
  color: #fff !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 36pt;
}

.footer-copyright {
  padding: 0px 0px !important;
}

html .text-color-secondary,
html .text-secondary {
  color: #fff !important;
}

section#section-html-modulo_2 {
  background: linear-gradient(45deg, #01245e, #164694, #3863a9, #01245e);
  padding: 1px 0px;
}

#section-html-modulo_2 .titulo-html {
  display: none !important;
}

#section-html-modulo_2 h1 {
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#section-html-modulo_2 a {
  text-decoration: none;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  background: #2ecc71;
  color: #ffff;
}

#section-html-modulo_2 p {
  text-align: center;
  color: #fff;
}

#section-html-modulo_2 .btn-html {
  padding: 25px !important;
  text-align: center !important;
}

#footer .col-md-6 h5,
#footer .list-unstyled {
  display: none !important;
}

#section-depoimentos .card {
  height: 400px !important;
}

.header-extra-info-text *,
.header-extra-info-icon * {
  color: #ffb900 !important;
}

.header-logo {
  margin: 5px !Important;
}

#page_pagina_extra_1 section#section-depoimentos {
  background: #fff;
}

section#section-slide .owl-nav button {
  background: #ffffff00;
  color: #ffffff5c;
  border: 2px solid #33333300;
}

section#section-slide .owl-nav button:hover {
  background: transparent;
}
 #page_contato #header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
    color: var(--hover) !important;
  }

@media (min-width: 720px) {
  #header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
    color: var(--hover) !important;
    background: #fff !important;
    border-color: #fff !important;
  }

  body.sem_capa .main {
    margin-top: 200px;
  }
  
  #header .header-nav.header-nav-links nav > ul > li > a,
  #header .header-nav.header-nav-links nav > ul > li:hover > a,
  #header .header-nav.header-nav-line nav > ul > li > a,
  #header .header-nav.header-nav-line nav > ul > li:hover > a {
    position: relative;
    background: 0 0 !important;
    padding: 0 .5rem !important;
    margin: 1px 0 0;
  }
  
}

@media (max-width: 720px) {
  #section-slide .texto-slide h1 {
    font-size: 45pt !important;
  }
  
  #header {
    position: fixed !important;
}
}

img.img-parceiro-footer {
    margin-top: 50px;
    background: #0167bb;
    padding: 10px;
    border-radius: 10px;
}