#section-html-modulo_2 .video-btn {
  background: #f64a23;
  border: 2px solid #f64a23;
  color: #fff;
  text-align: center;
  font-size: 16pt;
  padding: 20px;
  width: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  transition: 0.1s;
}

#section-html-modulo_2 svg {
  font-size: 30pt;
  float: left !important;
}

#section-html-modulo_2 a {
  text-decoration: none !important;
}

#section-html-modulo_2 video {
  border-radius: 10px;
}

#section-html-modulo_2 .col-md-4 div {
  margin-top: 30px;
  box-shadow: 0px 0px 10px rgb(193 193 193 / 50%);
  border-radius: 15px;
}

#section-html-modulo_2 .col-md-4 div p {
  padding: 10px 10px;
  text-align: center;
}

#section-html-modulo_2 .col-md-4 div img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#section-html-modulo_2 .col-md-4 h4 {
  text-align: center;
  margin: 5px 0px;
}

.texto-slide.slideshow-texto {
  text-align: right;
}

#section-slide a.btn.btn-primary {
  padding: 0 !important;
  width: fit-content;
  margin: 0;
  background: none !important;
  border: 0;
}

#section-slide a.btn.btn-primary .img-botao {
  height: 55px;
}

@media(min-width: 768px) {
  #section-slide h1 .linha-1 {
    font-size: 4.7rem;
    line-height: 4.8rem;
  }

  #section-slide h1 .linha-2 {
    font-size: 3.5rem;
    line-height: 3.6rem;
  }

  #section-slide h1 .linha-3 {
    font-size: 3.2rem;
    line-height: 3.3rem;
  }

  #section-slide h1 {
    text-transform: uppercase;
  }
}

@media (max-width: 768px) {
  #section-slide h1 .linha-1 {
    font-size: 3.7rem;
    line-height: 3.8rem;
  }

  #section-slide h1 .linha-2 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  #section-slide h1 .linha-3 {
    font-size: 2.55rem;
    line-height: 3.3rem;
  }

  #section-slide h1 {
    text-transform: uppercase;
  }

  #section-slide a.btn.btn-primary .img-botao {
    height: 33px;
  }
}

@media (max-width: 991px) {
  #section-html-modulo_2 .video-btn {
    margin: 5px 0px;
  }
}
