/* banner */
.banner-section {
  background-image: url("../img/contato/banner.jpg");
  background-size: 100%;
  height: 23vw;
}

.banner-title {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #565655;
  border-left: 4px solid #d00910;
  padding-left: 47px;
  line-height: 160%;
  padding-top: 0px;
}

@media (max-width: 1199px) {
  .banner-section {
    background-size: 125%;
    height: 28vw;
  }
  .banner-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .banner-section {
    background-size: 125%;
    height: 28vw;
  }
  .banner-title {
    font-size: 20px;
  }
}

/* privacidade */
.privacidade-section {
  padding-top: 10px;
  padding-bottom: 20px;
}

.privacidade-text {
  font-weight: 400;
}

.privacidade-text *{
  font-size: 15px;
  font-family: 'AmsiProCond';
}
