.page-juego-mines-1win { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-juego-mines-1win__hero-section { background: linear-gradient(135deg, #001f3f 0%, #000000 100%); color: #fff; text-align: center; padding: 10px 20px 60px; position: relative; overflow: hidden; } .page-juego-mines-1win__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-juego-mines-1win__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-juego-mines-1win__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #ffd700; } .page-juego-mines-1win__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-juego-mines-1win__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-juego-mines-1win__cta-button:hover { background-color: #ff6a00; transform: translateY(-2px); } .page-juego-mines-1win__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .page-juego-mines-1win__section--dark { background-color: #001f3f; color: #fff; } .page-juego-mines-1win__section-title { font-size: 2.2em; color: #001f3f; text-align: center; margin-bottom: 30px; } .page-juego-mines-1win__section--dark .page-juego-mines-1win__section-title { color: #ffd700; } .page-juego-mines-1win__text-content { text-align: justify; margin-bottom: 20px; } .page-juego-mines-1win__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-juego-mines-1win__card { background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-juego-mines-1win__card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); } .page-juego-mines-1win__card-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; } .page-juego-mines-1win__card-title { font-size: 1.4em; color: #001f3f; margin-bottom: 10px; } .page-juego-mines-1win__card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-juego-mines-1win__card-link { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-juego-mines-1win__card-link:hover { background-color: #0056b3; } .page-juego-mines-1win__section--dark .page-juego-mines-1win__card { background-color: #003366; color: #eee; } .page-juego-mines-1win__section--dark .page-juego-mines-1win__card-title { color: #ffd700; } .page-juego-mines-1win__section--dark .page-juego-mines-1win__card-description { color: #bbb; } .page-juego-mines-1win__section--dark .page-juego-mines-1win__card-link { background-color: #e44d26; } .page-juego-mines-1win__section--dark .page-juego-mines-1win__card-link:hover { background-color: #ff6a00; } .page-juego-mines-1win__quick-links-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-juego-mines-1win__quick-link-button { display: inline-block; background-color: #28a745; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; } .page-juego-mines-1win__quick-link-button:hover { background-color: #218838; transform: translateY(-2px); } .page-juego-mines-1win__quick-link-button--primary { background-color: #e44d26; } .page-juego-mines-1win__quick-link-button--primary:hover { background-color: #ff6a00; } .page-juego-mines-1win__quick-link-button--secondary { background-color: #007bff; } .page-juego-mines-1win__quick-link-button--secondary:hover { background-color: #0056b3; } .page-juego-mines-1win__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-juego-mines-1win__payment-logo { height: 50px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-juego-mines-1win__payment-logo:hover { filter: grayscale(0%); opacity: 1; } .page-juego-mines-1win__faq-item { background-color: #f0f0f0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } .page-juego-mines-1win__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #e9ecef; color: #001f3f; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; user-select: none; } .page-juego-mines-1win__faq-question:hover { background-color: #dee2e6; } .page-juego-mines-1win__faq-question h3 { margin: 0; pointer-events: none; } .page-juego-mines-1win__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-juego-mines-1win__faq-item.active .page-juego-mines-1win__faq-toggle { transform: rotate(45deg); } .page-juego-mines-1win__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-juego-mines-1win__faq-item.active .page-juego-mines-1win__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-juego-mines-1win__blog-card { background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-juego-mines-1win__blog-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); } .page-juego-mines-1win__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-juego-mines-1win__blog-content { padding: 20px; } .page-juego-mines-1win__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-juego-mines-1win__blog-title a { color: #001f3f; text-decoration: none; transition: color 0.3s ease; } .page-juego-mines-1win__blog-title a:hover { color: #e44d26; } .page-juego-mines-1win__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-juego-mines-1win__blog-date { font-size: 0.85em; color: #777; text-align: right; } @media (max-width: 768px) { .page-juego-mines-1win__hero-title { font-size: 2em; } .page-juego-mines-1win__hero-description { font-size: 1em; } .page-juego-mines-1win__cta-button { padding: 12px 25px; font-size: 1em; } .page-juego-mines-1win__section { padding: 30px 15px; margin-bottom: 20px; } .page-juego-mines-1win__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-juego-mines-1win__grid { grid-template-columns: 1fr; } .page-juego-mines-1win__card { padding: 20px; } .page-juego-mines-1win__card-title { font-size: 1.2em; } .page-juego-mines-1win__faq-question { padding: 15px 20px; font-size: 1em; } .page-juego-mines-1win__faq-answer { padding: 0 20px; } .page-juego-mines-1win__faq-item.active .page-juego-mines-1win__faq-answer { padding: 15px 20px !important; } .page-juego-mines-1win__quick-links-container { flex-direction: column; } .page-juego-mines-1win__quick-link-button { width: 100%; max-width: 100%; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-juego-mines-1win__payment-providers { gap: 15px; } .page-juego-mines-1win__payment-logo { height: 40px; } .page-juego-mines-1win__blog-image { height: 180px; } .page-juego-mines-1win__blog-content { padding: 15px; } .page-juego-mines-1win__blog-title { font-size: 1.1em; } /* Responsive image styles */ .page-juego-mines-1win img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-juego-mines-1win__grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } }