/*===============================================================================
                            Colors
==============================================================================*/
h1 {
  font-family: "Nothing You Could Do";
  font-size: 4em;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}

@media (max-width: 1024px) {
  .banner-home-page .background-video-content {
    padding-right: 3rem;
  }
}
.banner-home-page .background-video-content h1 {
  font-size: 50px;
}
.banner-home-page .background-video-content h2 {
  line-height: 1.5em;
}
.banner-home-page .inside-page-hero {
  padding-right: 6rem;
}

.slogan h3 {
  color: #FFF;
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.page-hero {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-hero.banner-home-page {
    min-height: 50vh;
  }
}
@media (max-width: 767px) {
  .page-hero.banner-home-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.background-video-content {
  position: relative;
  z-index: 1;
}

video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*
Pages
 */
.presentation strong {
  color: #7C2F6E;
}

@font-face {
  font-family: "Nothing_You_Could_Do";
  font-style: normal;
  font-weight: 400;
  src: url("../fontes/Nothing_You_Could_Do/Nothing_You_Could_Do-Regular.eot?") format("eot"), url("../fontes/Nothing_You_Could_Do/Nothing_You_Could_Do-Regular.woff2") format("woff2"), url("../fontes/Nothing_You_Could_Do/Nothing_You_Could_Do-Regular.woff") format("woff"), url("../fontes/Nothing_You_Could_Do/Nothing_You_Could_Do-Regular.ttf") format("truetype"), url('../fontes/Nothing_You_Could_Do/Nothing_You_Could_Do-Regular.svg#str-replace("Nothing_You_Could_Do", " ", "_")') format("svg");
}

/*# sourceMappingURL=style.css.map */
