
/*----------------------SESSAO FOTOLIVRO-------------------------*/
.botao-profissional-clonado  {

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    background-color: var(--cor-principal);
    color: white;
    width: 240px;
    height: 70px;
    font-weight: 800;
    cursor: pointer;
    margin: 10px auto 10px 0px;
    border-radius: 5px;
    text-decoration: none;

}
.botao-profisisonal-clonado-icone {
    font-size: 30px;
    color: white;
    display: flex;
    height: 100%;
    align-items: center;
    margin-right: 15px;
    margin-top: 35px;
}

.botoes-recipiente-lado {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }

@media (max-width: 785px) {
    .botoes-recipiente-lado {
        display: none;
      }
    }