section.granel-energy .fuel-container-bg {
    background-image: url(../img/fuel_container.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: center;
    min-height: 656px;
}

@media (max-width: 991.98px) {
    section.granel-energy .fuel-container-bg {
        background-image: none;
        min-height: 100px;
    }
}

section.granel-custom-offer .custom-offer-bg {
    background-image: url(../img/custom_offer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

section.granel-advantages .advantages-bg {
    background-image: url(../img/blue_wave_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section.granel-advantages .advantages-widget {
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #fff;
}

    section.granel-advantages .advantages-widget .aw-description {
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.875rem;
        text-align: center;
        margin: 1.75rem auto;
    }

section.granel-advantages .hand-bg {
    min-height: 569px;
    background-image: url(../img/hand_fire.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media (max-width: 991.98px) {
    section.granel-advantages .hand-bg {
        background-image: none;
    }
}

section.granel-advantages .light-blue-wave-bg {
    background-color: #d1e5f6;
    background-image: url(../img/light_blue_wave_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

section.granel-duvidas {
    margin-bottom: 3rem;
}

    section.granel-duvidas .duvidas-bg {
        background-image: url(../img/duvidas.png);
        background-size: cover;
        min-height: 250px;
        padding-top: 4rem
    }

    section.granel-duvidas p:first-child {
        font-size: 24px;
        font-family: 'Avenir Next LT Pro Heavy'
    }

    section.granel-duvidas p:last-child {
        font-size: 24px;
        font-family: 'Roboto';
        font-weight: 700;
    }

    section.granel-duvidas .contact-number {
        font-size: 24px;
        font-family: 'Roboto';
        color: #0075C9;
        letter-spacing: 0;
        text-align: center;
        background: #FFFFFF;
        border-radius: 24px;
        max-height: 50px;
        width: 190px;
        vertical-align: middle;
        text-align: center;
        line-height: 50px;
        font-weight: 700;
    }

@media (max-width: 800px) {
    section.granel-duvidas .duvidas-bg > div {
        margin-left: 3rem;
    }

    section.granel-duvidas p {
        text-align: left !important;
        margin-right: 0px !important;
    }

    section.granel-duvidas .contact-number {
        margin: 0;
        min-width: 100px;
    }
}

@media (max-width: 700px) {
    section.granel-duvidas .duvidas-bg > div {
        margin: 0;
    }

    section.granel-duvidas .duvidas-bg p {
        font-size: 18px;
    }

    section.granel-duvidas .contact-number {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    main.website div.website-container {
        top: 100px;
    }
}

@media (max-width: 768px) and (min-width: 426px) {
    main.website div.website-container {
        top: 130px;
    }

        main.website div.website-container section.granel-header h3 {
            font-size: 2rem;
        }
}

@media (max-width: 768px) {
    main.website div.website-header {
        min-height: auto;
        height: 365px;
    }

        main.website div.website-header.bg-img-5 {
            min-height: auto;
            height: 365px;
        }

    main.website div.website-container {
        overflow: hidden;
    }

        main.website div.website-container section.granel-header {
            margin-bottom: 10rem;
        }

        main.website div.website-container section.granel-energy > .row {
            margin-left: -30px;
            margin-right: -30px;
        }

        main.website div.website-container section.granel-energy .paper {
            border-radius: 0 !important;
            box-shadow: none !important;
        }

        main.website div.website-container section.granel-energy h5 {
            font-size: 1.375rem;
            line-height: 1.875rem;
        }

        main.website div.website-container section.granel-custom-offer h4 {
            font-size: 1.375rem;
            line-height: 1.875rem;
        }

            main.website div.website-container section.granel-custom-offer h4 a {
                display: block;
                max-width: 200px;
                margin: 1rem auto;
            }

        main.website div.website-container section.granel-advantages .advantages-bg {
            padding-top: 3rem;
            padding-bottom: 3rem;
        }

            main.website div.website-container section.granel-advantages .advantages-bg h4 {
                font-size: 1.25rem;
                line-height: 1.8125rem;
            }

            main.website div.website-container section.granel-advantages .advantages-bg .advantages-widget .aw-icon img {
                width: 50px;
            }

            main.website div.website-container section.granel-advantages .advantages-bg .advantages-widget .aw-description {
                font-size: 1rem;
                line-height: 1.5rem;
            }

        main.website div.website-container section.granel-advantages h4 {
            font-size: 1.375rem;
            line-height: 1.875rem;
            font-weight: 400;
        }

        main.website div.website-container section.granel-advantages .light-blue-wave-bg h5 {
            font-size: 1.375rem;
            line-height: 1.875rem;
            font-weight: 400;
        }

        main.website div.website-container section.granel-advantages .light-blue-wave-bg ul.check-bullet-list > li {
            font-size: 1rem;
        }

        main.website div.website-container section.granel-proposta-form h4 {
            font-size: 1.275rem;
            line-height: 1.875rem;
        }
}
