@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-weight: 400;
  font-size: 16px;
  color: #8d9297;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.fadeBottom, .faderight, .fadeleft {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.fadeBottom.show, .faderight.show, .fadeleft.show {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadeBottom {
  bottom: -100%;
}
.fadeBottom.show {
  bottom: 0;
}

.faderight {
  right: -100%;
}
.faderight.show {
  right: 0;
}

.fadeleft {
  left: -100%;
}
.fadeleft.show {
  left: 0;
}

.jhd-shape-cinza {
  background: #f4feff;
}

.jhd-shape-img {
  background-image: url(../img/background2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.colorBase {
  color: #0078D7;
}

.bgBase {
  background: #0078D7;
}

.subtitle {
  font-size: 12px;
  text-transform: uppercase;
}

.navbar {
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 100;
}
.navbar .img-solid {
  display: none;
}
.navbar.jhd-nav-white {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white !important;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
          box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
.navbar.jhd-nav-white .img-solid {
  display: block !important;
  width: 8.5rem;
}
.navbar.jhd-nav-white .img-transparent {
  display: none;
}
.navbar.jhd-nav-white .nav-item a span {
  color: #32325d !important;
}
.navbar.jhd-nav-white .nav-item a.active span {
  color: #0078D7 !important;
}
.navbar .navbar-brand img {
  width: 10rem;
  height: auto;
}
.navbar .nav-item a span {
  font-family: "Poppins", sans-serif;
  padding: 10px 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar .nav-item .active span {
  font-weight: 900;
}
.navbar .nav-item.langue img {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.navbar .nav-item.langue span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-toggler {
  color: #0078D7 !important;
}

.section-title h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.section-title:after {
  width: 43px;
  bottom: -35px;
  height: 4px;
  left: 50%;
  margin-left: -21px;
  top: auto;
  position: absolute;
  content: "";
  background-color: #0078D7;
}

.jhd-bg-image {
  background-image: url(../img/bg-image1.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -2.5rem;
  z-index: 10;
}

.jhd-btn a {
  background: #2a263e;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0;
  padding: 25px 45px;
  border-radius: 5rem;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  border: 0;
  margin: 0;
}

.bg-padrao {
  background: #f4feff;
}

.bg-brain {
  background-image: url(../img/bg-image3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.wrapper .jhd-section-one {
  background: rgba(0, 0, 0, 0.5);
}
.wrapper .jhd-section-one span, .wrapper .jhd-section-one h1, .wrapper .jhd-section-one p, .wrapper .jhd-section-one span, .wrapper .jhd-section-one a {
  font-family: "Poppins", sans-serif !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
}
.wrapper .jhd-section-one .jhd-area-descrition {
  padding-left: 1rem;
  padding-top: 3rem;
}
.wrapper .jhd-section-one .jhd-area-descrition span {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wrapper .jhd-section-one .jhd-area-descrition h1 {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 3rem;
}
.wrapper .jhd-section-one .jhd-area-descrition p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  height: 7rem;
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
}
.wrapper .jhd-section-one .jhd-area-descrition p:after {
  content: "";
  display: inline-block;
  background-color: white;
  margin-left: 2px;
  height: 18px;
  width: 4px;
  -webkit-animation: cursor 0.4s infinite;
          animation: cursor 0.4s infinite;
}
@-webkit-keyframes cursor {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cursor {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.wrapper .jhd-section-one .jhd-areaImg {
  position: relative;
}
.wrapper .jhd-section-one .jhd-areaImg img {
  width: 30rem;
  position: absolute;
  right: -10rem;
  z-index: 2;
}
.wrapper .jhd-section-two {
  padding-top: 9rem;
  padding-bottom: 5rem;
}
.wrapper .jhd-section-two span {
  margin: 1rem 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wrapper .jhd-section-two .jhd-info {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 1rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.wrapper .jhd-section-two .jhd-info * {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.wrapper .jhd-section-two .jhd-info:hover {
  margin-top: -1rem;
}
.wrapper .jhd-section-two .jhd-info:hover .icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.wrapper .jhd-section-two .jhd-info .icon {
  position: relative;
  display: block;
  margin: 2rem 0 !important;
}
.wrapper .jhd-section-two .jhd-info .icon img {
  color: #0078D7;
  height: 40px;
  width: 40px;
}
.wrapper .jhd-section-two .jhd-info .jhd-info-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.wrapper .jhd-section-two .jhd-info .jhd-description {
  color: #a9b0bb;
  font-size: 0.9rem;
  padding: 1rem 0;
}
.wrapper .jhd-section-two .jhd-info.active {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(92, 10, 20, 0.08);
          box-shadow: 0px 40px 60px 0px rgba(92, 10, 20, 0.08);
}
.wrapper .jhd-section-tree {
  padding: 5rem 0;
}
.wrapper .jhd-section-tree .jhd-areaDescrition h5 {
  font-size: 12px;
  text-transform: uppercase;
}
.wrapper .jhd-section-tree .jhd-areaDescrition h2 {
  margin: 1rem 0 3rem 0;
}
.wrapper .jhd-section-tree .jhd-areaDescrition p {
  color: #707b8e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 2rem;
}
.wrapper .jhd-section-tree .jhd-areaImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  background-image: url(../img/equipa.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 40rem;
  height: 40rem;
  border-radius: 30% 70% 67% 33%/30% 30% 70% 70%;
  margin-left: -10rem;
  margin-top: -1rem;
}
.wrapper .jhd-section-tree .jhd-areaValores article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wrapper .jhd-section-tree .jhd-areaValores article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2rem;
}
.wrapper .jhd-section-tree .jhd-areaValores article ul li {
  padding-left: 27px;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
  color: #707b8e;
}
.wrapper .jhd-section-tree .jhd-areaValores article ul li a {
  color: #707b8e;
}
.wrapper .jhd-section-tree .jhd-areaValores article ul li:before {
  content: "";
  background: #0078D7;
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 4px;
}
.wrapper .jhd-section-tree .jhd-areaValores article .mybtn-link a {
  display: block;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  color: #0078D7;
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  width: 12rem;
}
.wrapper .jhd-section-tree .jhd-areaValores article .mybtn-link a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(#0078D7), to(#73B4E8));
  background-image: linear-gradient(90deg, #0078D7 0%, #73B4E8 100%);
  font-weight: 400;
}
.wrapper .jhd-section-tree .jhd-areaValores article .mybtn-link a:after {
  position: absolute;
  content: "→";
  top: 11px;
  right: 80px;
  font-style: normal;
  font-size: 14px;
  color: #fff;
}
.wrapper .jhd-section-tree .jhd-cards {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(92, 10, 20, 0.08);
          box-shadow: 0px 40px 60px 0px rgba(92, 10, 20, 0.08);
  background: #ffffff;
  padding: 1rem;
  height: 25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5rem 2rem;
  border-radius: 5px;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}
.wrapper .jhd-section-tree .jhd-cards * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .jhd-section-tree .jhd-cards:hover .areaImg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.wrapper .jhd-section-tree .jhd-cards:hover h4 {
  color: #0078D7;
  font-weight: bold;
}
.wrapper .jhd-section-tree .jhd-cards .areaImg {
  width: 65%;
  height: 8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 1rem auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .jhd-section-tree .jhd-cards .areaImg.luma {
  background-image: url(../img/lg-luma1.jpg);
}
.wrapper .jhd-section-tree .jhd-cards .areaImg.sokeru {
  background-image: url(../img/logo1.png);
}
.wrapper .jhd-section-tree .jhd-cards .areaImg.sontolegis {
  background-image: url(../img/lg-santolegis.png);
}
.wrapper .jhd-section-tree .jhd-cards .areaImg.mbora {
  background-image: url(../img/log_mbora.png);
  width: 110% !important;
}
.wrapper .jhd-section-tree .jhd-cards h4 {
  font-size: 1.1rem;
  margin: 1rem 0;
  letter-spacing: 3px;
  cursor: pointer;
  text-align: center;
}
.wrapper .jhd-section-tree .jhd-cards p {
  color: #707b8e;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 0.9rem;
}
.wrapper .jhd-section-tree .areaCards {
  margin: auto 0;
  padding-left: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .jhd-section-for {
  padding: 2rem 5rem;
}
.wrapper .jhd-section-for .areaClients {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .jhd-section-for .areaClients .jhd-logo {
  width: 6rem;
  height: 6rem;
  margin: 1.5rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0.7;
  max-width: 70% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper .jhd-section-for .areaClients .jhd-logo.large {
  width: 8rem;
  height: 8rem;
}
.wrapper .jhd-section-for .areaClients .jhd-logo img {
  width: 100%;
}
.wrapper .jhd-section-for .areaClients .jhd-logo:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.wrapper .jhd-section-five {
  background: url(../img/bg-image4.jpg) no-repeat center fixed;
  background-size: cover;
  padding: 3rem;
}
.wrapper .jhd-section-five .jhd-logo {
  width: 10rem;
}
.wrapper .jhd-section-five .footer-box {
  border-top: 1px solid #e5eef7;
  border-bottom: 1px solid #e5eef7;
}
.wrapper .jhd-section-five .footer-box > div {
  padding: 33px 15px 37px;
  position: relative;
  text-align: center;
}
.wrapper .jhd-section-five h4, .wrapper .jhd-section-five p {
  text-align: center;
  margin: 0;
}
.wrapper .jhd-section-five h4 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.wrapper .jhd-section-five p {
  list-style: none;
  position: relative;
  color: #707b8e;
}

.newsletter-form {
  position: relative;
  margin-bottom: 10px;
  margin-top: 48px;
}
.newsletter-form input[type=email] {
  background-color: #fff;
  height: 47px;
  font-size: 14px;
  outline: none;
  border: none;
  border-radius: 25px;
  padding-left: 50px;
  padding-right: 116px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.04);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newsletter-form input[type=submit] {
  height: 47px;
  width: 115px;
  border: 0;
  outline: none;
  z-index: 21;
  padding: 0;
  right: 0;
  border-radius: 0 50px 50px 0;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  font-weight: 600;
  font-size: 12px;
  padding-left: 0;
  padding-right: 20px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.newsletter-form i {
  padding-right: 1px;
  position: absolute;
  left: 25px;
  top: 16px;
}
.newsletter-form .mailchimp-inputbox:after {
  position: absolute;
  content: "→";
  top: 11px;
  right: 26px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-size: 14px;
  color: #fff;
  z-index: 99;
}

footer {
  background: #005ca4 !important;
}
footer a {
  color: #ffffff;
}
footer .footer-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-nav-menu li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 16px;
  font-size: 14px;
  padding-bottom: 0;
}
footer .footer-nav-menu li:last-child {
  padding-right: 0;
}
footer .footer-nav-menu li:first-child {
  padding-left: 0;
}
footer ul.footer-nav-menu li:not(:last-child):after {
  position: absolute;
  content: "|";
  padding-left: 7px;
}
footer a:hover {
  color: #a4d7ff;
}
footer div, footer h3 {
  color: white;
}
footer div {
  font-size: 14px;
}
footer h3 {
  color: rgba(255, 255, 255, 0.8);
}
footer ul#menu-footer-services {
  list-style: none;
  padding: 0;
}
footer ul#menu-footer-services li {
  padding: 0 0 13px 0;
}
footer ul#menu-footer-services li a {
  position: relative;
  padding-left: 1rem;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
footer ul#menu-footer-services li a:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 18px;
  font-size: 15px;
}
footer ul#menu-footer-services li a:hover {
  margin-left: 0.5rem !important;
}
footer ul.ttm-recent-post-list {
  padding: 0;
}
footer ul.ttm-recent-post-list > li {
  padding: 5px 0 15px !important;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}
footer ul.ttm-recent-post-list > li img {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 18px;
  border-radius: 5px;
}
footer ul.ttm-recent-post-list > li .post-date {
  display: block;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
}
footer .social-icons ul {
  margin: 0;
  padding: 0;
}
footer .social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
footer .social-icons li {
  display: inline-block;
  border: none;
  margin: 0 3px;
}
footer .social-icons.circle li > a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border-radius: 50%;
  border: none;
  color: #FFFFFF;
  background-color: #004d8b !important;
  font-size: 15px;
}
footer .widget .widget-title {
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
footer .widget .widget-title:after {
  display: block;
  height: 3px;
  margin-top: 0;
  margin-bottom: -13px;
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  background-color: #0078D7;
}
footer .copyright {
  text-align: center;
  padding-top: 23px;
  padding-bottom: 23px;
}

.topArea {
  margin: 5rem 0;
  z-index: 11;
  background-image: url(../img/background2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.topArea > div {
  background: rgba(42, 38, 62, 0.7);
  padding: 80px 100px 80px 250px;
}

.jhd-imagebox-post {
  background-color: #fff;
  padding: 0;
  margin-bottom: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.jhd-imagebox-post .jhd-content.jhd-content-post {
  padding: 22px 22px 22px 27px;
  min-height: 9rem;
}

.jhd-imagebox-post .jhd-content.jhd-content-post .post-meta {
  display: block;
  padding: 7px 3px 3px 0;
  font-size: 12px;
}

.jhd-imagebox-post .jhd-content.jhd-content-post .post-meta span {
  padding-right: 10px;
  position: relative;
}

.jhd-imagebox-post .jhd-content.jhd-content-post .post-meta span i {
  padding-right: 5px;
}

.jhd-imagebox-post .jhd-content.jhd-content-post .post-title h5 {
  margin: 0;
  font-size: 19px;
  line-height: 28px;
}

.jhd-imagebox-post:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 17px rgba(32, 46, 60, 0.1);
          box-shadow: 0 0 17px rgba(32, 46, 60, 0.1);
}

.jhd-imagebox-post .jhd-icon .ttm-icon.ttm-icon_element-size-xs {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.jhd-imagebox-post .jhd-icon .ttm-icon.ttm-icon_element-size-xs i {
  font-size: 17px;
}

.ttm-box-view-left-image.jhd-imagebox-post {
  padding: 15px;
}

.ttm-box-view-left-image .ttm-jhd-img-left {
  padding: 0;
}

.ttm-box-view-left-image .jhd-content,
.ttm-box-view-left-image.jhd-imagebox-post .jhd-content {
  padding-left: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0 !important;
}

.jhd-imagebox-post.ttm-box-view-left-image .jhd-content.jhd-content-post {
  padding: 22px 22px 80px 27px;
}

.jhd-imagebox .jhd-content .category,
.jhd-imagebox .jhd-content .category a {
  color: #9dabaf;
}

.ttm-box-view-left-image .jhd-content .category {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.jhd-imagebox .jhd-content .category, .jhd-imagebox .jhd-content .category a {
  font-size: 15px;
}

.ttm-box-view-left-image .jhd-content .category > a {
  display: inline-block;
  border: 1px solid;
  padding: 5px 10px;
  margin-right: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 5px;
}

.jhd-imagebox-post .jhd-content.jhd-content-post .post-title h5 {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500 !important;
  letter-spacing: 1px;
  overflow: hidden;
}

.ttm-box-view-left-image .jhd-content .ttm-box-desc, .ttm-box-view-left-image .jhd-content .jhd-desc {
  border-top: 1px solid #f2f2f2;
  margin-top: 10px;
  padding-top: 7px;
}

.jhd-imagebox-post.ttm-box-view-left-image .jhd-content.jhd-content-post .post-meta span {
  padding: 0;
  font-size: 14px;
}

.blog-grid-section h5, .blog-grid-section h5 a {
  font-weight: 600;
  color: #0b0c26;
}
.blog-grid-section span {
  color: #8d9297;
}

@media only screen and (max-width: 600px) {
  .jhd-section-one .jhd-area-descrition {
    padding: 3rem 1rem !important;
  }
  .jhd-section-one .jhd-areaImg {
    position: static;
    display: none;
  }
  .jhd-section-one .jhd-areaImg img {
    width: 15rem;
    position: absolute;
    right: -10rem;
    z-index: 2;
  }

  .my-areaDados .card .jhd-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-areaDados .card .jhd-radios .custom-radio {
    margin-left: 2.3rem !important;
    padding-left: 0 !important;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* large - display 3 */
@media (min-width: 992px) {
  .carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    -webkit-transform: translateX(33%);
            transform: translateX(33%);
  }

  .carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
}
@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.areaClients .Cliente_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.areaClients .Cliente_flex ul li {
  list-style: none;
}

.jhd-cards h4 a {
  color: #32325d;
}

.my-card:hover h4 a {
  color: #0078D7;
}

.Swiper_parceiro {
  position: relative;
  height: 100%;
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 300px;
  height: 300px;
  padding: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.Parceiro_logo {
  padding: 2rem 5rem;
}

.Parceiro_logo .logo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Parceiro_logo .texto_nome .subtitle_nome {
  font-size: 12px;
  color: #0078D7;
}

.Parceiro_logo .texto_nome .text_uppercase {
  text-transform: uppercase !important;
  font-weight: bolder !important;
  color: #32325d;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

#esconder_parceiro {
  display: none;
}