﻿/* Footer V1 - Novo Layout */
.footer-v1 {
  background-color: #0064b4;
  color: #FAFBFC;
  padding: 50px 0 30px 0;
  font-family: "Montserrat", sans-serif;
}

/* Reset específico para sobrescrever estilos do Bootstrap */
.footer-v1 h1,
.footer-v1 h2,
.footer-v1 h3,
.footer-v1 h4,
.footer-v1 h5,
.footer-v1 h6 {
  color: inherit !important;
  font-family: "Montserrat", sans-serif !important;
}

.footer-v1 p {
  color: inherit !important;
  font-family: "Montserrat", sans-serif !important;
}

.footer-v1 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Seção Principal - Informações do Hopi */
.footer-main-section {
  margin-bottom: 40px;
  text-align: left;
  padding-bottom: 20px;
}

footer.footer-v1 .footer-info-text h4 {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none !important;
}

footer.footer-v1 .footer-info-text p {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  line-height: 1.5 !important;
  font-family: "Montserrat", sans-serif !important;
}

/* Seção de Contatos com Ícones */
.footer-section {
  margin-bottom: 40px;
  padding: 25px 0;
}

.footer-section.bg-white {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin: 30px 0;
}

.footer-contact-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
  min-width: 280px;
  margin-bottom: 20px;
}

.contact-item i {
  font-size: 24px;
  color: #03c101;
  margin-top: 5px;
  width: 30px;
}

.contact-info h5 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.15px !important;
    margin-bottom: 24px !important;
    font-family: "Montserrat", sans-serif;
}

.contact-info p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-info a {
    color: #FAFBFC !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    text-transform: none !important;
}

.contact-info a:hover {
  text-decoration: underline !important;
}

.btn-comprar-agora {
    display: flex !important;
    padding: 14px 40px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    align-self: stretch !important;
    border-radius: 32px !important;
    border: 1px solid rgba(250, 251, 252, 0.16) !important;
    background: #78C800 !important;
    box-shadow: 0 3px 1px 0 rgba(0, 6, 10, 0.16) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 150%;
    letter-spacing: 0.25px;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    color: #fff !important;
}

.btn-comprar-agora:hover {
    background: #6AB300 !important;
    box-shadow: 0 4px 2px 0 rgba(0, 6, 10, 0.20) !important;
    transform: translateY(-1px) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn-comprar-agora i {
    font-size: 16px !important;
}

/* Seções com Fundo Branco */
.bg-white h5 {
  color: #333333;
  font-size: 16px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

.bg-white p {
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

/* Formas de Pagamento */
.payment-methods-section h5 {
  margin-bottom: 20px;
}

.payment-icon {
  height: 38px;
  width: 38px;
  object-fit: contain;
}

.parcela-info {
  background-color: #a1dda0;
  color: #106d0f;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border-radius: 6px;
  display: inline-block;
  margin: 0;
}

/* Avaliações e Certificações */
.reviews-section h5 {
  margin-bottom: 20px;
}

.reviews-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}

.review-item img {
  object-fit: contain;
}

/* Patrocinadores */
.sponsors-section h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.sponsors-images {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}

.sponsors-images img {
  object-fit: contain;
}

/* Copyright */
.footer-copyright {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-top: 25px !important;
    margin-top: 20px !important;
    text-align: left;
    gap: 20px !important;
}

.footer-copyright p {
    margin: 0 !important;
}

.footer-address-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
}

.footer-address-text strong {
    font-weight: 800;
}

.footer-copyright-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
}

/* Ícones (usando Font Awesome ou similar) */
.icon-phone::before {
  content: "📞";
}
.icon-help::before {
  content: "❓";
}
.icon-ticket::before {
  content: "🎫";
}
.icon-calendar::before {
  content: "📅";
}

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

.footer-ingressos-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.duvidas-contato-container {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 8px;
}

.duvidas-contato-container p a {
    margin-left: 10px;
}

.contact-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
    color: #FAFBFC !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.contact-info p i {
    color: #ffffff !important;
    margin-right: 8px !important;
    font-size: 14px !important;
    width: auto !important;
}

.contact-info p span {
    margin-left: 10px !important;
}

.payment-icons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    gap: 12px !important;
    align-self: stretch !important;
    flex-wrap: wrap !important;
    border-radius: 16px !important;
    padding-bottom: 0 !important;
}

.parcela-info {
    background: #FAFBFC29 !important;
    color: #FFFFFF !important;
    padding: 6px 12px !important;
    font-family: Montserrat !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 150% !important; /* 19.5px */
    letter-spacing: 0.25px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    margin: 0 !important;
    line-height: 150%;
    letter-spacing: 0.25px;
}

.bg-white .parcela-info {
    color: #FFFFFF !important;
}

.reviews-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    align-self: stretch !important;
    border-radius: 16px !important;
    background: #FAFBFC !important;
    max-width: 154px;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-contact-section {
    flex-direction: column;
    gap: 40px;
  }

  .contact-item {
    min-width: 100%;
  }

  .payment-icons {
    justify-content: center;
  }

  .reviews-icons {
    justify-content: center;
  }

  .sponsors-images {
    justify-content: center;
  }

  .payment-icon {
    height: 43px;
    width: 61px;
  }
  .footer-copyright {
      text-align: center;
  }
  
  .footer-address-text, .footer-copyright-text {
      font-size: 12px;
      line-height: 150%;
      letter-spacing: 0.4px;
  }
}

@media (max-width: 480px) {
    .footer-v1 {
        padding: 30px 0 15px 0;
    }

    .footer-v1 .container {
        padding: 0 15px;
    }

    .footer-section {
        margin-bottom: 20px;
    }

    .footer-section.bg-white {
        padding: 20px 15px;
    }

    .footer-ingressos-section {
        width: 100%;
        margin-bottom: 64px;
    }

    .contact-info h5 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15px;
        margin-bottom: 16px !important;
    }

    .contact-info a, .contact-info p {
        font-size: 12px;
        letter-spacing: 0.4px;
        line-height: 16px;
    }

    .contact-info ul, .duvidas-contato-container {
        gap: 12px;
    }
}

@media screen and (min-width: 769px) {
    footer.footer-v1 .payment-icons {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 24px !important;
        flex: 1 !important;
        min-width: 300px !important;
        padding: 0 !important;
    }
}


@media screen and (min-width: 502px) {
    .bg-faixa {
        width: 100%;
        height: 250px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-image: url("../i0.statig.com.br/hopihari/img/parque-rodape-image-pc.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        z-index: -1;
        margin: 0;
    }

    .link-karta {
        width: 100% !important;
        height: 250px;
        position: relative;
        z-index: 1;
        margin: 0;             
    }
}


@media screen and (max-width: 501px) {
    .bg-faixa {
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-image: url("../i0.statig.com.br/hopihari/img/parque-rodape-image-pc.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        z-index: -1;
        margin: 0;
    }

    .link-karta {
        width: 100% !important;
        height: 50px;
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0 !important;
    }
}
