*{box-sizing:border-box}
html,body{margin:0;padding:0;min-height:100%}
body{
    background:#000;
    color:green;
    font-family:monospace;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    min-height:100vh;
    display:flex;
    flex-direction:column;
}
a{color:green;text-decoration:none}
a:hover{color:rgb(2,97,134);text-shadow:1px 1px 10px blue}
.wrap{width:min(900px,92%);margin:0 auto}
.topo{text-align:center;padding:1.2rem 0 0.7rem}
.topo h1{margin:0;font-size:42px}
.subtitulo{margin:1rem 0 0;font-size:22px}
.menu{background:#fff;text-align:center;width:100%}
.menu ul{list-style:none;margin:0;padding:0.8rem 0}
.menu ul li{display:inline-block;margin:0 1.4rem}
.menu ul li a{color:green;text-decoration:none;font-size:22px}
.menu ul li a:hover{color:rgb(2,97,134);text-shadow:1px 1px 10px blue}
main{flex:1}
.site-footer{
    margin-top:18px;
    background:#f3f3f3;
    color:#087116;
    text-align:center;
    padding:4px 16px;
    border-top:1px solid #999;
    font-size:18px;
    line-height:1.2;
}
/* Moedinhas 
.tip-strip{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:14px;
    flex-wrap:wrap;
    margin:10px 0 0;
    padding:0;
    background:transparent;
}

.tip-item{
    display:inline-block;
    text-align:center;
    vertical-align:top;
}

.tip-item summary{
    list-style:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    outline:none;
    width:28px;
    height:28px;
    margin:0 auto;
}

.tip-item summary::-webkit-details-marker{
    display:none;
}

.tip-item img{
    width:28px !important;
    height:28px !important;
    max-width:28px !important;
    max-height:28px !important;
    min-width:28px;
    min-height:28px;
    display:block;
    object-fit:contain;
    opacity:0.95;
}

.tip-address{
    display:block;
    margin-top:6px;
    font-size:14px;
    line-height:1.3;
    color:green;
    word-break:break-all;
    text-align:center;
    max-width:260px;
}

.tip-item:not([open]) .tip-address{
    display:none;
}

.tip-item[open] img{
    transform:scale(1.05);
}
 Fim da mendigagem */
.tip-strip{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:14px;
    flex-wrap:wrap;
    margin:10px 0 0;
    padding:0;
    background:transparent;
}

.tip-item{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    width:auto;
    max-width:260px;
    margin:0;
    padding:0;
}

.tip-item summary{
    display:block;
    list-style:none;
    width:28px;
    height:28px;
    margin:0;
    padding:0;
    cursor:pointer;
}

.tip-item summary::-webkit-details-marker{
    display:none;
}

.tip-item summary::marker{
    display:none;
    content:"";
}

.tip-item img{
    display:block;
    width:28px;
    height:28px;
    max-width:28px;
    max-height:28px;
    min-width:28px;
    min-height:28px;
    margin:0;
    padding:0;
    object-fit:contain;
    opacity:0.95;
}

.tip-address{
    display:block;
    margin-top:6px;
    padding:0;
    font-size:14px;
    line-height:1.3;
    color:green;
    text-align:center;
    word-break:break-all;
    max-width:260px;
}

.tip-item:not([open]) .tip-address{
    display:none;
}

.tip-item[open] img{
    transform:scale(1.05);
}
