@font-face {
  font-family: 'DIN Pro';
  src: url(../fonts/DIN\ Pro.ttf) format('truetype');
}

.titulo-banner-leitores-faciais {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/leitores-faciais/banner-titulo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
  margin-top: 60px;
}

.titulo-banner-leitores-faciais h1 {
  font-family: DIN Pro;
  font-weight: bold;
  font-size: 53px;
  color: #FFFFFF;
}

.titulo-banner-leitores-faciais span {
  font-family: DIN Pro;
  font-size: 23px;
  line-height: 32.86px;
  text-transform: uppercase;
  color: #006E46;
}

.container-titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  margin-right: 35%;
  width: 100%;
}

.font-53 {
  font-size: 53px;
}

.font-40 {
  font-size: 40px;
}

.font-32 {
  font-size: 32px;
}

.font-24 {
  font-size: 24px;
}

.font-23 {
  font-size: 23px;
}

.font-19 {
  font-size: 19px;
}

.font-17 {
  font-size: 17px;
}

.font-14 {
  font-size: 14px;
}

.line-50 {
  line-height: 50px;
}

.line-32 {
  line-height: 32px;
}

.line-27 {
  line-height: 27px;
}

.line-24 {
  line-height: 24px;
}

.container-80-resp {
  width: 80%;
}

.corpo-pagina-leitores {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bloco-1-faciais {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 60px 0;
}

.img-bloco-1-faciais {
  width: 30%;
}

.textos-bloco-1-faciais {
  width: 40%;
  text-align: justify;
}

.textos-bloco-1-faciais p {
  font-size: 19px;
  line-height: 32px;
  color: #3C3C3B;
  margin: 5px 0;
}

.textos-bloco-1-faciais strong {
  font-weight: bold;
  color: #006E46;
}

.bloco-2-faciais {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 60px 0;
  background-image: url(../img/leitores-faciais/back-video.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.container-video-leitores {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-video-leitores video {
  width: 85%;
}

.img-bloco-2-faciais-web {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: space-between;
  margin-top: 10px;
}

.img-bloco-2-faciais-web img {
  width: 30%;
}

.carousel-faciais {
  display: none;
}

.bloco-3-faciais {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.bloco-3-faciais h1 {
  font-size: 40px;
  line-height: 50px;
  color: #1D1D1B
}

.bloco-3-faciais strong {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #006E46;
}

.card-group-bloco-3-faciais {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.card-bloco-3-faciais {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 40%;
  height: 400px;
  padding: 33px 0;
  border: 1px solid #DADADA;
  border-radius: 14px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin: 40px;
}

.icon-bloco-3-faciais {
  width: auto;
  height: 60px;
  margin-bottom: 15px;
}

.icon-bloco-3-faciais img {
  width: auto;
  height: 100%;
}

.card-bloco-3-faciais h2 {
  font-weight: bold;
  font-size: 24px;
  color: #3C3C3B;
  line-height: 32px;
}

.card-bloco-3-faciais p {
  font-size: 17px;
  line-height: 27px;
  color: #3C3C3B;
  margin-top: 10px;
}

.card-bloco-3-faciais strong {
  font-weight: bold;
  font-size: 17px;
  line-height: 27px;
  color: #006E46;
}

.banner-facial-web {
  display: block;
  margin: 40px auto;
}

.banner-facial-mobile {
  display: none;
}

.contato-form-facial {
  width: 40%;
}

.contato-form-facial h3 {
  font-size: 24px;
  line-height: 34px;
  color: #1D1D1B
}

.contato-form-facial strong {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #006E46;
}

.bloco-4-faciais {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background-image: url(../img/leitores-faciais/bg-contatos-whats.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.bloco-4-faciais h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.card-group-contatos-faciais {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
}

.card-contato-facial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 20px 0;
  margin: 10px;
  border: 1px solid #398C6D;
  background-color: #006E46;
  border-radius: 14px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  height: 178px;
}

.card-contato-facial h3 {
  font-weight: bold;
  font-size: 23px;
  line-height: 24px;
  color: #FFFFFF;
}

.card-contato-facial span {
  font-weight: bold;
  font-size: 14px;
  line-height: 24.35px;
  color: #FFFFFF;
}

.card-contato-facial a {
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  color: #006E46;
  font-weight: bold;
}

.fundo-branco-facial {
  border-radius: 7px !important;
  transition: all 0.3s ease-in-out;
}

.fundo-branco-facial:hover {
  transform: scale(1.1);
}

@media (max-width: 1280px) {
  .card-bloco-3-faciais {
    width: 45%;
  }

  .contato-form-facial {
    width: 60%;
  }

  .card-contato-facial {
    width: 45%;
  }
}

.logo-stv-facial  {
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .card-bloco-3-faciais {
    width: 80%;
  }
}


@media (max-width: 768px) {
  .logo-stv-facial {
    margin: 50px 0;
    width: 50%;
    height: auto;
  }

  .card-contato-facial {
    width: 100%;
    height: 250px;
    justify-content: space-evenly;
  }

  .card-contato-facial h3 {
    font-weight: bold;
    font-size: 36px;
    line-height : 40px;
    color: #FFFFFF;
    margin-bottom: 0;
  }

  .card-contato-facial span {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
  }

  .card-contato-facial a {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #006E46;
    font-weight: normal
  }

  .titulo-banner-leitores-faciais {
    padding: 10rem 0;
    background-image: url(../img/leitores-faciais/banner-titulo-mob.png);
    background-position: center;
  }

  .container-titulo {
    align-items: center;
    margin-right: 0;
  }

  .container-80-resp {
    width: 90%;
    align-items: center;
  }

  .bloco-1-faciais {
    flex-direction: column;
    padding: 20px 0;
    align-items: center;
    justify-items: center;
  }

  .img-bloco-1-faciais {
    width: 90%;
  }

  .textos-bloco-1-faciais {
    width: 90%;
    text-align: justify;
  }

  .container-video-leitores video {
    width: 90%;
  }

  .img-bloco-2-faciais-web {
    display: none;
  }

  .carousel-faciais {
    display: block;
    position: relative;
    width: 75%;
    overflow: hidden;
    margin: auto;
  }

  .slides {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }

  .slide {
    min-width: 100%;
    transition: opacity 1s;
  }

  .slide img {
    width: 100%;
    height: auto;
  }

  .bnt-seta-facial {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.0);
    color: white;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    font-size: 36px;
  }

  .prev {
    left: 0px;
  }

  .next {
    right: 0px;
  }

  .card-group-bloco-3-faciais {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .card-bloco-3-faciais {
    width: 90%;
    height: 400px;
    padding: 20px 0;
    margin: 20px 0;
  }

  .banner-facial-web {
    display: none;
  }

  .banner-facial-mobile {
    display: block;
    margin: 40px auto;
  }

  .contato-form-facial {
    width: 90%;
  }

  .bloco-4-faciais h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
}

@media (max-width: 415px) {
  .titulo-banner-leitores-faciais {
    margin-top: 0;
    background-position: bottom;
    background-size: cover;
  }
}