body:not(#index) #motive {
  height: 18rem;
  max-height: 50%;
}

/*inpage lista*/

.inpage-website {
    position: sticky;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #056e95 5%, #3cac55 100%);
    padding: 15px;
    z-index: 500;
  line-height:2;
}

.inpage-website p {
    color: #fff !important;
    text-align: center !important;
    font-size:15px;
    margin:0;
}

.inpage-website p a {
    color: white;
    padding: 8px 15px;
    background-color: #fff;
    font-weight: 700;
    color: #0680ae;
    border-radius: 15px;
    text-decoration: none;
    margin-left: 20px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  text-wrap:nowrap
}

.inpage-website p a:hover {
    background-color: #f0b241;
    color: white;
}

