.container.template-inner {
  max-width: 1750px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.featured-image-wrapper .template-featured-img {
  padding-top: 113px;
}
.featured-image-wrapper .template-featured-img img {
  width: 100%;
  object-fit: cover;
  max-height: 620px;
  object-position: top;
}
.template-inner h1,
.template-inner h1:not(.thegem-heading):first-child {
  color: #04333f;
  font-weight: 500;
  font-size: 68px;
  line-height: 90px;
  margin-bottom: 20px;
  margin-top: 40px !important;
  text-transform: capitalize;
}
.template-inner h4{
  font-size: 36px;
  line-height: 45px;
}
.template-inner .post-subheading {
  color: #04333f;
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 30px;
  text-transform: capitalize;
}
.template-inner p {
  color: #101828;
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 16px;
  text-align: justify;
}
.main-cont-wraper .left {
  float: left;
  margin-right: 1em;
}
.main-cont-wraper .right {
  float: right;
  margin-left: 1em;
  max-width: 750px;
  background: #dedede;
  padding: 25px;
}
.main-cont-wraper .right h3 {
    margin: 0 0 16px;
    font-size: 38px;
    line-height: 45px;
}
.main-cont-wraper:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.template-inner .right li {
    font-size: 22px;
    line-height: 32px;
}
.template-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.template-inner li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 42px;
  color: #101828;
  text-align: justify;
}

.template-inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 12px;
  height: 12px;
  background-color: #365C65;
  border-radius: 1px;
}
.template-inner .highlight-list li::before{
  top: 10px;
}
.template-inner ul ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L7 7L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  width: 7px;
  height: 12px;
}
.template-inner ul ul ul li::before {
  background-color: #212121;
  border-radius: 50px;
  width: 12px;
    height: 12px;
}
.template-inner ul ul ul ul li::before{
  border-radius: 2px;
}
.template-inner ul ul {
    padding-left: 35px;
}
.procedure-section {
  margin-top: 100px;
}
.template-inner h2 {
  color: #04333f;
  font-weight: 500;
  font-size: 68px;
  line-height: 90px;
  margin: 0 0 15px;
  text-transform: capitalize;
}
.accordion {
  max-width: 1280px;
  margin: 42px auto;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #eaecf0;
}
.accordion-item:last-child {
  border: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
}

.accordion-header h3 {
  font-size: 34px;
  color: #04333f;
  margin: 0;
  line-height: 48px;
  font-weight: 500;
}

.accordion-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7V15M7 11H15M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  transition:
    transform 0.3s ease-in-out;
}

.accordion-cont {
  transition:
    max-height 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
  opacity: 0;
  transform: translateY(-8px);
  max-height: 0;
  overflow: hidden;
  padding-left: 40px;
}

.accordion-cont li {
  margin-bottom: 8px;
}

.accordion-item.active .accordion-cont {
  max-height: 100%;
  opacity: 1;
  transform: translateY(0);
}

.accordion-item.active .accordion-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11H15M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  transform: rotate(180deg);
}
section.post-mensagem {
    margin-bottom: 30px;
}
.document-intro.intro-highlight:before {
    content: '';
    background: #54595F;
    position: absolute;
    width: 100%;
    height: 1px;
    top: -25px;
}
.document-intro.intro-highlight {
    position: relative;
    margin: 50px 0 20px;
}
.document-intro.intro-highlight .post-subheading {
    font-size: 50px;
}

.treatment-tabs-nav {
    display: flex;
    gap: 10px;
    row-gap: 30px;
    margin: 30px 0;
        justify-content: center;
    flex-wrap: wrap;
}
.treatment-tabs-nav button {
  background-color: #04333f;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
  fill: #FFFFFF;
  color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 99px;
  padding: 10px 16px 10px 16px;
}

.full-width-box {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #3584911A;
  padding: 30px 0px;
}
.document-video {
    margin-top: 25px;
    font-size: 20px;
    text-align: center;
}
.post-disclaimer h2 {
    font-size: 48px;
}
.post-disclaimer p {
    font-size: 22px;
}
@media (min-width: 1540px) {
.featured-image-wrapper .template-featured-img img {
  max-height: 790px;
  min-height: 790px;
}
}
@media (min-width: 1440px) {
  .main-cont-wraper .right {
  margin: 30px 45px;
  }
}

@media (max-width: 1440px) {
.featured-image-wrapper .template-featured-img {
    padding-top: 101px;
  }
}
@media (max-width: 1180px) {
  .main-cont-wraper .right {
    float: none;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 10px;
  }
  
}
@media (max-width: 1024px) {
  .procedure-section {
    margin-top: 60px;
  }
  .featured-image-wrapper .template-featured-img {
    padding-top: 86px;
  }
  .main-cont-wraper .right h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .template-inner h1,
  .template-inner h1:not(.thegem-heading):first-child {
    font-size: 52px;
    line-height: 64px;
  }
  .document-intro.intro-highlight .post-subheading{
    font-size: 26px;
  }
  .template-inner .post-subheading {
    font-size: 28px;
    line-height: normal;
  }
  .template-inner li,
  .template-inner p,.template-inner .right li {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }
  .template-inner li::before,.template-inner .highlight-list li::before {
    top: 8px;
  }
  .template-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .accordion {
    margin: 10px auto;
  }
  .accordion-header h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .featured-image-wrapper .template-featured-img img {
    width: 100%;
    object-fit: contain;
    height: auto;
  }
  .template-inner h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .post-disclaimer h2 {
    font-size: 26px;
  }
  .post-disclaimer p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .template-inner h1,
  .template-inner h1:not(.thegem-heading):first-child {
    font-size: 28px;
    line-height: 46px;
  }
  .template-inner .post-subheading {
    font-size: 20px;
  }
  .accordion-cont {
    padding-left: 0px;
  }
  .template-inner ul ul {
    padding-left: 16px;
  }
  .template-inner li{
    padding-left: 20px;
  }
  .accordion-header h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .template-inner h4 {
    font-size: 28px;
    line-height: 35px;
  }
  .main-cont-wraper .right h3 {
    font-size: 24px;
    line-height: 45px;
  }
  .document-video{
    font-size: 16px;
  }
}
