 body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 0; background-color: #f7f7f7; color: #333; line-height: 1.6; font-weight: 400; } header { background-color: #0056b3; color: #fff; text-align: center; padding: 1.4rem; } #formulario { max-width: 600px; margin: 2rem auto; padding: 1.5rem; background: #fff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } label { display: block; margin-bottom: 0.5rem; font-weight: bold; } input, select { width: 100%; padding: 0.5rem; margin-bottom: 1rem; border: 1px solid #ccc; border-radius: 5px; } input[readonly] { background-color: #f9f9f9; font-weight: bold; color: #333; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; background-color: #0056b3; color: #ffffff; } .header-container h1 { font-size: 1.32rem; font-weight: 700; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform: uppercase; letter-spacing: 2px; text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.3); color: #ffffff; margin: 0; line-height: 1.2; } .logo-eslogan { display: flex; flex-direction: row; align-items: center; gap: 1rem; } .logo-container { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border: 2px solid #ffffff; display: flex; align-items: center; justify-content: center; } .logo-container img { width: 160%; height: auto; object-fit: contain; } .header-container h1 { font-size: 2rem; margin: 0; text-transform: uppercase; text-shadow: 2px 2px 4px #ffffff; color: #fff; } .mensajes-dinamicos { background-color: #6ed0e4; color: #0056b3; padding: 1rem; text-align: center; font-weight: bold; margin-bottom: 1rem; border-radius: 5px; font-size: 1.2rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); animation: fade-in-out 15s infinite; } @keyframes fade-in-out { 0%, 100% { opacity: 0; } 50% { opacity: 0; } } .logo-container { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border: 2px solid #ffffff; } .navbar { display: flex; justify-content: center; gap: 2rem; font-weight: bold; } .nav-list { list-style: none; margin: 0; padding: 0; display: flex; justify-content: flex-start; align-items: center; } .nav-list li { margin-right: 20px; } .nav-list a { text-decoration: none; color: #ffffff; font-size: 1rem; font-weight: bold; transition: color 0.3s ease; } main { padding: 2rem; } h2,h3,h4 { color: #0056b3; margin-bottom: 1rem; margin: 20px auto; text-align: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 600; line-height: 1.3; } h1 { color: #0056b3; margin-bottom: 1rem; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 700; line-height: 1.2; } #formulario { background-color: #ffffff; padding: 2rem; border: 2px solid #0056b3; border-radius: 10px; max-width: 600px; margin: 0 auto; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } form label { display: block; margin-bottom: 0.5rem; font-weight: bold; color: #333; } form input, form select { width: 100%; padding: 0.5rem; margin-bottom: 1rem; border: 1px solid #ccc; border-radius: 5px; } form button { background-color: #0056b3; color: #ffffff; padding: 0.5rem 1rem; border: none; border-radius: 5px; cursor: pointer; font-size: 1rem; text-transform: uppercase; font-weight: bold; transition: background-color 0.3s ease; } form button:hover { background-color: #0056b3; } .metodos-pago { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; } .metodo { display: flex; align-items: center; justify-content: center; background-color: #0056b3; border: none; border-radius: 8px; padding: 1rem; width: 280px; height: 80px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease, box-shadow 0.2s ease; } .metodo:hover { transform: scale(1.05); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); } .metodo img { width: 50%; height: auto; } .metodo span { font-weight: bold; color: #ffffff; margin-left: 10px; font-size: 1rem; } footer { background-color: #0056b3; color: #ffffff; padding: 1rem; text-align: center; margin-top: 2rem; } .footer-links { margin-bottom: 0.5rem; } .footer-links a { color: #ffffff; text-decoration: none; margin: 0 0.5rem; font-weight: bold; font-size: 1.0rem; } .footer-links a:hover { text-decoration: underline; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: 1rem; background-color: #0056b3; border-bottom: 2px solid #0056b3; } .logo-eslogan { text-align: center; margin-top: 0.5rem; } #whatsapp-button { display: flex; align-items: center; justify-content: center; gap: 10px; } #whatsapp-button img { width: 40px; height: 40px; } #whatsapp-button span { font-size: 1.2rem; font-weight: bold; color: white; background-color: #0056b3; padding: 5px 10px; border-radius: 5px; } body, head { font-family: 'Roboto', sans-serif; } h1, h2, h3 { font-family: 'Playfair Display', serif; } button { font-family: 'Roboto', sans-serif; } .mensaje-error { color: #cc0000; font-size: 0.9rem; margin-top: -0.5rem; margin-bottom: 0.5rem; display: block; } input.error, select.error { border-color: #cc0000; outline: none; } #conversion { background-color: #f9f9f9; color: #333; border: 1px solid #ccc; padding: 0.5rem; margin-top: 0.5rem; font-weight: bold; font-size: 1rem; border-radius: 5px; width: 100%; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); } #informacion-adicional { margin-top: 2rem; text-align: center; } .mensajes h3 { font-size: 1.5rem; color: #0056b3; margin: 0.5rem 0 3.5rem; } .mensajes p { font-size: 0.9rem; color: #cc0000; margin: 0.5rem 0; } .nav-list a:hover { color: #0056b3; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; background-color: #0056b3; color: #ffffff; } .logo-eslogan { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .logo-eslogan .logo-text { font-size: 1.32rem; font-weight: 700; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #ffffff; text-transform: uppercase; letter-spacing: 2px; margin: 0; text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.3); line-height: 1.2; } .logo-eslogan .eslogan { font-size: 1.1rem; margin: 0; font-weight: normal; color: #ffffff; } .logo-container { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); background-color: #ffffff; } .navbar { text-align: left; margin: 0; padding: 0 20px; } @media (max-width: 768px) { .header-container { flex-direction: row; justify-content: space-between; } .navbar .nav-list { flex-direction: column; gap: 1rem; } } .mensaje-dinamico { text-align: center; font-size: 1.1rem; color: #0056b3; font-weight: bold; animation: parpadeo 2.5s infinite; } @keyframes parpadeo { 0%, 100% { opacity: 1; } } #paypal-button-container { display: flex; justify-content: center; align-items: center; background-color: transparent; height: 20px; margin: 10px 0; } .metodos-pago .metodo { margin-bottom: 20px; text-align: center; } .pago-boton { background-color: #ffffff; border: 1px solid #ffffff; border-radius: 8px; padding: 10px; cursor: pointer; transition: all 0.3s ease; } .pago-boton:hover { background-color: #ffffff; } #paypal-container-FZSF73FABRDCG { margin: 20px auto; text-align: center; } .responsive-image { display: block; max-width: 60%; height: auto; margin: 0 auto; object-fit: contain; } @media (max-width: 768px) { .responsive-image { max-height: 250px; } } .info-proceso { margin: 20px auto; padding: 20px; background-color: #6ed0e4; border: 1px solid #ddd; border-radius: 8px; text-align: center; max-width: 800px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .info-proceso h3 { margin-bottom: 10px; color: #0056b3; font-family: 'Roboto', sans-serif; } .info-proceso p { color: #0056b3; line-height: 1.6; font-size: 16px; font-family: 'Roboto', sans-serif; } .navbar { display: flex; justify-content: center; gap: 2rem; font-weight: bold; } #paypal-container-MD5YDUGAEXKK6 { max-width: 290px; margin: 0 auto 20px; text-align: center; display: flex; justify-content: center; } .mensaje-dinamico-pagos { text-align: center; font-size: 0.6rem; color: #cc0000; font-weight: bold; animation: parpadeo 2.5s infinite; } .redes-sociales { display: flex; justify-content: center; gap: 15px; margin: 20px 0; } .red-social { width: 55px; height: 55px; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; align-items: center; background: linear-gradient(145deg, #ffffff, #f0f0f0); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; } .red-social img { width: 100%; height: 100%; object-fit: cover; } .red-social:hover { transform: scale(1.15) translateY(-2px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9); border-color: #0056b3; } .telegram-section { text-align: center; margin: 30px 0; } .telegram-section a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background-color: #0056b3; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease; } .telegram-section a img { width: 25px; height: 25px; } .telegram-section a:hover { background-color: #0056b3; } .redes-sociales-container h3 { font-family: 'Roboto', sans-serif; color: #0056b3; margin-bottom: 20px; font-size: 1.5rem; text-align: center; } #whatsapp-btn { position: fixed; bottom: 20px; right: 20px; z-index: 1000; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background-color: #25D366; border-radius: 50%; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } #whatsapp-btn img { width: 60px; height: 60px; } #whatsapp-btn:hover { transform: scale(1.1); } .metodos-de-pagos-container { display: flex; justify-content: center; align-items: center; margin: 20px 0; } .metodos-de-pagos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 15px; } #por-que-billetaxo { max-width: 1000px; margin: 2rem auto; padding: 2rem; background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); text-align: left; } #por-que-billetaxo h2 { text-align: center; font-size: 2rem; color: #0056b3; margin-bottom: 2rem; } .feature { display: flex; align-items: center; margin-bottom: 2rem; gap: 1.5rem; } .feature-icon { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; flex-shrink: 0; box-shadow: 0 0 10px rgba(0,0,0,0.1); display: flex; justify-content: center; align-items: center; background-color: #f7f7f7; } .feature-icon img { width: 100%; height: 100%; object-fit: cover; } .feature p { margin: 0; font-size: 1rem; color: #333; line-height: 1.5; } .suscripcion-container { max-width: 600px; margin: 4rem auto; padding: 2rem 1rem; background-color: #ffffff; border: 1px solid #ccc; border-radius: 12px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); text-align: center; box-sizing: border-box; } #form-suscripcion { width: 100%; } #form-suscripcion input, #form-suscripcion button { width: 100%; padding: 0.8rem 1rem; margin-bottom: 1rem; font-size: 1rem; border-radius: 5px; box-sizing: border-box; } #form-suscripcion input { border: 1px solid #ccc; outline: none; } #form-suscripcion button { background-color: #0056b3; color: white; font-weight: bold; border: none; cursor: pointer; transition: background-color 0.3s ease; } #form-suscripcion button:hover { background-color: #003e80; } #boton-suscripcion { transition: background-color 0.4s ease, color 0.4s ease; } .mensaje-suscripcion { color: #cc0000; font-size: 1.2rem; font-weight: bold; text-align: center; margin: 1rem auto; background-color: #ffe6e6; padding: 1rem; border-radius: 8px; border: 1px solid #cc0000; max-width: 600px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); animation: fadeOut 5s forwards; } @keyframes fadeOut { 0%, 80% { opacity: 1; } 100% { opacity: 0; display: none; } } input.error, select.error, textarea.error { border: 2px solid #d93025 !important; background-color: #fff6f6 !important; } small.mensaje-error { color: #d93025; font-size: 0.85rem; margin-top: 4px; display: block; } .icono-social { width: 20px; height: 20px; vertical-align: middle; margin-right: 8px; } .botones-compartir .btn { display: inline-flex; align-items: center; padding: 0.7rem 1.2rem; border-radius: 6px; font-weight: 600; color: white; text-decoration: none; font-size: 1rem; gap: 8px; transition: background 0.3s, transform 0.2s; } .botones-compartir .btn:hover { transform: scale(1.05); } .red-whatsapp { background-color: #25D366; } .red-facebook { background-color: #1877F2; } .red-twitter { background-color: #000000; } .red-enlace { background-color: #6c757d; } footer { background-color: #0056b3; color: white; padding: 2rem 1rem; text-align: center; font-size: 0.95rem; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 400; line-height: 1.6; } footer .footer-links { margin-bottom: 1rem; } footer .footer-links a { color: #ffffff; text-decoration: none; margin: 0 0.4rem; } footer .footer-links a:hover { text-decoration: underline; } 
