header {
    position: relative;
    z-index: 1;
}


@media(max-width: 1200px) {
    .home-bg {
        background-attachment: inherit;
    }
}

section {
    position:relative !important;
    padding: 0px !important;
}



#main-content > section > .container {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.gif-scroll {
    position: absolute;
    bottom: 10%;
    opacity: 0;
    transition: opacity .2s;
}


@media (min-width: 768px) {
    .container {
        width: initial !important;
    }
}
@media(max-height: 640px) {
    #content-1 > h1 {
        font-size: 2.4em;
    }

    #content-1 > p {
        font-size: 1.3em;
    }

    #content-2 >  h1 {
        font-size: 2em;
        margin-bottom: 0;
    }
    #content > h2 {
        margin-bottom: 5px !important;
    }

    .vantagem_item {
        height: 194px;
    }

    .vantagem_item >  i {
        transform: scale(2) !important;
        margin-bottom: 10px;
    }

    .vantagem_item > h3 {
        font-size: 1.0em;
    }

    .vantagem_item > p {
        margin-top: 10px;
    }

    #content-3 > .textohowitworks {
            margin-top: 1% !important;
            padding: 20px !important;
    }


}


@media(max-width: 415px) {

}