INFORMAÇÕES DO PRODUTO
Samsung Galaxy Z Fold6 con Galaxy AI
/* Estilos generales */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Samsung Sans', 'Helvetica Neue', Arial, sans-serif;
}
body {
overflow-x: hidden;
}
.footnote {
font-size: 0.8rem;
vertical-align: super;
}
.play-icon {
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #1e88e5;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
}
.play-icon::before {
content: "";
width: 0;
height: 0;
border-top: 6px solid transparent;
border-left: 10px solid #fff;
border-bottom: 6px solid transparent;
margin-left: 2px;
}
.cta-button {
display: inline-flex;
align-items: center;
background-color: transparent;
color: #1e88e5;
border: none;
padding: 10px 15px;
font-size: 1rem;
cursor: pointer;
margin-top: 10px;
text-decoration: none;
}
.highlight {
font-weight: bold;
color: #000;
}
.section-header {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 1px;
margin-bottom: 10px;
text-align: center;
}
/* Sección 1: Unfold Perfection */
.unfold-section {
background-color: #000;
color: #fff;
padding: 40px 20px;
text-align: center;
position: relative;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.unfold-section h1 {
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 700;
line-height: 1.1;
margin-bottom: 10px;
}
.unfold-section h2 {
font-size: clamp(2rem, 4vw, 3.5rem);
font-weight: 700;
line-height: 1.1;
margin-bottom: 40px;
}
.unfold-section .device-image {
max-width: 100%;
height: auto;
margin: 30px auto;
}
.unfold-section p {
font-size: clamp(0.9rem, 1.5vw, 1.1rem);
max-width: 800px;
margin: 0 auto 20px;
line-height: 1.5;
}
/* Sección 2: Galaxy Z Fold6 */
.fold6-section {
background-color: #fff;
padding: 40px 20px;
display: flex;
flex-direction: column;
align-items: center;
min-height: 60vh;
}
@media (min-width: 768px) {
.fold6-section {
flex-direction: row;
justify-content: space-between;
padding: 40px 5%;
}
}
.fold6-section .device-image {
max-width: 100%;
height: auto;
}
.fold6-section .text-content {
padding: 20px 0;
text-align: center;
}
@media (min-width: 768px) {
.fold6-section .device-image {
max-width: 60%;
}
.fold6-section .text-content {
max-width: 35%;
text-align: left;
padding: 40px 0;
}
}
.fold6-section h2 {
font-size: clamp(2rem, 3vw, 2.5rem);
font-weight: 700;
margin-bottom: 15px;
}
.fold6-section h3 {
font-size: clamp(1.2rem, 2vw, 1.5rem);
font-weight: 500;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
}
@media (min-width: 768px) {
.fold6-section h3 {
justify-content: flex-start;
}
}
.ai-icon {
display: inline-block;
margin: 0 5px;
color: #1e88e5;
}
/* Sección 3: Galaxy AI ha llegado */
.ai-arrived-section {
background-color: #000;
color: #fff;
padding: 40px 20px;
text-align: center;
}
.ai-arrived-section h2 {
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 700;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.ai-arrived-section p {
font-size: clamp(0.9rem, 1.5vw, 1.1rem);
max-width: 800px;
margin: 0 auto 20px;
line-height: 1.5;
}
/* Sección 4: Features Slider */
.features-section {
background-color: #000;
color: #fff;
padding: 20px 0;
border-top: 1px solid #333;
}
.features-slider {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
scrollbar-width: none;
-ms-overflow-style: none;
}
.features-slider::-webkit-scrollbar {
display: none;
}
.feature-slide {
flex: 0 0 100%;
scroll-snap-align: start;
padding: 20px;
text-align: center;
min-width: 100%;
}
@media (min-width: 768px) {
.feature-slide {
flex: 0 0 33.333%;
min-width: 33.333%;
}
}
.feature-slide h3 {
font-size: clamp(1.2rem, 2vw, 1.5rem);
font-weight: 500;
margin-bottom: 10px;
}
.feature-slide img {
max-width: 100%;
height: auto;
margin: 20px auto;
border-radius: 10px;
}
.slider-controls {
display: flex;
justify-content: center;
margin-top: 20px;
}
.slider-arrow {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.2);
display: flex;
align-items: center;
justify-content: center;
margin: 0 10px;
cursor: pointer;
color: #fff;
font-size: 1.2rem;
}
/* Sección 5: Circle to Search */
.circle-search-section {
background-color: #fff;
padding: 40px 20px;
text-align: center;
}
.circle-search-section .search-header {
color: #000;
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 1px;
margin-bottom: 10px;
}
.circle-search-section h2 {
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 700;
margin-bottom: 20px;
color: #000;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.circle-search-section p {
font-size: clamp(0.9rem, 1.5vw, 1.1rem);
max-width: 800px;
margin: 0 auto 20px;
line-height: 1.5;
color: #333;
}
.circle-search-section .phone-image {
max-width: 100%;
height: auto;
margin: 30px auto;
max-height: 500px;
}
/* Sección 6: AI Features */
.ai-features-section {
padding: 40px 20px;
background-color: #f8f8f8;
display: flex;
flex-direction: column;
}
@media (min-width: 768px) {
.ai-features-section {
flex-direction: row;
justify-content: space-between;
}
}
.ai-feature {
flex: 1;
padding: 20px;
text-align: center;
margin-bottom: 30px;
}
.ai-feature h3 {
font-size: clamp(1.2rem, 2vw, 1.5rem);
font-weight: 500;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.ai-feature h3::after {
content: "1";
font-size: 0.7rem;
vertical-align: super;
position: absolute;
top: 0;
right: -10px;
}
.ai-feature:nth-child(2) h3::after {
content: "7";
}
.ai-feature img {
max-width: 100%;
height: auto;
margin: 20px auto;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.ai-feature p {
font-size: 0.9rem;
color: #666;
margin-bottom: 15px;
}
/* Sección 7: Fitness y Accesorios */
.features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
padding: 20px;
background-color: #000;
color: #fff;
}
@media (min-width: 768px) {
.features-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.feature-card {
background-color: #111;
border-radius: 15px;
overflow: hidden;
position: relative;
}
.feature-card img {
width: 100%;
height: auto;
display: block;
}
.feature-card-content {
padding: 20px;
}
.feature-card h3 {
font-size: 1.3rem;
margin-bottom: 10px;
}
.feature-card p {
font-size: 0.9rem;
color: #ccc;
margin-bottom: 15px;
}
.feature-card .brand {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.feature-card .brand img {
width: 30px;
height: 30px;
margin-right: 10px;
}
.feature-card .brand span {
font-size: 0.9rem;
color: #ccc;
}
.feature-card .cta {
display: inline-block;
background-color: #222;
color: #fff;
padding: 8px 15px;
border-radius: 20px;
text-decoration: none;
font-size: 0.8rem;
margin-top: 10px;
}
/* Sección 8: Inmersión 100% */
.immersion-section {
background-color: #000;
color: #fff;
padding: 40px 20px;
text-align: center;
}
.immersion-section h2 {
font-size: clamp(2rem, 3vw, 2.5rem);
font-weight: 700;
margin-bottom: 30px;
}
.immersion-section .game-image {
max-width: 100%;
height: auto;
margin: 20px auto;
border-radius: 10px;
max-width: 500px;
}
.immersion-section .game-stats {
display: flex;
flex-direction: column;
margin: 30px auto;
max-width: 800px;
}
@media (min-width: 768px) {
.immersion-section .game-stats {
flex-direction: row;
justify-content: space-between;
}
}
.immersion-section .game-level {
margin-bottom: 30px;
}
.immersion-section .game-level h3 {
font-size: 1.5rem;
margin-bottom: 10px;
text-align: left;
}
.immersion-section .game-level p {
font-size: 0.9rem;
color: #ccc;
text-align: left;
margin-bottom: 5px;
}
.immersion-section .performance {
display: flex;
flex-direction: column;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.immersion-section .performance {
align-items: flex-end;
}
}
.immersion-section .performance h3 {
font-size: 1.5rem;
margin-bottom: 20px;
text-align: left;
}
.immersion-section .performance-stat {
display: flex;
align-items: center;
margin-bottom: 15px;
width: 100%;
}
.immersion-section .performance-label {
font-size: 0.9rem;
color: #ccc;
width: 50px;
text-align: left;
}
.immersion-section .performance-value {
font-size: 1.5rem;
font-weight: bold;
color: #1e88e5;
margin: 0 15px;
text-align: right;
width: 80px;
}
.immersion-section .performance-desc {
font-size: 0.8rem;
color: #ccc;
text-align: left;
flex: 1;
}
.immersion-section .battery-stats {
display: flex;
justify-content: space-around;
margin: 30px auto;
max-width: 600px;
}
.immersion-section .battery-stat {
text-align: center;
}
.immersion-section .battery-value {
font-size: 2rem;
font-weight: bold;
color: #1e88e5;
margin-bottom: 5px;
}
.immersion-section .battery-desc {
font-size: 0.9rem;
color: #ccc;
}
/* Sección 9: Llamadas sin fronteras y Gemini */
.ai-communication-section {
display: flex;
flex-direction: column;
background-color: #fff;
}
@media (min-width: 768px) {
.ai-communication-section {
flex-direction: row;
}
}
.translate-feature, .gemini-feature {
flex: 1;
padding: 40px 20px;
text-align: center;
}
.translate-feature {
background-color: #f8f8f8;
}
.translate-feature .section-header, .gemini-feature .section-header {
color: #000;
}
.translate-feature h2, .gemini-feature h2 {
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 700;
margin-bottom: 20px;
color: #000;
position: relative;
display: inline-block;
}
.translate-feature h2::after {
content: "14";
font-size: 0.7rem;
vertical-align: super;
position: absolute;
top: 0;
right: -15px;
}
.translate-feature p, .gemini-feature p {
font-size: 0.9rem;
color: #333;
margin-bottom: 20px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.translate-feature img, .gemini-feature img {
max-width: 100%;
height: auto;
margin: 20px auto;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
max-width: 300px;
}
.gemini-feature .highlight {
color: #1e88e5;
font-weight: bold;
}
.gemini-feature p::after {
content: "5";
font-size: 0.7rem;
vertical-align: super;
}
/* Sección 10: ProVisual Engine */
.provisual-section {
background-color: #000;
color: #fff;
padding: 40px 20px;
text-align: center;
}
.provisual-section h2 {
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 700;
margin-bottom: 10px;
}
.provisual-section h3 {
font-size: clamp(1.2rem, 2vw, 1.5rem);
font-weight: 500;
margin-bottom: 20px;
}
.provisual-section p {
font-size: 0.9rem;
color: #ccc;
margin-bottom: 30px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.provisual-section .camera-showcase {
position: relative;
margin: 40px auto;
max-width: 400px;
}
.provisual-section .camera-image {
width: 100%;
height: auto;
}
.provisual-section .camera-spec {
position: absolute;
color: #fff;
font-size: 0.8rem;
background-color: rgba(0, 0, 0, 0.7);
padding: 5px 10px;
border-radius: 15px;
}
.provisual-section .camera-spec.top-left {
top: 10%;
left: 10%;
}
.provisual-section .camera-spec.top-right {
top: 10%;
right: 10%;
}
.provisual-section .camera-spec.middle-left {
top: 50%;
left: 10%;
transform: translateY(-50%);
}
.provisual-section .camera-spec.bottom-left {
bottom: 10%;
left: 10%;
}
.provisual-section .detail-section {
margin: 50px auto;
max-width: 800px;
}
.provisual-section .detail-section h3 {
text-align: left;
margin-bottom: 15px;
}
.provisual-section .detail-section p {
text-align: left;
margin-bottom: 20px;
font-size: 0.8rem;
}
.provisual-section .detail-images {
display: flex;
flex-direction: column;
align-items: center;
}
@media (min-width: 768px) {
.provisual-section .detail-images {
flex-direction: row;
justify-content: space-between;
}
}
.provisual-section .detail-images img {
max-width: 100%;
height: auto;
margin: 10px;
border-radius: 10px;
}
@media (min-width: 768px) {
.provisual-section .detail-images img {
max-width: 48%;
}
}
.provisual-section .zoom-section {
margin: 50px auto;
max-width: 800px;
text-align: left;
}
.provisual-section .zoom-section h3 {
margin-bottom: 15px;
position: relative;
display: inline-block;
}
.provisual-section .zoom-section h3::after {
content: "1";
font-size: 0.7rem;
vertical-align: super;
position: absolute;
top: 0;
right: -10px;
}
.provisual-section .zoom-section p {
margin-bottom: 20px;
font-size: 0.8rem;
}
.provisual-section .zoom-image {
width: 100%;
height: auto;
border-radius: 10px;
margin: 20px 0;
}
/* Sección 11: Photo Assist y otras funciones de cámara */
.camera-features-section {
background-color: #fff;
padding: 40px 20px;
}
.camera-feature {
margin-bottom: 60px;
text-align: center;
}
.camera-feature .section-header {
color: #000;
}
.camera-feature h2 {
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 700;
margin-bottom: 20px;
color: #000;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.camera-feature p {
font-size: 0.9rem;
color: #333;
margin-bottom: 20px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.camera-feature .highlight {
font-weight: bold;
color: #000;
}
.camera-feature p::after {
content: "8";
font-size: 0.7rem;
vertical-align: super;
}
.camera-feature img {
max-width: 100%;
height: auto;
margin: 20px auto;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
max-width: 600px;
}
.camera-features-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
margin-top: 40px;
}
@media (min-width: 768px) {
.camera-features-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.camera-feature-card {
background-color: #f8f8f8;
border-radius: 15px;
overflow: hidden;
padding: 20px;
text-align: center;
}
.camera-feature-card h3 {
font-size: 1.2rem;
margin-bottom: 10px;
color: #000;
position: relative;
display: inline-block;
}
.camera-feature-card h3::after {
content: "6";
font-size: 0.7rem;
vertical-align: super;
position: absolute;
top: 0;
right: -10px;
}
.camera-feature-card p {
font-size: 0.8rem;
color: #333;
margin-bottom: 15px;
}
.camera-feature-card img {
max-width: 100%;
height: auto;
margin: 15px auto;
border-radius: 10px;
}
/* Sección 12: Super HDR y Zoom Map */
.camera-advanced-section {
background-color: #000;
color: #fff;
padding: 40px 20px;
}
.camera-advanced-feature {
margin-bottom: 60px;
display: flex;
flex-direction: column;
align-items: center;
}
@media (min-width: 768px) {
.camera-advanced-feature {
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
}
.camera-advanced-feature .content {
text-align: center;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.camera-advanced-feature .content {
text-align: left;
flex: 1;
padding-right: 40px;
margin-bottom: 0;
}
}
.camera-advanced-feature h3 {
font-size: 1.5rem;
margin-bottom: 15px;
}
.camera-advanced-feature p {
font-size: 0.9rem;
color: #ccc;
margin-bottom: 20px;
}
.camera-advanced-feature .brand {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.camera-advanced-feature .brand img {
width: 20px;
height: 20px;
margin-right: 10px;
}
.camera-advanced-feature .brand span {
font-size: 0.8rem;
color: #ccc;
}
.camera-advanced-feature img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
@media (min-width: 768px) {
.camera-advanced-feature img {
max-width: 50%;
}
}
/* Sección 13: Por qué pasarse a Galaxy */
.why-galaxy-section {
background-color: #000;
color: #fff;
padding: 40px 20px;
text-align: center;
}
.why-galaxy-section h2 {
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 700;
margin-bottom: 40px;
}
.why-galaxy-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
max-width: 1200px;
margin: 0 auto;
}
@media (min-width: 768px) {
.why-galaxy-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.why-galaxy-card {
background-color: #111;
border-radius: 15px;
padding: 30px 20px;
text-align: center;
}
.why-galaxy-card .icon {
width: 50px;
height: 50px;
background-color: #1e88e5;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
color: #fff;
font-size: 1.5rem;
}
.why-galaxy-card h3 {
font-size: 1.2rem;
margin-bottom: 15px;
}
.why-galaxy-card p {
font-size: 0.9rem;
color: #ccc;
margin-bottom: 20px;
}
/* Sección 14: Resistencia y Durabilidad */
.durability-section {
background-color: #000;
color: #fff;
padding: 40px 20px;
text-align: center;
}
.durability-section h2 {
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 700;
margin-bottom: 40px;
}
.durability-grid {
display: grid;
grid-template-columns: 1fr;
gap: 15px;
max-width: 1200px;
margin: 0 auto;
}
@media (min-width: 768px) {
.durability-grid {
grid-template-columns: repeat(4, 1fr);
}
}
.durability-card {
background-color: #111;
border-radius: 10px;
padding: 20px;
text-align: center;
}
.durability-card h3 {
font-size: 1rem;
margin-bottom: 15px;
}
.durability-card p {
font-size: 0.8rem;
color: #ccc;
margin-bottom: 15px;
}
.durability-card img {
max-width: 100%;
height: auto;
margin: 15px auto;
border-radius: 5px;
}
.samsung-care {
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
}
.samsung-care img {
width: 24px;
height: 24px;
margin-right: 10px;
}
.samsung-care span {
font-size: 1rem;
color: #fff;
}
Galaxy Z Fold6
Galaxy AI ✨ is here
MÁS LIGERO 239 g3
MÁS FINO 5.6 mm4
UNFOLD PERFECTION
Más delgado y ligero, con un diseño que cabe en tu bolsillo y una pantalla desplegable aún más brillante.3
Galaxy AI ✨ ha llegado
Lleva toda la potencia de un PC en el bolsillo con Galaxy Z Fold6. Más potente que nunca, con una pantalla más delgada y, ahora, con todo el poder de Galaxy AI.
Diseño muy ligero y delgado
Rodéalo. Encuéntralo. Aumenta la productividad
Juegos potentes e inmersivos
CIRCLE TO SEARCH WITH GOOGLE
Rodea lo que quieres y encuéntralo en la gran pantalla1
Prueba una manera diferente y eficiente de buscar en un smartphone, ¡solo dibujando un círculo! Aumenta tu productividad en su gran pantalla desplegable con el dedo o con S Pen. Tendrás todo lo que buscas.2
Chat Assist
¿Necesitas escribir algo rápido? Solo tienes que poner unas palabras clave y lo tienes, ¡productividad total!
Browsing Assist
¿Necesitas resumir el contenido de una página web? Galaxy AI lo hace en un instante.
El mundo fitness en Galaxy Z Fold
Registra tus objetivos deportivos con las nuevas Galaxy Watch Ultra y Galaxy Buds3 Pro y encuentra la energía para ser Galaxy Watch Ultra + Galaxy Buds3 Pro.
Samsung Health
Los cambios empiezan por pequeños pasos
Nuestro objetivo es el bien más sostenible.
Tu mejor experiencia de traducción, ¡y con dos pantallas!
¿Viajas y necesitas comunicarte? Interpreterserá tu salvación.
INMERSIÓN 100%
Juega a otro nivel1
Disfruta el mejor juego a 240 Hz para que no te falte con una pantalla de 2600 nits y una calidad de Vision Booster, incluso a plena luz del día.
Así se juega: El procesador más rápido en un smartphone plegable.
GPU
19%
rendimiento de gráficos superior
NPU
42%
rendimiento de IA más disponible
CPU
18%
más rápido
77 horas
Escucha música local
23 horas
Reproduce vídeos local
LIVE TRANSLATE
Llamadas sin fronteras
Traduce conversaciones telefónicas al instante. Perfecto para la traducción de voz en tiempo real en diversas aplicaciones, especialmente cuando estás haciendo llamadas que implican dos idiomas.
Chatea con Gemini para potenciar tus ideas
Gracias a la larga colaboración de Samsung con Google, tu Galaxy viene ahora con la aplicación Google Gemini. Chatea con Gemini para que te ayude a aprender de diferentes formas, escribir notas de agradecimiento, planificar eventos y mucho más.
Hazte profesional.
ProVisual Engine
El sistema de cámara más potente de Galaxy Z Fold hasta la fecha. Desarrollado con una NPU avanzada, específicamente diseñada para el ProVisual Engine, que ofrece imágenes y experiencias multimedia.
10MP
Cámara frontal
4MP
Cámara bajo pantalla
50MP
Cámara gran angular
10MP
Cámara teleobjetivo
Extremadamente detallista
Con nuestra cámara de alta resolución de 200MP, verás detalles que nunca antes habías podido capturar y valorar.
Zoom con todo lujo de detalles, impulsado por AI
Haz zoom hasta donde quieras manteniendo una nitidez y una resolución increíbles con ProVisual Engine. Tus fotos de paisaje tendrán el aspecto de una toma editada.
PHOTO ASSIST
Edición sin esfuerzo. Cortesía de Galaxy AI
Detecta objetos y te permite editar fotos con tranquilidad. Con Photo Assist, solo tienes que apretar con el dedo en un objeto para moverlo, borrarlo o ampliarlo. Ajustar ángulos o rellenar fondos es igual de fácil.
Portrait Studio
Despliega tu imaginación con Portrait Studio. Autorretratos que instantáneamente se convierten en increíbles obras de arte.
Instant Slow-mo
Te permite centrarte en los momentos clave aplicando selectivamente la cámara lenta a un vídeo para compartirlo o guardarlo como clip.
Sketch to Image
Dibuja desde cero o sobre cualquier foto. Utiliza Galaxy AI para transformar un esbozo en una imagen.
Zoom Map
Con Zoom Map para orientarte cuando te acercas, verás toda la escena mientras te enfocas en los detalles.
Ilumina todo con Super HDR
Ver para creer. Super HDR pone el toque ideal en tus detalles para destacar e iluminarlos a todos, incluso entre el brillo.
Por qué pasarse a Galaxy
1
Cambia iOS para Android
Transfiere fotos, contactos, mensajes, vídeos, música y más desde tu iPhone a tu nuevo Galaxy con Smart Switch.
2
Comparte tu información sin problemas
Entre amigos, entre compañeros, entre dispositivos. Comparte archivos, fotos y más con Quick Share, sin importar el dispositivo que tengas.
3
Tu privacidad. Asegurada.
Tu información personal está protegida con Samsung Knox, nuestra plataforma de seguridad integrada que protege tus datos de amenazas desde tu dispositivo a la nube.
Resistencia. Fiabilidad. Creado para durar
Diseñado para durar
Disfruta tu móvil más protegido gracias a Armor Aluminum.
Blindado en aluminio
El revestimiento mejorado de nuestro dispositivo lo hace más protegido.
Muy fuerte
Protegido por el cristal Corning Gorilla Glass Victus 2.
Resistente al agua
Resistente al agua y al polvo, con una clasificación IP68.