section.avc_hero{
  background-image: url('../imagens/avc/hero-avc.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 128px 0;
}
section.avc_hero h1{
  font-size: 56px;
  font-family: "SST";
  color: var(--color-primary);
  line-height: 1.069;
  font-weight: lighter;
  width: 100%;
  max-width: 400px;
}
section.avc_hero h1 strong{
  font-family: 'SST bold';
}
/* avc types */
section.avc_types{
  padding: 128px 0;
}
section.avc_types .avc_types-banner{
  width: 100%;
  max-width: 460px;
  position:relative;
  margin: 0 0 24px;
}
section.avc_types .avc_types-banner::after{
  content: '';
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
  background: #4cb8d2;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
section.avc_types .avc_types-banner img{
  width: 100%;
  height: 100%;
}
section.avc_types .content{
  display: flex;
  justify-content: space-between;
}
section.avc_types .avc_types-text{
  width: 100%;
  max-width: 460px;
}
section.avc_types .avc_types-text h2{
  font-size: 36px;
  font-family: "SST";
  color: var(--color-primary);
  line-height: 1.073;
  margin: 0 0 8px;
}
section.avc_types .avc_types-text h2 b{
  color: #4cb8d2;
  font-family: 'SST bold';
}

section.avc_types .avc_types-text p{
  font-size: 22px;
  font-family: "SST";
  line-height: 1.238;
  color: #a6a6a6;
  margin: 16px 0;
}
section.avc_types .avc_types-text p b{
  color: var(--color-primary);
  font-family: 'SST bold';
}
section.avc_types .avc_types-text p span{
  color: var(--color-secondary);
}

/* section alerts */
section.avc_alerts .content-top{
  padding: 64px 0 32px;
  background: var(--color-primary);
}

section.avc_alerts .content-top h2{
  font-size: 36px;
  font-family: 'SST bold';
  color: rgb(255, 255, 255);
  line-height: 1.069;
  font-weight: lighter;
  margin: 0 0 32px;
}

section.avc_alerts .content-top p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.238;
  font-weight: lighter;
}
section.avc_alerts .content-top ul{
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 0 20px;
}
section.avc_alerts .content-top ul li{
  list-style-type: disc;
  color: #fff;
}
section.avc_alerts .content-top ul li p{
  font-family: 'SST bold';
  font-size: 20px;
}

section.avc_alerts .content-middle{
  padding: 32px 0;
  background: var(--color-primary-bold);
}
section.avc_alerts .content-middle > .container{
  display: flex;
  justify-content: space-between;
}
section.avc_alerts .content-middle .text-left,
section.avc_alerts .content-middle .text-right{
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
section.avc_alerts .content-middle .text-left p,
section.avc_alerts .content-middle .text-right p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.238;
}
section.avc_alerts .content-middle .text-right p.first::first-letter{
  font-size: 26px;
  font-family: 'SST bold';
}
section.avc_alerts .content-bottom{
  background: var(--color-primary);
  padding: 32px 0 64px;
}
section.avc_alerts .content-bottom h3{
  font-size: 28px;
  font-family: 'SST bold';
  color: rgb(255, 255, 255);
  line-height: 1.162;
}

/* avc factors */


section.avc_factor{
  padding: 80px 0 80px;
  background: #e8e8e8;
}
section.avc_factor .avc_content-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
section.avc_factor .avc_content-top .top-text{
  width: 100%;
  max-width: 480px;
}
section.avc_factor .avc_content-top .top-text h2{
  font-size: 48px;
  font-family: "SST";
  color:var(--color-primary);
  line-height: 1.069;
  margin: 0 0 16px;
  max-width: 424px;
}
section.avc_factor .avc_content-top .top-text h2 b{
  color: #58bcd4;
  font-family: 'SST bold';
}
section.avc_factor .avc_content-top .top-text p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(136, 136, 136);
  line-height: 1.238;
}
section.avc_factor .avc_content-top .top-banner{
  width: 100%;
  max-width: 590px;
  position: relative;
  z-index: 2;
}
section.avc_factor .avc_content-top .top-banner::before{
  content: '';
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
  background: var(--color-primary);
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
}
section.avc_factor .avc_content-top .top-banner img{
  width: 100%;
}
section.avc_factor .avc_content-bottom{
  margin: 32px 0 0;
}
section.avc_factor .avc_content-bottom ul{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
section.avc_factor .avc_content-bottom ul li {
  width: 100%;
  max-width: 48%;
  font-size: 20px;
  font-family: 'SST bold';
  color: var(--color-primary);
  line-height: 1.238;
  list-style-type: disc;
}
section.avc_factor .avc_content-bottom ul li b{
  color: rgb(136, 136, 136);
  font-size: 22px;
  font-family: "SST";
  color: rgb(136, 136, 136);
  line-height: 1.238;
  font-weight: lighter;
}
/* avc consequences */

section.avc_consequences{
  padding: 128px 0;
}
section.avc_consequences .avc_consequences-banner{
  width: 100%;
  max-width: 420px;
  position: relative;
}
section.avc_consequences .avc_consequences-banner::after{
  content: '';
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
  background: var(--color-primary);
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
}
section.avc_consequences .avc_consequences-banner img{
  width: 100%;
}
section.avc_consequences .content{
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
section.avc_consequences .avc_consequences-text{
  width: 100%;
  max-width: 680px;
}
section.avc_consequences .avc_consequences-text h2{
  font-size: 36px;
  font-family: "SST";
  color: #4cb8d2;
  line-height: 1.073;
  margin: 0 0 8px;
}
section.avc_consequences .avc_consequences-text h2 b{
  color: var(--color-primary);
  font-family: 'SST bold';
}
section.avc_consequences .avc_consequences-text p{
  font-size: 22px;
  font-family: "SST";
  font-weight: bold;
  line-height: 1.238;
  color: #a6a6a6;
  margin: 16px 0;
  font-weight: lighter;
}
section.avc_consequences .avc_consequences-text ul li{
  color: var(--color-primary);
  list-style-type: disc;
}
section.avc_consequences .avc_consequences-text ul li p{
  font-size: 20px;
  color: #a6a6a6;
}
/* Section prevention */
section.avc_prevention{
  padding: 64px 0 32px;
  background: #47b8d2;
}
section.avc_prevention .content{
  display: flex;
  justify-content: space-between;
  gap:48px;
}
section.avc_prevention .content .prevention_text{
  width: 100%;
  max-width: 580px;
}
section.avc_prevention .content .prevention_banner{
  width: 100%;
  max-width: 520px;
}
section.avc_prevention .content .prevention_text h2{
  font-size: 36px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.145;
  margin: 0 0 24px;
}
section.avc_prevention .content .prevention_text h2 b{
  color: #023970;
  font-family: 'SST bold';
}
section.avc_prevention .content .prevention_text p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.238;
}

section.avc_prevention .content .prevention_banner p{
  font-size: 26px;
  font-family: 'SST bold';
  color: rgb(2, 57, 112);
  line-height: 1.238;
  max-width: 480px;
}

section.avc_prevention .content .prevention_banner button{
  background:var(--blue-primary);
  font-size: 22px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.119;
  text-align: center;
  padding: 18px 26px;
  outline: none;
  border-radius: 2px;
  border: none;
  margin: 24px 0 48px;
}
section.avc_prevention .content .prevention_banner img{
  width: 100%;
  margin: 0 0 -80px;
  max-width: 480px;
  position: relative; 
  z-index: 2;
}
section.avc_prevention .content .prevention_banner .banner{
  position: relative;
}
section.avc_prevention .content .prevention_banner .banner::after{
  content: '';
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
  background: #023970;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 1;
}
/* Section rehab */
section.avc_rehab{
  padding: 80px 0 64px;
}
section.avc_rehab h2{
  font-size: 36px;
  font-family: "SST";
  color: var(--color-primary);
  line-height: 1.069;
  margin: 0 0 48px;
}
section.avc_rehab h2 b{
  color: #47b8d2;
  font-family: 'SST bold';
}

section.avc_rehab p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(136, 136, 136);
  line-height: 1.238;
}
/* Section avc more */
section.avc_more{
  background: #023970;
  padding: 64px 0;
}
section.avc_more .content_top h2{
  font-size: 36px;
  font-family: "SST";
  color: rgb(71, 184, 210);
  line-height: 1.069;
  font-weight: lighter;
  margin: 0 0 24px;
}
section.avc_more .content_top h2 strong{
  font-family: 'SST bold';
}
section.avc_more .content_top p{
  font-size: 22px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  line-height: 1.238;
}
section.avc_more .content_bottom{
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin: 64px 0 0;
}
section.avc_more .content_bottom .content_bottom-banner{
  width: 100%;
  max-width: 520px;
  position: relative;
}
section.avc_more .content_bottom .content_bottom-banner::after{
  content: '';
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 300px;
  background: #47b8d2;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
}
section.avc_more .content_bottom .content_bottom-banner img{
  width: 100%;
  position: relative;
  z-index: 2;
}
section.avc_more .content_bottom .content_bottom-text{
  width: 100%;
  max-width: 580px;
}

section.avc_more .content_bottom .content_bottom-text h3{
  font-size: 28px;
  color: rgb(255, 255, 255);
  font-family: 'SST bold';
  line-height: 1.238;
  margin: 0 0 48px;
}
section.avc_more .content_bottom .content_bottom-text ul{
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 0 0 0 20px;
}
section.avc_more .content_bottom .content_bottom-text ul li{
  list-style-type: disc;
  color: rgb(71, 184, 210);
}
section.avc_more .content_bottom .content_bottom-text ul li a{
  font-size: 20px;
  font-family: "SST";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.238;
  color: rgb(71, 184, 210);
}

h1.mobile{display:none;}
section.avc_types h2.mobile{
  display: none;
} 

section.avc_factor .avc_content-top .top-text img.mobile{
  display: none;
  width: 100%;
  max-width: 100%;
}
section.avc_consequences .avc_consequences-text .mobile{display: none;}

@media (max-width:768px){
  .avc_content-bottom ul li{
    margin-top: 0 !important;
  }
  .avc_content-bottom ul, section.avc_consequences .avc_consequences-text ul{
    margin-left: 15px;
  }
  section.avc_consequences .content{
    justify-content: center;
  }
  section.avc_hero{
    background-position: right;
  }
  section.avc_hero h1{
    font-size: 48px;
    display: none;
  }
  
  h1.mobile{
    background: #ab1d2e;
    text-align: center;
    padding: 32px 0;
    margin: -1px;
    font-size: 32px;
    font-family: "SST";
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.125;
  }
  section.avc_types{
    padding: 64px 0;
  }

  section.avc_types h2.mobile{
    display: block;
    font-size: 36px;
    font-family: "SST";
    color: var(--color-primary);
    line-height: 1.1;  
    margin: 0 0 24px;
  }
  section.avc_types h2.mobile strong{font-family: 'SST bold';}
  section.avc_types .content{
    flex-direction: column;
    gap: 12px;
  }
  section.avc_types .avc_types-text h2{
    font-size: 36px;
  }
  section.avc_types .avc_types-banner{
    max-width: 100%;
  }
  section.avc_types .avc_types-banner::after{
    content: '';
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 300px;
    background: #4cb8d2;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
  }
  section.avc_alerts .content-middle > .container{
    flex-direction: column;
    gap:24px;
  }
  section.avc_alerts .content-middle .text-left, section.avc_alerts .content-middle .text-right{
    width: 100%;
  }
  section.avc_alerts .content-top h2{
    font-size: 48px;
  }
  section.avc_alerts .content-bottom h3{
    font-size: 36px;
  }
  section.avc_factor{
    padding: 64px 0;
  }
  section.avc_factor .avc_content-top .top-banner{
    display: none;
  }
  section.avc_factor .avc_content-top .top-text{
    max-width: 100%;
  }
  section.avc_factor .avc_content-top .top-text h2{
    font-size: 48px;
  }
  section.avc_factor .avc_content-top .top-text img.mobile{
    display: block;
    margin: 24px 0;
    position: relative;
  }
  section.avc_factor .avc_content-top .top-text .top-banner-mobile{
    position: relative;
  }
  section.avc_factor .avc_content-top .top-text .top-banner-mobile::before{
    content: '';
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 300px;
    background: var(--color-primary);
    position: absolute;
    top: -10px;
    right: -10px;
  }
  section.avc_factor .avc_content-bottom{
    margin: 32px 0 0;
  }
  section.avc_factor .avc_content-bottom ul li{
    max-width: 100%;
  }
  section.fibri_test .fibri_test-text h2{
    font-size: 48px;
    max-width: 330px;
  }
  section.avc_consequences .avc_consequences-banner{
    display: none;
  }
  section.avc_consequences .avc_consequences-text .mobile{
    display: block;
    width: 100%;
    margin: 42px 0;
    position: relative;
  }
  section.avc_consequences .avc_consequences-text .mobile img{
    width: 100%;
    height: 100%;
  }
  section.avc_consequences .avc_consequences-text .mobile::after{
    content: '';
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 300px;
    background: var(--color-primary);
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: -1;
  }
  section.avc_consequences .avc_consequences-text h2{
    font-size: 48px;
  }
  section.avc_prevention{
    padding: 64px 0 32px;
  }
  section.avc_prevention .content{
    flex-direction: column;
  }
  section.avc_prevention .content .prevention_text h2{
    font-size: 32px;
  }
  section.avc_prevention .content .prevention_banner .banner::after{
    right: 0;
  }
  section.avc_rehab{padding: 80px 0 32px;}
  section.avc_rehab h2{
    font-size: 32px;
    margin: 0 0 24px;
  }
  section.avc_more{
    padding: 64px 0;
  }
  section.avc_more .content_top h2{
    font-size: 48px;
  }
  section.avc_more .content_bottom{
    flex-direction: column-reverse;
  }
}


@media (max-width:480px){
  section.avc_factor .avc_content-top .top-text h2{
    font-size: 32px;
  }
  section.avc_alerts .content-top h2{
    font-size: 32px;
  }
  section.avc_more .content_top h2{
    font-size: 32px;
  }
  section.avc_consequences .avc_consequences-text h2{
    font-size: 32px;
  }
  section.avc_consequences .avc_consequences-text p{
    font-size: 20px;
  }
}