COTAÇÃO
₲ 7.500
Dólar Dólar

Tasa de cambio: US$ 1,00

Real Brasil R$ 5,67
Guarani Paraguay G$ 7.500,00
Peso Argentina $ 1.440,00

Actualizado el: 22 de Julio de 2025 a las 17:45

Smartphone Samsung Z FOLD7 5G F966B DS 12/ 512GB 8.0" 200+12+10/ 10+10MP - Black (Gar. PY/ Ar/ Ur)

Disponible de 17 de Julio de 2025

Último listado en 22 de Julio de 2025

Logo Mobile Zone
(6 opiniões de la tienda)

código: #1131512

Por:

US$ 1.660,00
Ver 7 ofertas
₲ 12.450.000

* Precios y disponibilidad son
sujeto a cambios sin previo aviso.

Especificaciones de Smartphone Samsung Z FOLD7 5G F966B DS 12/ 512GB 8.0" 200+12+10/ 10+10MP - Black (Gar. PY/ Ar/ Ur)


INFORMACIONES BÁSICAS
Marca Samsung
Sistema OperacionalAndroid
RecondicionadoNão é recondicionado
Câmera Frontal8 - 12 Megapixels
Tamanho da Tela8.0" - 8.9"
Câmera Traseira> 20 Megapixels
Memória12GB
Capacidade512GB
Número de Chips2 Chips
Conexão de Dados5G

Información adicional


.smartwatch-container {
font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
width: 100%;
margin: 0 auto;
background-color: #0a0a0a;
color: #ffffff;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
}

.smartwatch-section {
padding: 60px 40px;
position: relative;
}

.smartwatch-hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 80px 40px;
background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
position: relative;
overflow: hidden;
}


.parallax-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 30% 50%, #3b82f610 5%, transparent 30%),
radial-gradient(circle at 70% 70%, #f9731610 5%, transparent 30%);
opacity: 0.6;
z-index: 1;
}


.smartwatch-content {
position: relative;
z-index: 2;
width: 100%;
}

.smartwatch-logo {
max-width: 180px;
margin-bottom: 30px;
animation: fadeIn 1s ease-out;
}

.smartwatch-title {
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 15px;
background: linear-gradient(to right, #ffffff, #3b82f6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: slideUp 0.8s ease-out;
}

.smartwatch-tagline {
font-size: 1.5rem;
font-weight: 300;
margin-bottom: 30px;
opacity: 0.9;
animation: slideUp 1s ease-out;
}

.smartwatch-description {
max-width: 700px;
margin: 0 auto 40px;
line-height: 1.6;
font-size: 1.1rem;
opacity: 0.8;
animation: fadeIn 1.2s ease-out;
}

.smartwatch-main-image {
max-width: 100%;
height: auto;
margin: 20px 0;
border-radius: 10px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
animation: scaleIn 1.2s ease-out;
}

.smartwatch-video-container {
width: 100%;
max-width: 800px;
margin: 40px auto;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
animation: scaleIn 1.2s ease-out;
}

.smartwatch-video {
width: 100%;
height: 450px;
border: none;
}

.smartwatch-features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
padding: 60px 40px;
background-color: #1a1a1a;
}

.feature-card {
background: linear-gradient(145deg, #0a0a0a80, #1a1a1a);
border-radius: 12px;
padding: 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
border: 1px solid #2a2a2a;
transition: all 0.3s ease;
animation: fadeInUp 0.8s ease-out;
animation-fill-mode: both;
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
border-color: #3b82f680;
}

.feature-icon {
width: 60px;
height: 60px;
background-color: #3b82f6;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
font-size: 24px;
color: #0a0a0a;
box-shadow: 0 10px 20px #3b82f640;
}

.feature-title {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 15px;
color: #3b82f6;
}

.feature-description {
font-size: 1rem;
line-height: 1.6;
opacity: 0.8;
}

.smartwatch-gallery {
padding: 60px 40px;
background: linear-gradient(135deg, #0a0a0a, #1a1a1a80);
}

.gallery-title {
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 40px;
text-align: center;
color: #3b82f6;
animation: fadeIn 0.8s ease-out;
}

.gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}

.gallery-item {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
animation: fadeIn 1s ease-out;
animation-fill-mode: both;
}

.gallery-item:hover {
transform: scale(1.03);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.gallery-image {
width: 100%;
height: auto;
display: block;
}

.gallery-video {
width: 100%;
height: 200px;
border: none;
}

.gallery-caption {
padding: 15px;
background-color: #1a1a1a;
font-size: 0.9rem;
text-align: center;
}

.smartwatch-specs {
padding: 60px 40px;
background-color: #0a0a0a;
}

.specs-title {
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 40px;
text-align: center;
color: #3b82f6;
animation: fadeIn 0.8s ease-out;
}

.specs-table {
width: 100%;
max-width: 800px;
margin: 0 auto;
border-collapse: collapse;
animation: fadeIn 1s ease-out;
}

.specs-table tr {
border-bottom: 1px solid #2a2a2a;
transition: all 0.3s ease;
}

.specs-table tr:hover {
background-color: #1a1a1a50;
}

.specs-table th,
.specs-table td {
padding: 15px 20px;
text-align: left;
}

.specs-table th {
font-weight: 600;
color: #3b82f6;
width: 40%;
}

.smartwatch-price {
padding: 80px 40px;
text-align: center;
background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
}

.price-tag {
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 30px;
color: #ffffff;
animation: pulseScale 2s infinite;
}

.price-currency {
font-size: 2rem;
vertical-align: super;
margin-right: 5px;
opacity: 0.8;
}

.cta-button {
display: inline-block;
padding: 15px 40px;
background: linear-gradient(to right, #3b82f6, #f97316);
color: #ffffff;
font-size: 1.2rem;
font-weight: 600;
text-decoration: none;
border-radius: 50px;
box-shadow: 0 10px 30px #3b82f640;
transition: all 0.3s ease;
border: none;
cursor: pointer;
animation: pulseLight 2s infinite;
}

.cta-button:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px #3b82f660;
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes slideUp {
from { transform: translateY(30px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}

@keyframes scaleIn {
from { transform: scale(0.9); opacity: 0; }
to { transform: scale(1); opacity: 1; }
}

@keyframes fadeInUp {
from { transform: translateY(20px); opacity: 0; }
to { transform: translateY(0); opacity: 1; }
}

@keyframes pulseScale {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}

@keyframes pulseLight {
0% { box-shadow: 0 10px 30px #3b82f640; }
50% { box-shadow: 0 10px 30px #3b82f670; }
100% { box-shadow: 0 10px 30px #3b82f640; }
}

@media (max-width: 768px) {
.smartwatch-section {
padding: 40px 20px;
}

.smartwatch-hero {
padding: 60px 20px;
}

.smartwatch-title {
font-size: 2.5rem;
}

.smartwatch-tagline {
font-size: 1.2rem;
}

.smartwatch-video {
height: 300px;
}

.feature-card {
padding: 20px;
}

.price-tag {
font-size: 2.5rem;
}
}

@media (max-width: 480px) {
.smartwatch-title {
font-size: 1.8rem;
}

.smartwatch-tagline {
font-size: 1rem;
}

.smartwatch-description {
font-size: 0.9rem;
}

.smartwatch-section {
padding: 30px 15px;
}

.feature-card {
padding: 15px;
}

.feature-icon {
width: 50px;
height: 50px;
}

.feature-title {
font-size: 1.2rem;
}

.specs-table th, .specs-table td {
padding: 10px;
font-size: 0.9rem;
}

.smartwatch-title {
font-size: 2rem;
}

.smartwatch-video {
height: 200px;
}

.gallery-grid {
grid-template-columns: 1fr;
}
}

/* Mejoras de responsividad */
* {
box-sizing: border-box;
}

img {
max-width: 100%;
height: auto;
}








Galaxy Z Fold7













Descubrí nuestro diseño más innovador, rediseñado para ser nuestro Fold más fino y ligero. Con pantallas amplias por dentro y por fuera para mostrarte un nuevo mundo de artesanía sin interrupciones, es la experiencia Ultra, desplegada.



















Captura detalles Incluso en la oscuridad



















Ultra elegante. Ultra potente


















Edita con detalles de lado a lado













Edita las fotos a tu gusto con previsualizaciones una al lado de la otra en Photo Assist. Solo tienes que mantener pulsado un objeto para moverlo, borrarlo o ampliarlo, y ajustar los ángulos o rellenar fondos.