body {
    margin: 0;
    background-color: #6eb6ff36 !important;
}

#cabecalho {
    text-align: center;
    padding-top: 10px;
    height: auto;
}

#cabecalho a {
    text-decoration: none;
    font-size: 35px;
    color: black;
    margin: 10px;
}

#home,
#blog,
#Contato,
#serv {
    display: inline-block;
    padding-bottom: 0.25rem;
    position: relative;
}

#home::before,
#blog::before,
#Contato::before,
#serv::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: black;
}

#home:hover::before,
#blog:hover::before,
#Contato:hover::before,
#serv:hover::before {
    width: 100%;
}

#num {
    font-size: 20px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    justify-content: center;
}



.marcador-container {
    background: rgb(255, 255, 255);
    border: 3px solid rgb(0, 0, 0);
    border-radius: 10px;
    transition: 1s;
}

.marcador-container:hover {
    background: black;
    color: white;
}

.marcador-container h1,
.marcador-container h6,
.marcador-container h2 {
    text-align: center;
}

#Serviços {
    position: relative;
}

#Serviços h1 {
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 60px;
}

#Serviços a{
    color: black;
    text-decoration: none;
}

#Serviços h1:hover {
    cursor: pointer;
}

.card {
    box-shadow: 4px 4px 12px #727272aa;
    border-radius: 20px;
    border: 1px solid rgb(0, 120, 201);
    text-align: center;
}

#botao {
    border-radius: 5px;
    width: 150px;
    height: 30px;
}

#botao a{
    text-decoration: none;
    color: white;
}

#rodape {
    background-color: rgb(255, 255, 255);
    height: 150px;
    margin-top: 50px;
}

/* SERVIÇO */

#pimari{
    border: 2px solid rgb(0, 0, 0);
}

#second{
    border: 1px solid black;
}

#separaçao{
    margin: 0px 250px 0px 250px;
}

.whats{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    background-color: none;
}
