*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{background-color: #fff;}
.esq{
    text-align: left;
}

.top{
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #3d3c3d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.top-item{
    width: 100%;
    flex: 1;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.top-item a{
    color: #fff;
    text-decoration: none;
}
.top-item a:hover{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.logo{
    width: 100%;
    height: auto;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cemvh{
    min-height: 100vh;
}

.chip {
    display: inline-block;
    width:300px;
    min-width: 200px;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
  }
  
  .chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }

  .chipG {
    display: inline-block;
    padding: 0 25px;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    border-radius: 40px;
    background-color: #f1f1f1;
  }
  
  .chipG img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
  }


@media (max-width: 768px) {

    .top
    {flex-direction: column;}


}