#herois-do-pasto .banner {
  width: 100%;
  height: 540px;
  /* background-image: url('../img/herois_do_pasto/banner_bg_mobile.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

#herois-do-pasto .container {
  padding: 0;
}

#herois-do-pasto .banner .logo {
  width: 236px;
  height:auto;
  /* height: 215px; */
  /* background-image: url('../img/herois_do_pasto/logo_hdp.png'); */
  /* background-size: cover; */
}

#herois-do-pasto .box-intro {
  background: #1D3E74;
  padding: 4rem 2.5rem;
  overflow: hidden;
}
#herois-do-pasto .box-intro .box-content {
  width: 100%;
  height: 500px;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.9rem;
}

#herois-do-pasto .box-intro .box-content p {
  color: #fff;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
}

#herois-do-pasto .box-intro .box-content::after {
  display: block;
  width: 69px;
  height: 104px;
  content: '';
  background-image: url('../img/herois_do_pasto/micro_icon.png');
  background-color: #1D3E74;
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 100%;
  top: -40px;
  left: -20px;
}

#herois-do-pasto .box-intro .box-content::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 119px;
  height: 114px;
  content: '';
  background-image: url('../img/herois_do_pasto/play_icon.png');
  background-color: #1D3E74;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  position: absolute;
  bottom: -40px;
  right: -70px;
}

#herois-do-pasto .image-intro {
  display: none;
}

#herois-do-pasto .text-intro {
  padding: 3rem 0;
}
#herois-do-pasto .text-intro p {
  font-size: 20px;
}

#herois-do-pasto .box-videos {
  background-color: #F0F0F0;
  padding: 3rem 0;
}
#herois-do-pasto .box-videos .row {
  margin: 0;
}
#herois-do-pasto .box-videos .row:not(:first-child) {
  margin-top: 5rem;
}
#herois-do-pasto .box-video {
  width: 100%;
  height: 182px;
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

#herois-do-pasto .box-video iframe {
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  z-index: 10;
}

#herois-do-pasto .box-video::before {
  width: 92%;
  height: 182px;
  border: 1px solid #1D3E74;
  content: '';
  position: absolute;
  left: 0.5rem;
  bottom: -0.4rem;
}

#herois-do-pasto .box-video-2 {
  width: 100%;
  height: 182px;
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

#herois-do-pasto .box-video-2 iframe {
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  z-index: 10;
}

#herois-do-pasto .box-video-2::before {
  width: 92%;
  height: 182px;
  border: 1px solid #1D3E74;
  content: '';
  position: absolute;
  right: 0.5rem;
  top: -0.4rem;
}

#herois-do-pasto .box-video-text {
  background: #26A9E0;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  color: #fff;
  margin-top: 3rem;
  position: relative;
  font-size: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#herois-do-pasto .box-video-text::before {
  display: block;
  content: '';
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #26A9E0;
  position: absolute;
  top: -1.5rem;
}

#herois-do-pasto .box-video-text-2 {
  background: #26A9E0;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  color: #fff;
  margin-top: 3rem;
  position: relative;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#herois-do-pasto .box-video-text-2::before {
  display: block;
  content: '';
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #26A9E0;
  position: absolute;
  top: -1.5rem;
}

#herois-do-pasto .box-video-button {
  border: none;
  padding: 0.2rem 6rem;
  border-radius: 2px;
  color: #fff;
  background: #1D3E74;
  position: absolute;
  bottom: -1rem;

  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#herois-do-pasto .box-video-button-2 {
  border: none;
  padding: 0.2rem 6rem;
  border-radius: 2px;
  color: #fff;
  background: #1D3E74;
  position: absolute;
  bottom: -1rem;

  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

@media only screen and (min-width: 750px){
  #herois-do-pasto .banner {
    /* background-image: url('../img/herois_do_pasto/banner_bg.jpg'); */
  }
  #herois-do-pasto .image-intro {
    width: 100%;
    height: 300px;
    display: block;
    /* background-image: url('../img/herois_do_pasto/intro_bg.png'); */
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  #herois-do-pasto .text-intro {
    padding: 1rem 0;
  }

  #herois-do-pasto .box-video {
    height: 266px;
  }
  
  #herois-do-pasto .box-video::before {
    height: 266px;
  }

  #herois-do-pasto .box-video-2 {
    height: 266px;
  }
  
  
  #herois-do-pasto .box-video-2::before {
    height: 266px;
  }

  #herois-do-pasto .box-video-text {
    font-size: 22px;
    margin: 0;
  }

  #herois-do-pasto .box-video-text-2 {
    font-size: 22px;
    margin: 0;
  }

  #herois-do-pasto .box-video-text::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 25px solid #26A9E0;
    top: inherit;
    left: -2.5rem;
  }
  #herois-do-pasto .box-video-text-2::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #26A9E0;
    top: inherit;
    right: -2.5rem;
  }

  .row-reverse {
    flex-direction: row-reverse;
  }

  #herois-do-pasto .box-video-button {
    padding: 0.2rem 2.5rem;
    right: 1rem;
  }
  #herois-do-pasto .box-video-button-2 {
    padding: 0.2rem 2.5rem;
    left: 1rem;
  }
}

@media only screen and (min-width: 950px){
  #herois-do-pasto .banner {
    height: 600px;
    background-position: bottom;
  }
  #herois-do-pasto .banner .logo {
    width: 358px;
    height: 324px;
  }

  #herois-do-pasto .box-intro {
    padding: 4rem 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
  #herois-do-pasto .box-intro .box-content {
    height: 200px;
    padding: 1rem 0;
  }
  
  #herois-do-pasto .box-intro .box-content p {
    font-size: 40px;
  }

  #herois-do-pasto .text-intro p {
    font-size: 22px;
    padding-left: 3rem;
  }

  #herois-do-pasto .image-intro {
    height: 400px;
  }

  #herois-do-pasto .box-videos .container {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  #herois-do-pasto .box-videos .row:not(:first-child) {
    margin-top: 6rem;
  }

  #herois-do-pasto .box-video {
    height: 336px;
  }

  #herois-do-pasto .box-video iframe {
     border: 12px solid #fff;
  }

  #herois-do-pasto .box-video-2 iframe {
    border: 12px solid #fff;
 }
  
  #herois-do-pasto .box-video::before {
    height: 336px;
  }

  #herois-do-pasto .box-video-2 {
    height: 336px;
  }
  
  #herois-do-pasto .box-video-2::before {
    height: 336px;
  }
}

