.cabecalho{
    color: white;
    background-image: url("../img/criciuma.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}



#agenda li{
    font-size: 1.2rem;
}

#agenda .pagination{
    display: flex;
    justify-content: center;
    
    padding: 0;
    margin: 0 0 1rem;

    list-style: none;

    background-color: white;
}

#agenda .pagination li{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 35px;
    height: 35px;
    margin: 0 0.5rem;

    border-radius: 50%;
    border: 1px solid #fff;
}
#agenda .pagination li:hover{
    cursor: pointer;
    border: 1px solid #606c76;
    
}

#agenda .pagination a:hover{
    text-decoration: none;
}


.agenda{
    display: flex;
    align-items: center;

    width: 50%;
    
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 25px;
    border: 1px solid #9bbbdd;
    background: #f5faff;
}



.icone-agenda{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 30%;
    height: 150px;

    padding-inline: 40px;
}

.info{
    width: 70%;
    height: 100%;

}


.info h3{
    font-size: 1rem
}



.paginator{
    text-align: right;
    background-color: white;
    width: 80%;
    margin: auto;
}


.agenda{
    width: 80%;
}

@media (max-width: 425px) {

}