nav ul li.menu a {
    color: #fff !important;
    font-weight: bold;

}

nav ul li.menu a:hover {
    color: red !important;
}

header {
    margin-bottom: 110px !important;
}

.servicos {
    background-color: #f9faff;
    border-radius: 0rem;
    margin-bottom: 0rem;
}

.titulo-servicos {
    color: #494949;
    margin-bottom: 40px;
}

.tamanho-icone {
    font-size: 68px;
    color: #f06292;
}

.depoimento {
    background-color: #194089;
    border-radius: 0rem;
    margin-bottom: 0rem;
}

.titulo-depoimento {
    color: #FFF;
    margin-bottom: 40px;
}

.desc-depoimento {
    margin-bottom: 40px;
    color: #FFF;
}

.rodape {
    background-color: #494949;
    color: #fff;
    font-weight: bold;
    border-radius: 0rem;
    margin-bottom: 0rem;
}

.rodape ul li a.link-rodape {
    color: #FFF !important;
    text-decoration: none;
}

.rodape ul li a.link-rodape:hover {
    color: red !important;
    text-decoration: none;
}

.sobre-empresa {
    background-color: #f9faff;
    border-radius: 0rem;
    margin-bottom: 0rem;
}

.sob-emp-titulo {
    margin-bottom: 40px;
    color: #494949;
}

.contato {
    background-color: #f9faff;
    border-radius: 0rem;
    margin-bottom: 0rem;
}

.contato-titulo {
    margin-bottom: 40px;
    color: #494949;
}

.linha-vertical {
    height: 100%;
    /*Altura da linha*/
    border-left: 1px solid;
    /* Adiciona borda esquerda na div como ser fosse uma linha.*/
    padding: 0 3%;
    color: #c4c5c7;
}

.imagem {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}

.logo-cliente {
    max-width: 100%;
    height: 50px;
    object-fit: cover;
}

.logo-galeria {
    max-width: 100%;
    height: 70px;
    object-fit: cover;
}

.sliders {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

.clientes {
    max-width: 200px;
    max-height: 100px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.galeria {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.servico {
    height: 30%;
    width: 30%;
    object-fit: scale-down;
}


.texto-centro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fundo-preto {
    background-color: #494949 !important;
    color: #FFF;
}
