Gracias por tu compra
body {
margin: 0;
padding: 0;
background-color: #000;
color: #fff;
font-family: 'Inter', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
min-height: 100vh;
text-align: center;
}
h1 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 0.5rem;
}
.subtexto {
font-size: 1.25rem;
color: #ccc;
margin-bottom: 2rem;
}
.botones {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 4rem;
}
.btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 12px 24px;
border-radius: 20px; /* borde redondeado */
font-weight: 500;
font-size: 1rem;
text-decoration: none;
color: #fff;
border: 1px solid #F2AB4B; /* borde dorado */
transition: all 0.3s ease;
background-color: transparent;
justify-content: center;
min-width: 240px;
}
.btn img {
width: 20px;
height: 20px;
object-fit: contain;
}
.btn:hover {
background-color: rgba(242, 171, 75, 0.1); /* sutil fondo dorado */
transform: translateY(-2px);
border-color: #F2AB4B;
}
¡Gracias por tu compra!
¿Quieres más contenido de valor?