body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;    
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    max-width: 960px;
    margin: 9px auto 0 auto;    
}

header {    
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

nav {
    flex: 1;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;    
    overflow: hidden;
}

.menu li {
    flex: 1;
}

.menu li a {
    display: block;
    color: #999;
    text-decoration: none;
    text-align: center;
    padding: 18px 0;    
    transition: background 0.2s;
}

.menu li a:hover {
    color: #0ff;
}

.header-info {
    padding-right: 30px;
}

main {
    margin-top: 13px;
    margin-bottom: 12px;
}

.img-main {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.content {
    position: relative;
}

.content.cols-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10%;   
    padding: 30px 4em;
}

.content.cols-2 div {
    flex: 1;
}

.title-1 {
    color: #127bbc;
    font-style: italic;
    text-align: center;
}

.img-text1-home {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%, -50%);    
    height: auto;
    z-index: 1;
}

.img-text1-grf {
    position: absolute;
    top: 56px;
    left: 82px;        
    height: auto;
    z-index: 1;
}

.p-absolute-grf {
    position: absolute;
    top: 396px;
    width: 414px;
    left: 515px;
}

.p-absolute-grf p {
    color: #666666;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 20px;
}
.destaque-1 {
    font-size: 18px;
}

.img-text1-atividades {
    position: absolute;
    z-index: 1;
    top: 337px;
    left: 20px;
}
.img-text2-atividades {
    position: absolute;
    z-index: 1;
    top: 32px;
    left: 475px;
}
  
.info-map {
    margin: 16px 0;
}

.info-map p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

iframe.actAsDiv {
    height: 362px;
    width: 346px;
    margin-bottom: 20px;
}