html{
  font-size: 24px;
  overflow-x: hidden;
}

body{
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ededed;
  color: #2d2f28;
  font-size: 24px;
  line-height: 1.5rem;

}

b, strong {
  font-weight: 600;
}

h2 strong{
  font-weight: 800;
}

img{max-width: 100%;}

section{
  padding: 50px 0;
    z-index: 0;
}

.btn{
  border-radius: 50px;
  font-weight: 600;
}

h2{
  font-size: 1.5em;
  margin-bottom: 50px;
}

h3{
  font-size: 1em;
  color: #bb2222;
  font-weight: 600;
  margin: 0;
}

.btn-primary{
  --bs-btn-border-color:#bb2222;
  --bs-btn-bg:#bb2222;
  --bs-btn-color: #eee;
}

.btn-outline-primary{
  --bs-btn-border-color:#bb2222;
  --bs-btn-color: #bb2222;
}

#bg-1{
  background: url("../img-new/bg-top-2.jpg") center;
  background-size: cover;
}


#section1{
    position: relative;
    overflow-x: hidden;
}

#section1 .papel-top {
    z-index: 0;
    position: absolute;
    top: -160px;
    right: -400px;
    background-image: url("../img-new/bg-papel-superior.png");
    background-repeat: no-repeat;
    width: 1100px;
    height: 379px;
}

#section1 #logo{
    position: relative;
    display: block;
    width: 282px;
    height: 44px;
    background: url(../img/daiichi-logo.svg) center right no-repeat;
    background-size: 100%;
    text-indent: -999em;
    margin-left: auto;
    z-index: 1;
}

#section1 img.heart{
    position: absolute;
    top: -80px;
    left: -90px;
    mix-blend-mode: multiply;
    height: 110%;
    width: auto;
}


#section1 .row{
  min-height: 480px;
}

#video{
  padding: 0;
}

#section2{
  min-height:630px;
  color: #2d2f28;
  text-align: center;
  background: url(../img-new/papel-fundo.png) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

#section2 h2{
  margin: 25px 0;
}

#section2 strong{
  font-size: 1.25em;
}

#section2 img{
  display: block;
  margin: 0 auto 20px;
  max-height: 80px;
  width: auto;
}

#section3 {
  min-height: 750px;
  position: relative;
    color: white;
}

#section3 img.cerebro{
    position: absolute;
    top: -20px;
    right: 0px;
    height: 100%;
    width: auto;
}

#section3 h2 {
  font-size: 40px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

#section3 h2 strong{
    font-weight: 700;
    text-transform: uppercase;
}

#section3 p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 1.8;
    font-weight: 300;
}

#section4 {
    background: #ededed;
}

#section4 h2{
  text-align: center;
}

#section4 .carousel span{
    display: block;
    color: #bb2222;
    font-weight: 600;
}

.carousel-control-prev{
  justify-content: start;
}

.carousel-control-next{
  justify-content: end;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23808080'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23808080'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-indicators [data-bs-target] {
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background: #c3c3c3;
  border: none;
  opacity: 1;
}

.carousel-indicators .active{
  background: #bb2222;
}

#section5{
    padding-bottom: 0;
    background: #ededed;
}

#section5 h2{
  text-align: center;
}

#section5 img{
  mix-blend-mode: multiply;
}

#section5 .col-md-8{
  padding-top: 25px;
}

table{
  width: 100%;
}

th{
  text-align: left;
  border: 1px solid  #2d2f28;
  font-weight: 500;
  padding: 5px 10px 0;
}

td{
  border: 1px solid #eee;
  padding: 5px 10px 0;
}

td:nth-of-type(1),
td:nth-of-type(2),
td:nth-of-type(3){
  background: #8cad45;
}

td:nth-of-type(4),
td:nth-of-type(5){
  background: #d6b42c;
}

td:nth-of-type(6){
  background: #b51d24;
}

#section6{
  margin: 0;
  background-image: -moz-linear-gradient( -4deg, rgb(0,90,47) 0%, rgb(0,62,114) 100%);
  background-image: -webkit-linear-gradient( -4deg, rgb(0,90,47) 0%, rgb(0,62,114) 100%);
  background-image: -ms-linear-gradient( -4deg, rgb(0,90,47) 0%, rgb(0,62,114) 100%);
  color: #eee;
  height: 375px;
}

#section6 h2{
  margin-bottom: 25px;
}

#section6 h2 span{
  display: block;
  color: #2d2f28;
}

#section6 h2 strong{
  text-transform: uppercase;
}

#section6 img{
  margin-top: -80px;
  width: 100%;
  height: auto;
}

#section7{
  padding: 150px 0;
  background: url("../img-new/bg-papel-meio.jpg") right center no-repeat;
  background-size: cover;
  text-align: center;
}

#section7 p{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#section7 h2 strong{
  color: #bb2222;
}

#section8{
  background-image: -moz-linear-gradient( -4deg, rgb(0,90,47) 0%, rgb(0,62,114) 100%);
  background-image: -webkit-linear-gradient( -4deg, rgb(0,90,47) 0%, rgb(0,62,114) 100%);
  background-image: -ms-linear-gradient( -4deg, rgb(0,90,47) 0%, rgb(0,62,114) 100%);
  color: #eee;
  text-align: center;
}

#section8 h2{
 
}

#section8 img{
  display: block;
  margin: 35px auto 25px;
  max-height: 85px;
    width: auto;
}

#section8 .row{
  margin-bottom: 40px;
}

#section9 {
  text-align: center;
  background: #eee;
  padding-top: 0;
}

#section9 h2 {
  background: #bb2222;
  color: #eee;
  --bs-gutter-x: 1.5rem;
  padding: 25px calc(var(--bs-gutter-x) * .5);
}

#section9 .carousel{
  margin-bottom: 40px;
}

#section9 .carousel-item{
  padding: 0 60px;
}

#section9 .icon-cont{
  padding: 30px 15px 5px;
  background: #fff;
  font-size: 20px;
  line-height: 1.25em;
  height: 100%;
  min-height: 205px;
}

#section9 img{
  display: block;
  margin: 0 auto 20px;

}

#section10{
  padding: 0 0 80px;
  font-size: 20px;
  line-height: 1.25rem;
}

#section10 .carousel-indicators {
  bottom: -60px;
}

#section10 a{
  color: inherit;
  text-decoration: none;
}

#section10 h3{
  font-size: 1.15em;
  margin-bottom: 15px;
  color: #bb2222;
}

#section10 img{
  width: 100%;
  height: auto;
}

.bleed-cont{
  padding: 0
}

#section10 .btn{
  --bs-btn-font-size: 20px
}


#section11{
  padding: 0;
  background: #fff;
}

#section11 a{
  display: block;
}

#section11 img{
  display: block;
  margin: auto;
}

footer{
  background: #af1f1f;
  color: #fff;
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.25em;
}

@media only screen and (min-width: 1398px) {
  #section7 {
    padding-top: 150px;}
}

@media only screen and (min-width: 601px) {
  .mobile{
    display: none;
  }
}


@media only screen and (max-width: 600px) {

  .desktop{
    display: none;
  }

  html, body{
      font-size: 18px;
  }

  h2 {
    font-size: 1.25em;
    margin-bottom: 25px;
  }

  #section1 .row{
    min-height: 0;
  }
    
    #section1 .papel-top {
        display: none;
    }

#section1 img {
    position: absolute;
    top: 20px;
    left: -10px;
    height: 400px;
}


  #section1 br,
  #section1 #logo{
    display: none;
  }

 
  #section2 {
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
  }


  #section3 {
    text-align: center;
    min-height: 0;
  }

  #section3{
    display: none;
  }

  #section4 {
    text-align: center;
  }

  #section4 .carousel-inner{
    max-width: 80%;
    margin: auto;
  }

  #section5{
    text-align: center;
    padding-bottom: 50px;
  }

  #section5 img{
    max-width: 40%;
    display: block;
    margin: auto
  }

  #section6{
    text-align: center;
    height: auto;
    padding: 50px 0 0;
  }

  #section6 img {
    margin: 0 0 -25px;
  }

  #section7 {
    background: url(../img/bg-2.png) 200px center no-repeat;
    background-size: cover;
  }

  #section7 .carousel-inner{
    max-width: 80%;
    margin: auto;
  }

#section9 .carousel-item {
  padding: 0 0;
}

#section9 .carousel-inner{
  max-width: 85%;
  margin: auto;
}

#section10{
  text-align: center;
}

#section10 .carousel-control-prev, #section10 .carousel-control-next{
  display: none;
}

#section10  img{
  margin-bottom: 20px;
}

}