body{
    margin: 0px;
    padding: 0px;
    padding-bottom: 100px;
}

.cabecalho{
    background-color: rgb(0, 0, 0);
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo{
    height: 120px;
}

.listamenu{
    display: flex;
    justify-content: center;
    margin-right: 8px;
    list-style: none;
}

.linkmenus{
    text-decoration: none;
    color: white;
    margin-left: 15px;
    font-size: 20px;
}

#titulo{
    display: flex;
    justify-content: center;
    font-size: 33px;
    color: white;
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('imagens/funerariafoto.png');
    background-position: center;
    background-size: cover;
}

.layoutplanos {
    text-align: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    margin: 0;
}
.layoutplanos2{
    display: flex;
    justify-content: center;
    height: auto;
    background-color: white;
    text-align: center;
    list-style: none;
    margin-top: 50px;
}

.titulosplanos1{
    margin: 0px;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
}
.titulosplanos2{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

.listadosplanos{
    list-style: none;
    text-align: center;
    padding: 0;
    font-family: "Lato", sans-serif;
    line-height: 30px;
}

.botaofazerplano{
    background-color: black;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px 36px;
    border-radius: 30px;
}

.areadobotaofazerplano{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 120px;
}

li {
  text-decoration: none !important;
}

/* ========== RESPONSIVO PARA CELULARES E TABLETS EM PÉ ========== */
@media screen and (max-width: 767px) {
    .titulosplanos1{
    margin: 0px;
    margin-top: 100px;
    font-size: 57px;
}

      .titulosplanos2{
    margin: 0px;
    margin-top:10px;
    font-size: 40px;
}

.layoutplanos2{
    margin-top: 50px;
    font-size: 23px;
}

.listadosplanos{
    line-height: 37px;
}

.botaofazerplano{
    font-size: 30px;
    border-radius: 30px;
    padding: 15px 50px;
}

}