@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&family=Open+Sans&display=swap');

body {
  font-family: "Open-Sans", sans-serif;
  font-size: 16px;
  color: #424241;
}

a,
a:hover {
  color: #424241;
}

header {
  color: #fff;
  background-color: #424241;
  font-size: 20px;
  font-family: "Karla", sans-serif;
  font-weight: bold;
}

.header-home {
  background: url("../img/bg-home.jpg");
  background-size: cover;
  background-position: center center
  background-repeat: no-repeat;
  height: 850px;
}

header a,
header a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-brand img {
  width: 100%;
  height: auto;
  max-width: 270px;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    background: #fff;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-nav .nav-item a {
    color: #969ba4!important;
  }

  .navbar-nav .nav-item.active a {
    color: #424241!important;
  }

  .navbar-nav .nav-item:first-child {
    border-radius: 30px 0 0 30px;
    padding-left: 20px;
  }

  .navbar-nav .nav-item:last-child {
    border-radius: 0 30px 30px 0;
    padding-right: 20px;
  }
}

.header-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-social li {
  margin: 0;
  display: inline-block;
}

.header-social .fa-inverse {
  color: #424241;
  font-size: 1.25em;
}

.header-social .fa-circle {
  color: #fff;
}

.header-social .fa-2x {
  font-size: 1em;
}

header {
  position: relative;
}

header .header-content {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%,-50%);
}

header .header-content-title-small {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1;
}

header .header-content-title-big {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
  max-width: 500px;
}

header .header-text {
  font-size: 16px;
  font-family: "Open-Sans", sans-serif;
  max-width: 400px;
}

.section-title {
  color: #424241;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #424241;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
}

.home-destaque-produtos-item img {
  -webkit-box-shadow: 0px 0px 10px 3px #5B5B5B; 
  box-shadow: 0px 0px 10px 3px #5B5B5B;
}

.home-destaque-produtos-item {
  font-weight: bold;
}

.section-title-big {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.section-title-big-white {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.home-destaques-marcas-itens img {
  margin: 10px;
}

.home-assistencia {
  background: #494949;
  color: #fff;
}

.home-assistencia-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.btn-home-assistencia,
.btn-home-assistencia:hover {
  display: inline-block;
  background: #fff;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  color: #1d1d1d;
  border-radius: 30px;
  text-transform: uppercase;
}

footer {
  background: #969ba4;
  color: #fff;
}

.footer-logo img {
  max-width: 160px;
}

.footer-address {
  text-transform: uppercase;
}

.footer-separator {
  width: 100%;
  height: 1px;
  background: #fff;
}

.footer-red {
  color: #ff0000;
}

.contato-contato,
.home-contato {
  background: #424241;
  font-family: "Karla", sans-serif;
}

.home-contato-text {
  color: #fff;
}

.form-contato-home input,
.form-contato-home textarea {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
}

.form-contato-home ::placeholder {
  color: #fff;
  opacity: 1;
}

.form-contato-home :-ms-input-placeholder {
  color: #fff;
}

.form-contato-home ::-ms-input-placeholder {
  color: #fff;
}

.form-contato-home .btn-enviar {
  text-transform: uppercase;
  color: #1d1d1d;
  border: none;
  background: #fff;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 25px;
  font-weight: bold;
  float: right;
}

.contato-mapa-iframe {
  border: 1px solid #424241;
}

.form-contato {
  background: #fff;
  color: #424241;
  border-radius: 10px;
  padding: 30px;
}

.form-contato input,
.form-contato textarea {
  display: block;
  margin-bottom: 15px;
  color: #424241;
  background: transparent;
  border: 2px solid #424241;
  width: 100%;
  padding: 5px 10px;
}

.form-contato ::placeholder {
  color: #424241;
  opacity: 1;
}

.form-contato :-ms-input-placeholder {
  color: #424241;
}

.form-contato ::-ms-input-placeholder {
  color: #424241;
}

.form-contato .btn-enviar {
  display: block;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #424241;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  letter-spacing: 2px;
}

.contato-contato .whatsapp:hover,
.contato-contato .whatsapp {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.section-produtos-subtitle {
  color: #6a707d;
  font-size: 20px;
}

.produtos-galeria:nth-child(even) {
  background: #eaebed;
}

.produtos-galeria-item-nome {
  font-size: 20px;
  text-align: center;
}

.produtos-galeria-item-imagem {
  padding: 10px;
  overflow: hidden;
  position: relative;
}

.produtos-galeria-item-imagem img {
  -webkit-box-shadow: 0px 0px 5px 3px #5B5B5B; 
  box-shadow: 0px 0px 5px 3px #5B5B5B;
}

.produtos-galeria-item-descricao-wrapper {
  left: 0;
  top: 100%;
  position: absolute;
  padding: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.produtos-galeria-item-imagem:hover .produtos-galeria-item-descricao-wrapper {
  top: 0;
}

.produtos-galeria-item-descricao {
  position: relative;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  text-align: center;
}

.produtos-galeria-item-descricao-text {
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 20px;
}

.underline {
  text-decoration: underline;
}

.produtos-galeria .swiper-button-prev {
  left: -20px;
}

.produtos-galeria .swiper-button-next {
  right: -20px;
}

.produtos-breadcrumb {
  font-family: "Karla", sans-serif;
  font-size: 25px;
  color: #a8abb3;
}

.produtos-breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.produtos-breadcrumb ul li {
  margin-right: 20px;
  display: inline-block;
}

.produtos-breadcrumb ul li:not(:last-child):after {
  margin-left: 20px;
  content: ">";
}

.produtos-breadcrumb ul li:last-child {
  color: #424241;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 15px;
  height: 15px;
  margin: 7px;
}

.produtos-descricao {
  background: #eaebed;
  color: #6a707d;
  font-family: "Karla", sans-serif;
  font-size: 20px;
}

.produtos-descricao-titulo {
  font-size: 30px;
  font-weight: bold;
}

.produtos-slider .swiper-pagination {
  position: relative;
}

.produtos-slider .swiper-slide-container {
  padding: 10px;
}

.produtos-slider .swiper-slide img {
  -webkit-box-shadow: 0px 0px 5px 3px #d8d8d8; 
  box-shadow: 0px 0px 5px 3px #d8d8d8;
}

.whatsapp-sticky {
  position: sticky;
  bottom: 0;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
}

.whatsapp-sticky .fa-circle {
  color: #4ca92b;
}

.whatsapp-sticky .fa-whatsapp {
  font-size: 2.5rem
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0,0,0,0.9) url('/img/loading.gif') center center no-repeat;
}

.swiper-pagination-bullet-active {
  background: #7a7a7a;
}

.swiper-button-next, .swiper-button-prev {
  color: #7a7a7a;
}
