.reforma-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

    margin-bottom: -50px;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #434343;
}


.reforma-li{
    margin: 15px 10px;

    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    background-color: #fefefe;
    min-height: 190px;
    padding: 10px 35px 10px 35px;
    box-shadow: 0px 0px 10px 3px rgb(50 50 50 / 10%);
    border-radius: 7%;
    font-size: 1.14rem;

    font-weight: 400;
    line-height: 1.5;
    color: #434343;
    text-align: left;
}

.reforma-a{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;


    background: #649DD0;
    border-radius: 100%;
    width: 80px;
    height: 80px;

    font-weight: bolder;

    text-transform: uppercase;

    color: #323232;
    font-family: "Roboto", Sans-serif;
    cursor: pointer;

    text-align: center;

    font-size: 1rem;
}

.reforma-img{
    margin-top: 15px;
    height: 50px;
    margin-bottom: 35px;
    max-width: 50px;
    vertical-align: middle;
    border-style: none;
}

.reforma-a:hover{
    color: #649DD0;
}

a:hover{
    color: #2963a8;
    box-shadow: 0px 0px 0px 10px rgb(74 137 211 / 40%);
    transition: .15s;

}

a:focus{
    background: #389fd3;
    box-shadow: 0px 0px 0px 10px rgb(74 137 211 / 40%);
    transition: .15s;

    outline: 2px solid #c19e00;
    outline-offset: 1px;
}




@media screen and (max-width: 768px){
    .botoes-respo{
        display: flex;
        flex-direction: column;

        margin-bottom: 16px;
    }
}