* {
  font-family: "Open Sans", sans-serif;
}

.main-button {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  width: 240px;
}

.section-bg {
  background-image: url("../images/bg-pattern.png");
  background-size: 140px auto;
}
.section-bg-dark {
  background-image: url("../images/bg-pattern-dark.png");
  background-size: 140px auto;
}

h1 {
  color: #ffffff;
  font-family: 'Anton', sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
}

#section-02 {
  background-image: url(../images/bg-estadio.jpg);
  background-size: cover;
  position: relative;
  z-index: 10;
  padding-top: 160px;
  padding-bottom: 160px;
}
.jumbo {
  color: #ffffff;
  margin-top: 64px;
  margin-bottom: 64px;
}
.jumbo .date {
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  font-weight: 900;
}
.jumbo .description {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
}
.jumbo .direction {
  font-family: 'Staatliches', sans-serif;
  color: #ffffff;
  font-size: 24px;
}
.jumbo .hour {
  font-family: 'Staatliches', sans-serif;
  color: #ffffff;
  font-size: 24px;
}

.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#section-03 {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: clip;
}
#section-03:after {
  content: "";
  display: block;
  background-image: url("../images/bg-pattern-dark.png");
  background-size: 140px auto;
  position: absolute;
  border-radius: 50%;
  width: 150%;
  height: 800px;
  position: absolute;
  left: -25%;
  bottom: -150px;
  z-index: 0;
}

#section-04 {
  position: relative;
  z-index: 10;
}
#section-04 .title {
  color: #00ae7e;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 116px;
  line-height: 1.2;
  padding-top: 0px;
}

.separator {
  height: 104px;
  margin-top: 32px;
  margin-bottom: 32px;
}
h3 {
  border-bottom: 4px solid #00ae7e;
  color: #00ae7e;
  font-size: 48px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}
p {
  font-family: "Dosis", sans-serif;
  padding-top: 20px;
  font-size: 20px;
}

.bg-library {
  /*
  background-image: url(../images/bg-zone.jpg);
  background-size: cover;
  */
  padding-bottom: 250px;
  padding-top: 120px;
}

#brands {
  position: relative;
  min-height: 750px;
  overflow-x: clip;
}

.brands-title {
  font-family: "Anton", sans-serif;
  font-size: 73px;
  line-height: 1.2;
  color: #00ae7e;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 64px;
  text-transform: uppercase;
}

#brands ul {
  position: relative;
  z-index: 2;
}
#brands:before {
  content: "";
  display: block;
  background-image: url("../images/bg-pattern-dark.png");
  background-size: 140px auto;
  position: absolute;
  border-radius: 50%;
  width: 150%;
  height: 800px;
  position: absolute;
  left: -25%;
  top: -100px;
  z-index: 0;
}
#brands:after {
  content: "";
  display: block;
  background-image: url("../images/bg-pattern-dark.png");
  background-size: 140px auto;
  position: absolute;
  border-radius: 50%;
  width: 150%;
  height: 800px;
  position: absolute;
  left: -25%;
  bottom: -160px;
  z-index: 0;
}

.circle-top {
  height: 480px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-image: url("../images/bg-pattern-dark.png");
  background-size: 140px auto;
}
.circle-bottom {
  height: 480px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-image: url("../images/bg-pattern-dark.png");
  background-size: 140px auto;
}

.article .content {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
}
.article .autor {
  font-family: "Anton", sans-serif;
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
.article .puesto {
  font-family: "Staatliches", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}

.space-top {
  padding-top: 150px;
}

@media screen and (max-width: 1000px) {
  #section-04 .title {
    font-size: 80px;
    padding-top: 300px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  .jumbo .date {
    font-size: 64px;
  }
  .jumbo .description {
    font-size: 32px;
  }
  #section-04 .title {
    font-size: 48px;
    padding-top: 360px;
  }
  .article .content {
    font-size: 24px;
  }
  .article .autor {
    font-size: 32px;
  }
  .article .puesto {
    font-size: 24px;
  }

  h3 {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  #section-04 .title {
    font-size: 32px;
    padding-top: 360px;
  }
}
@media screen and (max-width: 480px) {
  #section-02 {
    background-position: center center !important;
  }  
  #section-03:after {
    bottom: -104px !important;
  }
  #section-04 .title {
    padding-top: 2px !important;
  }
}
