
/* X-Large (xl) */
@media (max-width: 1400px) {
	
}

/* Large (lg) */
@media (max-width: 1200px) {
	
}

/* Medium (md) */
@media (max-width: 992px) {
	.mockup-movil{
    margin-top: 100px;
  }
  .tarjeta-demo{
    padding: 24px;
  }
}

/* Small (sm) */
@media (max-width: 768px) {
	.mockup-movil{
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .tarjeta-movil{
    margin-right: 0;
    padding-right: 24px;
    align-self: center;
  }
  body .tarjeta-solucion{
    margin-bottom: 24px;
    height: initial !important;
  }

  .contenedor-flotante{
    height: 100px;
  }

  .tarjeta-flotante{
    top: 16px;
    right: 16px;
    width: calc(100% - 32px);
  }
  .portatil-pantalla-marco::after,
  .portatil-pantalla-marco::before{
    display: none;
  }

  .portatil-pantalla-marco{
    padding: 8px 8px 0 8px;
    border-radius: 16px 16px 0px 0px;
  }
  .portatil-camara{
    display: none;
  }
  .portatil-cuerpo{
    height: 16px;
  }
  .portatil-detalle-abridor{
    height: 8px;
  }

  footer img{
    width: 50%;
  }
}

/* X-Small (xs) */
@media (max-width: 576px) {
	
}


