section.anti_hero{
  background-image: url('../imagens/anticoagulantes/bg-hero.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 128px 0;
}
section.anti_hero h1{
  font-size: 56px;
  font-family: "SST";
  color: var(--color-primary);
  line-height: 1.069;
  font-weight: lighter;
  width: 100%;
  max-width: 500px;
}
section.anti_hero h1 strong{
  font-family: 'SST bold';
}

section.anti_what{
  padding: 128px 0;
}
section.anti_what .content{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
section.anti_what .content .anti_what-banner{
  width: 100%;
  max-width: 520px;
  position: relative;
}
section.anti_what .content .anti_what-banner::after{
  content: '';
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
  background: var(--color-primary);
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
section.anti_what .content .anti_what-banner img{
  width: 100%;
  height: 100%;
}
section.anti_what .content .anti_what-text{
  width: 100%;
  max-width: 470px;
}
section.anti_what .content .anti_what-text h2{
  font-size: 36px;
  font-family: "SST";
  color: var(--color-primary);
  line-height: 1.073;
  margin: 0 0 24px;
  font-weight: lighter;
}
section.anti_what .content .anti_what-text h2 b{
  color:#4cb8d2;
  font-family: 'SST bold';
}
section.anti_what .content .anti_what-text p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(136, 136, 136);
  line-height: 1.238;
}
section.cta_whats{
  background-image: url('../imagens/anticoagulantes/bg-cta-whats.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
  margin-top: -1px;
}
section.cta_whats h2 {
  font-size: 36px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.053;
  text-align: center;
  font-weight: lighter;
}
section.cta_whats h2 strong{
font-family: 'SST bold';
}
/* mobile */

h1.mobile{display:none;}

section.anti_what .content h2.mobile{
  font-size: 32px;
  font-family: "SST";
  color: var(--color-primary);
  line-height: 1.1;
  font-weight: normal;
  margin: 0 0 36px;
  display: none;
}

@media (max-width:768px){
  section.anti_hero{
    background-image: url('../imagens/anticoagulantes/bg-hero-mobile.png');
  }
  section.anti_what{
    padding: 64px 0;
  }

  h1.mobile{
    background: var(--color-primary);
    text-align: center;
    padding: 32px 0;
    margin: -1px;
    font-size: 32px;
    font-family: 'SST bold';
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.125;
  }
  section.anti_what .content h2.mobile{
    display: block;
  }
  section.anti_what .content h2.mobile strong{
    font-family: 'SST bold';
  }
  section.anti_hero h1{
    display: none;
  }
  section.anti_what .content{
    flex-direction: column;
  }
  section.anti_what .content .anti_what-banner,
  section.anti_what .content .anti_what-text{
    max-width: 100%;
    margin: 24px 0 0;
  }

  section.fibri_test .fibri_test-text h2{
    font-size: 25px;
    max-width: 100%;
    padding-top: 50px;
  }
  section.fibri_test{
    padding: 0;
  }
}


@media (max-width:580px){
  section.anti_what .content h2.mobile,
  section.anti_what .content .anti_what-text h2{
    font-size: 36px;
  }
  section.fibri_test .fibri_test-text h2 {
    font-size: 25px;
    max-width: 100%;
  }
  section.cta_whats h2{
    max-width: 256px;
    margin: 0 auto;
    font-size: 42px;
  }
}
@media (max-width:480px){
  section.anti_what .content h2.mobile,
  section.anti_what .content .anti_what-text h2{
    font-size: 32px;
  }
}