DOCTYPE html> Envios De Cronos Sa * { box-sizing: border-box; margin: 0; padding: 0; font-family: mainFont, sans-serif; } body { background-color: #FAFAFA; color: rgba(0, 0, 0, 0.87); line-height: 1.6; font-size: 0.875rem; font-weight: 400; line-height: 1.43; } .header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .logo { display: flex; align-items: center; } .logo span { font-size: 28px; font-weight: 700; } .logo span:first-child { color: #0033a0; } .logo span:last-child { color: #ff6b81; } .user-name { color: #0033a0; font-weight: 500; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .payment-form { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin: 20px auto; max-width: 900px; padding: 30px; } .form-title { font-size: 24px; color: #333; text-align: center; margin-bottom: 20px; font-weight: 600; } .form-subtitle { text-align: center; color: #666; margin-bottom: 30px; font-size: 16px; font-weight: 400; } .form-group { margin-bottom: 20px; }/* .productsBox{ background-color: rgb(250, 250, 250); padding: 0px 12px; grid-area: productsBox; align-self: start; position: relative; width: 100%; max-width: 370px; margin: 0px auto; background-color: rgb(250, 250, 250); padding: 0px 12px; border: 1px solid rgb(221, 221, 221); border-radius: 8px; }*/ .productsBox{ display: none; } .dBFoJW{ display: none; } .form-row { display: flex; margin-bottom: 20px; gap: 15px; } .form-column { flex: 1; } .form-label { display: block; margin-bottom: 5px; color: #555; font-weight: 500; font-size: 14px; } .form-sublabel { display: block; font-size: 12px; color: #777; margin-bottom: 5px; } .form-input { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; outline: none; transition: border-color 0.3s; } .form-input:focus { border-color: #0033a0; } .form-help { font-size: 12px; color: #777; margin-top: 5px; } .payment-info { background-color: #f9f9f9; border-radius: 8px; padding: 20px; margin-bottom: 30px; } .payment-total { display: flex; justify-content: space-between; align-items: center; font-weight: 600; margin-bottom: 20px; } .payment-amount { font-size: 20px; color: #0033a0; } .payment-methods { margin-bottom: 20px; } .payment-methods-title { font-size: 14px; margin-bottom: 10px; font-weight: 500; } .card-icons { display: flex; gap: 10px; flex-wrap: wrap; } .card-icon { width: 40px; height: 25px; background-color: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .section-title { font-size: 18px; margin: 30px 0 20px; font-weight: 600; color: #333; } .btn-pay { background-color: #f2f2f2; color: #888; border: none; border-radius: 50px; padding: 15px 40px; font-size: 16px; cursor: pointer; width: 100%; transition: all 0.3s; font-weight: 500; margin-top: 20px; } .btn-pay:hover { background-color: #e6e6e6; } .btn-pay.active { background-color: rgb(2, 42, 154); /* azul */ color: #fff; /* texto blanco */ } .security-info { text-align: center; margin-top: 20px; color: #777; font-size: 12px; display: flex; flex-direction: column; align-items: center; gap: 10px; } .security-text { display: flex; align-items: center; gap: 5px; } .terms { text-align: center; margin-top: 10px; font-size: 12px; } .terms a { color: #0033a0; text-decoration: none; } .dropdown { position: relative; width: 100%; } .dropdown-select { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; cursor: pointer; } .info-icon { display: inline-block; width: 16px; height: 16px; border-radius: 50%; background-color: #ddd; color: #777; text-align: center; line-height: 16px; font-size: 12px; margin-left: 5px; font-weight: bold; } .dBFoJW .mobileTitle { font-size: 12px; color: rgb(18, 18, 18); display: inline-block; margin-top: 10px; } /* Responsive styles */ @media (max-width: 768px) { .container { padding: 10px; } .payment-form { padding: 20px; margin: 0; border-radius: 0; box-shadow: none; } .form-row { flex-direction: column; gap: 20px; } .payment-info { order: -1; margin: 0 0 20px; } .desktop-layout { flex-direction: column; } .payment-sidebar{ display: none; } .productsBox{ display: block; } .productsBox{ align-self: start; position: relative; width: 100%; max-width: 370px; margin: 0px auto; background-color: rgb(250, 250, 250); padding: 0px 12px; border: 1px solid rgb(221, 221, 221); border-radius: 8px; margin-bottom: 20px; padding-top: 5px; } .dBFoJW{ display: block; } .dBFoJW #show { display: none; } input[type="checkbox" i] { background-color: initial; cursor: default; appearance: auto; box-sizing: border-box; margin: 3px 3px 3px 4px; padding: initial; border: initial; } /* Oculta el contenido por defecto */ #show ~ #content { display: none; } /* Muestra el contenido cuando el checkbox está marcado */ #show:checked ~ #content { display: block; } .dBFoJW .showCardsButton { font-size: 12px; font-weight: bold; text-transform: capitalize; color: rgb(124, 94, 255); } .dBFoJW{ margin-bottom: 30px; } @media (min-width: 769px) { .desktop-layout { display: flex; gap: 30px; } .form-container { flex: 2; } .payment-sidebar { flex: 1; } .mobile-total { display: none; } }
Cronos Envios SA

Completá los datos para pagar

Ingresá tu número de tarjeta para conocer las opciones de cuotas

Total $ 300
Credit card image Credit card image Credit card image Credit card image Credit card image Credit card image Credit card image Credit card image

Datos personales

Total $ 300

Paga con tarjeta de crédito o débito

Credit card image Credit card image Credit card image Credit card image Credit card image Credit card image Credit card image Credit card image
🔒 Todas las transacciones son seguras y encriptadas.
Al confirmar el pago acepto los Términos y condiciones de Payway.