.servicos {
    flex-direction: row;
    padding: 0px 40px;
    flex-direction: row;
    margin-bottom: 15px;
}

.notaDeServico {
    font-size: 10pt;
    color: black;
}


.servicosCabeca {
    margin-bottom: 15px;
    /* background: rgb(3, 39, 158); */
    /* margin-top: 50px; */
}

.listaDeServicos {
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    align-content: center;
    justify-content: center;
    /* padding: 10px 0px; */
}


.listaDeServicos>a {
    color: white;
    text-decoration: none;
    font-size: 14pt;
    /* border-radius: 3px; */
}


.listaDeServicos>img {
    width: 100%;

}

.dep{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    width: 100%;
    height: 300px;
    /* margin: 0px 5px; */
    background: rgb(3, 39, 158);
    padding: 10px 15px;
    padding-top: 50px;
    color: white;
    cursor: pointer;


}


.formDep>img:nth-child(1){
    
    position:absolute;
    top: 0;
    left: 1;
    width: 100%;
    height: 100%;
    /* background: green; */
    transition: all 0.2s linear;
}


/* .dep:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.555);
} */

.descDoDep {
    font-size: 10pt;
}

.descDoDep::after {
    content: "...";
}

.verMais {
    text-decoration: none;
    color: rgb(3, 39, 158);
    font-weight: bold;
    margin: 0px 2px;
    cursor: pointer;
}

.listaDeTodosOsServicos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
}

.servicosDispostos {
    margin-bottom: 2px;
    background: whitesmoke;
    border: none;
    /* padding: 10px; */

    /* color: white; */
    font-weight: bold;
}

.servicosDispostos>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;

}

.servicosDispostos>div>span {
    padding: 0px 10px;
}

.servicosDispostos>div>i {
    padding: 15px;
}

.servicosDispostos>div>i>a {
    text-decoration: none;
    color: rgb(26, 69, 209);
}

.servicosDispostos>div>i:hover {
    background: gray;
}

.formDep {
    background: rgb(3, 39, 158);
    width: 300px;
    position: relative;
}

.formDep>button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* background: green; */
    transition: all 0.2s linear;
    cursor: pointer;
}

.formDep:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.555);
    transition: all 0.2s linear;
}

.serviceList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.btnIni {
    text-decoration: none;
    color: black;
}

.btnIni:hover {
    color: white;
    transition: all 0.2s linear;
}

.btnSair {
    text-decoration: none;
    color: black;
    font-size: 10pt;
}

.btnSair:hover{
    background-color:rgba(3, 39, 140) ;
    color: #fff;


}

 