* {
    margin: 0;
    padding: 0;
}

.contatoTopo {
    background-color: black;
    color: white;
    padding: 3px;
}

.contatoTopo a:link {
    text-decoration: none;
}


.opcoesNavbar li a {
    font-weight: 500;
    color: white !important;
    font-size: 17px;
}

.opcoesNavbar li:hover {
    background-color: rgb(241, 146, 146);
    border-radius: 10px;
}

.infos strong {
    font-size: 20px;
}

.infos p:first-child {
    text-align: center;
}

.infos p:last-child{
    font-weight: 600;
    text-align: center;
}

.barra {
    width: 250px;
    height: 6px !important;
}

.navbar {
    z-index: 1000;
    top: 0;
    position: sticky;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    height: 65px;
}

.card img {
    height: 250px !important;
}

.listaServicos li {
    font-size: 19px;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 6px;
}

.listaServicos li::marker {
    color: #dc3545;
    font-size: 24px;
}

.card {
    height: 360px;
}

.social {
    display: flex;
    position: fixed;
    bottom: 13%;
    right: 11px;
}

#servicos h5 {
    text-align: center;
    font-size: 23px;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

#quem-somos p {
    font-size: 19px;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

@media(max-width: 766px){
    .card {
        height: 325px;
    }

    .contatoTopo span {
        display: none;
    }

    .navbar {
        height: auto;
    }
}

@media(max-width: 600px){
    .opcoesNavbar li {
        text-align: center;
    }
}