body {
    background-color: hsl(186, 77%, 97%);
}

main {
    text-align: justify;
    height: calc(100vh - 66px);
    overflow-y: auto;
    /* list-style-position: inside; */
}

h5 {
    margin-top: 30px;
}

main li {
    margin-top: 10px;
}

h5, h6 {
    font-weight: bold;
}

#grafico{
    width: 100%;
    max-width: 1000px;
    height: 314px;
}

#graficoWrapper{
    width: 100%;
    max-width: 1000px;
    height: 310px;
    margin: auto;
    overflow: hidden;
    border-bottom: 10px solid white;
}

.infoBadge {
    /* position: relative; */
    width: 40px;
    height: 40px;
    border: 1px solid #17a2b8;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    /* padding: 2px; */
    -webkit-box-shadow: 2px 2px 5px 0px rgba(33,33,33,0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(33,33,33,0.5);
    box-shadow: 2px 2px 5px 0px rgba(33,33,33,0.5);

    background-color: white;


    display: inline-block;
    overflow: hidden;
}

.infoBadge img{
    width: 100%;
    top: 0;
    left: 0;
    image-rendering: smooth;
}

.badgeParkType img{
    position: relative;
    width: 90%;
    left: 1%;
}

.badgeParkCover img{
    position: relative;
    width: 96%;
    top: 0;
    left: 0%;
}

.badgeText{
    /* margin-bottom: 20px; */
    display: flex;
    align-items: center
}

.infobadge{
    flex: 1;
}

.badgesContainer {
    /* margin-top: 15px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.badgeTextFlex{
    display: flex;
    flex: 100%;
    /* flex: 1 1 0px; */
    line-height: 120%;
    align-items: center;
    margin-top: 12px;
}

.badgeTextFlex + .badgeTextFlex {
    /* margin-top: 12px; */
  }

.badgeImg img{
    
}

.badgeText{
    flex-grow: 999;
}

#PItipos, #iconTypes{
    margin-top: 10px;
}

#PItipos span:not([id]), #iconTypes span:not([id]) {
    margin-left: 5px;
}

.navbar{
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 0px;
        z-index: 100;
}