/* ================================================= Meu codigo ================================================= */

/* 1. Alterações Gerais
/* 2. Navegação Inicial
/* 3. Pagina Home
/* 4. Pagina Criar rota
/* 5. Pagina Loja
/* 6. Cores
/* Mediaqueries
*/

.white-popup {
    position: relative;
    background: #FFF;
    padding: 0px;
    width: auto;
    max-width: 800px;
    padding: 50px;
    margin: 20px auto;
}

.destaques-modal {
    max-width: 800px;
    margin: 20px auto;
    background: #232323;
    padding: 0;
    line-height: 0;
    height: 350px;
}

.ajcol {
    width: 50%;
    float: left;
    height: 350px;
}

.ajcol img {
    width: 100%;
    height: 350px;
    border-right: 5px solid #fff200;
}

.ajcol_text {
    padding: 10px;
    height: 350px;
    overflow-y: auto;
}

.ajcol_text p {
    /*height: 100%;*/
    width: 95%;
    line-height: normal;
    margin: 0 auto;
}

@media all and (max-width:30em) {
    .ajcol {
        width: 100%;
        float: none;
    }
}

/* ================================================= Alterações Gerais ================================================= */

.aldeias {
    cursor: pointer;
}

.video-play-icon-black {
    width: 6.5em;
    height: 6.5em;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid #000000;
    cursor: pointer;
    background: transparent;
}

.video-play-icon-black:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -4px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent transparent;
    border-color: transparent transparent transparent #000000;
}

.cabvou_text {
    color: #fff200 !important;
    position: absolute;
    text-align: center;
    bottom: 14px;
    width: 100%;
}

.cabvou_text a {
    color: #fff200 !important;
}

.cabvou_text a:hover {
    color: #fff !important;
}

.bg--yellow {
    background: #fff200;
}

.mb-custom {
    margin-bottom: 5%;
}

.mb-null {
    margin-bottom: 0;
}

.gastronomia-underline {
    background: #eee;
    border-bottom: 6px solid #eee;
}

.gastronomia-underline:hover {
    border-bottom: 6px solid #fff200 !important;
}

.hotelaria-underline {
    background: #eee;
    border-bottom: 6px solid #eee;
}

.hotelaria-underline:hover {
    border-bottom: 6px solid #fff200 !important;
}

.produtos-underline {
    background: #eee;
    border-bottom: 6px solid #eee;
}

.produtos-underline:hover {
    border-bottom: 6px solid #fff200 !important;
}

.pontos-underline {
    background: #eee;
    border-bottom: 6px solid #eee;
}

.pontos-underline:hover {
    border-bottom: 6px solid #fff200 !important;
}

.servicos-underline {
    background: #eee;
    border-bottom: 6px solid #eee;
}

.servicos-underline:hover {
    border-bottom: 6px solid #fff200 !important;
}

.eventos-underline {
    background: #eee;
    border-bottom: 6px solid #eee;
}

.eventos-underline:hover {
    border-bottom: 6px solid #fff200 !important;
}

/************* Underline Fix **********************/

.yellow-underline-fix {
    border-bottom: 13px solid #fff200 !important;
}

.gastronomia-underline-fix {
    border-bottom: 13px solid #fff200 !important;
}

.hotelaria-underline-fix {
    border-bottom: 13px solid #fff200 !important;
}

.produtos-underline-fix {
    border-bottom: 13px solid #fff200 !important;
}

.pontos-underline-fix {
    border-bottom: 13px solid #fff200 !important;
}

.servicos-underline-fix {
    border-bottom: 13px solid #fff200 !important;
}

.eventos-underline-fix {
    border-bottom: 13px solid #fff200 !important;
}

.yellow-underline-fix2 {
    border-bottom: 6px solid #fff200 !important;
}

.gastronomia-underline-fix2 {
    border-bottom: 6px solid #fff200 !important;
}

.hotelaria-underline-fix2 {
    border-bottom: 6px solid #fff200 !important;
}

.produtos-underline-fix2 {
    border-bottom: 6px solid #fff200 !important;
}

.pontos-underline-fix2 {
    border-bottom: 6px solid #fff200 !important;
}

.servicos-underline-fix2 {
    border-bottom: 6px solid #fff200 !important;
}

.eventos-underline-fix2 {
    border-bottom: 6px solid #fff200 !important;
}

/* Let's get this party started */

::-webkit-scrollbar {
    width: 10px;
    margin: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(5, 5, 5, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.4);
}

.cart-overview .cart-overview__items {
    max-height: 60vh;
}

/* ================================================= Navegação Inicial ================================================= */

.menu>li:first-child>a {
    padding-left: 12%;
}

.menu>li:last-child>a {
    padding-right: 25%;
}

#light-logo-short {
    display: none !important;
}

#dark-logo-short {
    display: none !important;
}

.nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) .menu>li>a:hover {
    opacity: 1 !important;
    color: #fff200 !important;
}

.menu-top:hover {
    opacity: 1 !important;
    color: #000 !important;
}

.menu-footer:hover {
    opacity: 1 !important;
    color: #FFF !important;
}

.nav-bar.bg--white>li>a :hover {
    color: #000;
}

.nav-bar a.nav-function i {
    top: 0px;
}

.nav-languages {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    float: left;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.video-play-icon2 {
    width: 6.5em;
    height: 6.5em;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid #fff200;
    cursor: pointer;
    background: transparent;
}

.video-play-icon2.video-play-icon--sm {
    width: 3.25em;
    height: 3.25em;
}

.video-play-icon2.video-play-icon--sm:before {
    border-width: 4px 0 4px 9px;
}

.video-play-icon2:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -4px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #ffffff;
    border-color: transparent transparent transparent #fff200;
}

.video-play-icon2.video-play-icon--dark {
    border-color: #232323;
    background: #232323;
}

.video-play-icon2.video-play-icon--dark:before {
    border-color: transparent transparent transparent #232323;
}

.video-play-icon2.video-play-icon--dark:before {
    border-color: transparent transparent transparent #fff;
}

.nav--transparent:not(.nav--fixed) {
    background: none !important;
    border-bottom: 0px !important;
}

.logo-web {
    display: block;
}

.logo-mobile {
    display: none;
}

.container2 {
    margin-right: auto;
    /* margin-left: auto; */
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.logo-pequeno {
    /*display: block;*/
    /*width: 425px;*/
    padding: 4px 0px 0px 0px;
}

.navegacao_principal {
    width: 150px;
    float: right;
}

.slider-texto {
    float: left;
    /*width: 280px;*/
    margin-top: 5%;
    position: relative;
}

.imagem-caminho {
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: -15%;
}

.alinhamento-vertical-icon {
    vertical-align: middle;
}

.clip-linguagens {
    width: 30px;
    height: 30px;
    background: #1e90ff;
    -webkit-clip-path: circle(36.3% at 38% 49%);
    clip-path: circle(36.3% at 38% 49%);
}

/* Fade */

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #2098d1;
    color: white;
}

/* Zoom In #1 */

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

/* Shine */

.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Gray Scale */

.hover08 figure img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hover08 figure:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* Opacity #2 */

.hover12 figure {
    background: #fff200;
}

.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover12 figure:hover img {
    opacity: .7;
}

/* Back Pulse */

@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098d1;
    background-color: #2098d1;
    color: white;
}

/* Overline Reveal */

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Overline Reveal gastronomia */

.hvr-overline-reveal-gastronomia,
.gastronomia-active {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal-gastronomia:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.gastronomia-active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
}

.hvr-overline-reveal-gastronomia:hover:before,
.hvr-overline-reveal-gastronomia:focus:before,
.hvr-overline-reveal-gastronomia:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Overline Reveal Hotelaria */

.hvr-overline-reveal-hotelaria,
.hotelaria-active {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal-hotelaria:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hotelaria-active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
}

.hvr-overline-reveal-hotelaria:hover:before,
.hvr-overline-reveal-hotelaria:focus:before,
.hvr-overline-reveal-hotelaria:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Overline Reveal produtosregionais */

.hvr-overline-reveal-produtosregionais,
.produtosregionais-active {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal-produtosregionais:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.produtosregionais-active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
}

.hvr-overline-reveal-produtosregionais:hover:before,
.hvr-overline-reveal-produtosregionais:focus:before,
.hvr-overline-reveal-produtosregionais:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Overline Reveal Pontos de interesse */

.hvr-overline-reveal-pontosdeinteresse,
.pontosdeinteresse-active {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal-pontosdeinteresse:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.pontosdeinteresse-active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
}

.hvr-overline-reveal-pontosdeinteresse:hover:before,
.hvr-overline-reveal-pontosdeinteresse:focus:before,
.hvr-overline-reveal-pontosdeinteresse:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Overline Reveal servicos */

.hvr-overline-reveal-servicos,
.servicos-active {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal-servicos:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.servicos-active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
}

.hvr-overline-reveal-servicos:hover:before,
.hvr-overline-reveal-servicos:focus:before,
.hvr-overline-reveal-servicos:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Overline Reveal eventos */

.hvr-overline-reveal-eventos,
.eventos-active {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal-eventos:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.eventos-active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #fff200;
    height: 4px;
}

.hvr-overline-reveal-eventos:hover:before,
.hvr-overline-reveal-eventos:focus:before,
.hvr-overline-reveal-eventos:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Underline From Left */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff200;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

/* Icon Grow */

.hvr-icon-grow {
    display: inline-block;
    vertical-align: top;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 1em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-grow:before {
    content: "account_circle";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-style: normal;
    font-family: Material Icons;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-grow:hover:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:active:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
    color: #fff200;
    opacity: 1;
}

.hover_view {
    width: 555px;
    height: 370px;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    float: left;
}

.hover_view,
.mask,
.view .content {
    width: 555px;
    height: 370px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.hover_view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin: 20px 0 0 0
}

.hover_view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.vhover_iew a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.hover_view a.info:hover {
    box-shadow: 0 0 5px #000
}

.hover_view-tenth img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out;
}

.hover_view-tenth .mask {
    background-color: rgba(255, 231, 179, 0.3);
    transition: all 0.5s linear;
    opacity: 0;
}

.hover_view-tenth h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear;
    opacity: 0;
}

.hover_view-tenth p {
    color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.hover_view-tenth a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}

.hover_view-tenth:hover img {
    transform: scale(10);
    opacity: 0;
}

.hover_view-tenth:hover .mask {
    opacity: 1;
}

.hover_view-tenth:hover h2,
.hover_view-tenth:hover p,
.hover_view-tenth:hover a.info {
    transform: scale(1);
    opacity: 1;
}

/*.greyscale:hover{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    
}*/

/* ================================================= Pagina Principal ================================================= */

.yellow-underline {
    background: #eee;
    border-bottom: 6px solid #eee;
}

.yellow-underline:hover {
    border-bottom: 6px solid #fff200 !important;
}

.black-underline {
    border-bottom: 6px solid #fff200;
}

.black-underline:hover {
    border-bottom: 6px solid #151414;
}

input[type="submit"].douro-gen-bgcolor {
    background: #fff200 !important;
}

input[type="submit"].douro-gen-bgcolor:hover {
    border: 1px solid #232323 !important;
}

.douro-gen-t-color {
    color: #fff200;
}

.douro-gen-bgcolor {
    background: #fff200;
}

.douro-gen-bgcolor .btn__text {
    color: #232323 !important;
}

.douro-gen-bgcolor:hover .btn__text {
    color: #fff200;
}

.eco-gen-bgcolor {
    background: #232323;
}

.eco-gen-bgcolor:hover {
    color: #fff200 !important;
    border: #fff200 solid !important;
}

*[parallax1] {
    width: 100%;
    height: 100vh;
    background-size: 100%;
}

#aldeiasvinheteiras-paralaxe {
    background-image: url('./assets/img/real-companhia-velha-9.jpg');
}

.bg--dourogeneration {
    background: #fff200;
}

.invite-douro {
    font-size: 2.5em;
    color: black;
}

.invite-lead-douro {
    font-size: 1.5em;
    color: black;
}

.btn--douro-invite {
    background: #fff;
    border: none;
}

.btn--douro-invite .btn__text-douro {
    color: #232323 !important;
}

.btn--dg-echo {
    color: #232323 !important;
    font-weight: 800 !important;
}

.btn--dg-echo {
    color: #232323 !important;
    font-weight: 800 !important;
}

.btn--douro-invite:hover {
    background: #000;
    border: none;
}

.btn--douro-invite:hover .btn__text-douro {
    color: #fff200 !important;
}

.btn--carrinho {
    background: #343434;
    border: none;
    color: #fff;
}

.btn--carrinho:hover {
    background: #656565;
    border: none;
    color: #fff;
}

.pd-top {
    padding-top: 6.5em;
}

.partners-1 .slider img {
    max-height: 9em;
    opacity: 1;
    margin: 0;
}

.l2020 {
    bottom: 1.2em;
}

.close_cross {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 25px;
    height: 25px;
    opacity: 0.3;
    z-index: 999;
}

.close_cross:hover {
    opacity: 1;
}

.close_cross:before,
.close_cross:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

.close_cross:before {
    transform: rotate(45deg);
}

.close_cross:after {
    transform: rotate(-45deg);
}

/* ================================================= Pagina Criar Rota ================================================= */

.origem {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

#map {
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
}

#map1 {
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
}

#map2 {
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
}

#map3 {
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0;
}

.gm-style-iw {
    width: 300px !important;
    top: 15px !important;
    left: 0px !important;
    font-size: 0px !important;
    background-color: #151414;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    z-index: 1;
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
}

.btn-addroteiro {
    border: none;
    color: #fff200;
}

.btn-verroteiro {
    border: none;
}

/*
.btn-addroteiro:hover {
border: none;
color:#fff !important;
}

.btn-verroteiro:hover {
border: none;
color:#fff !important;
}*/

/*#iw-container {
	margin-bottom: 10px;
}*/

#iw-container .iw-title {
    position: relative;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    width: 300px;
    margin-left: 10px;
    /*background-color: #48b5e9;*/
    /*color: white;*/
    margin: 0;
    border-radius: 2px 2px 0 0;
}

#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    /*padding: 10px 20px 20px 10px !important;*/
    max-height: 300px;
    /*overflow-y: auto;*/
    overflow-x: hidden;
}

.iw-content img {
    width: 150px;
    /*margin: 0 5px 5px 5px;*/
    margin-bottom: 0em;
    float: left;
}

.iw-subTitle {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-subTitle input {
    font-family: 'Open Sans Condensed', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    margin: 0 20px;
    width: 90%;
}

.iw-subTitle a {
    font-family: 'Open Sans Condensed', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    margin: 0 20px;
    width: 90%;
}

/*.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}*/

.iw-text {
    color: darkslategrey;
}

.veja-roteiro {
    margin: -10px -81%;
    /* width: 150px; */
    position: absolute;
    opacity: 0.5;
}

.crie-roteiro {
    margin: -10px 56%;
    /*width: 150px;*/
    position: absolute;
    opacity: 0.5;
}

.veja-roteiro:hover {
    opacity: 1;
}

.crie-roteiro:hover {
    opacity: 1;
}

div.markerRestauracao input {
    background: url(/Icons/gastronomia.icon.png) no-repeat;
    cursor: pointer;
    width: 55px;
    height: 75px;
    border: none;
}

div.markerHotelaria input {
    background: url(/Icons/hotelaria.icon.png) no-repeat;
    cursor: pointer;
    width: 55px;
    height: 75px;
    border: none;
}

div.markerEventos input {
    background: url(/Icons/eventos.icon.png) no-repeat;
    cursor: pointer;
    width: 55px;
    height: 75px;
    border: none;
}

div.markerGeral input {
    background: url(/Icons/geral.icon.png) no-repeat;
    cursor: pointer;
    width: 55px;
    height: 75px;
    border: none;
}

div.markerPontosdeInteresse input {
    background: url(/Icons/pontosdeinteresse.icon.png) no-repeat;
    cursor: pointer;
    width: 55px;
    height: 75px;
    border: none;
}

.btn-icon-mapa {
    width: 100% !important;
    margin: 0 auto !important;
    color: #1a1a1a !important;
    font-size: 1.5em !important;
    top: 9px !important;
}

.btn-restar-roadmap {
    background: #151414;
    color: #fff200;
    border: none;
}

.btn-restar-roadmap:hover {
    background: #fff200;
    color: #151414 !important;
    border: none;
}

.btn-inactive {
    background-color: #909090;
}

.btn-gastronomia-color {
    background-color: #fff200;
}

.btn-hotelaria-color {
    background-color: #fff200;
}

.btn-pontosdeinteresse-color {
    background-color: #fff200;
}

.btn-produtosdaterra-color {
    background-color: #fff200;
}

.btn-servicos-color {
    background-color: #fff200;
}

.btn-eventos-color {
    background-color: #fff200;
}

.btn-custom-categorias {
    position: relative;
    padding: 38%;
    border-radius: 5px;
    width: 35px !important;
    height: 35px !important;
}

/*.btn-custom-categorias:hover{
 border: 2px solid #909090;
}*/

.nav-function .hvr-icon-grow {
    margin-right: -16px !important;
    font-size: 1.2em;
}

/* ----------- Non-Retina Screens ----------- */

@media screen and (max-device-width: 1600px) {
    .crie-roteiro {
        margin: -10px 42%;
        width: 200px;
    }
    .veja-roteiro {
        margin: -10px -63%;
        width: 200px;
    }
    .menu>li {
        font-size: 10px;
    }
    .logo-pequeno {
        /*width: 380px;*/
    }
}

@media screen and (max-device-width: 1400px) {
    .menu>li {
        font-size: 8px !important;
    }
    .logo-pequeno {
        /*width: 350px;*/
    }
}

@media screen and (max-width: 1280px) {
    .crie-roteiro {
        margin: -10px 33%;
    }
    .veja-roteiro {
        margin: -10px -57%;
    }
}

@media all and (max-width: 1080px) {
    .height-40 {
        height: 20vh;
    }
    .height-80 {
        height: 40vh;
    }
    .input-with-icon i {
        position: absolute;
        font-size: 1.4375em;
        margin-left: 1.1304347826087em;
        top: 7px;
        left: 0;
    }
    .logo-mobile {
        width: 180px;
    }
    /*#dark-logo-short{
    display: inline !important;}*/
    /*.nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) .logo-web {
        display: none !important;
    }*/
    /*.nav--transparent:not(.nav--scrolled):not(.nav--fixed) #dark-logo-short { 
display: none !important;
}*/
    /*.nav-bar .logo-web{
	display: none;
}*/
    .menu>li {
        font-size: 8px;
    }
    .veja-roteiro {
        /*margin: 12.5% -53%;*/
    }
    .crie-roteiro {
        /* margin: 12.5% 34.5%;*/
    }
    /* Roteiro */
}

@media all and (max-width: 990px) {
    .menu>li:first-child>a {
        padding: 0;
    }
    .hvr-icon-grow:before {
        right: auto;
    }
    .nav-function .hvr-icon-grow {
        margin-right: 0px !important;
        font-size: 1.2em;
    }
    .logo-dark {
        display: block;
        width: 230px;
    }
    .crie-roteiro {
        margin: -10px 25%;
    }
    .veja-roteiro {
        margin: -10px -57%;
    }
    .instagram-element .instagram-photo img {
        margin-bottom: 0em !important;
    }
    .img_gal {
        max-width: 100% !important;
        margin: 0em !important;
        padding: 0em !important;
    }
}

@media screen and (max-device-width: 768px) {
    .l2020 {
        bottom: 0;
    }
    .veja-roteiro {
        display: none;
    }
    .crie-roteiro {
        display: none;
    }
    .instagram-element .instagram-photo img {
        margin-bottom: 0em !important;
    }
    .img_gal {
        max-width: 100% !important;
        margin: 0em !important;
        padding: 0em !important;
    }
}

@media (max-width: 767px) {
    .slides_index {
        height: 90vh !important;
    }
    .slides_index2 {
        height: 60vh !important;
    }
    .veja-roteiro {
        display: none;
    }
    .crie-roteiro {
        display: none;
    }
    .heading_index {
        top: 40%;
    }
    .instagram-element .instagram-photo img {
        margin-bottom: 0em !important;
    }
    .img_gal {
        max-width: 100% !important;
        margin: 0em !important;
        padding: 0em !important;
    }
    /************* Underline Fix **********************/
    .gastronomia-underline-fix {
        border-bottom: 8px solid #fff200 !important;
    }
    .hotelaria-underline-fix {
        border-bottom: 8px solid #fff200 !important;
    }
    .produtos-underline-fix {
        border-bottom: 8px solid #fff200 !important;
    }
    .pontos-underline-fix {
        border-bottom: 8px solid #fff200 !important;
    }
    .servicos-underline-fix {
        border-bottom: 8px solid #fff200 !important;
    }
    .eventos-underline-fix {
        border-bottom: 8px solid #fff200 !important;
    }
}

@media only screen and (max-width: 480px) {
    .flex_cell_inner {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

/* ==================================== 5. Loja ====================================*/

.loja_titulo {
    margin: 0;
    height: 50px;
    width: 230px;
}

.shop_entitie_description {
    height: 100px;
    overflow: hidden;
}

#expandarea {
    cursor: pointer;
}

.gradient-overlay {
    display: block;
    overflow: hidden;
    height: 75px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    bottom: 8em;
    left: 0;
    width: 100%;
}

.overlay_pattern {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALElEQVQoU2NkIBIw7l+y38cxxnELIfWM2BRg04xVITbNxCukyI2UWU11XwMAihsQC2183+IAAAAASUVORK5CYII=) repeat;
    z-index: 99;
    width: 100%;
    /*inherit: 100%;*/
}


.shop-item-detail .item__price:not(:last-child) {
    margin-bottom: 1em;
}

@media (max-width: 767px) {
.shop-item-detail .item__addtocart {
    max-width: 100%
}

}

/* ======================================= Front Editave ==================================================*/

.onSelectElementEdit {
    width: 95% !important;
    height: 80% !important;
    font-size: 1em !important;
    border-radius: 10px;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 17, 0.92) !important;
    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 17, 0.92) !important;
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 17, 0.92) !important;
    margin-bottom: 1.6em;
    text-align: left;
}

.btn-changeimage {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    color: #fff;
    background-color: #0a0a0a;
    margin-bottom: 0.3125rem;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    /*animation: 1.25s bounce infinite;*/
    margin-left: 0.5em;
}

.btn-changeimage i {
    text-align: center;
    margin-top: 50%;
    margin-left: 50%;
    width: 1.5rem;
    line-height: 1.5rem;
    transform: translate(-0.75rem, -0.75rem);
    font-size: 1.4em;
    display: inline-block;
}

/* ================================= Message System Front-End ================================= */

.message_system {
    background: #151414 !important;
    color: #fff;
    height: 80vh;
}

.message_title {
    color: #fff;
}

.btn-mensagem {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    color: #fff;
    background-color: #e74c3c;
    margin-bottom: 0.3125rem;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    /*animation: 1.25s bounce infinite;*/
    margin-left: 0.5em;
}

.btn-mensagem i {
    text-align: center;
    margin-top: 50%;
    margin-left: 50%;
    width: 1.5rem;
    line-height: 1.5rem;
    transform: translate(-0.75rem, -0.75rem);
    font-size: 1.4em;
    display: inline-block;
}

.btn-mensagem:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    animation-play-state: paused;
}

.btn-mensagem-ver {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    color: #fff;
    background-color: #3498db;
    margin-bottom: 0.3125rem;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-left: 0.5em;
}

.btn-mensagem-ver i {
    text-align: center;
    margin-top: 50%;
    margin-left: 50%;
    width: 1.5rem;
    line-height: 1.5rem;
    transform: translate(-0.75rem, -0.75rem);
    font-size: 1.4em;
    color: #f2f2f2;
    display: inline-block;
}

.btn-mensagem-ver:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}

.btn-mensagem-responder {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    color: #fff;
    background-color: #27ae60;
    margin-bottom: 0.3125rem;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-left: 0.5em;
}

.btn-mensagem-responder i {
    text-align: center;
    margin-top: 50%;
    margin-left: 50%;
    width: 1.5rem;
    line-height: 1.5rem;
    transform: translate(-0.75rem, -0.75rem);
    font-size: 1.4em;
    color: #f2f2f2;
    display: inline-block;
}

.btn-mensagem-responder:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}

.btn-mensagem-eliminar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    color: #fff;
    background-color: #c0392b;
    margin-bottom: 0.3125rem;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.btn-mensagem-eliminar i {
    text-align: center;
    margin-top: 50%;
    margin-left: 50%;
    width: 1.5rem;
    line-height: 1.5rem;
    transform: translate(-0.75rem, -0.75rem);
    font-size: 1.4em;
    color: #f2f2f2;
    display: inline-block;
}

.btn-mensagem-eliminar:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}

.label-container {
    position: fixed;
    bottom: 27px;
    right: 90px;
    display: table;
    visibility: hidden;
}

.label-text {
    font-family: Montserrat;
    font-size: 0.8em;
    color: #FFF;
    background: rgba(51, 51, 51, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
    border-radius: 3px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

div.btn-mensagem+div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

div.btn-mensagem:hover+div.label-container {
    visibility: visible;
    opacity: 1;
}

/* animation */

@keyframes bounce {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -15px;
        margin-bottom: 15px;
    }
    100% {
        margin-top: 0;
    }
}

.chat {
    display: flex;
    background: none;
    margin: 0;
    padding: 0 0 0 0;
    margin-top: 7em;
    margin-bottom: 10px;
    height: 20em;
    overflow-y: auto;
}

.chat_header {
    position: fixed;
}

.resposta_textarea {
    width: 68%;
    float: left;
}

.btn_sumbmit_r {
    float: right;
}

.btn-adicionar {
    font-size: .8em;
    text-decoration: initial;
    width: 100%;
    margin: 5px auto;
    margin-left: 0px !important;
    background: #232323;
}

.btn-adicionar2 {
    font-size: .8em;
    text-decoration: initial;
    width: 100%;
    margin: 5px auto;
    margin-left: 0px !important;
    background: #232323;
}

.btn.douro-gen-bgcolor {
    color: #232323 !important;
}

.btn.douro-gen-bgcolor:hover {
    color: #232323 !important;
    font-weight: 600;
    border-color: #232323 !important;
}

@media screen and (max-width: 768px) {
    .touch {
        -webkit-overflow-y: touch;
        overflow-y: touch;
    }
    resposta.textarea {
        width: 60%;
    }
}

/*.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}*/

.iw-text {
    color: darkslategrey;
}

.iw-title-entidade {
    color: darkslategrey;
}

.custom-iw .gm-style-iw {
    top: 15px !important;
    left: 0 !important;
    font-size: 13px !important;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.0);
    border: 1px solid rgba(72, 181, 233, 0.0);
    border-radius: 2px;
}

.custom-iw>div:nth-child(3) {
    display: none !important;
}

/** the shadow **/

.custom-iw>div:first-child>div:last-child {
    left: 0 !important;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.0) 0px 1px 6px;
    z-index: -1 !important;
}

.custom-iw .gm-style-iw,
.custom-iw .gm-style-iw>div,
.custom-iw .gm-style-iw>div>div {
    width: 100% !important;
    max-width: 100% !important;
}

/** set here the width **/

.custom-iw,
.custom-iw>div:first-child>div:last-child {
    width: 342px !important;
}

.custom-iw>div:first-child>div:nth-child(2) {
    display: none;
}

/** set here the desired background-color **/

#div-main-infoWindow,
.custom-iw>div:first-child>div:nth-child(n-1)>div>div,
.custom-iw>div>div:last-child,
.custom-iw .gm-style-iw,
.custom-iw .gm-style-iw>div,
.custom-iw .gm-style-iw>div>div {
    background-color: white !important;
}

/** close-button(note that there may be a scrollbar) **/

.custom-iw>div:last-child {
    top: 1px !important;
    right: 0 !important;
}

/** padding of the content **/

#div-main-infoWindow {
    padding: 6px;
}

#bodyContent p {
    margin-bottom: 0.5em;
}

/*   Registo de entidade      */

label.error {
    color: red;
    text-transform: none;
    display: block;
    /* margin: 0 auto; */
    /* width: 100px; */
    font-family: Roboto;
    font-size: 0.7em;
}

.modal-content.height--natural.contactForm {
    max-width: 650px;
    overflow-y: auto;
}

/* Login Modal  */

/* Style all font awesome icons */

.login.fa {
    padding: 20px;
    font-size: 20px;
    width: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

/* Add a hover effect if you want */

.login.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */

.login.fa.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */

.login.fa.fa-google {
    background: #dd4b39;
    color: white;
}

.socialLogin {
    width: 50%;
    float: left;
    text-align: center;
}

.avatarLoginPic {
    width: 170px;
    border-radius: 50%;
    height: 170px;
    position: relative;
    display: block;
    z-index: 9;
    left: -50%;
    top: 3em;
    border: 6px solid #fff200;
}

/*

Chat Modal


*/

.modal-content.height--natural.chat-content {
    max-width: 700px;
}

.bg--ecoDouro {
    background: #232323;
}

.chat-entities-container {
    width: 250px;
    height: 500px;
    float: left;
    border-right: 1px solid #fff200;
}

.chat-container {
    /*width: 440px;*/
    height: 500px;
    float: right;
    overflow: hidden;
    overflow-y: auto;
}

.chat-img-container {
    max-width: 62px;
}

.chat-entities-title {
    /*margin-bottom: 1.25em;*/
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 15px 0px 15px;
}

.entitiesMessageContainer {
    padding: 15px;
}

.chatMessageContainer>li>.entitiesMessageContainer>.item__image {
    float: left;
    margin-right: 8px;
}

.chatMessageContainer>li>.entitiesMessageContainer>.item__image>.chat-img-container>a>img {
    /*margin-bottom: 0;*/
    vertical-align: middle;
}

.cart-chatMessageContainer>li>.entitiesMessageContainer>.item__detail {
    float: left;
}

.cart-chatMessageContainer>li>.entitiesMessageContainer>.item__detail>.chatEntities {
    line-height: 20px;
    color: #fff;
}

.send-message-container {
    display: flex;
    padding: 15px;
    height: 57px;
    overflow: hidden;
}

textarea.textMessage {
    width: 80%;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    resize: none;
    padding: 0.5em;
    font-size: 0.9em;
}

.btnSubmitMessage {
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    background: #fff200;
    height: 40px;
    color: #232323;
}

.btnSubmitMessage:hover {
    background: #fff;
    color: #232323 !important;
    border: 1px solid #000;
}

.btnSubmitMessage:active {
    background: #fff;
    color: #232323 !important;
    border: 1px solid #000;
}

.btnSubmitMessage:focus {
    background: #fff;
    color: #232323 !important;
    border: 1px solid #000;
}

.messages-chat-container {
    height: 70%;
    padding: 15px;
    overflow: auto;
    overflow-y: scroll;
}

.chat-message {
    display: inline-block;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

.chat-message .chat-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chat-message .chat-image.left {
    float: left;
    margin-right: 10px;
}

.chat-message .chat-image.right {
    float: right;
    margin-left: 10px;
}

span.message {
    background: #f1f0f0;
    padding: 5px;
    color: #232323;
    border-radius: 6px;
    align-items: center;
    display: inline-block;
    max-width: 80%;
    position: relative;
}

span.message.left {
    float: left;
}

span.message.right {
    float: right;
}

/************** Notifications ****************/

.growl-success {
    background: #28a745;
    color: #fff;
}

.growl-error {
    background: #dc3545;
    color: #fff;
}



/******************** Eventos ****************************/

aside {
    position: absolute;
    box-sizing: border-box;
    /* display: inline-block; */
    float: right;
    margin: 0 0 0 80%;
    /* top: -26px; */
    width: 80px;
    padding: 5px 8px 10px;
    background-color: #232323;
    color: #fff200;
}

aside:before,
aside:after {}

aside:before {
    bottom: -20px;
    border-color: transparent #555;
    z-index: 1234;
}

aside:after {
    bottom: -26px;
    border-top-width: 6px;
    border-color: #B3BCC4 #B3BCC4 transparent #B3BCC4;
}

aside span {
    display: block;
}

aside span.day {
    font-size: 50px;
    line-height: 65px;
    font-family: 'PT Serif', monospace;
}

aside span.month {
    font-family: 'PT Mono', monospace;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/*

Termos e condições

*/

.ol-main-terms{
    list-style-type: decimal !important;
    list-style-position: inside;
    font-weight: bold;
}


.ol-secondary-terms{
    list-style-type: lower-latin !important;
    list-style-position: inside;
    margin-left: 1em;
    font-weight: bold;    
}

.ol-secondary-terms-i{
    list-style-type: lower-roman !important;
    list-style-position: inside;
    margin-left: 1em;
    font-weight: bold;    
}

.ol-main-terms li span{
    font-weight: normal;  
}

.ol-secondary-terms li span{
    font-weight: normal;   
}

.ol-main-terms li span{
    font-weight: normal;   
}

.terms-h6{
    margin-bottom: 0px
}



/* Selects Style */


label + select {
    margin-top: 0.8125em;
}

.imagebg:not(.image--light):not(.form--dark) select
 {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.imagebg:not(.image--light):not(.form--dark) select::-webkit-input-placeholder
 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1em;
}
.imagebg:not(.image--light):not(.form--dark) select::-moz-placeholder
{
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.75);
  font-size: 1em;
}
.imagebg:not(.image--light):not(.form--dark) select::-moz-placeholder,
{
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.75);
  font-size: 1em;
}
.imagebg:not(.image--light):not(.form--dark) select:-ms-input-placeholder
 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1em;
}

select option {
    margin: 40px;
    background: rgba(35, 35, 35, 0.8);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.searchCategoryStyle label + input, .searchCategoryStyle label + select {
    margin-top: 0.8125em;
    }

@media screen and (max-width: 768px) {

    .searchCategoryStyle{
        padding-left: 0;
        padding-right: 0;
    }

    .searchCategoryStyle input, .searchCategoryStyle select {
        margin-bottom: 1em !important;
    }

    .searchCategoryStyle label + input, .searchCategoryStyle label + select {
    margin-top: 0.5125em;
    }

}


.routeImageMax {
    max-height: 233px;
}

@media screen and (max-width: 768px) {
    .routeImageMax {
        max-height: 100%;
    }
}

