.perfil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.perfil img {
    display: block;
    width: 100%;
}

.verificacao {
    display: block;
    width: 150px;
    text-align: center;
    padding: 10px;
    margin: 5px auto;
    border: 1px solid #ccc;
    float: right;
    border-radius: 5px;
    background-color: rgb(245, 106, 106);
    color: #000 !important;
}

.servicos .imagem{
    height: 200px;
    width: 300px;
    margin: 20px auto;
    overflow: hidden;
}

.servicos img {
    display: block;
    width: 100%;
}

.profissionais {
    display: flex;
    padding: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.profissionais .box{
    width: 300px !important;
    margin: 10px;
}

#features .block {
    /* border: 2px solid red; */
    padding: 15px 10px 20px 10px;
}

.convenio-box {
    display: block;
    /* border: 2px solid red; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 50px;
}
.convenio-img {
    width: 150px;
    
    display: flex;
    flex-direction: row;
    align-items: center;
}
.convenio-img img{
    display: block;
    width: 100%;
    
}


.icone-lateral {
    background-color: #1abd9c;
    width: 40px;
    position: fixed;
    bottom: 50%;
    left: 10px;
    /* height: 90px; */
    margin-top: -75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99999999999999999999;
  }
  .icone-lateral a {
      /* border: 2px solid red; */
    padding: 5px;
    transition: .3s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
  }

  .icone-lateral a img{
      display: block;
      width: 100%;
  }

  .icone-lateral a i {
    color: #fff;
  }
  .icone-lateral a i:hover {
    color: #03604d;
  }
  .icone-lateral a:hover {
    background-color: #fff;
    padding: 5px;
    transition: .3s;
  }
