
/* Celular */

@media (max-width: 768px) {
  .hero{
    background-position: right bottom;
    margin-top: -50px;
    position:relative;
  }
  .titulo-cards{
    margin: 30px 0;
    font-size: 23px;
  }
  .bx-wrapper .bx-viewport{
    left:0px;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    display: block;
  }
  .bx-wrapper .bx-pager.bx-default-pager a{
    background: #a4e0eb;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #67cfe3;
  }

  .altura-espacio{
    margin-top: 70px;
  }
  .entreAire{
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .img-quote{
    float:none;
  	width: 100%;
  }
  #order_review{
    margin-top: 50px;
  }
  .producto-nombre{
    font-size: 13px;
  }
  .product-remove{
    text-align:center;
  }
  table.cart td.product-remove a.remove{
    margin-top: 10px;
    position:relative;
  }
}
