body {
    background: #0886a5
}

#span-endereco {
    background-color: #fff;
    border-radius: 7px;
    width: 100%;
    height: 30%;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    font-weight: bold;

}

.contatowt {
    background-color: #fff;
    width: 98%;
    height: 30%;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    /* border-left: 4px solid rgb(5, 5, 6);
    border-right: 4px solid rgb(5, 5, 6);
    border-bottom: 4px solid rgb(5, 5, 6); */

}

.contato {
    background-color: #fff;
    width: 98%;
    height: 30%;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    /* border-bottom: 4px solid rgb(5, 5, 6);
    border-left: 4px solid rgb(5, 5, 6);
    border-right: 4px solid rgb(5, 5, 6); */
}

.titulo-grupo {
    background-color: #fff;
    width: 98%;
    height: 30%;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    font-weight: bold;


    /* border-top: 4px solid rgb(5, 5, 6);
    border-left: 4px solid rgb(5, 5, 6);
    border-right: 4px solid rgb(5, 5, 6); */
}

h1 {
    text-align: center;
    width: 30%;
    margin-left: 2%;
    text-align: center;
    margin-bottom: 10px;
    height: auto;
    font-family: var(--font-action);
    color: #070707;
    background: white;
    cursor: pointer;
    letter-spacing: 0.8;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}

h2 {
    color: beige;
    text-align: center;
}

.span-horario {
    background-color: #fff;
    margin-left: 5px;
    width: 97%;
    height: 30%;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    border-radius: 5px;
    font-weight: bold;
}