/* 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 */


.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 #11DE89 !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: linear-gradient(87deg, #11DE89 0%, #11AA6B 94.78%);
  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: #11DE89;
  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%;

}

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

.side-article .box-tags .links {
  overflow: auto;
  height: 10rem;
  padding-right: 0.5rem;
}

.side-article .box-tags .links a {
    padding: 0.200rem 0.4rem;
    color: #949494;
    font-size: 0.7rem;
    /* font-weight: 700; */
    line-height: unset;
}


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

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);
}

div.box-text-article-search p {
  margin-bottom: 0;
}

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

.blog-body.dark .box-text-single-article .into h1, 
.blog-body.dark .box-text-single-article .into h2, 
.blog-body.dark .box-text-single-article .into h3,
.blog-body.dark .box-text-single-article .into h4 {
    color: #11DA87 !important;
}

.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;
}


@media only screen and (max-width: 1200px) {
  header .logo {
    display: table;
    margin: 0;
  }

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

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


}