.ver-agendamentos {
    min-height: 100vh;
    background-image: url("../../imgs/background/background-planos.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0%;
}

.efeito-frase-agendamentos,
.efeito-container-agendamentos{
    visibility: hidden;
}

section.ver-agendamentos .flex {
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    background-position-x: 0%;
}

section.ver-agendamentos .txt-topo-site{
    margin-top: 15%;
    line-height: 5em;

    height: auto;
    width: 100%;

    padding: 0px 2%;
    /*animation: opacidade-moviment 1s ease-out alternate;*/
}

.txt-topo-site h1 {
    margin-left: 6%;
    margin-bottom: 4%;
    font-weight: 500;
    color: #fff;
    font-size: 5em;
    font-family: Espiritu Cond;
}

.txt-topo-site h1 span {
    font-weight: bold;
    color: #fff;
}

.container {
    margin-top: 2%;
    margin-bottom: 15%;
    /*animation: opacidade-moviment 0.5s ease-out alternate;*/
}

.container ul {
    gap: 40px;
    margin: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
}

.container ul li {
    /* agendamentos */
    list-style: none;

    background-color: rgba(29, 27, 26, 75%);
    backdrop-filter: blur(2px);
    border-radius: 20px;

    padding: 20px 1px;
    height: 120px;
    width: 1150px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;

    box-shadow: 0px 0px 20px #1d1b1a;
}

.container .coluna,
.container .btns-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.coluna {
    line-height: 1em;
    border-radius: 15px;
    padding: 5px 1%;
    height: 100%;
    width: 12%;
}

.coluna.info {
    width: 650px;
    height: 100%;

    line-height: 1.5em;
    
    display: inline-block;
    padding: 10px 1%;
}

.coluna.info i{
    margin-top: 2px;
    margin-right: 7px;
}

.coluna.info a.title-agendamento {
    color: #d0804e;

    font-family: Espiritu;
    font-size: 14px;

    display: flex;
    justify-content: flex-start;
}

.coluna.info a.preco-agendamento {
    color: #4ed05f;

    font-family: Espiritu;
    font-size: 20px;

    display: flex;
    justify-content: flex-start;
}

.coluna.info a.barbeiro-agendamento {
    color: #d0804e;

    font-family: Poppins-Bold;
    font-size: 10px;
    font-weight: 10;

    display: flex;
    justify-content: flex-start;
}

.coluna.info .dia-hora{
    width: 300px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    
    text-align: end;

    position: absolute;
    top: 3px;
    left: 30%;
}

.dia-hora i{
    margin-bottom: 4px;
    font-size: 16px;
}

.coluna.info .dia-hora a, .dia-hora i {
    color: #d0804e;
}

.coluna.info .dia-hora a {
    font-family: Espiritu;
    font-size: 14px;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.coluna.info a span {
    color: #fff;
}

.coluna.info .dia-hora span{
    font-family: Poppins-Bold;
}

.coluna a.txt {
    color: #fff;
    padding: 3px 3%;
    font-family: Poppins-Medium;
    font-weight: 10;
    font-size: 12px;
    width: 120%;
}

.coluna a.action {
    line-height: 1em;
    color: #ffffff;
    padding: 3% 3%;
    border-radius: 10px;
    font-family: Espiritu;
    font-weight: 10;
    font-size: 14px;

    width: 100%;
}

.coluna a.status{
    color: #1d1b1a;
    margin: 2px;
    width: 100%;
    padding: 5px 0;
    border-radius: 10px;
    background-color: #d0804e;
    font-family: Espiritu;
    font-weight: 10;
    font-size: 13px;
}

.coluna .txt{
    margin-bottom: 5px;
}

.txt i {
    margin-right: 5px;
}

.txt .cancelado, .finalizado, .agendado {
    font-weight: bold;
}

.btns-container {
    width: 150px;
    padding: 5px 0;
    justify-content: space-between;
}

.btns-container a {
    transition: .2s;
    cursor: not-allowed;
    
    display: flex;
    justify-content: space-evenly;

    height: 100%;
    width: 100%;
    padding: 5px 4%;
    border-radius: 10px;

    color: #fff;
    font-family: Poppins-Regular;
    font-size: 10px;
    font-weight: 10;

    background: linear-gradient(135deg, #d04e4e, #8d3535);
}

.btns-container i {
    color: #fff;
    margin-right: 1px;
}

.container .li-aviso {
    /* agendamentos */
    background-color: transparent;
    box-shadow: none;
}

.aviso {
    box-shadow: none;
    border-radius: 15px;
    padding: 5px 2%;
}

.aviso h1 {
    color: #fff;
    font-family: Espiritu;
    font-weight: 10;

    text-transform: initial;
    line-height: 2em;
}