
.blog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
.blog__list a {
    color:#000000;
}
.blog__subtext {
    font-size: 1.1rem !important;
}
.blog__list-resume .blog__post-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog__list-resume .blog__post-content h3 {
    font-size: 20px;
    padding-right: 3rem;
  }
}
.blog__list-resume .container {
  padding-top: 60px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 415px) {
  .blog__list-resume .container {
    padding-top: 0 !important;
  }
}
.blog__list-resume .container a {
  transition: all 0.3s;
  color: #000;
}
.blog__list-resume .container a:hover {
  color: #12306e;
}
.blog__post {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}
.blog__post {
  width: 32%;
}
.blog__post.full {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .blog__post {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .blog__post.full {
    margin-top: 60px;
  }
}
.blog__post.full .blog__post-tag {
  z-index: 1;
  color: #fff;
  left: 70px;
  top: -80%;
}
@media screen and (max-width: 960px) {
  .blog__post.full .blog__post-tag {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .blog__post.full .blog__post-tag {
    background: rgba(18, 55, 127, 0.8274509804);
    font-size: 20px;
    margin-top: 60px;
    top: -46px;
    font-size: 16px;
  }
}
.blog__post .blog__post-content.full {
  position: absolute;
  top: 0;
  padding-left: 70px;
  background-color: rgba(18, 55, 127, 0.7882352941);
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
@media screen and (max-width: 960px) {
  .blog__post.full .blog__post-content.full {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .blog__post.full .blog__post-content.full {
    padding-left: 0;
    padding-top: 0;
    position: inherit;
    background-color: rgba(0, 0, 0, 0);
  }
}
.blog__post.full .blog__post-content.full a,
.blog__post.full .blog__post-content.full p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .blog__post.full .blog__post-content.full a {
    color: #12377f;
  }
}
.blog__post.full .blog__post-content.full a:hover {
  color: #ff9049;
}
.blog__post.full .blog__post-content.full h3 {
  font-size: 46px;
  margin-top: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .blog__post.full .blog__post-content.full h3 {
    font-size: 28px;
  }
}
.blog__post.full .blog__post-content.full p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .blog__post.full .blog__post-content.full p {
    color: #000;
    width: auto;
  }
}
.blog__post.full p {
  width: 60%;
}
.blog__post-img {
  max-height: 300px;
  overflow: hidden;
}
.blog__post-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog__post-tag {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  background: rgba(18, 55, 127, 0.8274509804);
  border: 1px solid #f87b41;
  border-radius: 18px;
  padding: 6px 20px;
  position: absolute;
  top: 15rem;
  left: 20px;
}
.blog__post-content {
  font-family: DINSchrift30640NeuzeitGroteskLight;
}
.blog__post-content a {
  color: #12377f;
}
.blog__post-content h3 {
  font-size: 28px;
  padding-top: 10px;
  margin-top: 0;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .blog__post-content h3 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
    height: auto;
  }
  .container h3 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 415px) {
  .blog__post-content h3 {
    padding-right: 0;
  }
}
.blog__post-content p {
  font-size: 18px;
  line-height: 30px;
  padding-right: 5rem;
  margin-top: 0;
}
@media screen and (max-width: 415px) {
  .blog__post-content p {
    padding-right: 0;
  }
}
.blog__post-content .blog__post-link {
  font-size: 18px;
  color: #12377f;
  text-decoration: underline;
  transition: all 0.3s;
}
.blog__post-content .blog__post-link:hover {
  color: #1962ef;
}
@media screen and (min-width: 768px) {
  .blog__post-content .blog__post-link {
    padding: 20px 0;
  }
}
.blog__post.blog__post-resume {
  width: 47%;
  border-bottom: 1px solid #ed9c5a;
}
@media screen and (max-width: 960px) {
  .blog__post.blog__post-resume {
    width: 100%;
  }
}
.blog__post.blog__post-resume .blog__post-tag {
  font-size: 16px;
  color: #12377f;
  position: inherit;
  border-color: #ed9c5a;
  background-color: #fff;
  display: inline;
  top: -20px;
  left: 0;
}
.blog__post.blog__post-resume h3 {
  margin-top: 0;
  height: auto;
}
.blog__post-tag {
  font-size: 16px;
  color: #fff;
  position: inherit;
  border-color: #ed9c5a;
  background-color: rgba(18, 55, 127, 0.8274509804);
  display: inline;
  top: -46px;
  left: 20px;
}
.blog__section-title {
  top: 0;
  margin-top: 60px;
}
.blog__section-title .container {
  padding-top: 0 !important;
}
.blog__section-title h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .blog__section-title {
    margin-top: 0;
  }
}
.blog__section-title .title-edge {
  padding-left: 8rem;
}
@media screen and (max-width: 960px) {
  .blog__section-title .title-edge {
    padding-left: 26px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .blog__section-title .title-edge {
    text-align: left;
    font-size: 30px;
    color: #233f73;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0);
  }
  .blog__section-title .title-edge::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
.post__head {
  display: flex;
  justify-content: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .post__head {
    width: 100%;
  }
}
.post__head .blog__post-tag {
  position: revert;
  display: inline-block;
  width: 120px;
}
.post__head-img {
  position: relative;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 960px) {
  .post__head-img {
    width: 100%;
  }
}
.post__head-img img {
  object-fit: cover;
  object-position: top;
  max-height: 400px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .post__head-img img {
    max-height: 430px;
    width: auto;
  }
}
.post__head-img::after {
  content: "";
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      180deg,
      rgba(18, 55, 127, 0) 0,
      rgba(18, 55, 127, 0.0392156863) 25%,
      #12377f 100%
    );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.post__head-content {
  position: absolute;
  width: 82%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .post__head-content {
    width: 100%;
    padding: 0 20px;
  }
}
.post__title {
  font-family: DINSchrift30640NeuzeitGroteskLight;
  font-weight: 100;
  font-size: 48px;
  color: #fff;
  line-height: 60px;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .post__title {
    line-height: 50px;
  }
}
.post__info {
  font-family: DINSchrift30640NeuzeitGroteskLight;
  font-weight: 100;
  font-size: 14px;
  color: #a1aeb7;
}
.post__text {
  font-family: DINSchrift30640NeuzeitGroteskLight;
  font-size: 18px;
  line-height: 36px;
  padding: 50px 14rem;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .post__text {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
  }
}
.post__text .container {
  padding-top: 0 !important;
}
.post span.bold {
  font-weight: 700;
  display: block;
  font-size: 24px;
}
.post ul {
  margin-bottom: 20px;
}
.post .post__ref {
  font-size: 14px;
  margin-top: 40px;
}
.post a {
  color: #ed9c5a;
}
.post__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px;
  border-color: transparent #12377f #12377f transparent;
  transform: rotate(45deg);
  margin: -30px auto 0;
}
@media screen and (max-width: 960px) {
  .post__arrow {
    margin: -33px auto 0;
  }
}
.duvidas {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 274px;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .duvidas {
    height: 300px;
  }
}
.duvidas__background {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
@media (min-width: 1024px) {
  .duvidas__background {
    object-fit: cover;
    object-position: center;
    height: auto;
  }
}
.duvidas__content {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .duvidas__content {
    padding: 0;
    margin: 0;
    justify-content: space-evenly;
  }
}
.duvidas__text {
  font-size: 32px;
  color: #fff;
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .duvidas__text {
    font-size: 48px;
    margin-bottom: 0;
  }
}
.faq .faq-question {
  padding: 10px 25px;
}
@media (min-width: 1024px) {
  .faq .faq-question {
    margin-bottom: 60px;
    padding: 34px 50px;
  }
}
.faq .faq__item {
  width: 100%;
  border: none;
}
.faq.faq-container {
  padding: 0;
}
.faq .faq-answer p {
  font-family: DIN-Alternate, sans-serif !important;
  font-size: 20px;
  color: #1c4a8c;
  margin-top: 0;
  padding-right: 100px;
  padding: 0 30px;
  font-weight: lighter;
}
.faq h3,
.faq p {
  font-family: DIN-Alternate, sans-serif;
  font-weight: lighter;
  color: #000 !important;
  font-size: 16px !important;
}
@media (min-width: 1024px) {
  .faq h3,
  .faq p {
    font-size: 20px !important;
  }
}
.intro {
  margin-top: 100px;
  padding: 4vw 0;
  background: url("/Content/dist/img/home/Banner_Targifor_Cleber_Machado-new.webp")
    no-repeat 16% / cover;
}
.intro__container {
  height: 100%;
  padding: 0 4vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
.intro__logo {
  width: 100%;
  max-width: 320px;
  height: 72px;
}
.intro__content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.intro__media {
  order: 2;
  margin: 0 auto;
  padding-top: 24px;
}
.intro__image {
  width: 100%;
  max-width: 560px;
  height: 100%;
}
.intro h1,
.intro__benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.25rem;
  font-family: DINSchrift30640NeuzeitGroteskLight, sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 0 0 #f47d31;
  transform: skew(-8deg);
}
.intro h1:not(:first-child),
.intro__benefit:not(:first-child) {
  text-shadow: 3px 0 0 #233f73;
}
@media (max-width: 360px) {
  .intro h1,
  .intro__benefit {
    font-size: 0.875rem;
  }
}
@media (min-width: 512px) {
  .intro h1,
  .intro__benefit {
    font-size: 1.5rem;
  }
}
.intro__symbol {
  width: 32px;
  height: 32px;
}
.intro__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.intro__buttons a.button {
  min-width: 240px;
}
@media (min-width: 768px) {
  .intro {
    margin-top: 104px;
    background-position: bottom right;
  }
  .intro__content {
    flex-wrap: nowrap;
  }
  .intro__media {
    order: inherit;
  }
  .intro__benefit {
    font-size: 1.75rem;
  }
  .intro__buttons {
    flex-direction: row;
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .intro__media {
    margin: 0 8vw;
  }
  .intro h1,
  .intro__benefit {
    font-size: 2.25rem;
  }
}
.product {
  font-size: 40px;
  color: #1c4a8c;
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .product {
    margin-bottom: 100px;
  }
}
.product .title-section {
  margin-bottom: 30px;
}
.product__content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 960px) {
  .product__content {
    flex-direction: column;
    align-items: center;
  }
}
.product__cta {
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .product__cta {
    width: 100%;
    order: 2;
    margin-top: -50px;
  }
}
.product__cta img {
  width: 95%;
}
@media screen and (max-width: 1080px) {
  .product__cta img {
    width: 100%;
  }
}
.product__txt {
  width: 35%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .product__txt {
    width: 100%;
    margin-top: -50px;
    margin-bottom: 80px;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .product__txt {
    width: 100%;
  }
}
.product__txt h3 {
  font-family: "Futura lt BT";
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .product__txt h3 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.product__txt p {
  font-family: DINSchrift30640NeuzeitGroteskLight, sans-serif;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .product__txt p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .product .btn {
    text-align: center;
    display: inline-block;
    width: 80%;
  }
}
@media screen and (max-width: 680px) {
  .product .btn {
    transform: translate(-50%, 50%);
  }
}
.blog {
  background-color: #e7f6ff;
  padding-top: 1px;
  padding-bottom: 50px;
}
.blog__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .blog__content {
    flex-direction: column;
  }
}
.blog__item {
  flex: 1;
}
.blog__item img {
  width: 100%;
  object-fit: cover;
}
.blog__item h2 {
  font-family: "Futura lt BT";
  font-size: 29px;
  color: #233f73;
  margin-bottom: 20px;
}
.blog__item p {
  font-family: "Futura md BT";
  font-size: 16px;
  color: #000;
  margin-bottom: 16px;
}
.blog__item a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .blog__item {
    flex: 1 1 360px;
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .blog__item {
    flex: 1 1 240px;
  }
}

@media (max-width:320px) {
    .details-components__title {
        font-size: .875rem;
        padding: 4px
    }
}

.details-components summary {
    list-style: none;
}

.details-components summary::-webkit-details-marker {
    display: none;
}

.details-components summary::marker {
    display: none;
}

.details-components__title::before {
    content: "";
    position: absolute;
    display: inline-block;
    right: calc(24px + 2vw);
    top: 50%;
    padding: 5px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .2s linear;
}

.details-components[open] .details-components__title::before {
    transform: rotate(225deg);
    top: 24px;
    right: calc(24px + 2vw);
}

.details-components__icon {
    width: 32px;
    height: 32px;
    margin-left: 16px;
    margin-right: 24px
}

@media (max-width:360px) {
    .details-components__icon {
        margin-right: calc(8px + 1vw)
    }
}

.details-components__content {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: .875rem;
    background: #ee7c02;
    color: white
}

.details-components__description {
    margin: 0;
    padding: 0
}

.details-components__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: initial
}

.details-components__item {
    list-style-type: decimal;
    color: white;
}

.details-components__item a {
    color: white;
}

@media (max-width:768px) {
    .anchor {
        display: block;
        height: 160px;
        margin-top: -160px;
        visibility: hidden;
    }
}

@media (min-width:768px) {
    .details-components__title {
        font-size: 1.325rem
    }

    .details-components__icon {
        margin-left: 32px;
        margin-right: 40px
    }

    .details-components__content {
        font-size: 1rem;
        padding-left: 112px;
        padding-right: calc(48px + 4vw)
    }
}

@media (min-width:1024px) {
    .details-components__content {
        padding-right: calc(64px + 4vw)
    }
}

.anchor {
      display: block;
      height: 95.4px;
      margin-top: -95.4px;
      visibility: hidden;
    }