
/* ===== VARIÁVEIS GLOBAIS ===== */
:root {
  font-size: 16px;
  --orange: #d86700;
  --black: #131200;
  --bg: #010103;
  --border: 0.1rem solid rgba(245, 114, 7, 0.932);
}

/* ===== RESET E GERAL ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: 0.2s linear;
}

body {
  background: linear-gradient(135deg, #000000 50%, #ff6a00 70%, #090909 70%, #000000 70%, #ff6a00 50%) no-repeat fixed;
  color: #fff;
  line-height: 1.6;
}

/* ===== HEADER/MENU DE NAVEGAÇÃO ===== */

.header-galpao {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bg);
  border-bottom: var(--border);
  z-index: 1000;
}

.header-galpao section {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}

.logo-main {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(240, 94, 4, 0.923);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.logo-main:hover {
  transform: scale(1.1);
}

.nav-nomes a {
  color: var(--orange);
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 1rem;
  text-transform: uppercase;
}

.nav-nomes a:hover {
  font-size: 1.8rem;
  font-weight: 900;
}

.icons-incones img {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.icons-incones img:hover {
  transform: scale(1.3);
}

.icons-incones a {
  display: inline-block;
}



/* ===== BOTÃO WHATSAPP FIXO ===== */

.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1100;
}

.whatsapp-button img {
  width: 70px;
  height: 70px;
  transition: transform 0.3s ease;
  box-shadow: 0 0 15px rgba(240, 94, 4, 0.923);
  border-radius: 50%;    filter: drop-shadow(0 0 2px var(--orange));
  cursor: pointer;
}

.whatsapp-button img:hover {
  transform: scale(1.1);
}


/* ===== HOME ===== */

.home-container {
  height: 100vh;
  margin-top: 70px; /* Para compensar o header fixo */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  background-size: cover;
  background-position: center;
}

.content-conteudo h1 {
  font-size: 8rem;
  font-weight: 900;
  color: var(--orange);
}

.content-conteudo h1 span {
  color: #fff;
}

.content-conteudo p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 1rem 0 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.btn-1 {
  background: var(--orange);
  color: #000;
  padding: 0.5rem 0.9rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  text-transform: uppercase;
}

.btn-1:hover {
  background: #da8b46f0;
  color: var(--black);
  transform: scale(1.05);
}


/* ===== SEÇÃO DE VÍDEOS DA NOSSA ACADEMIA ===== */

.section-videos {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 100px;
}

.video-01,
.video-02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(240, 94, 4, 0.4);
  transition: transform .3s ease, box-shadow .3s ease;
}

.videos-da-academia:hover,
.videos-da-academia:hover {
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(240, 94, 4, 1);
}

.videos-da-academia {
  width: 100%;
  height: 350px;
  object-fit: cover;
  background-color: #000;
  border-radius: 10px;
}

/*** Mobile ***/
@media (max-width: 480px) {
  .videos-da-academia {
    height: 200px;
  }

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



/* ===== SOBRE NÓS ===== */
.about {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.title {
  text-align: center;
  font-size: 2.8rem;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 2rem;
}

.title span {
  color: #fff;
}

.row {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.content-imagem img,
.img-sobre-nos {
  width: 530px;
  height: 400px;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(240, 94, 4, 0.923);
}

.content {
  max-width: 600px;
}

.subtitulo {
  font-size: 2.4rem;
  color: var(--orange);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.content h3 span {
  color: #f5f4f3f3;
}

.content p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* ===== MODALIDADES ===== */
.title-2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  margin: 3rem 0 2rem;
  color: var(--orange);
}

.title-2 span {
  color: #fff;
}

.menu .box-container {
  max-width: 1200px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 100px;
}

.menu .box-container .box {
  background: var(--black);
  padding: 2rem;
  border-radius: 0.5rem;
  border: var(--border);
  box-shadow: 0 0 15px rgba(240, 94, 4, 0.923);
  text-align: center;
  transition: transform 0.3s ease;
}

.menu .box-container .box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(240, 94, 4, 1);
}

.menu .box-container .box img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(240, 94, 4, 0.923);
  cursor: pointer;
}

.menu .box-container .box h3 {
  font-size: 1.6rem;
  color: var(--orange);
  margin-bottom: 0.5rem;
}

.price-preço {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 700;
}

.price-preço span {
  font-size: 1rem;
  text-decoration: line-through;
  color: #fff;
  font-weight: 300;
  display: block;
  margin-top: 0.2rem;
}

.menu .box-container .box p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.5rem;
}


/* ===== NOSSOS PLANOS ===== */

.planos {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.planos .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 100px;
}


.planos .box-container .box {
  background: var(--black);
  padding: 2rem;
  border-radius: 0.5rem;
  border: var(--border);
  box-shadow: 0 0 15px rgba(240, 94, 4, 0.923);
  text-align: center;
}

.planos .box-container .box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(240, 94, 4, 1);
}


.planos .box-container .box h3 {
  font-size: 1.6rem;
  color: var(--orange);
  margin-bottom: 0.5rem;
}

.planos .box-container .box p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

.matriculse-ja {
  background-color: var(--orange);
  color: var(--black);
  padding: 0.5rem 0.9rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  text-transform: uppercase;
  border: none;
}

.matriculse-ja:hover {
  background-color: #da8b46f0;
  color: var(--black);
  transform: scale(1.05);
}


/* ===== HORÁRIOS ===== */

.horarios {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1rem;
  text-align: center;
}

.horarios h2 {
  font-size: 3rem;
  color: #ffff;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.horarios p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.laranja span {
  font-weight: bold;
  color: var(--orange);
  text-transform: uppercase;
  line-height: 1.5;
}



/* ===== DEPOIMENTOS ===== */
.review {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 1rem;
}

.review .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 100px;
}

.review .box-container .box {
  background: var(--black);
  padding: 2rem;
  border-radius: 0.5rem;
  border: var(--border);
  box-shadow: 0 0 15px rgba(240, 94, 4, 0.923);
  text-align: center;
}

.review .box-container .box img {
  width: 250px;
  height: 180px;
  border-radius: 5%;
  object-fit: cover;
  box-shadow: 0 0 15px rgba(240, 94, 4, 0.923);
  margin-bottom: 1rem;
}

.review .box-container .box p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1rem;
}

.review .box-container .box h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--orange);
}

/* ===== AVALIAÇÃO ESTRELAS ===== */
.avaliacao {
  max-width: 600px;
  margin: 3rem auto;
  padding: 0 1rem;
  text-align: center;
}

.rating-avaliacao {
  font-size: 2.5rem;
  color: gray;
  cursor: pointer;
  user-select: none;
}

.rating-avaliacao .star {
  margin: 0 5px;
  transition: color 0.2s;
}

.rating-avaliacao .star.hover,
.rating-avaliacao .star.selected {
  color: var(--orange);
}

#avaliacao-texto {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: var(--orange);
  font-weight: 700;
}

/* ===== MAPA ===== */
.address {
  max-width: 1000px;
  margin: 3rem auto;
  padding: 0 1rem;
    margin-bottom: 100px;

}

.address iframe {
  width: 100%;
  border-radius: 10px;
  border: none;
  height: 450px;
  box-shadow: 0 0 20px rgba(240, 94, 4, 0.7);
}

/* ===== FORMULÁRIO DE CONTATO ===== */
.contact {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1rem 4rem;
  text-align: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-form input,
.contact-form textarea {
  flex: 1 1 45%;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid var(--orange);
  resize: vertical;
  color: var(--black);
  font-family: 'Poppins', sans-serif;
  outline: none;
}

.contact-form textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
  overflow: auto;
}


.contact-form button {
  background-color: var(--orange);
  color: var(--black);
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
  max-width: 250px;
  margin-top: 20px;
  align-self: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-form button:hover {
  background-color: #ff9933;
  transform: scale(1.05);
}

/* ===== FOOTER ===== */
.footer {
  background: var(--black);
  padding: 2rem 1rem;
  text-align: center;
  color: #fff;
  border-top: var(--border);
}

.footer-content h3 {
  color: var(--orange);
  margin-bottom: 1rem;
}

.footer-content p {
  margin-bottom: 1rem;
}

.social-icons a {
  margin: 0 0.5rem;
  display: inline-block;
  filter: drop-shadow(0 0 2px var(--orange));
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 900px) {
  .header-galpao section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .nav-nomes {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }

  .nav-nomes a {
    margin: 0 0.5rem;
    font-size: 1rem;
  }

  .content-conteudo h1 {
    font-size: 2.5rem;
  }

  .content-conteudo p {
    font-size: 1.1rem;
  }

  .menu .box-container {
    grid-template-columns: 1fr 1fr;
  }

  .review .box-container {
    grid-template-columns: 1fr;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .content-imagem img,
  .img-sobre-nos {
    max-width: 90vw;
  }

  .contact-form input,
  .contact-form textarea {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .menu .box-container {
    grid-template-columns: 1fr;
  }

  .header-galpao section {
    flex-direction: column;
  }

  .nav-nomes a {
    font-size: 0.9rem;
    margin: 0 0.3rem;
  }

  .content-conteudo h1 {
    font-size: 2rem;
  }

  .content-conteudo p {
    font-size: 1rem;
  }

  .icons-incones img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .whatsapp-button img {
    width: 50px;
    height: 50px;
  }
}


/* ===== EFEITO DE SCROLL (ISOLADO) ===== */
.sr-fade,
.sr-up,
.sr-left,
.sr-right {
  visibility: hidden;
}

.sr-fade {
  visibility: visible;
}

html.sr .sr-fade,
html.sr .sr-up,
html.sr .sr-left,
html.sr .sr-right {
  visibility: visible;
}

