.container-full {
    margin: 0 auto;
    width: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.vcenter{
    display:flex;
    flex-direction:column;
    justify-content:center;
    }
.vbottom{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 90vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}
#cartilla{
      height:85%;
      padding-left:30px;
      padding-top:30px;
      padding-right:30px;
      padding-bottom:30px;
      border-radius: 20px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.title{
    padding-bottom:8px;
}

.divider{
    width:30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content{
    padding-top:25px;
}

.content .buttons{
    padding-top:15px;
}
.whatsapp{
    color: #000;
    background-color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.whatsapp:hover {
    background-color: #25D366;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }

.container-flex {
    display: flex;
    align-items: center;
}

#principal,#contacto{
    padding-bottom:50px;
}

#portada{

}

.navbar-brand>img {
    height: 100%;
    width:auto;
  }

  .navbar-brand {
    padding: 5px 0px 5px 5px;
    display: flex;
    align-items: center;
  }


  .eslogan{
      letter-spacing: 2px;
      text-shadow: 2px 2px rgba(53, 52, 52, 0.541);
      padding-bottom: 15px;
  }

  #logo{
    max-height: 250px; 
    width:auto;
    padding:5px;
  }

 .cantidad{
    width: 15px;
}
#products_list>li{
    font-size:12px;
    display:inline-block;
}

.ui-spinner{
    margin-right:7px ;
}
.precio{
    font-weight: 600;
    padding-left:7px;
    color:#0982c7;
}

#pedido_panel .panel-heading{
    background-color: #0982c7;
    color:white;
}
#pedir_button{
    color: #000;
    background-color: #fff;
    font-weight: 600;
    font-size:1.2em;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
#pedir_button:hover{
    background-color: #52596b;
    box-shadow: 0px 15px 20px rgba(0, 196, 255, 0.4);
    color: #fff;
    transform: translateY(-7px);
}