/* CHAT */

section#chat {
  position: fixed;
  bottom: 14px;
  right: 15px;
  display: flex;
  width: 3.5rem;
  height: 3.5rem !important;
  border-radius: 7rem;
  padding: 0;
  z-index: 9999;
  cursor: pointer;
}

div.container-chat {
  display: flex;
  background: #26cb64;
  border-radius: 2rem;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  border: 2px solid #ffffff24;
  /* box-shadow: 2px 3px 5px #0000004d; */
}

/* CHAT */

p {
  color: #959595;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

div.box-kit ul {
  color: #959595;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}

div.box-kit ul li {
    float: left;
    padding: 0.1rem 0.6rem;
    /* padding-left: 0.6rem; */
    margin-bottom: 0.4rem;
    margin-right: 0.7rem;
    gap: 1rem;
    /* flex-direction: row; */
    border: 1px solid #cfcfcf;
    border-radius: 0.4rem;
    list-style: none;
    font-size: 0.8rem;
    background-color: #fafafa;
}

div.box-mvv ul {
  
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

div.box-mvv ul li {
    list-style: inside;
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
}

.wrap-numbers .numbers .item-number .into { 
  height: 25rem;
}

[link] {
  cursor:pointer;
  color:#fff !important;
}

[fixed] {
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: all ease-in-out 300ms;
  box-shadow: 0px 0px 11px 0px #0000001c;
}

.contact-infos .box-contact [link=telefone] {
      font-weight: 500;
      color: var(--azul) !important;
}

.contact-infos .box-contact [link=email] {
      font-weight: 500;
      color: #575757 !important;
}

form span.toggle {cursor: pointer; margin: 0;}
form span.toggle input {display: none;}
form span.toggle {display: table; position: relative; padding-left: 64px; color: #000; font-size: 16px; font-weight: 400; line-height: 26px; position: relative;}
form span.toggle a {color: var(--azul)}
form span.toggle a:hover {text-decoration: underline !important}
form span.toggle:before {content:""; width: 52px; height: 26px; position: absolute; top: 50%; transform: translate(0, -50%); left: 0; background: #CCC; border-radius: 50px; transition: .5s;}
form span.toggle:after {content:""; background: #FFF; transition: .5s; border-radius: 50%; width: 20px; height: 20px; box-shadow: 0px 5.219px 7.828px 1.305px rgba(20, 20, 20, 0.12), 0px 2.609px 5.219px 1.305px rgba(20, 20, 20, 0.07); position: absolute; top: 50%; transform: translate(0, -50%); left: 3px;}
form input:checked ~ span.toggle:before {background: var(--azul)}
form input:checked ~ span.toggle:after {left: 29px;}

input[name=aceite]{
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 4rem;
    opacity: 0;
    padding: 0;
    cursor: pointer;
}

div.box-text-single-article div.into ul, section.wrap-content-default ul {
  margin-bottom: 1rem;
}


div.box-text-single-article div.into ul li, section.wrap-content-default ul li {
  list-style: inside;
  font-size: 0.875rem;
  color: #959595;
}


.wrap-content-11 .carousel-testimonials .item-testimonial .box-left .infos span a {
  color: #33303E;
}

.wrap-content-11 .carousel-testimonials .item-testimonial .box-left .infos span a:hover {
  text-decoration: underline !important;
}

label {
  width: 100%;

}

span.label {
  display: table;
  color: #656565;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  margin-bottom: 5px;
  text-align: left;
}

button[data-button] {
  display: flex;
  margin-left: auto;
}


div.pop {
  /* border: 1px solid #d4d6df !important; */
  border-bottom: 5px solid #32baa7 !important;
  height: 226px;
  width: min(325px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  border-radius: 0.5rem;
  gap: 1.5rem;
  z-index: 7;
  box-shadow: 4px 3px 9px 0px #5555551a;
  transition: all ease-in-out 500ms;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 250%);
  z-index: 1000;
  opacity: 0;
  background: linear-gradient(2deg, rgb(255 255 255 / 100%) 14%, #fcfcff 100%);
}


div.pop button {
  text-transform: uppercase;
  border: none;
  border-radius: 0.3rem;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.7rem 1.4rem;
  background: var(--gradient2);
  border-radius: 0.5rem;
  color: #fff;
  border-radius: 3px;
  /* clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0); */
}


div.pop i {
  color: #32b9a8;
  font-size: 3rem;
}

div.pop-content {
  color: #4d4d4d;
  font-size: 0.9rem;
}

div.pop[central] {
  opacity: 1;
  transform: translate(-50%, -50%);
}


div.box-form input:focus,
div.box-form select:focus,
div.box-form textarea:focus {
  outline: 3px solid !important;
  outline-width: 3px !important;
  outline-offset: 2px;
  outline-color: #fdfcff !important;
}


.wrap-content-1 .box-right:after {
  background: unset;
}




span.info a,
span.info a:link,
span.info a:active,
span.info a:visited,
span.info a:focus {
  color: #fff !important;
}

a.link-branco:hover {
  color: #fff !important;
  text-decoration: underline !important;
}


div.content-hub {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

div.content-hub a {
  z-index: 100;
}

div.content-hub span {
  height: 3rem;
  padding: 0 0.8rem;
  color: #1a2830;
  font-weight: 400;
  gap: 0.1rem;
}

div.content-hub span>span {
  background: none !important;
}

div.content-hub span img {
  width: 1.3rem;
}

div.content-hub a:hover span {
  /* color: #919191; */
}

span.bolt {
  font-size: 1.8rem;
  padding: 0 !important;
}


figure img {
  object-fit: cover;
  width: 100%;

}


div.mensagem-resultado {
  margin-bottom: 1rem;
}


.blog-body.dark p {
  color: #dfdfdf !important;
}

.wrap-content-5 .box .box-content-tab img:nth-child(1) {
  display: table;
  margin: 0 auto 70px;
}

.logo-full {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}



header .default-header .right-header nav ul {
  gap: 1.2rem;
}


div.right-header nav ul li a,
a.btn-default {
  text-wrap-mode: nowrap;
}

section.wrap-especialidades-single .full {
  height:100%;
  object-fit: cover;
}

.card-full-exame .top .title a {
  color: #3E3E3E;
}

.card-full-exame .box-hide {
    color: #575757;
}

/*blog*/

.wrap-block {
  padding-top: 80px;
}

.form-filter {
  display: flex;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.contact-infos .box-contact p strong, .contact-infos .box-contact p b {
    color: #31B8A8;
}

div.box-left p b {
    font-weight: 600;
    color: var(--azulclaro);
}

.carousel-academy-category a {
  float: left;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #D9D9D9;
  height: 70px;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #fff;
}

.carousel-academy-category a.active,
.carousel-academy-category a:hover {
  background: var(--verde);
  border-color: var(--verde);
}

.carousel-academy-category a:hover .title,
.carousel-academy-category a:hover .info {
  color: #fff;
}

.carousel-academy-category a .title {
  display: table;
  width: 100%;
  text-align: center;
  color: var(--verde);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  transition: .5s;
}

.carousel-academy-category a .info {
  color: var(--azul);
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  display: table;
  width: 100%;
  text-align: center;
}

.form-filter select,
.form-filter input {
  height: 50px;
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 0 20px;
  color: #737373;
  font-size: 14px;
  font-weight: 300;
  border-radius: 8px;
}

.carousel-academy-category {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}

.carousel-academy-category .owl-item {
  padding: 1px;
  width: 203px;
  margin-right: 1rem;
  float: left;
}

.carousel-academy-category .owl-nav .owl-prev {
  display: flex;
  left: 0;
}

.carousel-academy-category .owl-nav .owl-next {
  right: 0;
}

.carousel-academy-category .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  border: none;
  color: #737373;
  border-radius: 8px;
}

.form-filter button {
  border: none;
  background: none;
  border-radius: 8px;
}

.form-filter button span {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient2);
  color: #FFF;
  transition: .5s;
  border-radius: 8px;
}

.btn-back {
  float: right;
  margin-bottom: 30px;
  display: flex;
  border: none;
  background: none;
  color: #736E6E;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}


.contact-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  display: table;
  width: 100%;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #CFD0D3;
  background: #FFF;
  font-size: 14px;
  color: #6B6C6D;
  height: 50px;
}


/* blog card */
.wrap-block-list .card-academy {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.card-academy {
  float: left;
  width: 100%;
  background: #FFF;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  transition:all ease-in-out 300ms;
}

.card-academy:hover {
  background: #298cb70a;
}

.card-academy h3 {
  display: table;
  margin-bottom: 20px;
  color: var(--azul);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
  /* text-wrap-style: balance; */
}

.card-academy .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.card-academy .top .category {
  border-radius: 4px;
  background: var(--verde);
  height: 22px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.card-academy .top .link-more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--verde);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
}

/* blog card */

/* blog texto */
.box-text-single-article {
  float: left;
  width: 100%;
  padding: 42px 32px;
  display: flex;
  gap: 30px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 10px 30px -5px rgba(207, 209, 229, 0.45);
}

div.box-text-article-search {
  height: 100%;
  width: 100%;
  padding: 42px 32px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 10px 30px -5px rgba(207, 209, 229, 0.45);
}

.box-text-single-article .tags .title {
  display: table;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

div.box-text-article-search a {
  color: #737373;
}

.box-text-single-article .into h1,
.box-text-single-article .into h2,
.box-text-single-article .into h3,
.box-text-single-article .into h4 {
  color: var(--azul);
}

.box-text-single-article .into h1 {
  font-size: 2.2rem;
   margin-bottom: 2rem;
}

.box-text-single-article .into h2 {
  font-size: 1.8rem;
}

.box-text-single-article .into h3 {
  font-size: 1.4rem;
}

.box-text-single-article .into h2 {
color: var(--azul);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

section.wrap-related-blog div.box-title h2 {
  font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.box-text-single-article .into {
  width: calc(100% - 80px);
}

.box-text-single-article .into .top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 30px;
  justify-content: space-between;
}

.box-text-single-article .into .top .date {
  display: table;
  color: #828282;
  font-size: 12px;
  white-space: nowrap;
}

.box-text-single-article .into .top .breadcrumbs {
  display: flex;
  gap: 8px;
}

.box-text-single-article .into .top .breadcrumbs a,
.box-text-single-article .into .top .breadcrumbs span {
  color: #828282;
  font-size: 12px;
}

.box-text-single-article .into .top .breadcrumbs a,
.box-text-single-article .into .top .breadcrumbs span {
  color: #828282;
  font-size: 12px;
}

.box-text-single-article .into .post-infos .info-time {
  display: flex;
  gap: 8px;
  align-items: center;
}

.box-text-single-article .into .post-infos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.box-text-single-article .into .post-infos .info-time .info {
  display: table;
  color: #717171;
  font-size: 12px;
  font-weight: 400;
}

.share-article {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin-bottom: 30px;
}

.share-article span {
  display: table;
  color: #212529;
  font-size: 12px;
}

.share-article .social {
  display: flex;
  gap: 5px;
}

.share-article .social a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #999;
  font-size: 16px;
  color: #999;
}

.box-text-single-article .into .post-infos .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.box-text-single-article .into .post-infos .info-time .google-icon {
  color: #717171;
  font-size: 28px;
}

.box-text-single-article .tags {
  gap: 0.5rem;
}

.box-text-single-article .tags {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 30px;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.box-text-single-article .tags a {
  border-radius: 4px;
  border: 1px solid #baebe3;
  background: #FFF;
  /* height: 27px; */
  padding: 0.2rem 1rem;
  display: flex;
  align-items: center;
  color: #32bda6;
  font-size: 10px;
  font-weight: 700;
  /* line-height: 24px; */
  text-transform: uppercase;
}

.box-text-single-article .share-fix {
  position: sticky;
  width: 50px;
  top: 30px;
  flex-shrink: 0;
  height: fit-content;
}

.box-text-single-article .share-fix a.facebook {
  background: #3A5899;
}

.box-text-single-article .share-fix a.linkedin {
  background: #122F6D;
}

.box-text-single-article .share-fix a.whatsapp {
  background: #28A745;
}

.box-text-single-article .share-fix a.twitter {
  background: #42B8DD;
}

.box-text-single-article .share-fix a.telegram {
  background: #359CE7;
}

.box-text-single-article .share-fix a.link {
  background: #11B471;
}

.box-text-single-article .share-fix a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
  clear: both;
}

/* blog texto */



/* blog coluna */

.side-article {
  float: left;
  width: 100%;
  padding: 42px 32px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 10px 30px -5px rgba(207, 209, 229, 0.45);
}

.side-article .form-search {
  float: left;
  width: 100%;
  display: flex;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  padding-right: 5px;
  overflow: hidden;
  margin-bottom: 32px;
  border: 1px solid #dddddd;
}

.side-article .form-search button {
  height: 50px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient);
  border-radius: 6px;
  border: none;
  color: #FFF;
}

.side-article .form-search input {
  width: 100%;
  padding: 0 20px;
  height: 60px;
  border: none;
  font-size: 12px;
}

.side-article .box-tags {
  padding-inline: 0.85rem !important;
}

.side-article .box-tags {
  float: left;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 2px 9px 20px rgb(0 0 0 / 3%);
  padding: 30px;
}

.side-article .box-tags .title {
  display: table;
  width: 100%;
  color: var(--azul);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.side-article .box-tags .links {
  overflow: auto;
  height: 10rem;
  padding-right: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  justify-content: center;
}

.side-article .box-tags .links a {
  border-radius: 4px;
  background: #FFF;
  padding: 0.2rem 0.4rem;
  color: #32bda6;
  font-size: 0.7rem;
  font-weight: 700;
  /* line-height: 1.5; */
  border: 1px solid #baebe3;
}

.side-article .more-read {
  display: table;
  width: 100%;
}

.side-article .more-read .title {
  display: table;
  margin-bottom: 30px;
  color: var(--azul);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.side-article .card-more-read .title-article {
  display: table;
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.side-article .card-more-read {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #BCBCBC;
  padding-left: 30px;
  padding-right: 30px;
}

.side-article .side-posts {
  float: left;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 2px 9px 20px rgb(0 0 0 / 3%);
  margin-bottom: 50px;
}

.side-article .side-posts .title {
  float: left;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  border-radius: 8px;
  background: var(--gradient);
}

.side-article .side-posts .side-post {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.side-article .side-posts .side-post .image {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.side-article .side-posts .side-post img {
  float: left;
  width: 100%;
  border-radius: 8px;
}

.side-article .side-posts .side-post a {
  color: #737373;
}

.side-article .side-posts .into {
  padding: 30px;
  display: table;
}

/* blog coluna */




@media only screen and (max-width: 1200px) {

 .box-text-single-article .share-fix {
    position: relative;
    width: 100%;
    display: flex;
    order: 12;
    top: auto;
  }

.form-grid input[type=checkbox] {
   bottom: 5rem;
}
  .box-text-single-article {
    padding: 30px 20px;
  }

  .box-text-single-article {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .box-text-single-article .into {
    width: 100%;
  }

  header .logo {
    display: table;
    margin: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .wrap-related-blog .card-academy {
    margin-bottom: 30px;
    height: auto;
  }

  .form-filter {
    flex-direction: column;
  }


}