body {
  font-family: 'Roboto', sans-serif;
  background-color: #eeeeee;
  margin: 0;
  padding: 0;
}

.main-wrapper {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 15px;
}

.layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.columna-izquierda {
  flex: 1;
  min-width: 300px;
  max-width: 650px;
}

.columna-derecha-wrapper {
  width: 350px;
}

.bloque-rentas {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.bloque-rentas img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.bloque-rentas strong {
  font-size: 16px;
  font-weight: 600;
}

.columna-derecha {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 10px;
}

.tarjeta,
.email-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.medio-pago {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.medio-info {
  display: flex;
  align-items: center;
}

.icono-tarjeta {
  width: 40px;
  height: 30px;
  background-image: url('./files/tarjeta-icono.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.cuotas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.email-box input {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 8px;
  box-sizing: border-box;
}

.email-box small {
  font-size: 12px;
  color: #777;
}

.resumen-linea {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}

.btn-pagar {
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #009ee3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 16px;
}

.pago-seguro {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

.volver {
  margin-top: 20px;
}

.volver a {
  text-decoration: none;
  color: #009ee3;
  font-weight: 500;
  font-size: 14px;
}

.footer-linea {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px auto 10px;
  max-width: 1100px;
}

.footer {
  text-align: center;
  font-size: 12px;
  color: #888;
  padding-bottom: 30px;
}

.footer a {
  color: #009ee3;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  .main-wrapper {
    padding: 0 12px;
    box-sizing: border-box;
  }

  .layout {
    flex-direction: column;
    align-items: center;
  }

  .columna-izquierda,
  .columna-derecha-wrapper,
  .columna-derecha {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .tarjeta,
  .email-box,
  .columna-derecha {
    box-sizing: border-box;
    padding: 16px;
  }

  .bloque-rentas {
    justify-content: flex-start;
    padding-left: 12px;
    gap: 8px;
  }

  .bloque-rentas img {
    width: 32px;
    height: 32px;
  }

  .bloque-rentas strong {
    font-size: 14px;
  }

  .footer-linea {
    margin: 30px 0 10px;
  }

  .columna-derecha {
    width: 100%;
  }
}





.cuota-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cuota-circulo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgb(250, 251, 251);
  color: #009ee3;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  /* borde gris claro */
}

.cuota-label {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.cuota-monto {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}


.light-text {
  font-weight: 400;
  font-size: 15px;
  color: #333;
}

a {
  color: #009ee3 !important;
  /* Celeste Mercado Pago */
  text-decoration: none !important;
  font-weight: 300;
}

a:hover {
  text-decoration: underline;
}

.pago-seguro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
  color: #777;

  gap: 6px;
}

.financiacion-box {
  margin: 12px 0 20px;
  padding: 0 16px;
  font-size: 12px;
  color: #777;
}

.fin-texto {
  margin-bottom: 4px;
}

.titulo-pago-derecha {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #333;
}