/*@media screen and (min-device-width: 320px) and (max-device-width: 812px) {*/
@media screen and (min-width: 267px) and (max-width: 812px) {
    body {
        /*background-image: url(images/fundo.jpg);*/
        /*background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('images/fundo.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('images/fundo.jpg');
        background-position: 50% 0;
        background-size: cover;
        background-repeat: no-repeat;*/
    }

    .padLeft-100 {
        padding-left: 15px;
    }

    main.content .container-fluid row {
        /*background-image: url('images/fundo.jpg');*/
        /*background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('images/fundo.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('images/fundo.jpg');*/
    }

    .container-fluid .destaque-inicial {
        /*background-color: rgba(0,0,0,0.5);*/
        /*min-height: 100%;*/
        margin-bottom: 15px;
    }

    header.header {
        position: relative;
        background-color: #FFF;
        width: 100%;
        height: 80px;
        z-index: 10;
    }

    .header .header--complement .header--menu-complement {
        width: 13%;
        height: 80px;
        float: left;
    }

        .header .header--complement .header--menu-complement .header--menu-btn {
            position: relative;
            width: 20px;
            height: 20px;
            background: url("images/menu.svg") no-repeat top left;
            background-size: contain;
            text-indent: -9999px;
            margin: 30px 20px 0;
            border: none;
        }

    .header .header--complement .header--menu-logo {
        background-color: #FFF;
        width: 65%;
        max-height: 80px;
        float: left;
    }

    @media (min-width: 257px) and (max-width: 312px) {
        .header .header--complement .header--menu-logo {
            width: 58%;
        }

            .header .header--complement .header--menu-logo .header--logo {
                max-width: 110px !important;
                margin-left: 30px !important;
            }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 63% !important;
        }

        .valor.outro {
            font-size: 20px;
        }

        .texto-valor {
            line-height: 25px;
        }
    }

    @media (min-width: 312px) and (max-width: 336px) {
        .header .header--complement .header--menu-logo {
            width: 40%;
        }
    }

    @media (min-width: 381px) and (max-width: 468px) {
        .header .header--complement .header--menu-logo {
            width: 50%;
        }
    }

    @media (min-width: 468px) and (max-width: 568px) {
        .header .header--complement .header--menu-logo {
            width: 60%;
        }
    }

    @media (min-width: 568px) and (max-width: 640px) {
        .header .header--complement .header--menu-logo {
            width: 63%;
        }
    }

    @media (min-width: 640px) and (max-width: 736px) {
        .header .header--complement .header--menu-logo {
            width: 65%;
        }
    }

    @media (min-width: 736px) and (max-width: 812px) {
        .header .header--complement .header--menu-logo {
            width: 65%;
        }

        .header .header--complement .header--menu-complementprofile .header--profile {
            top: -8px;
        }
    }

    @media (min-width: 768px) and (max-width: 812px) {
        .header .header--complement .header--menu-logo {
            width: 65%;
        }
    }

    .header .header--complement .header--menu-logo .header--logo {
        margin: 20px auto;
        width: auto;
        height: auto;
        max-width: 170px;
        z-index: 5;
    }

    .header .header--complement .header--menu-complementprofile {
        width: 18%;
        height: 80px;
        float: right;
        margin-right: 4%;
        z-index: 5;
    }

        .header .header--complement .header--menu-complementprofile .header--profile {
            position: relative;
            align-items: center;
            display: flex;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            padding: 20px 0px 0px 10px;
        }

            .header .header--complement .header--menu-complementprofile .header--profile:before {
                background-color: #fff;
                content: "";
                top: -15px;
                right: 8px;
                position: absolute;
                width: 80px;
                height: 60px;
                z-index: 2;
            }

            .header .header--complement .header--menu-complementprofile .header--profile .header--submenu {
                z-index: -1;
            }

    main.content {
        z-index: 5;
    }

        main.content .container-fluid.destaque {
            background-image: -webkit-linear-gradient(270deg, rgba(47, 46, 46, .61), rgba(47, 46, 46, .61)), url('images/fundo.jpg');
            background-image: linear-gradient(180deg, rgba(47, 46, 46, .61), rgba(47, 46, 46, .61)), url('images/fundo.jpg');
            background-color: #eff3f6;
            background-position: 50% 0px;
            background-repeat: no-repeat;
        }

        main.content .container-fluid.destaque2 {
            background-position: 40% 0%;
        }

        main.content .container-fluid.destaque3 {
            background-image: linear-gradient(180deg, hsla(0, 0%, 0%, .0), hsla(0, 0%, 0%, .0)), url(images/fundo-home.jpg);
            background-position: 19% 0%;
            background-size: cover;
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column;
        }


        main.content h1.titulo-evento {
            font-family: Avenirltstd, Releway, Din, sans-serif;
            font-weight: 700;
            font-size: 27px;
            text-align: justify;
            text-transform: uppercase;
            line-height: 33px;
            color: #FFF;
            border-bottom: 1px none #666;
            margin-top: 20px;
            /*padding-top: 0px;*/
        }

        main.content p.texto-home {
            margin-bottom: 20px;
        }

        main.content .section-recarga {
            width: 100%;
            height: auto;
        }

            main.content .section-recarga .bloco-fundo-cinza {
                height: 51%;
            }

            main.content .section-recarga .container h1.titulo-recarga {
                line-height: 30px;
            }

            main.content .section-recarga .container .bloco-valores a:hover,
            main.content .section-recarga .container .bloco-valores a:focus {
                text-decoration: unset;
            }

            main.content .section-recarga .container .bloco-valores .w-tab-link {
                padding-top: unset !important;
                padding-left: unset !important;
                padding-bottom: unset !important;
                padding-right: unset !important;
            }

            main.content .section-recarga .container .bloco-valores .tabs {
                margin-top: 10px;
            }

                main.content .section-recarga .container .bloco-valores .tabs .bloco-painel {
                    margin-top: 25px;
                }


            main.content .section-recarga .container .bloco-valores .tab5 .bloco-painel {
                margin-bottom: -30px;
            }

            main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login {
                width: 80% !important;
                height: 300px;
                border: none;
                padding: unset;
            }

                main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login .form--topup .input-group.cinza.texto-contato.valor input {
                    font-size: 28px;
                    line-height: 0;
                    padding-bottom: 0;
                    height: 40px;
                }

            main.content .section-recarga .container .bloco-valores .tabs .div-finalizar {
                height: 300px !important;
            }

    .bloco-finalizar {
        text-align: center;
    }

    main.content .section-recarga .container .bloco-valores .tabs .div-finalizar h5 {
        color: #000;
    }

    @media screen and (min-device-width: 767px) and (max-device-width: 812px) {
        .header .header--complement .header--menu-logo {
            background-color: #FFF;
            width: 65%;
            max-height: 80px;
            float: left;
        }

        .header .header--complement .header--menu-complementprofile .header--profile {
            top: -8px;
        }

            .header .header--complement .header--menu-complementprofile .header--profile .header--profile-image {
                width: 58px;
                height: 58px;
            }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 169px;
        }

        main.content .section-recarga .container .bloco-valores .tabs .bloco-painel .field-login {
            height: 130px;
        }

        main.content .section-recarga .container .bloco-valores .tabs .bloco-painel {
            margin-top: 10px;
        }

        main.content .section-recarga .container .tab5 .bloco-painel .div-valor-recarga {
            margin-left: 40px;
            height: 210px;
        }

            main.content .section-recarga .container .tab5 .bloco-painel .div-valor-recarga .subtitulo-valor-recarga {
                margin-bottom: -5px !important;
                padding-left: 56px;
            }

        main.content .section-recarga .container .tab5 .div-finalizar {
            height: 120px !important;
            border-left: 1px solid !important;
            border-left-color: rgb(169, 169, 169) !important;
        }
    }

    main.content .section-comofunciona {
        height: 700px;
    }

    /*@media screen and (min-device-width: 479px) and (max-device-width: 812px) {*/
    @media screen and (min-width: 479px) and (max-width: 812px) {
        main.content .section-comofunciona {
            max-height: 290px;
        }
    }

    footer.footer .section-footer {
        min-height: 250px !important;
    }

        footer.footer .section-footer .container {
            padding-left: unset;
            padding-right: unset;
        }

            footer.footer .section-footer .container .coluna-footer {
                position: relative;
                float: left;
                margin-bottom: 15px;
            }

    /* Ajuste para Mobile na Pagina Extrato Cashless*/
    @media (min-width: 320px) and (max-width: 768px) {
        .container-fluid.extratoCashless .col-lg-3.col-md-3.col-sm-4.col-xs-12 {
            padding: 0px;
        }

        .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6:first-child {
            padding-left: 0px;
            padding-right: 10px;
        }

        .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6:last-child {
            padding-left: 10px;
            padding-right: 0px;
        }

        @media (min-width: 320px) and (max-width: 361px) {
            .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
                height: 37%;
            }

                .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento img {
                    margin-top: 62px;
                }
        }

        @media (min-width: 361px) and (max-width: 378px) {
            .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
                height: 34%;
            }

                .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento img {
                    margin-top: 60px;
                }
        }

        @media (min-width: 379px) and (max-width: 415px) {
            .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
                height: 35%;
            }

                .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento img {
                    margin-top: 60px;
                }
        }

        @media (min-width: 416px) and (max-width: 435px) {
            .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
                height: 36%;
            }

                .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento img {
                    margin-top: 60px;
                }
        }

        @media (min-width: 436px) and (max-width: 499px) {
            .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
                height: 38%;
            }

                .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento img {
                    margin-top: 60px;
                }
        }

        @media (min-width: 500px) and (max-width: 655px) {
            .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
                height: 39%;
            }

                .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento img {
                    margin-top: 60px;
                }
        }

        @media (min-width: 655px) and (max-width: 768px) {
            .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
                height: 40%;
            }

                .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento img {
                    margin-top: 80px;
                }
        }
    }
}

/* [INICIO] Samsung S4 / Note 3 - Iphone 4 / 4S / 5 / 5S -------------------------------------------- */
@media screen and (device-width: 320px) {
    .header .header--complement .header--menu-complement {
        width: 15%;
    }

    .header .header--complement .header--menu-logo {
        width: 40%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 450px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 291px;
    }
}
/* [FIM] Samsung S4 / Note 3 - Iphone 4 / 4S / 5 / 5S ---------------------------------------------- */

/* [INICIO] Samsung S6 / S5 / S3-------------------------------------------------------------------- */
@media screen and (device-width: 360px) {
    .header .header--complement .header--menu-complement {
        width: 15%;
    }

    .header .header--complement .header--menu-logo {
        width: 45%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 450px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 283px;
    }
}
/* [FIM] Samsung S6 / S5 / S3----------------------------------------------------------------------- */

/* [INICIO] Iphone 6 / 6S / 7 / 8 ------------------------------------------------------------------ */
@media screen and (device-width: 375px) {
    .header .header--complement .header--menu-complement {
        width: 13%;
    }

    .header .header--complement .header--menu-logo {
        width: 48%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 450px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 288px;
    }
}
/* [FIM] Iphone 6 / 6S / 7 / 8 --------------------------------------------------------------------- */

/* [INICIO] Nexus 5X / 6P -------------------------------------------------------------------------- */
@media screen and (device-width: 412px) {
    .header .header--complement .header--menu-complement {
        width: 13%;
    }

    .header .header--complement .header--menu-logo {
        width: 49%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 450px;
        }

    main.content .section-comofunciona {
        min-height: 600px;
    }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 269px;
    }
}
/* [FIM] Nexus 5X / 6P ----------------------------------------------------------------------------- */

/* [INICIO] iPhone 6+ / 7+ / 8+ -------------------------------------------------------------------- */
@media screen and (device-width: 414px) {
    .header .header--complement .header--menu-complement {
        width: 13%;
    }

    .header .header--complement .header--menu-logo {
        width: 50%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 450px;
        }

    main.content .section-comofunciona {
        min-height: 600px;
    }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 270px;
    }
}
/* [FIM] iPhone 6+ / 7+ / 8+ ----------------------------------------------------------------- */

/* [INICIO] Landscape - Iphone 4 / 4S - Windowns Phone --------------------------------------- */
@media screen and (device-width: 480px) {
    .header .header--complement .header--menu-complement {
        width: 60px;
    }

    .header .header--complement .header--menu-logo {
        width: 55%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 420px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 290px;
    }
}
/* [FIM] Landscape - Iphone 4 / 4S ----------------------------------------------------------- */

/* [INICIO] Landscape - Iphone 5 / 5S / 5C / 5SE --------------------------------------------- */
@media screen and (device-width: 568px) {
    .header .header--complement .header--menu-complement {
        width: 60px;
    }

    .header .header--complement .header--menu-logo {
        width: 59%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 420px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 300px;
    }
}
/* [FIM] Landscape - Iphone 5 / 5S / 5C / 5SE ------------------------------------------------ */

/* [INICIO] Portrait - Nexus 7 --------------------------------------------------------------- */
@media screen and (device-width: 601px) {
}
/* [FIM] Portraid - Nexus 7 ------------------------------------------------------------------ */

/* [INICIO] Landscape - Samsung S6 / S5 / S3 / S4 / Note 3 ----------------------------------- */
@media screen and (device-width: 640px) {
    .header .header--complement .header--menu-complement {
        width: 60px;
    }

    .header .header--complement .header--menu-logo {
        width: 63%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 420px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 304px;
    }

        .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento img {
            margin-top: 88px;
        }
}
/* [FIM] Landscape - Samsung S6 / S5 / S3 / S4 / Note 3 -------------------------------------- */

/* [INICIO] Landscape - Iphone 6 / 7 / 8 ----------------------------------------------------- */
@media screen and (device-width: 667px) {
    .header .header--complement .header--menu-complement {
        width: 60px;
    }

    .header .header--complement .header--menu-logo {
        width: 65%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 420px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 305px;
    }
}
/* [FIM] Landscape - Iphone 6 / 7 / 8 -------------------------------------------------------- */

/* [INICIO] Landscape - Nexus 5X / 6P -------------------------------------------------------- */
@media screen and (device-width: 732px) {
    .header .header--complement .header--menu-complement {
        width: 60px;
    }

    .header .header--complement .header--menu-logo {
        width: 65%;
    }

    main.content .section-recarga {
        /*width: 732px;*/
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 420px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 306px;
    }
}
/* [FIM] Landscape - Nexus 5X / 6P ----------------------------------------------------------- */

/* [INICIO] Landscape - iPhone 6+ / 7+ / 8+ -------------------------------------------------- */
@media screen and (device-width: 736px) {
    .header .header--complement .header--menu-complement {
        width: 60px;
    }

    .header .header--complement .header--menu-logo {
        width: 65%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

        main.content .section-recarga .bloco-fundo-cinza {
            height: 420px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: 308px;
    }
}
/* [FIM] Landscape - iPhone 6+ / 7+ / 8+ ----------------------------------------------------- */

/* [INICIO] Portrait - iPad 3, 4 and Pro 9.7 ------------------------------------------------- */
@media screen and (device-width: 768px) {
    .header .header--complement .header--menu-complement {
        width: 60px;
    }

    .header .header--complement .header--menu-logo {
        width: 65%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento {
        height: unset;
    }

        .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6 .info--profile-evento img {
            margin-top: 10px;
        }

    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6:first-child,
    .container-fluid.extratoCashless .col-lg-12.col-md-12.col-sm-12.col-xs-6:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* [FIM] Portrait - iPad 3, 4 and Pro 9.7 ---------------------------------------------------- */

/* [INICIO] Portrait - Windows Phone, Galaxy Tab 2, Galaxy Tab S ----------------------------- */
@media screen and (device-width: 800px) {
}
/* [FIM] Portrait - Windows Phone, Galaxy Tab 2, Galaxy Tab S -------------------------------- */

/* [INICIO] Landscape - iPhone X ------------------------------------------------------------- */
@media screen and (device-width: 812px) {
    .header .header--complement .header--menu-complement {
        width: 60px;
    }

    .header .header--complement .header--menu-logo {
        width: 65%;
    }

    .header .header--complement .header--menu-complementprofile {
        width: 23%;
    }

    main.content .section-recarga {
        width: 100%;
        height: auto;
    }
}
/* [FIM] Landscape - iPhone X ---------------------------------------------------------------- */

/* [INICIO] Portrait - iPad Pro 10.5 --------------------------------------------------------- */
@media screen and (device-width: 834px) {
}
/* [FIM] Portraid - iPad Pro 10.5 ------------------------------------------------------------ */

/* [INICIO] Portrait - Nexus 7 --------------------------------------------------------------- */
@media screen and (device-width: 906px) {
}
/* [FIM] Portraid - Nexus 7 ------------------------------------------------------------------ */

/* [INICIO] Portraid - iPad Pro 12.9 --------------------------------------------------------- */
@media screen and (device-width: 1024px) {
}
/* [FIM] Portraid - iPad Pro 12.9 ------------------------------------------------------------ */

/* [INICIO] Portraid - iPad Pro 10.5 --------------------------------------------------------- */
@media screen and (device-width: 1112px) {
}
/* [FIM] Portraid - iPad Pro 10.5 ------------------------------------------------------------ */

/* [INICIO] Portrait - Kindle Fire HD 8.9 ---------------------------------------------------- */
@media screen and (device-width: 1200px) {
}
/* [FIM] Portrait - Kindle Fire HD 8.9 ------------------------------------------------------- */

/* [INICIO] Portraid - Galaxy Tab 2, Galaxy Tab S -------------------------------------------- */
@media screen and (device-width: 1280px) {
}
/* [FIM] Portraid - Galaxy Tab 2, Galaxy Tab S ----------------------------------------------- */

/* [INICIO] Portraid - iPad Pro 12.9 --------------------------------------------------------- */
@media screen and (device-width: 1366px) {
}
/* [FIM] Portraid - iPad Pro 10.5 ------------------------------------------------------------ */

/* [INICIO] Portrait - Nexus 9 --------------------------------------------------------------- */
@media screen and (device-width: 1536px) {
}
/* [FIM] Portraid - Nexus 9 ------------------------------------------------------------------ */

/* [INICIO] Portrait - Kindle Fire HD 8.9 ---------------------------------------------------- */
@media screen and (device-width: 1600px) {
}
/* [FIM] Portrait - Kindle Fire HD 8.9 ------------------------------------------------------- */

/* [INICIO] Portrait - Nexus 9 --------------------------------------------------------------- */
@media screen and (device-width: 2048px) {
}
/* [FIM] Portraid - Nexus 9 ------------------------------------------------------------------ */
