* {
    scroll-behavior: smooth;
}

/*slide*/
.texto-slide h1 {
    font-size: 3em !important;
    margin-bottom: 0 !important;
    line-height: 1.3em;
}

.texto-slide h2 {
    margin-bottom: 10px !important;
}

.slideshow .btn-primary {
    background-color: #0d39df;
    border-color: #0d39df;
}

.slideshow .btn-primary:hover {
    background-color: #0d7edf;
    border-color: #0d7edf;
}
/*<------->*/

/*pag-produtos*/
.img-exames {
    text-align: center;
}

.titulo-exames {
    padding-bottom: 20px;
}

.img-exames img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.product-thumb-info-image img {
    width: 100%;
}

 .product .product-thumb-info {
    max-width: 60%;
    margin: auto;
    border-radius: 140px;
}

#page_home .product .product-thumb-info {
    max-width: 67%;
    margin: auto;
    border-radius: 140px;
}
/*<------>*/


section#section-empresa div {
  text-align: justify;
}

.shop .products .product {
  margin-bottom: 50px !important;
}

.owl-stage-outer {
  z-index: 9;
}

.img-depoimento {
  height: 70px;
  width: 70px;
}

.testimonial.testimonial-style-2 .testimonial-author img {
  max-width: 70px;
  max-height: 70px;
}

footer ul.list.list-unstyled {
  display: none;
}

.testimonial.testimonial-style-2 .testimonial-author img {
    max-width: 100px;
    max-height: 100px;
}

.img-depoimento {
    height: 100px;
    width: 100px;
}

li.d-none.d-sm-inline-flex.ml-0 {
    display: none !important;
}
html.sticky-header-active #header .header-body {
  top: 0 !important;
}

#section-html {
    background: url(/images/extra/imagem-extra-1670442264.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 20px 0px;
}

#section-html .titulo-html {
    display: none;
}

#section-html .conteudo-html .col-md-6 button {
    padding: 15px;
    background: #ffff;
    font-weight: bold;
    color: #00135b;
    font-size: 16pt;
    height: 103px;
    border: none;
    border-radius: 10px;
    border-bottom: 3px solid #00135b;
    margin: 5px 0px;
    width: 100%;
}

@media(max-width: 991px) {
  #section-html .conteudo-html .col-md-6 button {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14pt;
  }

  #section-html .conteudo-html {
    margin: 0 15px;
  }
}