Tienda física en CDMX
Visítanos en nuestra tienda
Compra o vende tu equipo con total confianza. Puedes revisar el producto antes de pagar.
📍 Dirección
Insurgentes Sur 1774, CDMX
🕒 Horario
Todos los días 9:00 - 21:00
⚡ Entrega
Recoge hoy mismo en tienda
Ver ubicación en Google Maps
✅ +20,000 clientes satisfechos
✅ Pago inmediato en efectivo
✅ Equipos verificados
.cbnk-location {
padding: 48px 20px;
background: #f7f7f7;
}
.cbnk-location__container {
display: grid;
grid-template-columns: 0.85fr 1.15fr;
align-items: center;
gap: 36px;
max-width: 1180px;
margin: 0 auto;
}
.cbnk-location__eyebrow {
display: inline-block;
margin-bottom: 10px;
padding: 6px 12px;
border-radius: 999px;
background: #eef2ff;
color: #1f43d6;
font-size: 13px;
font-weight: 700;
}
.cbnk-location__info h2 {
font-size: clamp(28px, 3vw, 42px);
line-height: 1.05;
margin: 0 0 12px;
}
.cbnk-location__info p {
margin: 0 0 14px;
color: #444;
}
.cbnk-location__data {
margin: 18px 0;
}
.cbnk-location__btn {
display: inline-block;
padding: 13px 22px;
background: #000;
color: #fff;
border-radius: 999px;
text-decoration: none;
font-weight: 700;
transition: all .25s ease;
}
.cbnk-location__btn:hover {
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.cbnk-location__trust {
margin-top: 18px;
display: grid;
gap: 8px;
font-weight: 600;
color: #333;
}
.cbnk-location__image {
position: relative;
display: block;
width: 100%;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 16px 40px rgba(0,0,0,.14);
}
.cbnk-location__image::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,.22), transparent);
pointer-events: none;
}
.cbnk-location__image img {
width: 100%;
height: 420px;
object-fit: cover;
display: block;
transition: transform .4s ease;
}
.cbnk-location__image:hover img {
transform: scale(1.03);
}
@media(max-width: 768px){
.cbnk-location {
padding: 36px 16px;
}
.cbnk-location__container {
grid-template-columns: 1fr;
gap: 24px;
}
.cbnk-location__image img {
height: 260px;
}
}