/*
  Add your scss files below to structure your project styles
*/
/* ==========================================================================
   Settings
   ========================================================================== */
/* ==========================================================================
   Tools (Functions, mixins etc.)
   ========================================================================== */
/* ==========================================================================
   Vendors
   ========================================================================== */
/* ==========================================================================
   Base
   ========================================================================== */
/* ==========================================================================
   Components
   ========================================================================== */
.sidebar aside .nav {
  background: #000;
  border-radius: 5px;
  color: #FFF;
}
.sidebar aside .nav ul {
  list-style: none;
  display: block;
  width: 100%;
}
.sidebar aside .nav ul .nav-item.active {
  background: #FE5716;
}
.sidebar aside .nav ul .nav-item.active:after {
  border-left: 20px solid #FE5716;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: "";
  vertical-align: bottom;
  float: right;
  margin-top: -46px;
  margin-right: -15px;
}
.sidebar aside .nav ul .nav-item.active a {
  font-weight: bold;
}
.sidebar aside .nav ul .nav-item:hover {
  background: #FE5716;
}
.sidebar aside .nav ul .nav-item a {
  border-bottom: 1px solid #fff;
  margin: 0 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  padding: 15px 0;
}
.sidebar aside .nav ul .nav-item:last-child a {
  border: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 800 !important;
}

#box-login .h4 {
  font-size: 24px;
  margin-bottom: 0;
  letter-spacing: -1px;
}
#box-login .h4 strong {
  font-weight: 600;
}

.sub-title {
  font-size: 24px;
}

.required-text h1,
.required-text h2,
.required-text h3,
.required-text h4,
.required-text h5,
.required-text h6 {
  color: #FE5716;
}

#box-login .btn {
  color: #fff;
  font-weight: bold;
}
#box-login label {
  font-size: 14px;
  margin-bottom: 5px;
}

.btn {
  color: #fff !important;
  background: #000 !important;
  border: 0 !important;
}
.btn:hover {
  background: #FE5716 !important;
  color: #fff !important;
}

.btn-light {
  color: #000 !important;
  background: #fff !important;
}

.btn-dark {
  color: #fff !important;
  background: #000 !important;
}

.btn-saiba-mais {
  font-size: 24px;
  font-weight: bold;
}

.btn-primary, .btn.ativo {
  background: #FE5716 !important;
}

.comment-reply-link,
.form-submit #submit {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
  background: #FE5716;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 5px 25px 10px 25px;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid #FE5716 !important;
  box-shadow: none;
}
.comment-reply-link:hover,
.form-submit #submit:hover {
  background: #fff !important;
  color: #FE5716 !important;
  border: 1px solid #FE5716;
}

.btn-search {
  border-radius: 50%;
  border: 2px solid #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-top-box .btn {
  padding: 6px !important;
  width: 100%;
  background: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 700;
  cursor: pointer;
}
.search-top-box .btn:hover {
  background: #fff !important;
  color: #FE5716 !important;
}

#slider .btn {
  font-size: 15px !important;
}

.go-back a {
  color: #000;
  text-decoration: none;
}

.button-box {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .button-box .btn {
    padding: 0.5rem 1.4rem !important;
  }
}

/*
* CONTRAST MODE
*/
.dark-theme .btn {
  border-color: #fff;
  background: #fff !important;
  color: #000 !important;
}
.dark-theme .wpcf7 .btn {
  background: #000 !important;
  color: #fff !important;
}
.dark-theme .btn-search {
  background: #fff;
}
.dark-theme .btn-dark {
  color: #000 !important;
  background: #fff !important;
}
.dark-theme .search-top-box .btn {
  background: #000 !important;
  color: #fff !important;
}
.dark-theme .search-top-box #close path {
  fill: #000 !important;
}
.dark-theme .go-back a {
  color: #ff0 !important;
}

.slick-arrow {
  margin-top: 40px;
  position: absolute;
  display: flex !important;
  justify-content: center;
  top: 100%;
  font-size: 32px;
  line-height: 0.9;
  color: #fff !important;
  background: #FE5716 !important;
  border: 2px solid #FE5716 !important;
  display: block;
  width: 39px;
  height: 39px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border-radius: 100%;
  outline: none;
  z-index: 999;
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.05);
}
.slick-arrow:hover {
  color: #000 !important;
  background: #fff !important;
}

.slick-prev {
  left: calc(50% - 45px);
}

.slick-next {
  right: calc(50% - 45px);
}

.depoimentos .slick-arrow {
  margin-top: 0 !important;
  top: -40px !important;
}
@media (max-width: 480px) {
  .depoimentos .slick-arrow {
    top: 48% !important;
  }
}
.depoimentos .slick-prev {
  left: 0 !important;
}
.depoimentos .slick-next {
  right: 0 !important;
}

.recibo {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.recibo .topo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.recibo .titulo h1 {
  margin: 0 0 8px;
  font-size: 28px;
  color: #222;
}
.recibo .titulo p {
  margin: 0;
  color: #777;
  font-size: 14px;
}
.recibo .numero {
  text-align: right;
}
.recibo .numero strong {
  display: block;
  font-size: 18px;
  color: #222;
}
.recibo .numero span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #777;
}
.recibo .status {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 14px;
  border-radius: 20px;
  background: #dcfce7;
  color: #166534;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.recibo .section {
  margin-bottom: 30px;
}
.recibo .section-title {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
}
.recibo .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.recibo .item {
  font-size: 14px;
}
.recibo .label {
  display: block;
  margin-bottom: 5px;
  color: #888;
  font-size: 12px;
}
.recibo .value {
  color: #222;
  font-weight: 500;
}
.recibo .valor-pagamento {
  padding: 20px;
  border-radius: 6px;
  background: #f8f8f8;
  text-align: center;
}
.recibo .valor-pagamento .label {
  margin-bottom: 8px;
}
.recibo .valor-pagamento .valor {
  font-size: 30px;
  font-weight: bold;
  color: #222;
}
.recibo .descricao {
  padding: 15px;
  background: #f8f8f8;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
}
.recibo .rodape {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
  color: #888;
  font-size: 12px;
  line-height: 1.6;
}
.recibo .acoes {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .recibo .recibo {
    padding: 20px;
  }
  .recibo .topo {
    flex-direction: column;
    gap: 20px;
  }
  .recibo .numero {
    text-align: left;
  }
  .recibo .grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Modules
   ========================================================================== */
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #000;
  line-height: 1.4;
}

p,
ul,
ol,
table {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.hentry.post ul li,
.hentry.post ol li {
  margin-bottom: 15px;
}

table {
  border: 1px solid #000;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
table tr th,
table tr td {
  padding: 10px;
  border: 1px solid #000;
}

b,
strong {
  font-weight: 800 !important;
}

section {
  padding: 80px 0;
}

.responsive {
  width: 100%;
  height: auto;
}

/* BG SITE
---------------------------------------------------------------------------*/
/*
.bg-footer {
    position: relative;
    z-index: 1;
    margin-top: -700px;
    margin-bottom: 300px;
    height: 388px;
    background: linear-gradient(1deg, rgba(217, 217, 217, 0.38) 0%, rgba(217, 217, 217, 0) 69.54%);
    @media (max-width: 480px) {
        background: transparent;
    }
}
*/
.site,
.site-content {
  position: relative;
  z-index: 2;
}

.site-content {
  min-height: 450px;
}

.widget a {
  color: #000;
}

.alignright {
  width: auto !important;
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 480px) {
  .alignright {
    margin: 0 0 20px 0;
  }
}

.alignleft {
  width: auto !important;
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width: 480px) {
  .alignleft {
    margin: 0 0 20px 0;
  }
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

/*
* CONTRAST MODE
*/
body.dark-theme {
  background: #000;
  color: #fff;
}
body.dark-theme table {
  border-color: #fff;
}
body.dark-theme table tr th,
body.dark-theme table tr td {
  border-color: #fff;
}
body.dark-theme hr {
  background: #fff !important;
}

video {
  background: #000;
}

.text-primary {
  color: #FE5716 !important;
}

.bg-gray {
  background: #f1f1f1;
  border-radius: 5px;
}

#modelo-selecionado {
  margin-bottom: 80px;
}
#modelo-selecionado .info .modelo-info h5 {
  font-size: 36px !important;
  color: #FE5716 !important;
  letter-spacing: -0.5px;
}
#modelo-selecionado:after {
  border-left: 40px solid #f1f1f1;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  content: "";
  position: absolute;
  rotate: 90deg;
  left: 49%;
  margin-top: -10px;
}
@media (max-width: 480px) {
  #modelo-selecionado:after {
    left: 47%;
  }
}

.bg-primary {
  background: #FE5716 !important;
}

/*#itens-pre-definidos {
    .thumbnail {
        min-height: 170px;
    }
}*/
.resumo {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.resumo p {
  font-size: 16px;
}

#catalogo-modelos .modelo-card .thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e0e4e7;
}
#catalogo-modelos .modelo-card .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

#itens-pre-definidos .acessorio-card .thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e0e4e7;
}
#itens-pre-definidos .acessorio-card .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.acessorio-card .thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e0e4e7;
}
.acessorio-card .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  cursor: pointer;
  /* Add a mouse pointer on hover */
}

.frontpage form label {
  font-size: 14px;
}

.text-aviso-falante {
  color: #4CAF50 !important;
  font-size: 18px !important;
}

#modal-instrucoes-falante ul li {
  margin-bottom: 15px;
}

.pulsar {
  animation: pulso 1s infinite;
}

@keyframes pulso {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.filtro-unidade-x-tamanho-btn {
  font-size: 12px !important;
  background: gray !important;
  padding: 5px 10px;
}

.pp_social {
  display: none !important;
}

#itens-selecionados {
  display: flex;
  flex-wrap: wrap;
}

#itens-selecionados .categoria {
  width: 100%;
  max-width: 25%;
}
@media (max-width: 480px) {
  #itens-selecionados .categoria {
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  #itens-selecionados .categoria {
    width: 100%;
    max-width: 20%;
  }
}
.grid-categorias {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.grid-categorias .acessorio-card {
  width: 100%;
  max-width: 20%;
}
@media (max-width: 480px) {
  .grid-categorias .acessorio-card {
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .grid-categorias .acessorio-card {
    width: 100%;
    max-width: 15%;
  }
}
.acessorio-info {
  min-height: 200px;
}
@media (min-width: 1200px) {
  .acessorio-info {
    min-height: 260px;
  }
}

.avatar-sm {
  max-height: 36px !important;
  height: auto !important;
}

@media screen and (max-width: 480px) {
  .frontpage header .brand {
    max-width: 200px;
    height: auto;
  }
}
.frontpage header .navbar {
  background: #000;
}
@media screen and (max-width: 480px) {
  .frontpage header .navbar ul {
    padding: 15px 0 25px 0;
  }
}
.frontpage header .navbar ul li.nav-item {
  margin-left: 25px;
}
@media screen and (max-width: 480px) {
  .frontpage header .navbar ul li.nav-item {
    margin: 5px 0 5px 25px;
  }
}
.frontpage header .navbar ul li.nav-item a {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .frontpage header .navbar ul li.nav-item a {
    font-size: 18px;
  }
}
.frontpage header .navbar .navbar-toggler {
  border-color: #FE5716;
  color: #FE5716;
}

footer {
  color: #fff;
}
footer .entry-footer {
  background: #FE5716 url(../images/vetor.webp) right bottom no-repeat;
  padding: 75px 0;
}
footer .entry-footer a {
  color: #fff;
  text-decoration: none;
}
footer .entry-footer .logo {
  width: 100%;
  max-width: 280px;
  height: auto;
}
footer .entry-footer ul {
  list-style: none;
  margin-left: 0;
}
footer .entry-footer ul li a {
  font-size: 22px;
}
footer .entry-footer ul li a:hover {
  text-decoration: underline;
}
footer .entry-footer ul ul {
  list-style: disc;
  padding-left: 20px;
}
footer .entry-footer ul ul li a {
  font-size: 18px;
}
footer .entry-footer .contato .zap {
  margin-top: 20px;
}
footer .entry-footer .contato .zap a {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
footer .entry-footer .contato .email a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
footer .entry-footer .list-bookmarks {
  margin-top: 10px;
  margin-left: 0;
}
footer .entry-footer .list-bookmarks li {
  margin-right: 10px;
}
footer .entry-footer .list-bookmarks li a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 2px solid #fff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .entry-footer .list-bookmarks li a svg {
  max-width: 15px;
}
footer .copy p {
  color: #000;
  font-size: 14px;
  font-weight: 900;
}
footer .copy {
  padding: 15px 0;
  background: #D7D7D7;
}
@media (max-width: 480px) {
  footer .footer-widget h3 {
    font-size: 32px;
  }
}

/*
* CONTRAST MODE
*/
.dark-theme footer .entry-footer {
  background: #000 !important;
  padding-top: 0;
}
.dark-theme footer .entry-footer .container {
  padding-top: 75px;
  border-top: 2px solid #fff;
}

/* ==========================================================================
   Templates
   ========================================================================== */
#box-login {
  background: #FE5716;
  border-radius: 5px;
  padding: 30px 20px;
  color: #fff;
}

.modelo-card .resumo p {
  font-size: 14px !important;
}

/* ==========================================================================
   Helpers
   ========================================================================== *//*# sourceMappingURL=frontpage.css.map */