* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .container-botao-banner-home {
    margin-top: 180px !important;
  }
}

::selection {
  background-color: var(--bs-secondary);
  color: white;
}

.social-contact:hover {
  scale: 1.1;
}

.modalForm .modal-content {
  border-radius: 30px !important;
}

.modalForm .modal-header {
  border: none;
  height: 5vh;
}

.modalForm .modal-content {
  border-radius: 30px !important;
}

.ModalFormChat {
  padding-right: 17px;
}

.ModalFormChat .modal-content {
  border-radius: 30px !important;
  border: none !important;
}

.ModalFormChat .modal-header {
  border: none;
  height: 5vh;
  padding: 20;
}

.ModalFormChat .btn-close {
  width: 10px;
  height: 10px;
}

.ModalFormChat .modal-body {
  padding: 0;
}

body {
  margin-top: 10vh;
  overflow-x: hidden;
  padding-right: 0 !important;
}

nav {
  padding-right: 0 !important;
}

a {
  text-decoration: none;
  color: var(--text-collor);
}

html {
  font-size: calc(62.5% * 2);
}

.nav-linha {
  border-bottom: 1px solid #022f4f34;
  background-color: #f5fcff;
}

.image-produtos {
  width: 408px;
  aspect-ratio: 1 / 1;
}

.image-banner-linha {
  filter: brightness(60%);
  width: 1920px;
  aspect-ratio: 16 / 9;
}

.img-service {
  width: 200px;
  aspect-ratio: 1 / 1;
}

.img-cta {
  width: 800px;
  aspect-ratio: 16 / 9;
}

.fit-cover {
  object-fit: cover;
}

:root {
  --text-collor: ##293e59;
}

.filter li.selected {
  font-weight: bold;
  border-left: 3px solid var(--bs-primary);
}

.image-banner-home {
  width: 1920px;
  z-index: -1;
  aspect-ratio: 16 / 9;
}

.image-banner-home-responsive {
  width: 1080px;
  z-index: -1;
  aspect-ratio: 16 / 9;
}

.img-linhas {
  width: 640px;
  aspect-ratio: 16 / 9;
}

.img-linhas-1-1 {
  width: 640px;
  aspect-ratio: 1 / 1;
}

.card {
  border: none;
  box-shadow: 0px 2px 15px RGBA(101,199,220,0.2);
}

h1 {
  font-size: min(2rem, 5vw);
}

@media (max-width: 767px) {
  h1 {
    font-size: min(2.5rem, 5vw) !important;
  }
}

@media (max-width: 767px) {
  .title-pagina {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 767px) {
  .title-carousel {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  .title-carousel-anuncio-home {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 767px) {
  .title-linha {
    font-size: 1.6rem !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .maca-produto {
    font-size: 2rem !important;
  }
}

@media (max-width: 767px) {
  .modelo-produto {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: min(1.8rem, 5vw);
  }
}

h2 {
  font-size: min(1.5rem, 5vw);
}

h3 {
  font-size: min(1.3rem, 5vw);
}

p {
  font-size: min(1rem, 5vw);
  text-align: justify;
}

.discript-prod {
  font-size: min(0.8rem, 5vw) !important;
}

.btn-car-home {
  font-size: min(0.9rem, 5vw);
}

.navbar {
  height: 10vh;
  background-color: rgba(255, 255, 255, 0.923);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.navbar-toggler {
  border: none;
}

.navbar-BlackNovember {
  height: 10vh;
  background-color: rgba(1, 20, 24, 0.923);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.btn {
  border-radius: 25px;
  font-family: Lato, sans-serif;
  border: none;
  box-shadow: 0px 10px 15px RGBA(101,199,220,0.2);
  transition: 0.5s;
}

.btn:hover {
  background-color: #52abb7;
  transform: scale(1.1);
  transition: 0.5s;
}

.btnSaibaMais:hover {
  color: white;
}

.stats {
  box-shadow: 0px 20px 15px rgba(101,199,220,0.2);
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.carousel-home {
  height: 90vh !important;
}

.carousel-control-prev, .carousel-control-next {
  background-color: var(--bs-primary);
  width: 2rem;
  height: 6vh;
  border-radius: 25px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .carousel-control-prev, .carousel-control-next {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.carousel-control-prev span, .carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}

li.nav-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: var(--text-collor)!important;
}

.nav-item {
  position: relative;
  text-decoration: none;
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--bs-primary);
  transition: width 0.3s ease;
}

.nav-item:hover::after {
  width: 100%;
}

a.nav-link {
  color: var(--text-collor);
}

div.social-nav {
  background-color: var(--bs-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 0.5rem 0rem 0.5rem;
}

social-nav:hover {
  background-color: #52abb7;
}

@media (max-width : 767px) {
  .nav-respon {
    background-color: rgba(255, 255, 255, 0.923);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    padding-bottom: 20px;
  }
}

@media (max-width : 767px) {
  .navbar {
    height: 12vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
  }
}

@media (max-width : 767px) {
  .btn-nav {
    padding-bottom: 5px;
    margin-top: 10px;
  }
}

@media (max-width : 767px) {
  .social-contact {
    margin-top: 10px;
  }
}

@media (min-width : 768px) {
  .btn-nav {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

section#produtos {
  background-color: #f5fcff;
}

div.marcas {
  margin-left: 0;
  margin-right: 0;
}

div.fabricantes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 10px #034c7658;
  padding: 10px;
  height: 65px;
}

.card-produtos {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100% !important;
  justify-content: space-between;
}

.card-produtos-2 {
  width: calc(80% / 3);
  margin: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.desconto {
  background: linear-gradient(rgba(65, 156, 168, 0.414), rgba(0,123,255,0.2)), url("/assets/img/desconto.webp") center / cover;
  min-height: 500px;
}

@media (max-width:767px) {
  .desconto {
    background: linear-gradient(rgba(65, 156, 168, 0.414), rgba(0,123,255,0.2));
    min-height: 500px;
  }
}

.card-body {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
  justify-items: center;
}

.btn-produtos {
  display: inline-block;
  margin-top: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .card-produtos-2 {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .card-produtos-2 {
    margin-left: 2rem;
  }
}

@media (min-width: 820px) {
  .card-produtos-2 {
    margin-left: 2rem;
  }
}

@media (min-width: 912px) {
  .card-produtos-2 {
    margin-left: 2rem;
  }
}

@media (max-width: 575px) {
  .card-produtos-2 {
    width: 80%;
    margin: 0.2rem;
  }
}

@media (min-width: 576px) {
  .card-produtos-2 {
    width: 65%;
    margin: 0.2rem;
  }
}

@media (min-width: 1121px) {
  .card-produtos-2 {
    width: calc(80% / 3);
    margin: 0.5rem;
  }
}

@media (min-width: 1121px) {
  .card-wrapper {
    display: flex;
  }
}

/* @media (max-width: 1120px) {
  .card-produtos-2:not(:first-child) {
    display: none;
  }
} */

@media (max-width: 1120px) {
  .card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .card-produtos-2 {
    margin: 0;
  }
}

.container-btn-marcas {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
}

.filter-button {
  background-color: #fff !important;
  border: 2px solid #e1e1e16c !important;
  width: 80%;
}

.filter-button:hover {
  color: #fff;
  background-color: #fff !important;
  border: 3px solid var(--bs-primary) !important;
}

.active-filter {
  color: #fff !important;
  box-shadow: 0px 4px 10px #034c7658;
  border-bottom: 4px solid var(--bs-primary) !important;
  /*animation: go 1s normal;*/
}

.btn-saiba-produtos {
  background-color: #fff;
  border: 2px dashed var(--bs-primary);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.btn-saiba-produtos:hover {
  border: 2px solid var(--bs-primary);
  background-color: #fff !important;
}

.btn-wp-produtos {
  background-color: var(--bs-primary);
  color: #fff;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  font-size: 0.8rem;
}

.btn-wp-produtos:hover {
  color: #fff;
}

.btn-ver-produtos {
  transition: transform 0.3s ease;
  background-color: white;
  color: var(--text-collor);
}

.btn-ver-produtos:hover {
  background-color: white;
}

div.wp-prod {
  display: flex;
  justify-content: center;
}

div.saibamais {
  display: flex;
  justify-content: center;
}

div.all-products {
  background-color: var(--bs-secondary);
  border-radius: 20px;
  padding: 30px;
}

.hr-title {
  border: solid 2px var(--bs-primary);
}

section#services {
  background-color: #f5fcff;
}

.card-service {
  max-width: 580px;
}

.wrap-img-serv {
  height: 100%;
}

@media (max-width: 575px) {
  .wrap-img-serv {
    max-width: 169px;
  }
}

.card-title-serv {
  font-size: min(1rem, 5vw);
}

.btn-wp-servicos {
  position: relative;
}

.card-text-serv {
  font-size: min(0.8rem, 5vw);
  margin-bottom: 0px !important;
  opacity: 0.8;
}

.body-service {
  height: 100%;
}

.btn-wp-servicos {
  background-color: var(--bs-primary);
  color: #fff;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.btn-wp-servicos:hover {
  color: #fff;
}

.btn-wp-contact {
  background-color: var(--bs-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  box-shadow: 0px 2px 15px RGBA(101,199,220,0.2);
}

.btn-wp-contact:hover {
  color: #fff;
}

.map {
  height: 60vh;
  margin-bottom: 50px;
}

.contato-wrapper {
  background-color: #eff9ff;
  border-radius: 20px;
  padding: 30px;
}

.element-contact {
  min-width: 80%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0px 2px 15px RGBA(101,199,220,0.2);
}

.btnWhatsAppFloating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  z-index: 9999;
  background-color: #4ACB5A;
  transition: transform 0.3s ease;
}

.btnWhatsAppFloating:hover {
  transform: scale(1.3);
}

/* produtos */

div.banner-product {
  width: 100%;
  height: 30vh;
}

div.banner-anuncio-home {
  width: 100%;
  height: 50vh;
}

.product {
  margin-bottom: 10px;
}

div.filter {
  position: sticky !important;
  top: 0;
  padding-top: 15vh !important;
  width: 100% !important;
}

.title-filter {
  font-size: 1.2rem;
}

ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

li {
  list-style: none;
}

.li-lp-teste-gratis {
  list-style: disc;
}

.filter-item {
  padding: 15px 0px 15px 5px;
}

.filter-item:hover {
  border-left: 3px solid var(--bs-primary);
}

.btn-banner {
  background-color: white;
  transition: transform 0.3s ease;
}

.btn-banner:hover {
  color: var(--text-collor) !important;
}

/* detalhamento dos produtos */

@media (max-width: 767px) {
  .btn-banner {
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .filtros {
    order: -1!important;
  }
}

div.filter {
  padding: 2rem 0rem 2rem 0rem;
}

.title-marca-produtos {
  background-color: var(--bs-primary);
  color: white !important;
  border-radius: 20px;
  padding: 10px;
}

.carousel-pg-produtos {
  height: 30vh !important;
}

.carousel-anuncio-home {
  height: 60vh !important;
}

#banner-priv {
  height: 300px;
}

/* Estilo básico do banner de cookies */

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0da;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#cookie-banner p {
  margin: 0;
  font-size: 18px;
}

@media (max-width: 768px) {
  #cookie-banner p {
    font-size: 15px;
  }
}

#cookie-banner button {
  margin: 5px;
  padding: 8px 16px;
  background-color: var(--bs-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#cookie-banner a {
  color: var(--bs-primary);
  text-decoration: none;
}

/* Esconder o banner por padrão */

div.termos {
  padding: 30px;
  border-radius: 20px;
  background-color: #e7f5fa;
}

/* Footer */

#myFooter {
  background: linear-gradient( #419ca8bd, #02385ed6), url("/assets/img/background-footer.webp") center / cover;
  color: white;
  padding-top: 30px;
  margin-top: 3rem;
}

#myFooter .footer-copyright {
  background-color: #022f4f;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: white;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}

#myFooter .social-networks a {
  font-size: 32px;
  color: #f9f9f9;
  padding: 10px;
  transition: 0.2s;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
}

.img-footer {
  background-color: white;
  border-radius: 75px;
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }
}

.li-linha {
  list-style: disc;
}

.banner-list {
  height: 80vh;
}

.img-galery-linha {
  max-width: 800px;
}

.info-linha {
  font-size: min(0.7rem, 5vw);
}

.info {
  font-size: min(0.8rem, 5vw);
}

div.voce-sabia {
  background-color: var(--bs-warning) !important;
}

.fundo-linhas {
  background-color: #f5fcff;
}

.card-linha {
  border: none !important;
}

@media (max-width: 768px) {
  .img-banner-produtos {
    filter: brightness(90%);
  }
}

.link-copyright {
  color: white !important;
}

.link-copyright:hover {
  color: var(--bs-primary) !important;
}

.teste-gratuito {
  background: linear-gradient(#02385ea1, #419ca89a), url("/assets/img/Teste-Gratis-01.webp") center / cover;
  height: 500px;
}

.btn-teste-gratuito {
  background-color: white;
  border: none;
  box-shadow: 0px 5px 40px var(--bs-secondary);
  transition: 0.3s;
}

.btn-teste-gratuito:hover {
  background-color: white;
  border: none;
  box-shadow: 5px 5px 20px var(--bs-primary);
}

.btn-consulta {
  border: solid 1px var(--bs-primary);
}

.btn-consulta:hover {
  color: white;
}

.exame-gratuito {
  background: linear-gradient(rgba(101,199,220,0.2), rgba(101,199,220,0.2)), url("/assets/img/Exame-Gratuito.webp") center / cover;
  height: 500px;
}

@media (max-width: 768px) {
  .exame-gratuito {
    background: linear-gradient(rgba(101,199,220,0.2), rgba(101,199,220,0.2)), url("/assets/img/Exame-Gratuito-Mobile.webp") center / cover;
    height: 800px;
  }
}

@media (max-width: 576px) {
  .exame-gratuito {
    background: linear-gradient(rgba(101,199,220,0.2), rgba(101,199,220,0.2));
    height: 400px;
  }
}

.parcelamento {
  box-shadow: 0px 2px 15px RGBA(101,199,220,0.2);
}

.btn-cta {
  box-shadow: 0px 2px 15px var(--bs-dark) !important;
}

.btnAgendarConsulta:hover {
  color: white;
}

.agendamento-consulta {
  box-shadow: 0px 2px 15px RGBA(101,199,220,0.2);
}

.cta-home {
  box-shadow: 0px 2px 15px RGBA(101,199,220,0.2);
}

.bg-serv-empresa {
  box-shadow: 0px 2px 15px RGBA(101,199,220,0.2);
  border-radius: 15px;
}

.credito {
  margin-top: 3rem;
  width: 100%;
  background-color: var(--bs-light);
}

.creditos {
  color: #9e9e9e;
  font-size: 12px;
}

/* Classe para diminuir o tamanho da fonte do título quando fixo no topo */

.title-pagina-linha {
  font-size: 2rem;
  transition: font-size 0.3s;
}

/* Estilo quando o título está fixo no topo */

.shrink .title-pagina-linha {
  font-size: 1.3rem !important;
}

@media (max-width: 767px) {
  .title-pagina-linha {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 767px) {
  .shrink .title-pagina-linha {
    font-size: 1rem !important;
  }
}

#accordionFilter {
  width: 300px;
}

@media (max-width: 768px) {
  .title-card-mobile-products {
    font-size: min(2.5rem, 5vw);
  }
}

.descript-prod-mobile {
  opacity: 0.9;
}

/* To top */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 90px !important;
  right: 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(65, 156, 168) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  border-radius: 50%;
}

.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  opacity: .5;
}

.cd-top:hover {
  background-color: #034b76;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 25px;
    bottom: 90px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 25px;
    bottom: 90px;
  }
}

span.new {
  background-color: var(--bs-primary);
  border-radius: 30px;
  color: white;
  padding: 3px 10px;
  font-size: 0.8rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .btn-promo-marco {
    margin-left: 180px !important;
  }
}

