@charset "utf-8";
/* CSS Document */

	.pantalla-title {
  font-size: 28px;
  color: #000;
}

.pantalla-subtitle {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.pantalla-img img {
  width: 100%;
  height: auto;
}

.pantalla-features {
  font-size: 16px;
  font-weight: 500;
  color: #00B29C;
}

.pantalla-item {
	font-size: 15px;
  padding: 0 15px;
}

.pantalla-item.border-start {
  border-left: 1px solid #00B29C !important;
}

.pantalla-desc {
  font-size: 15px;
  color: #666;
  font-weight: 300;
  line-height: 1.6;
  max-width: 800px;
}

.bloque-2gr {
  max-width: 800px;
}

.bloque-2 h2 {
  font-size: 26px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 16px;
}

.bloque-2-desc {
  font-size: 15px;
  color: #444;
  font-weight: 300;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}

.bloque-2-img {
  /*background-color: #f4f4f7;
  display: inline-block;
  border-radius: 16px;
  padding: 20px;*/
  max-width: 100%;
 margin-left: 50px;
}

.reloj-lateral {
  max-width: 280px;
  margin-top: 50px;
  margin-bottom: 50px;
}


		
		
@media (max-width: 575.98px) {
  .pantalla-item {
    font-size: 12px;
	letter-spacing: -0.5px;
	padding: 0 8px;
  }
  .pantalla-desc {
	  font-size: 13px;
	  color: #666;
	  font-weight: 300;
	  line-height: 1.6;
	  max-width: 700px;
	}
}

.bloque-3-xiaomi {
  background-color: #fff;
  overflow: hidden;
}

/* Contenedor superpuesto centrado dentro de imagen */
.bloque-3-contenido-superpuesto {
  /*position: absolute;*/
  margin-top: -200px;
  left: -50%;
  /**/transform: translateX(50%);
  width: 100%;
  max-width: 800px;
  z-index: 2;
  
  justify-content: space-between;
  
}

/* Imagen del celular */
.bloque-3-celular img {
  max-height: 500px;
}

/* Caja de texto */
.bloque-3-caja-texto {
  background: white;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  max-width: 320px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
  .bloque-3-contenido-superpuesto {
    flex-direction: column;
    align-items: center;
    bottom: 20px;
  }

  .bloque-3-caja-texto {
    margin-top: 20px;
    max-width: 90%;
    text-align: center;
  }

  .bloque-3-celular img {
    max-height: 300px;
  }
}

.bloque-4-wrapper {
  position: relative;
  overflow: visible;
}

/* Imagen sin recorte de gotas */
.bloque-4-img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

/* Texto superpuesto sobre imagen, alineado a la izquierda */
.bloque-4-text {
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  position: absolute;
  max-width: 400px;
  z-index: 2;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.bloque-4-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .bloque-4-text {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 20px;
    max-width: 100%;
  }

  .bloque-4-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.bloque-5 h2 {
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .bloque-5 h2 {
    text-align: center;
  }

  .bloque-5 p,
  .bloque-5 .d-flex {
    justify-content: center;
    text-align: center;
  }
}

.bloque-6-seguridad {
  background-color: #fff;
}

@media (max-width: 768px) {
  .bloque-6-seguridad .container {
    text-align: center;
  }

  .bloque-6-seguridad .offset-lg-5 {
    margin-left: 0;
  }
}
