.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
}

#map {
    height: 400px;
    width: 100%
}

.paiTriangulo {
    height: 50px;
    overflow: hidden;
    position: absolute;
    width: 50px;
    background: transparent;
    left: calc(50% - 25px)
}

.filhoTriangulo1 {
    z-index: 5;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 50px solid #333;
    top: 0
}

.filhoTriangulo1, .filhoTriangulo2 {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.filhoTriangulo2 {
    z-index: 6;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #333;
    top: -2px;
    left: 17px
}

.paiInfoWindow {
    width: 140px;
    height: auto;
    border-radius: 1px;
    position: relative;
    background: transparent
}

.info_window_box {
    position: relative;
    background: #333;
    border-radius: 20px;
    height: auto;
    width: 100%;
    top: 103px;
    z-index: 10
}

.paiImgInfoWindow {
    border-radius: 50%;
    height: 126px;
    width: 126px;
    left: -13%
}

.filhoImgInfoWindow, .paiImgInfoWindow {
    margin: 0 auto !important;
    position: absolute
}

.filhoImgInfoWindow {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    z-index: 100;
    border: 6px solid #333
}

.paiInfoWindow a:active, .paiInfoWindow a:focus, .paiInfoWindow a:hover {
    color: #fff
}

.bordaInfoWindow {
    border: 2px solid #333
}

.info_window_box .title1 {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

.info_window_box .morada {
    text-transform: capitalize
}

.info_window_box .localidade, .info_window_box .morada {
    width: 100%;
    padding: 0 10px 10px;
    color: #fff;
    text-align: center;
    font-family: RobotoRegular;
    font-size: 12px
}

.info_window_box .telefone {
    width: 100%;
    padding: 0 10px 10px;
    color: #fff;
    text-align: center;
    font-family: Roboto Slab, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px
}

.buttonLearnMore {
    padding: 5px;
    margin: 10px 10px 20px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: transparent;
    height: 30px;
    width: 120px;
    font-size: 14px;
    font-family: RobotoRegular;
    text-transform: uppercase
}

.gm-style-iw {
    width: 260px !important;
    top: 50px !important;
    left: 25px !important;
    background-color: transparent
}

.gm-style-iw div {
    overflow: visible !important
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
    background-color: #transparent !important
}

@media (max-width: 991px) {
    #map {
        height: 387px
    }
}

@media (max-width: 767px) {
    #map {
        height: 387px
    }
}

@media (max-width: 479px) {
    #map {
        height: 220px
    }

    .info_window_box {
        top: 27px
    }
}