.page {
    position: relative;
    width: 21cm;
    min-height: 30.9cm;
    margin: 0 auto;
    background: white;
}

.maps {
    border: 1px solid #d5d5d5;
    max-width:530px;
    max-height:660px;
    width: auto;
    height: auto;
}

section .map-title, section .map-subtitle, section .map-date {
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

.map-title {
    font-size: 35px;
    margin: 0 0 5px 130px;
}

.map-subtitle {
    font-size: 20px;
    margin: 0 0 40px 130px;
}

.map-date {
    font-size: 20px;
    margin: 0 0 0 130px;
}

.legenda {
    position: absolute;
    right: 50px;
    bottom: 0;
    list-style: none;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.legenda-risco {
    position: absolute;
    right: -12px;
    bottom: -9px;
    list-style: none;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.legenda li img, .legenda-risco li img {
    margin: 0;
    padding: 0;
}

.wrapper {
    position: relative;
    height: auto;
    padding: 10px 0 10px 5px;
}

.wrapper:hover, .wrapper:nth-child(even):hover {
    background-color: #fcfcfc;
}

.wrapper:first-child:hover {
    background-color: #ffffff;
}

.wrapper:nth-child(even){
    background-color: #f8f8f7;
}

.tipo, .periodicidade {
    width: 250px;
}

.box {
    display: flex;
    align-items: center;
    min-height: 85px;
}
