:root {
    --main-bg: #fff1e2;

    --main-color: #58857e;
    --main-color0: #3a7b8c;
    --main-color1: #d75f27;
    --main-color2: #7e574b;
    --main-color3: #a93e1d;

    --nav-color: #343a40;

    --font-color: #ffffff;
    --font-color0: #fff1e2;
    --font-color1: #d75f27;
    --font-color2: #a93e1d;
    --font-color3: #7e574b;
    --font-color4: #58857e;
}

html, 
body, 
#container {
    width: 100%;
    height: 100%;
}

.no-margin {
    margin: 0;
}

body, #wifi-painel {
    background-color: var(--main-bg);
    font-family: 'Montserrat';font-size: 16px;
    /* font-family: 'Roboto'; */
}

.container #wifi-painel {
    width: 780px;
}

body p, h1 {
    color: var(--font-color2);
}

body a:hover {
    color: var(--font-color3);
    text-decoration: none;
}

/******************************************/
.montserrat-extra-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
/******************************************/

.header {
    background-color: var(--main-bg);
    padding: 20px;
    border-bottom: solid 1px var(--font-color2);
}

.header-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* position: relative; */
}

nav.navbar {
    width: 100%;
    margin-bottom: -84px;
}

#navbarNav {
    float: right;
}

.navbar ul {
    border-radius: 0px;
    list-style: none;
}

.navbar ul li {
    margin-left: 20px;
}

.navbar ul {
    display: flex;
}

a:hover {
    font-weight: bold;
}

#navbarNav ul li a {
    color: var(--font-color2);
    font-weight: bold;
}

#navbarNav ul li a:hover {
    color: var(--font-color1);
}

.navbar-nav li:first-of-type {
    min-width: 90px;
}

/* .active a {
    color: var(--font-color1);
}

.no-active a {
    color: var(--font-color3);
} */

#banner {
    /* background: url("../img/bg_banner.jpg") no-repeat center center fixed; */
    /* background: url("../img/lojas_olhao.jpg") no-repeat center center fixed; */
    background: url("../img/loja_bairros.jpg") no-repeat center center fixed;
    /* background-size: contain; */
    background-size: cover;
    /* top: 0; */
    /* position: relative; */
    /* background-size: 100% 100%; */
    height: 90vh;
    /* display: block; */
    /* justify-content: space-between; */
    /* border-bottom: solid 1px var(--font-color2); */
    margin-bottom: 40px;
    /* display: flex;
    flex-direction: column; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#olhao {
    font-weight: 900;
    font-size:66px;
    margin:0;
}

#olhao-com-alma {
    bottom: 0;
    right: 0;
    position: absolute;
    text-align: right;
    /* padding: 0 50px 50px 0; */
    padding: 0 8% 1% 0;
}

#olhao-com-alma h1 {
    color: var(--font-color0);
}

#wrapper-video {
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
    height: 640px;
}

#wrapper-video {
    position: relative;
}

#video {
    margin: 0;
    padding: 0;
    border: 0;
    /* background: rgb(215, 95, 39); */
    background: rgb(169, 62, 29);
    /* background: rgba(0, 0, 0, 0.65); */
    /* position: fixed; */
    /* top: 0;
    left: 0; */
    /* width: 100%;
    height: auto; */
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #zona-bairro {
        text-align: center;
        margin: auto;
    }
    #olhao-com-alma {
        padding: 0 2% 1% 0;
    }
    #olhao {
        font-weight: 700;
        font-size: 35px;
    }
    #com-alma {
        font-size: 18px;
    }
    #banner {
        height: 65vh;
    }
}

section
#projecto,
#comodidades,
#mobile-comodidades,
#faqs,
#contactos,
#promotores {
    /* min-height: 500px; */
    padding: 30px 0;
}

#projecto {
    padding-bottom: 30px;
}

section p {
    text-align: justify;
}

#zona-bairro {
    background: url("../img/zona_bairros.jpg") no-repeat center center;
    width: 360px;
    height: 269px;
}

#projecto {
    /* background-color: transparent; */
    background-color: var(--main-color0);
    padding-top: 40px;
}

#projecto p {
    color: var(--font-color0);
}

#video-bcd {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#comodidades {
    /* background-color: var(--main-color1); */
    background-color: transparent;
}

/* #comodidades p, */
#comodidades h1 {
    color: var(--font-color1);
}

/* row-1 */
#row-1 {
    display: flex;
    flex-wrap: wrap;
    /* min-width: 360px; */
    min-height: 360px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    #comodidades {
        display: none;
    }
    #row-2 {
        margin-bottom: 30px;
    }
    
}

@media (min-width: 992px) {
    #mobile-comodidades {
        display: none;
    }
    .comodidades-hover {
        display: none;
    }
}

/* @media only screen and (max-width: 768px) { */
@media (max-width: 768px) {
    #comodidades {
        display: none;
    }
    #mobile-comodidades {
        visibility: visible;
    }
    .mobile-comodidades-hover {
        display: none;
    }
    #footer-logos {
        width: initial;
    }
    /* #banner {
        width: 100%;
        height: auto;
    } */
}

.icon-wifi {
    background: url("../img/icon-wifi.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
}

.comodidades-hover,
.mobile-comodidades-hover {
    /* top: 0; */
    min-width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: var(--font-color0);
}

.info-centered {
    font-size: 20px;
    font-weight: 600;
    color: var(--font-color0);
    text-align: center;
}

.icon-cacifos {
    background: url("../img/icon-cacifos.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
}

.icon-sensor {
    background: url("../img/icon-sensor.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
}

.icon-visit {
    background: url("../img/icon-visit.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
}

.icon-bairros {
    background: url("../img/icon-bairros.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
}

/* row-2 */
#row-2 {
    display: flex;
    flex-wrap: wrap;
    min-height: 360px;
}

.icon-pc {
    background: url("../img/icon-pc.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
    margin-right: 15px;
}

.icon-bike {
    background: url("../img/icon-bike.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
}

.icon-info {
    background: url("../img/icon-info.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
}

/* row-3 */
#row-3 {
    display: flex;
    flex-wrap: wrap;
    min-height: 360px;
}

#faqs {
    background-color: var(--main-color1);
}

.wifi-hover p {
    padding: 40% 10%;
}
.cacifos-hover p {
    padding: 44% 10%;
}
.sensor-hover p {
    padding: 32% 10%;
}
.visit-hover p {
    padding: 40% 10%;
}
.bairros-hover p {
    padding: 44% 10%;
}
.pc-hover p {
    padding: 40% 10%;
}
.bike-hover p {
    padding: 36% 10%;
}
.info-hover p {
    padding: 40% 10%;
}

#promotores h1,
#comodidades h1,
#mobile-comodidades h1,
#faqs h1,
#contactos h1 {
    font-weight: 600;
}

/* #comodidades p, */
#comodidades h1,
#mobile-comodidades h1 {
    color: var(--font-color2);
}

#mobile-comodidades {
    /* display: none; */
    /* visibility: hidden; */
}

.white {
    color: var(--font-color0);
}

#faqs h1,
#contactos p,
#contactos h1 {
    color: var(--font-color0);
}

.question-color {
    color: var(--font-color2);
    font-weight: bold;
}

#contactos {
    background-color: var(--main-color);
}

.table-contacts td {
    vertical-align: bottom;
    padding-right: 10px;
}

.table-contacts td p {
    margin-bottom: 3px;
}

#promotores {
    background-color: #343a40;
}

#promotores p,
#promotores h1,
#promotores ul li {
    color: var(--font-color0);
}

#co-promo {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 85px;
}

#promo {
    height: 85px;
}

#co-promo-cmo {
    background: url("../logos/logo_cmo.png") no-repeat center center;
    width: 100%;
    height: 100%;
}

#co-promo-acral {
    background: url("../logos/logo_acral.png") no-repeat center center;
    width: 100%;
    height: 100%;
}

#co-promo-ambiolhao {
    background: url("../logos/logo_ambiolhao.png") no-repeat center center;
    width: 100%;
    height: 100%;
}

#co-promo-fesnima {
    background: url("../logos/logo_fesnima.png") no-repeat center center;
    width: 100%;
    height: 100%;
}

#co-promo-mercados {
    background: url("../logos/logo_mercados.png") no-repeat center center;
    width: 100%;
    height: 100%;
}

#footer {
    background-color: #282828;
    padding: 20px 0;
}

#footer-logos {
    width: 50%;
    margin: 0 auto;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    height: 35px;
}

#logos-financiados {
    width: auto;
    height: 35px;
}

#logo-prr {
    background: url("../logos/logo_prr.png") no-repeat center center;
    width: 100%;
    height: 100%;
}

#logo-rep {
    background: url("../logos/logo_rep.png") no-repeat center center;
    width: 100%;
    height: 100%;
}

#logo-ue {
    background: url("../logos/logo_ue.png") no-repeat center center;
    width: 100%;
    height: 100%;
}
