/* Aqui vai os css customizado */

#idbody {
    border-top: none;
    background: linear-gradient(to top, rgb(0 155 35) 30%, rgba(255, 255, 255, 1) 45%, #0599c5 100%);
}

#header.sticky-navigation-active {
    z-index: 500;
    position: fixed;
    top: 0;
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
}

#rodape:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 27%;
    background-image: url(https://brotas.net.br/wp-content/themes/mts_schema/images/onda-onda.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.final-footer::before {
    content: url(https://brotas.net.br/wp-content/themes/mts_schema/images/rodape-barco.webp);
    display: block;
    position: absolute;
    top: -281px;
    right: 110px;
}

