.consultorias {
    width: 100vw;
    height: 90vh;
}

.titulo_consultorias {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100vw;
    padding: 40px;
    font-weight: 600;
    font-size: 2.5vw;
    color: whitesmoke;
}

.consultorias_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100vw;
}

.consultoria_menu {
    flex-basis: 25vw;
    padding: 15px;
}

.consultoria_menu h2 {
    display:flex;
    text-align: center;
    justify-content: center;
    margin: 0px 0px 15px 0px;
    color: black;
    font-weight: 400;
    font-size: 1.35vw;
    padding: 10px 20px;
    background-color: rgb(217, 255, 25);
}

.consultoria_menu > ul {
    margin: 0px;
    padding: 5px;
    list-style: none;
}


.consultoria_menu > ul > a {
    text-decoration: none;
    color: whitesmoke;
}

.consultoria_menu > ul > a > li {
    display: flex;
    flex-direction: row;
    padding: 10px;
    font-size: 1.05vw;
    cursor: pointer;
    transition: 0.2s;
    color: whitesmoke;
    align-items: center;
}

.consultoria_menu > ul > a > li:hover {
    background-color: #888;
}

.consultoria_menu > ul > li {
    display: flex;
    flex-direction: row;
    /*padding: 9px 0px 9px 10px;*/
    padding: 5px;
    font-size: 0.9vw;
    transition: 1s
}

.consultoria_menu_0 {
    flex-basis: 100vw;
    padding: 15px;
    width: 100vw;
    text-align: center;
}

.consultoria_menu_0 h2 {
    display: inline-block;
    justify-content: center;
    margin: 0px 0px 15px 0px;
    color: black;
    font-weight: 500;
    font-size: 1.2vw;
    padding: 10px 20px;
    background-color: rgb(217, 255, 25);
    width: 30vw;
}

.consultoria_contato {
    display: flex;
    justify-content: center;
    color: whitesmoke;
    font-weight: 100;
    font-size: 0.9vw;
    padding-top: 10px;
}

.consultoria_contato > a {
    text-decoration: none;
    color:#18d9d9;
    font-weight: 400;
    font-size: 0.9vw;
}

.consultoria_contato > a:hover {
    color: gray;
}
