html,
body {
  position: relative;
  height: 100%;
}

body {
  background-color: #212529;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0;
}

header {
  overflow: hidden;
}

.gueto-title {
  font-size: 2rem;
}

.hero-section, .img-overlay {
  height: 50vh;
}

/* .hero-section {
  background: url("images/gueto_hero.jpg") no-repeat;
  background-size: cover;
  background-position: center;
} */

.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.bg-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* "Box" */
.img-overlay {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent);
}

.hero-section p {
  font-size: 1.5rem;
}

.titulo {
  width: 80%;
}

.img-overlay p {
  font-size: 24px;
}

.title {
  font-family: "stencil-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero-section p {
  font-size: 1.6875rem;
}

.container-bg {
  background-color: #383838;
  padding: 40px;
}

.coach h3 {
  font-size: 1.75rem;
}

.coach p {
  font-size: 1rem;
}

.coach-card h5 {
  font-family: "stencil-std", sans-serif;
  font-size: 1.875rem;
}

.coach-card h6 {
  font-size: 1.25rem;
}

.coach-card li {
  font-size: 1rem;
}


.icones {
  width: 60px;
  height: 60px;
}

.gueto-background {
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.9);
  background: url("images/logo.png");
  background-size: cover;
  background-position: center;
}

.recomendado {
  background-color: #D92419;
  font-weight: bold;
  color: #fff;
}

.values li {
  text-align: left;
}

.price-card {
  background: #ECE9E6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #FFFFFF, #ECE9E6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 400px;
}

/* Black Friday */

.card-black-friday {
  background: linear-gradient(45deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 22%, 1) 71%, hsla(0, 5%, 28%, 1) 100%);
  color: #e2e2e2;
}

.card-black-friday span {
  background-color: yellow;
  text-align: center;
  font-weight: bold;
  color: #000;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

.card-black-friday .mensal {
  color: yellow;
}

.card-black-friday h5 {
  font-size: 3rem;
}

.card-black-friday a {
  background-color: yellow;
}

/* Fim Black Friday */

.price-card h4 {
  font-size: 2rem;
}

.price-card h5 {
  font-size: 3rem;
}

.price-card a {
  background-color: #D92419;
  color: #fff;
}


.mensal {
  color: #D92419;
  font-size: 1.5rem;
}

.divider {
  border-top: 3px solid #fff;
  width: 200px;
  margin: 60px auto;
}

.timetable iframe {
  height: 800px;
  width: 400px;
}

.footer {
  background-image: url("images/logo.png");
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.9);
  background-size: cover;
  background-position: center;
  font-weight: bold;
}

.footer iframe {
  width: 324px;
  height: 324px;
}

.social-media {
  display: flex;
  gap: 22px;
}

.footer h2 {
  font-size: 32px;
}

.footer h3 {
  font-size: 24px;
}

.tel p {
  font-size: 16px;
}

.social-media li {
  list-style-type: none;
  width: 60px;
  height: 60px;
  border: #fff solid 2px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-info p {
  margin: 0;
}

.footer-developer a {
  text-decoration: none;
}

.link a {
  color: #fff;
  text-decoration: none;
}

.dev a:hover {
  font-weight: bold;
  font-style: italic;
}

/* Swipper */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

/* Swipper End */

/* Media queries */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .title {
    font-size: 3.3rem;
  }

  .hero-section p {
    font-size: 1.25rem;
  }

  .timetable iframe {
    width: 30rem;
    height: 500px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Styles for medium and larger devices */

  .title {
    font-size: 3.3rem;
  }

  .hero-section p {
    font-size: 1.25rem;
  }

  .timetable iframe {
    width: 40rem;
    height: 500px;
  }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-section, .img-overlay {
    height: 100vh;
  }

  .timetable iframe {
    width: 50rem;
    height: 500px;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-section, .img-overlay {
    height: 100vh;
  }

  .title {
    font-size: 4.5rem;
  }

  .hero-section p {
    font-size: 1.6875rem;
  }

  .timetable iframe {
    width: 68.75rem;
    height: 500px;
  }


}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .hero-section, .img-overlay {
    height: 690px;
  }

  .title {
    font-size: 4.5rem;
  }

  .hero-section p {
    font-size: 1.6875rem;
  }

  .timetable iframe {
    width: 68.75rem;
    height: 500px;
  }

}