body {
    background-image: url(../imagem/background.png);
    background-attachment: fixed;
    background-size: contain;
}

.wrap {
    background-color: white;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 130px;
    border-radius: 30px;
}

.wrap form {
    width: 260px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.bi {
    position: relative;
    top: -30px;
    left: 234px;
}

.topo {
    background-color: white;
    padding-inline: 16px 6px;
    align-items: center;
    justify-content: space-between;
    
}

.topo-perfil {
    margin-right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.topo-perfil img {
    width: 100%;
    height: auto;
}
#topo-perfil-menu{
    position: absolute;
    background: white;
    right: 3px;
    width: 219px;
    top: 60px;
    border-radius: 10px;
    padding: 27px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
    z-index: 99;
}
#topo-perfil-menu ul{
    list-style: none;
    padding-left: 0px;
}
#topo-perfil-menu ul li button{
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    background-color: transparent;
}
#topo-perfil-menu ul li:hover{
    background-color: rgba(0, 14, 20, 0.09);
}
#topo-perfil-menu ul li:nth-child(2) a{
    color: red;
    text-decoration: none;
}
.mp{
position: relative;
top: -30px;
left: 434px;
}
.menu-icon{
    margin: 10px;
    float: left;
    margin-bottom: 30px;
}
.menu-icon:hover{
    text-decoration: none;
}
.menu-icon > h5{
    color: #fff;
    text-align: center;
    margin-block-start: 11px;
    font-family: SF Pro text, Arial, Helvetica, sans serif;
    font-size: 18px;
}
.wrap-cad-classe{
    max-width: 400px;
    margin: 0 auto;
    padding-top: 20px;
}
.wrap-cad-classe img{
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}
#map{
    width: 100%;
    height: 800px;
}
.rp{
position: relative;
top: -250px;
left: -300px;
}
.info a{
   text-decoration: none;
   color: black;

}
.info h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.info p{
    font-size: 16px;
    line-height: 1.5m;
    max-height: 4.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.info{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.imagem-container{
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.imagem-info{
    width: 100%;
    height: auto;
    display: block;
    object-fit: over;
}
.imagem-wrap{
    text-align: center;
    margin-top: 20px;
}
..imagem-wrap img{
    max-width: 60%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.informacao p{
    margin-top: 20px;
    line-height: 1.6;
    color: ;

}
.contador_niver
{
    background: red;
    position: absolute;
    top: 16px;
    left: 124px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    font-family: 19px;
    text-align: center;
    line-height: 35px;
}

.contador_info {
    background: red;
    position: absolute;
    top: 16px;
    left: 124px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    font-family: 19px;
    text-align: center;
    line-height: 35px;
}