.alinhaVertical, .myFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.alinhaVertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.alinhaVertical > div {
    position: relative
}

.alinhaVerticalEsq {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.alinhaStretchEsq, .alinhaVerticalEsq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.alinhaStretchEsq {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center
}

.alinhaStretchDir {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: stretch;
    -ms-flex-line-pack: center;
    align-content: center
}

.alinhaStretchDir, .alinhaStretchSSS {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    align-items: stretch
}

.alinhaStretchSSS {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch
}

.alinhaStretch, .alinhaStretchSSS {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-content: stretch
}

.alinhaStretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch
}

.alinhaStretchFilho {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.conteudo {
    height: 100%;
    text-align: center;
    font: 0/0 a
}

.conteudo:before {
    content: " ";
    height: 100%
}

.conteudo:before, .conteudoElmento {
    display: inline-block;
    vertical-align: middle
}

.responsive-container {
    position: relative;
    width: 100%;
    border: 1px solid #000
}

.dummy {
    padding-top: 100%;
    background: red
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font: 0/0 a
}

.img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.font01_regularGERAL {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal
}

.font01_regularItalicaGERAL {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: italic
}

.font01_mediumGERAL {
    font-weight: 500
}

.font01_boldGERAL, .font01_mediumGERAL {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.font01_boldGERAL {
    font-weight: 700
}

.font01_ExtraBoldItalicaGERAL {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-style: italic
}

.font02_regularGERAL {
    font-family: Roboto Slab, serif;
    font-weight: 400;
    font-style: normal
}

.font03_regularGERAL {
    font-family: DancingScriptOT, sans-serif
}

.font04_BoldGERAL {
    font-family: bebasNeueBold, sans-serif
}

.font05_BoldGeral {
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-style: normal
}

@cor Principal_01:mix.browserSync(process.env.MIX_BACK_COLOR); .tituloGeralSeparador {
                                                                   font-family: DancingScriptOT, sans-serif;
                                                                   color: #090;
                                                                   font-size: 30px;
                                                                   font-style: normal;
                                                                   font-weight: 700
                                                               }

.dropShadow {
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, .4)
}

.fontBanner {
    font-family: DancingScriptOT, sans-serif
}

.corVerdeBanner {
    color: #3c3
}

.bannerFont {
    font-family: DancingScriptOT, sans-serif;
    font-size: 65px;
    color: #fff;
    text-shadow: 3px 4px 10.66px #000
}

.bannerFont2 {
    font-size: 17px;
    text-shadow: 3px 4px 4.6px #000;
    text-transform: uppercase;
    color: #fff
}

.bannerFont2, .newsLetterFontGERRAL {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-style: normal
}

.fontQuemSomos {
    font-family: Roboto Slab, serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 13px;
    text-align: justify
}

.inputsFont {
    font-weight: 500
}

.inputBTNFont, .inputsFont {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.inputBTNFont {
    font-weight: 700
}

.fontMenuPrivado {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    padding: 0 11px
}

.fontMenuPrivado, .fontMenuPrivadoTitulo {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.fontMenuPrivadoTitulo {
    font-weight: 400;
    color: #090
}

.estiloForm2Font {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal
}

.btnFont2, .tabelaBtnGeralFont {
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-style: normal
}

.iconeAltura {
    height: 14px
}

.checkRadioFont {
    font-weight: 700
}

.checkRadioFont, .headerCheckoutFont {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.headerCheckoutFont {
    font-weight: 500
}

.produtoTituloGeral {
    font-family: DancingScriptOT, sans-serif
}

.produtoSubTituloGeral {
    font-weight: 400
}

.produtoLabelGeral, .produtoSubTituloGeral {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.produtoLabelGeral {
    font-weight: 700
}

.produtoPrecoGeral {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: italic
}

.listagemFontInputsGeral, .produtoTituloCaixaPequenaGeral {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal
}

.listagemFontTituloFiltroGeral {
    font-family: DancingScriptOT, sans-serif
}

.caminhoFontGeral {
    font-weight: 700
}

.caminhoFontGeral, .listagemSubTituloGeral {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.listagemSubTituloGeral {
    font-weight: 400
}

.listagemSubTitulo01ResultadoGERAL {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal
}

.listagemProdutoPreco {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal
}

.listagemBtnAdicionarFontGERAL, .listagemInputProdutoFontGERAL, .listagemTextoBoldGERAL {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal
}

.fontDetalhe {
    font-weight: 400
}

.fontDetalhe, .fontPaginaErros {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.fontPaginaErros {
    font-weight: 700
}

.fontlogin {
    font-family: bebasNeueBold, sans-serif
}

.fontCodigo, .fontloginBTN {
    font-weight: 700
}

.fontCodigo, .fontLogin02, .fontloginBTN {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.fontLogin02 {
    font-weight: 500
}

.intro-item {
    height: 403px;
    background-position: 50% 50%;
    padding: 0;
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.bannerFilho {
    top: calc(50% - 128px);
    text-shadow: 1px 2px 16px rgba(5, 2, 6, .45);
    font-family: DancingScriptOT,sans-serif;
    color: #DA5A37;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
}

.animacaoLoad, .bannerFilho {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100
}

.animacaoLoad {
    top: calc(50% - 16px);
    text-transform: uppercase
}

.bannerFilho .oei-teflo01.iconeLogoGrande {
    font-size: 74px !important
}

@media (min-width: 1601px) {
    .banner {
        max-height: 403px
    }

    .intro-item {
        height: 403px
    }
}

@media (max-width: 1600px) {
    .bannerFilho {
        top: calc(50% - 8.5vw)
    }

    .intro-item {
        height: 0;
        padding: 0;
        padding-bottom: 35.29%;
        background-position: 50% 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

    .banner, .intro-item {
        max-height: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bannerFilho {
        font-size: 6vw;
        top: calc(50% - 6vw)
    }
}

@media (max-width: 767px) {
    .bannerFilho {
        font-size: 8vw;
        top: calc(50% - 8vw)
    }
}

@media (max-width: 479px) {
    .banner, .intro-item {
        height: 163px
    }

    .intro-item {
        background-size: cover;
        min-height: 163px;
        width: 100%;
        padding-bottom: 0
    }

    .bannerFilho {
        font-size: 10vw;
        top: calc(50% - 10vw)
    }
}