@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
}

body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    /* background: #fff url(../imagens/bg.png) no-repeat center top; */
    color: #868686;
    font-family: 'Poppins', sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
margin: 0;
padding: 0; }

p {
    line-height: 22px;
    font-size: 15px;
}

a {
    color: #868686;
}
a:hover {
    text-decoration: none;
    color: #440559;
}

.row {
margin-bottom: 0; }


button{
    cursor: pointer;
}

section {
    padding: 50px 0px 50px; 
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 30px 0 0;
}

.menu-item + .menu-item {
    /*margin-left: 40px;*/
    padding-top: 8px;
}

.menu-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-left: 30px;
}

header {
    padding: 30px;
    z-index: 199;
    position: relative;
}

.info-topo {
    display: flex;
    justify-content: flex-end;
    /* margin: 20px 0 0; */
    position: absolute;
    right: 0;
    top: 0px;
    align-items: center;
    margin-top: 10px;
}

.info-topo a,
.btn-online-result {
    margin-left: 40px;
}

.info-topo .menu4link {
    font-size: 14px;
    font-weight: 600;
}

.info-topo .menu-link-telefone,
.info-topo .menu-link-redes {
    font-size: 15px;
    font-weight: 300;
}

.menu-link:hover {
    color: #44d697;
    text-decoration: none;
    transition: 0.1s;
}

.redes-sociais-topo .menu-link {
    margin-left: 15px;
}

.redes-sociais-topo {
    margin-left: 30px;
}

#banner {
    padding: 260px 0 0px;
    background: #fff url(../imagens/bg.jpg) no-repeat center top;
    margin-top: -215px;
    z-index: 1;
}

.banner-texto a {
    margin-top: 20px;
}

.title {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
}

.banner-texto p {
    color: #fff;
    margin-top: 20px;
    line-height: 28px;
    font-size: 15px;
}

.btn {
    border-radius: 30px;
    transition: 0.3s;
    color: #fff;
    padding: 9px 24px;
    text-transform: uppercase;
    font-weight: 600;
    background: rgb(30,162,136);
    background: linear-gradient(90deg, rgba(30,162,136,1) 20%, rgba(34,220,141,1) 80%);
}

.btn-small {
    padding: 6px 18px;
    font-size: 14px;
}

.btn:hover {
    box-shadow: 0px 0px 20px #22dc8d80;
    color: #fff;
}

.quem-somos-img-media {
    position: absolute;
    width: 150px;
    bottom: -30px;
    right: 50px;
    border-radius: 20%;
    z-index: 9;
}

.quem-somos-img-pequena {
    position: absolute;
    top: -30px;
    width: 120px;
    left: 40px;
    border-radius: 20%;
    z-index: 9;
}

.quem-somos-img-grande {
    width: auto;
    margin-left: -70px;
    margin-top: -30px;
    z-index: 3;
    position: relative;
}

.quem-somos-slide .owl-item{
    display: flex;
    justify-content: center;
}

.quem-somos-imagens {
    position: relative;

/*    display: flex;
    justify-content: center; */
}

.quem-somos-imagens img {
}

.titulo-section {
    color: #440559;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    /* font-family: 'Viga', sans-serif; */
    display: flex;
    align-items: center;
}

.titulo-section span{
    position: relative;
}

.titulo-sub-section span:after {
    content: '';
    position: absolute;
    height: 5px;
    background: #ebebeb;
    top: 0;
    bottom: 0;
    margin: auto 0;
/*    width: 330px;
    right: -340px;*/
    width: 258px;
    right: -270px;
    border-radius: 8px;
}

.quem-somos-conteudo {
    margin-top: 50px;
}

.btn-center {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.btn-center > .btn + .btn {
    margin-left: 30px;
}

#vantagens {
    background: url(../imagens/bg-barra.jpg) no-repeat left top;
    padding: 40px 0;
    background-position: 0px;
    margin-bottom: 30px;
}

@media(max-width: 1400px){
    #vantagens{
        /* padding: 27px 0; */
        background-position: -350px;

    }    
}

.vantagens-lista {
    display: flex;
    justify-content: center;
}

.vantagens-item + .vantagens-item {
    margin-left: 100px;
}

.vantagens-item img {
    width: 61px;
    margin-bottom: 15px;
}

.vantagens-item p {
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
}

.vantagens-item p strong {
    display: block;
}

.vantagens-item {
    text-align: center;
    position: relative;
}

.vantagens-item:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #45d697;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -34px;
    border-radius: 4px 4px 0 0;
}

@media(max-width: 1400px){
    .vantagens-item:after {
        /* bottom: -27px; */
    }    
}

#servicos p {
    margin-bottom: 20px;
}

.modalidades-lista {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    padding: 20px 10px;
}

.modalidade {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px -1px #00000054;
    box-shadow: 0px 0px 10px -1px #00000054;
    border-radius: 13%;
    overflow: hidden;
    height: 300px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.modalidade img {
    width: 100%;
    transition: 0.3s;
}

.modalidade:hover {
    transform: translateY(-10px);
    transition: 0.3s;
}

/* .modalidade:hover img {
    transform: scale(1.1);
    transition: 0.3s;
} */

.modalidade-conteudo {
    padding: 20px 20px;
}

.titulo-modalidade {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #626262;
}

.titulo-modalidade strong {
    display: block;
}

#depoimentos{
    background: url(../imagens/bg-depo-cliente.png) no-repeat center top;
    padding: 150px 0 100px;
    position: relative;
}

.titulo-section-branco {
    color: #eed753;
}

.titulo-section-branco span:after {
    opacity: 0.5;
}

.porque {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    color: #fff;
}

.porque img {
    margin-right: 30px;
}

.porque span {
    color: #68ec27;
    font-weight: 700;
}

.seguradoras-container {
    /* display: grid; */
    /* grid-template-columns: repeat(6, 1fr); */
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.seguradoras-container a {flex: 0 0 15%;}

.seguradoras-container img {
    height: 30px;
    width: auto;
    margin: 15px 0 15px;
}

.seguradoras-container a {
    /* margin: 0 15px 0 15px; */
    text-align: center;
}

#fale-conosco p {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 30px;
    height: 48px;
    padding: 0 20px;
    font-size: 15px;
}

textarea.form-control {
    height: 100px;
    padding: 10px 20px;
}

.cidade-estado {
    display: flex;
    align-items: center;
}

select.form-control {
    height: 55px !important;
}

.cidade-estado select {
    margin-left: 10px;
}

#fale-conosco .container{
    position: relative;
}

.imagem-mulher {
    position: absolute;
    bottom: -60%;
    right: -15%;
    z-index: -1;
}

.titulo-center {
    text-align: center;
    font-weight: 400;
    justify-content: center;
}

#instagram h2 a {
    color: #440559;
}

.instagram-feed {
    display: flex;
}

.intagram-img-container {
    overflow: hidden;
}

.intagram-img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

footer {
    padding: 0;
}

.titulo-footer {
    color: #545454;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}

.titulo-footer:after {content: '';position: absolute;width: 50px;height: 2px;background: #45d697;left: 0;bottom: 0;}

.redes-sociais i {
    color: #45d697;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #45d697;
}

.redes-sociais i.fa-facebook-f {
    padding: 5px 8px;
}

.redes-sociais i.fa-instagram {
    padding: 5px 6px;
}

.redes-sociais a {
    margin-right: 5px;
}

.footer-bottom {
    padding: 30px 0;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #eaeaea;
}

.footer-bottom p {
    font-size: 12px;
}

.footer-top {
    padding: 90px 0 30px;
}

.redes-sociais a:hover {
    text-decoration: none;
}

.redes-sociais a:hover i {
    color: #fff;
    background: #45d697;
    transition: 0.3s;
}

.logo-footer img {
    width: 150px;
}

.btn-white {
    text-shadow: none;
    background: #fff!important;
    border: 1px solid #45d697;
    color: #45d697;
}

.btn-white:hover {color: #45d697;}


.modalidade-img {
    height: 156px;
    overflow: hidden;
    transition: 0.3s;
}

.titulo-section-menor {
    font-weight: 400;
    font-size: 20px;
}

#quem-somos {
    padding: 60px 0 100px;
}

#quem-somos p {
    line-height: 28px;
}

.mobile-only{
    display: none;
}

.MenuChefOpen, .MenuChef-close {
    display: none !important;
}

.modalidades-slide.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #440559;
}

.modalidades-slide.owl-theme .owl-dots .owl-dot span {
    background: #6262628c;
    width: 40px;
    height: 4px;
}

.modalidades-slide.owl-theme .owl-dots .owl-dot {
    outline: 0;
}

.instagram_gallery a img{
    width: 100% !important;
}

:root {
    --animate-delay: 0.5s;
  }

  label.error {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 10px;
    color: #c53030;
}

.form-group {
    position: relative;
}

.form-group select {
    width: 100%;
}

.cidade-estado > div:first-child {
    flex: 3;
}

.cidade-estado > div:last-child {
    flex: 2;
}


.modalidades-slide.owl-carousel.owl-drag .owl-item {
    padding: 20px 10px;
}

.depoimento {
    background: #fff;
    color: #9e9e9e;
    padding: 20px 50px;
    border-radius: 16px;
    /* width: 570px; */
    height: 274px;
    text-align: justify;
    position: relative;
}

.quote-left {
    position: absolute;
    top: 23px;
    left: 26px;
    color: #eed753;
}

.quote-right {
    position: absolute;
    bottom: 20px;
    right: 25px;
    color: #eed753;
}

.depoimento-top {
    padding-bottom: 25px;
}

.depoimento-bottom {
    border-top: 2px solid #e3e3e3;
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.depoimento img {
    margin-right: 10px;
    width: 50px !important;
    border-radius: 50%;
}

.depoimentos-slide.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}

.depoimentos-slide.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 40px;
    height: 4px;
    opacity: 0.5;
}

.depoimentos-slide.owl-theme .owl-dots .owl-dot.active span, .depoimentos-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}

.marcas-slide.owl-carousel .owl-item img{
    width: auto;
    height: 82px;
}

.marcas-slide.owl-carousel .owl-item {
    justify-content: center;
}

.marcas-slide.owl-theme .owl-nav {
    position: absolute;
    top: -20%;
    width: 108%;
    display: flex;
    justify-content: space-between;
    left: -4%;
    font-size: 80px;
    z-index: -1;
}

.marcas-slide.owl-theme .owl-nav button{
    /* background: transparent !important; */
    outline: 0 !important;
}

.marcas-slide.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #869791;
}

section#fale-conosco {
    position: relative;
    z-index: 2;
    /* background: #fff url(../imagens/bg-contato.png) no-repeat center top; */
    padding: 0px 0 200px;
    margin-top: -50px;
}

.modalidade-conteudo {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.modalidade-btn{
    margin-top: auto;
    align-self: center;
}

.btn-black {
    background: rgb(61,61,61);
    background: linear-gradient(90deg, rgba(61,61,61,1) 25%, rgba(110,110,110,1) 72%);
    -webkit-box-shadow: 0px 0px 22px -3px rgba(110,110,110,1);
    -moz-box-shadow: 0px 0px 22px -3px rgba(110,110,110,1);
    box-shadow: 0px 0px 22px -3px rgba(110,110,110,1);
}

.btn-black:hover {
    -webkit-box-shadow: 0px 0px 32px -3px rgba(110,110,110,1);
    -moz-box-shadow: 0px 0px 32px -3px rgba(110,110,110,1);
    box-shadow: 0px 0px 32px -3px rgba(110,110,110,1);
}

.title-depoimento {
    font-weight: 600;
}

.btn-banner{
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: unset;
    background: rgb(30,162,136);
    background: linear-gradient( 
90deg
 , rgba(30,162,136,1) 20%, rgba(34,220,141,1) 80%);    
}

.btn-purple:not(:disabled):not(.disabled).active, .btn-purple:not(:disabled):not(.disabled):active {
    background-image: unset;
    background: rgb(95,12,123);
    background: linear-gradient( 
90deg
 , rgba(95,12,123,1) 20%, rgba(133,78,153,1) 80%);
}

.btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:not(:disabled):not(.disabled):active {
    background-image: unset;
    background: #fff  !important;
    
}

.btn.btn-black:not(:disabled):not(.disabled).active, .btn.btn-black:not(:disabled):not(.disabled):active {
    background-image: unset;
    background: linear-gradient(90deg, rgba(61,61,61,1) 25%, rgba(110,110,110,1) 72%)  !important;
    
}

section#instagram {
    position: relative;
    z-index: 3;
    margin-top: -200px;
    padding-bottom: 0;
}

.atividades {
    /* display: flex;
    justify-content: center; */
    padding-top: 30px;
}

.atividade-titulo small {
    display: flex;
    font-weight: 600;
}

.atividade-titulo {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #444344;
    margin-top: 20px;
}

.atividade {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.atividade-icone {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px -13px rgba(0,0,0,1);
    border-radius: 50%;
    background: rgb(30,162,136);
    background: linear-gradient( 
90deg
 , rgba(30,162,136,1) 20%, rgba(34,220,141,1) 80%);
    position: relative;
}

.atividade + .atividade {
    /* margin-left: 50px; */
}

.atividade-icone img {
    width: auto !important;
}

.header-conteudo {
    position: relative;
}

.friends-vantagens {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-top: 0px;
}

.friends-vantagem {
    border-radius: 18px;
    display: flex;
    align-items: center;
    background: rgb(240,240,240);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(253,253,253,1) 100%);
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
}

.friends-vantagem img {
    margin-right: 20px;
     width: 100px;
    border-radius: 50%;
}

.btn-left {
    padding: 0;
    margin-top: 50px;
}

.btn-left .btn + .btn {
    margin-left: 10px;
}

.atividades-slide .owl-item {
    padding: 10px;
}

.atividade p {
    text-align: center;
    margin-top: 10px;
}

.atividades-slide.owl-theme .owl-dots .owl-dot.active span, .atividades-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #440559;
}

.atividades-slide.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 5px;
}

.contato-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
}

form.form-contato .row > div {
    padding: 0 5px;
}

.quem-somos-flutuante {
    position: absolute;
}

.quem-somos-flutuante-pequeno {
    top: 100px;
    left: -80px;
    z-index: 11;
}

.quem-somos-flutuante-medio {
    top: -30px;
    right: 90px;
    z-index: 8;
}

.quem-somos-flutuante-maior {
    bottom: -100px;
    left: 160px;
    z-index: 4;
}

.info-topo .menu-link span {
    font-weight: 400;
}

.btn i {
    margin-right: 9px;
}

.animate__slideInRight__2 {
    -webkit-animation-name: slideInRight__2;
    animation-name: slideInRight__2;
}

.btn-purple {
    background: rgb(95,12,123);
    background: linear-gradient(
90deg
, rgba(95,12,123,1) 20%, rgba(133,78,153,1) 80%);
}

.btn-purple:hover {box-shadow: 0px 0px 20px #854f9980;}

.agenda-box {
    background: #fff;
    border-radius: 50px;
    padding: 40px 35px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
.agenda-box h2 {
    margin-bottom: 18px;
    justify-content: center;
}
.agenda-box p {
    text-align: center;
    margin-bottom: 24px;
}

.titulo-section img {
    margin-right: 10px;
}

.menu-item-logo {
    /*margin-right: auto;*/
    margin-right: 60px;
    flex: 1;
}

.vantagens-item-centro:after {
    height: 8px;
}

.corpo-clinico {
    margin-top: 30px;
}

.titulo-sub-section {
    font-size: 18px;
}

.friends-vantagem h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #854f99;
}

.friends-vantagem span {
    font-weight: 500;
}

.btn-white-purple {
    color: #854f99;
    border-color: #854f99;
}

.btn-white-purple:hover {
    color: #854f99;
    box-shadow: 0px 0px 20px #854f997d;
}

#unidades{
    background: #fff url(../imagens/bg-nossas-unidades.jpg) no-repeat center top;
    padding: 150px 0 50px;
}

.unidade {
    display: flex;
    align-items: center;
}

.unidade img {
    width: 200px !important;
    border-radius: 20px;
    border: 10px solid #fff;
}

.unidade-imagem {
    border-radius: 50%;
    /* padding: 10px; */
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    background-color: #fff;
}

.unidade-conteudo {
    margin-left: 30px;
}

.unidade-conteudo h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #854f99;
}

.unidade-conteudo h5 {
    color: #45d697;
    margin: 6px 0 17px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.unidade-conteudo i {
    color: #854f99;
    margin-right: 6px;
}

.unidade-conteudo p {
    font-size: 14px;
    margin-top: 10px;
}

.unidade-conteudo strong {
    font-size: 14px;
}

.unidades-slide .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 124%;
    left: -12%;
    top: 30%;
    z-index: -1;
}

.unidades-slide.owl-theme .owl-nav button {
    border-radius: 50%;
    border: 3px solid #854f99;
    background: transparent;
    transition: 0.3s;
    color: #854f99;

}

.unidades-slide.owl-theme .owl-nav button:hover {
    color: #fff;
    background: #854f99;
}

.unidades-slide.owl-theme .owl-nav button.owl-prev {
    padding: 5px 11px 5px 11px !important;
}

.unidades-slide.owl-theme .owl-nav button.owl-next {
    padding: 5px 11px 5px 11px !important;
}

.unidades-imagem img{
    /*margin-top: -200px;*/
    margin-top: -80px;
    width: 100%;
}

.unidades-conteudo{
    display: flex;
    align-items: center;
}

.unidades-lista {
    margin-bottom: 50PX;
}

.titulo-section-green {
    color: #45d697;
}

.form-contato-box {
    margin-top: 20px;
    position: relative;
    background: #fff;
    border-radius: 50px;
    padding: 30px 50px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.contato-imagem img {
    border-radius: 50px;
}

.form-contato-box:after {
    position: absolute;
    content: '';
    height: 15px;
    width: 500px;
    background: #440559;
    left: 100%;
    z-index: 99999999;
    top: 50%;
}

.atividade-numero {
    position: absolute;
    bottom: 20px;
    left: -10px;
    width: 36px;
    height: 35px;
    border-radius: 50%;
    background: #440559;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exames-lista {display: grid;grid-template-columns: repeat(5,1fr);grid-gap: 10px;margin-top: 50px;overflow-y: auto;max-height: 430px;max-width: 100%;padding: 0px 10px 0px 0px;}

.exame {
    background: #f8f8f8;
    border-bottom: 5px solid #d2d2d2;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 210px;
}

.exame h4 {
    color: #440559;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.exame p {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.exame span {
    margin: auto 0 14px;
    color: #45d697;
    font-weight: 600;
}

.exame img {
    position: absolute;
    top: -10px;
    left: -10px;
}

.search-exams {
    display: flex;
    width: 50%;
    margin: 50px auto 0;
}

.search-exams input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: 0 !important;
    border-color: #45d697;
}

.search-exams input:focus {
    outline: none !important;
}

.search-exams button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.nothing-found {
    text-align: center;
    font-weight: 700;
    padding: 30px 0;
    display: none;
}

.scroll-top {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: rgb(30,162,136);
    background: linear-gradient(90deg, rgba(30,162,136,1) 20%, rgba(34,220,141,1) 80%);
    color: #fff;
    font-size: 15px;
    cursor:pointer;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.scroll-top.open {
    opacity: 1;
    z-index: 1;
}


/* width */
.exames-lista::-webkit-scrollbar {
  width: 7px;

}

/* Track */
.exames-lista::-webkit-scrollbar-track {
  border-radius: 20px;
    background: #45d6971c; 

}
 
/* Handle */
.exames-lista::-webkit-scrollbar-thumb {
  background: #45d697; 
  border-radius: 20px;
}

/* Handle on hover */
.exames-lista::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

@keyframes float__animation {
    0% {
      transform: translate3d(0, -0%, 0);
      visibility: visible;
    }

    50% {
        transform: translate3d(0, -50%, 0);
        visibility: visible;
    }
  
    100% {
      transform: translate3d(0, -0%, 0);
    }
  }
  
  .float__animation {
    animation: float__animation 8s infinite !important;
  }

  @keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }

}


/* WhatsApp - Ocultar texto no mobile */
@media(max-width:900px){
  #whatsclub-widget>.wc--float-ballon {
    display: none !important;
  }
  #whatsclub-widget>.wc--float-ballon.wc--float-ballon---open {
    display: block !important;
  }
}

