.hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.bg-img-5 {
    background-color: var(--color2);
    background-image: url(./../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    /*-webkit-animation: slide 10s linear infinite;*/
}

.hero-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem
}

.container-g {
    margin: 0 auto;
    position: relative
}
@media screen and (min-width:1088px) {
    .container-g {
        max-width: 960px;
        width: 960px
    }

    .container-g.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto
    }
}

@media screen and (max-width:1279px) {
    .container-g.is-widescreen {
        max-width: 1152px;
        width: auto
    }
}

@media screen and (max-width:1471px) {
    .container-g.is-fullhd {
        max-width: 1344px;
        width: auto
    }
}

@media screen and (min-width:1280px) {
    .container-g {
        max-width: 1152px;
        width: 1152px
    }
}

@media screen and (min-width:1472px) {
    .container-g {
        max-width: 1344px;
        width: 1344px
    }
}
.columns-g {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}
.column-g {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem
}
.columns-g.is-mobile>.column-g.is-5 {
    flex: none;
    width: 41.66667%
}
    .column-g.is-5-mobile {
        flex: none;
        width: 41.66667%
    }
    .column-g.is-5,
    .column-g.is-5-tablet {
        flex: none;
        width: 41.66667%
    }
    .column-g.is-5-touch {
        flex: none;
        width: 41.66667%
    }
    .column-g.is-5-desktop {
        flex: none;
        width: 41.66667%
    }
    .column-g.is-5-widescreen {
        flex: none;
        width: 41.66667%
    }
    .column-g.is-5-fullhd {
        flex: none;
        width: 41.66667%
    }
.title-g {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}
.title-g.is-3 {
    font-size: 2rem
}
.has-text-centered {
    text-align: center !important
}
.text-black {
    font-weight: 900 !important;
}
.text-white {
    color: #fff !important;
}
.is-uppercase {
    text-transform: uppercase !important
}
.image-g {
    display: block;
    position: relative
}

.image-g img {
    display: block;
    height: auto;
    width: 100%
}
.img-center-g {
    margin-left: auto;
    margin-right: auto;
}
.title-g.is-2 {
    font-size: 2.5rem
}
.text-color3 {
    color: var(--color3);
}
.text-bloco-g {
    text-align: justify;
    text-align-last: center;
    font-size: 1em;
}
.image-g {
    display: block;
    position: relative
}
.img-center-g {
    margin-left: auto;
    margin-right: auto;
}
.md-g {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;

    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    -ms-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);

    transition: .2s;
}
.bg-img-3 {
    background-color: var(--color2);
    background-image: url(./index_files/bg-2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    /*-webkit-animation: slide 10s linear infinite;*/
}
.bnef-bloco {
    background-color: #f7f7f7;
    padding: 3% 4%;
    min-height: 260px;
    border-radius: 10px;
}
