img,
picture,
video,
embed,
iframe {
    max-width: 100%
}

body {
    background: #e5ddd5
}

body::after {
    content: "";
    background: #e5ddd5;
    background-image: url('src/back-body.png');
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%
}

main {
    border-radius: 3px;
    margin: 0 auto;
    max-width: 970px;
    left: 0;
    padding-top: 40px;
    padding-bottom: 50px;
    position: absolute;
    right: 0;
    top: 110px;
    width: 100%
}

h1 {
    display: none
}

.top {
    background: #1ebea5;
    padding: 25px 15px 90px;
    position: relative;
    z-index: 1
}

.top .barTop {
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-align: left;
    max-width: 970px;
    width: 100%
}

.top .barTop img {
    opacity: .8;
    width: 130px
}

.top .barTop h2 {
    text-align: center;
    font-size: 17px;
    margin: 0;
    opacity: .97
}

.top .barTop h2 b {
    font-size: 32px;
    line-height: 45px;
    text-shadow: 2px 2px 2px #009688;
    text-transform: capitalize
}

.top .barTop h2 small {
    font-size: 14px
}

.aqualitazap {
    position: static!important
}

.aqualitazap .aqualitazap-1 {
    background: 0 0!important;
    position: static!important
}

footer {
    background: #232f3c
}

footer .footerRodape p {
    color: rgba(255, 255, 255, .6);
    margin: 0;
    padding: 15px
}

@media(max-width:767px) {
    .top {
        display: none
    }
    main {
        position: static;
        padding: 0
    }
}