@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #969DA4;
    background: #F9FAFB;
}

/* PAGE */

h2 {
    font-weight: bold;
    color: #8A919A;
    font-size: 30px;
}

h3 {
    color: #8A919A;
    font-size: 15px;
}

.espacos-container {
    margin-bottom: 50px;
}

.espacos-titulo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.espacos-titulo-sombra {
    width: 100%;
    background: #ededed;
}

.espacos-titulo-circulo {
    width: 6%;
    aspect-ratio: 1;
    border-radius: 100px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ededed;
    position: relative;
    top: -15px;
}

.espacos-img {
    width: 80%;
}

.margem{
    width: 100%;
    height: 70px;
}

@media only screen and (max-width: 1500px) {
    .header-container-menu {
        display: none  !important;
    }

    .hamgmenu {
        display: block  !important;
    }
}

@media only screen and (max-width: 1200px) {
    .header-image {
        max-height: 80px  !important;
    }

}

@media only screen and (max-width: 900px) {
    .espacos-titulo-circulo {
        width: 10%;
    }
    h2 {
        font-weight: bold;
        color: #8A919A;
        font-size: 18px;
    }
    .espacos-titulo-sombra > p {
        font-size: 11px;
    }
    .division-bar {
        font-size: 18px;
    }
    .header-image {
        max-height: 60px;
    }

}

/* ------ */

/* HEADER */

.menu-selected {
    font-weight: bold;
    color: #6E7984 !important;
    border-bottom: 1px #6E7984 solid;
    width: calc(100% + 10px);
    display: inline-block;
    text-align: center;
}


.header-container {
    margin: 20px 0;
    border: solid 2px #969DA4;
    border-left: 0;
    border-right: 0;
    padding: 1% 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-image {
    max-height: 100px;
}

.header-container-menu {
    display: flex;
    align-items: center;
}

.header-menu-items > ul {
    list-style: none;
    display: flex;
}

.header-menu-items > ul > li {
    margin: 0 25px;
} 

.header-menu-items > ul > li > a {
    text-decoration: none;
    color: #969DA4;
    font-size: 12pt;
}

.header-flag {
    max-height: 35px;
    margin: 0 10px;
    box-shadow: 3px 3px 3px 0px;
    border-radius: 5px;
    cursor: pointer;
}

.f-selected{
    outline: 2px solid white;
}

@media only screen and (max-width: 500px) {
    .header-container {
        padding: 1% 5%;
    }    
}

/* ------ */

/* Menu Telemovel */

.hamburger-menu {
    display: none;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.hamburger-icon {
    display: none !important;
}  

.hamgmenu {
    display: none;
}

.hamgmenu-logo{
    width: 100px;
    margin: 10% auto;
}

.hamgmenu-img{
    width: 100%;
}

.hamburger-menu-items{
    height: 100%;
}

.hamburger-menu-items > ul{
    height: 100%;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}

.hamburger-menu-items > ul > li > a{
    color: #6E7984 !important;
    text-decoration: none;
    display: inline;
}

.header-menu-flags-mini{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0;
}

.header-flag-mini{
    width: calc( 80% / 4);
    border-radius: 5px;
}

@media only screen and (max-width: 1500px) {
    .hamburger-icon {
        display: inline-block !important;
    }
}

/* ---- */

/* FOOTER */

footer {
    border-top: 3px solid #969DA4;
    border-bottom: 50px solid #969DA4;
    display: flex;
    padding: 1% 3%;
    justify-content: space-between;
}

.redes-sociais {
    display: flex;
    align-items: flex-end;
}

.redes-sociais > a {
    height: 35px;
    padding: 5px;
}

.direitos {
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 900px) {
    .redes-sociais > img {
        max-height: 25px;
    }
}

@media only screen and (max-width: 500px) {
    footer {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        font-size: 10px;
    }
}

/* ------ */

/* SECTION 1 INDEX */

.main-banner {
    width: 100%;
}

.temas-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    margin: 100px 18%;
}

.temas-box-assets{
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-basis: calc( 100% / 6 - 18% / 6);
    align-items: center;
}

.temas-box-assets > .temas-img {
    max-height: 80px;
}

.temas-box-assets > h3 {
    font-size: 14px;
}

@media only screen and (max-width: 1500px) {
    .temas-container {
        margin: 50px 10%;
    }
    .temas-box-assets > .temas-img {
        max-height: 70px;
    }
}

@media only screen and (max-width: 1200px) {
    .temas-container {
        margin: 50px 5%;
    }
    .temas-box-assets > .temas-img {
        max-height: 50px;
    }
    .temas-box-assets > h3 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 900px) {
    .temas-box-assets{
        flex-basis: calc( 100% / 3 - 18% / 6);
    }
    .temas-container {
        margin: 50px 5%;
    }
    .temas-box-assets > .temas-img {
        max-height: 50px;
    }
    .temas-box-assets > h3 {
        font-size: 11px;
    }
}

/* ------ */


/* SECTION 2 INDEX */

.espacos-lista-container {
    display: flex;
    padding: 0 3%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.espacos-lista-text{
    flex-basis: calc( 100% / 8 - 1%);
}

.espacos-lista-text > h4{
    font-size: 14px;
}

.espacos-lista-text > ul {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
}

.espacos-lista-text > ul > li:before {
    content: "- ";
}

@media only screen and (max-width: 1200px) {
    .espacos-lista-text{
        flex-basis: calc( 100% / 4 - 1%);
    }
    .espacos-lista-text > h4{
        font-size: 13px;
    }
    .espacos-lista-text > ul > li {
        font-size: 11px;
    }
    .espacos-lista-container {
        margin: 0 5%;
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .espacos-lista-text{
        flex-basis: calc( 100% / 2 - 1%);
    }
    .espacos-lista-text > ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .espacos-lista-text > h4{
        text-align: center;
    }
}

/* ------ */


/* SECTION 3 INDEX */

.local-texto {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    margin: 0 410px 50px;
}

.projetoTexto>p{
    text-indent: 30px;
    margin: 0;
}

@media only screen and (max-width: 1500px) {
    .local-texto {
        margin: 20px 5%;
    }
}

@media only screen and (max-width: 1200px) {
    .local-texto {
        font-size: 13px;
    }
}

/* ------ */

/* SECTION 4 INDEX */

.division-bar {
    height: 60px;
    display: flex;
    font-weight: bold;
    font-size: 25px;
    color: white;
    background: #B1C0C0;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.locais-container {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.locais-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.local-logo {
    margin-bottom: 50px;
}

.local-logo-img {
    max-height: 80px;
}

@media only screen and (max-width: 1500px) {
    .local-logo-img {
        max-height: 70px;
    }
    .local-foto {
        width: 250px;
    }
}

@media only screen and (max-width: 1200px) {
    .locais-container {
        margin: 20px 5%;
    }
    .local-logo {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 900px) {
    .local-foto {
        width: 200px;
    }
    .local-logo-img {
        max-height: 60px;
    }
}

/* ------ */

/* SECTION 1 CASA */

.big-logo-container {
    height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% 0;
}

.big-logo {
    height: inherit;
}

@media only screen and (max-width: 1200px) {
    .big-logo-container {
        height: 300px;
    }
}


@media only screen and (max-width: 500px) {
    .big-logo-container {
        height: 200px;
    }
}

/* ------ */

/* SECTION 2 CASA */

.gallery-casa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 50px 0;
}

.gallery-block {
    flex-basis: calc( 100% / 3 - 3%);
    aspect-ratio: 16/9;
    margin-bottom: 3%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-photo {
    max-width: 100%;
}

@media only screen and (max-width: 1200px) {
    .gallery-casa {
        margin: 20px 0;
    }

    .gallery-block {
        flex-basis: calc( 100% / 2 - 3%);
    }
}

@media only screen and (max-width: 500px) {
    .gallery-casa {
        margin: 20px 0;
    }
}

/* ------ */

/* SECTION 1 ENVOLVENCIA */

.envolvencia-container {
    display: flex;
    justify-content: space-around;
    margin: 0 30px;
    flex-wrap: wrap;
}

.envolvencia-box{
    flex-basis: calc(100% / 3 - 100px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.envolvencia-box > p {
    font-size: 15px;
    margin: 0;
}

.temas-img-envolvencia {
    width: 90px;
}

.temas-photos-container {
    width: 100%;
}

.temas-photo {
    overflow: hidden;
    margin: 5% 0;
}

.temas-photo > img {
    width: 90%;
}

@media only screen and (max-width: 1500px) {
    .envolvencia-box > h3,
    .envolvencia-box > p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .envolvencia-box > h3,
    .envolvencia-box > p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 900px) {
    .envolvencia-box{
        flex-basis: calc(80% / 1);
    }

    .envolvencia-box > h3,
    .envolvencia-box > p {
        font-size: 12px;
    }

    .temas-img-envolvencia {
        width: 50px;
    }
    
}

/* ------ */

/* SECTION 2 ENVOLVENCIA */

.temas-box-monumento{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5% 0 0;
}

.temas-box-monumento > h2{
    font-size: 18px;
    text-align: center;
}

.temas-img-monumento{
    width: 90px;
}

.banner-monumentos {
    width: 100%;
    margin: 5% 0;
}

@media only screen and (max-width: 900px) {
    .temas-box-monumento > h2{
        font-size: 15px;
    }
    .temas-img-monumento {
        width: 50px;
    }
}

/* ------ */

/* SECTION 1 MARCAÇÕES */

.container-flex-marcacao{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.calendar-container {
    margin: 3% auto;
    width: fit-content;
    box-shadow: 0 0 20px 2px #818181;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    background: white;
}

#calendario {
    display: none;
}

.container-flex-condicoes > h4{
    padding: 0 50px;
}

.container-flex-condicoes > ul{
    list-style-type: none;
}

.container-flex-condicoes> ul >li::before{
    content: "- ";
}

@media only screen and (max-width: 900px) {
    .container-flex-condicoes > h4{
        font-size: 14px;
    }
    .container-flex-condicoes > ul{
        font-size: 12px;
    }
}

/* ------ */

/* SECTION 2 MARCAÇÕES */

.formEmail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formEmail > form {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.formEmail > form > input,
.formEmail > form > textarea {
    background: #E8EDED;
    border: 0;
    outline: 0;
    padding: 20px;
    border-radius: 5px;
    margin: 1% 0;
    color: #8A919A;
    font-weight: 600;
    resize: none;
    font-family: 'Montserrat';
}

.formEmail > h3 {
    font-size: 17px;
    text-align: center;
}

.mail-submit {
    padding: 13px;
    width: 13%;
    border: none;
    outline: none;
    border-radius: 5px;
    font-family: montserrat;
    font-weight: bold;
    color: white;
    background: #8A919A;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mail-submit:hover {
    background: rgb(84, 91, 97);
}



@media only screen and (max-width: 1200px) {
    .mail-submit {
        width: 20%;
    }
    .livro-reclamacoes{
        width: 220px !important;
    }
}

@media only screen and (max-width: 900px) {
    .calendar-container{
        box-shadow: none;
        width: calc(100% - 20px);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .formEmail > form {
        width: 80%;
    }

    .formEmail > h3 {
        font-size: 13px; 
    }

    .livro-reclamacoes{
        width: 180px !important;
    }
}

@media only screen and (max-width: 500px) {
    .formEmail > form {
        width: 100%;
    }
}

/* ------ */


/* SECTION 1 CONTACTOS */

.espacos-container-al{
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:auto;
    border-top: 1px solid #8A919A;
    padding: 80px 0;
    gap:200px;
}

.allogo{
    width: 150px;
}

.livro-reclamacoes{
    width: 280px;
}

.localidade {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 5% 0;
}

.map-frame {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 9px 3px #b5b5b5;
    margin: 50px;
    width: 900px;
    height: 500px;
}

.map-frame > p {
    text-align: right;
}

@media only screen and (max-width: 1200px) {
    .espacos-container-al{
        width: 50% !important;
        gap: 70px !important;
        padding: 80px 0 0 !important;
    }
    .allogo{
        width: 100px !important;
    }

    .localidade>h1{
        font-size: 1.5em;
    }
    
    .localidade>p{
        font-size: 0.8em;
    }
    
}

@media only screen and (max-width: 900px) {
    .espacos-container-al{
        width: 100% !important;
    }
    .allogo{
        width: 80px !important;
    }
    .map-frame{
        width: 90%;
        height: 300px;
    }
}
/* ------ */

.local-foto {
    width: 300px;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 5px;
}
.local-foto-img {
    max-width: 100%;
}
.destaque-titulo {
    background: #54616E;
    padding: 2% 0;
    color: white;
    font-weight: 600;
}
.destaque-titulo > h2 {
    color: white;
}
.destaque-circulo {
    background: #54616E;
}

.check-in{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #818181;
    padding: 0 0 20px;
}

.check-in-block{
    flex-basis: calc(100% / 2);
}

.check-in-block > label{
    font-size: 13px;
    font-weight: bold;
}

.check-in-np{
    display: flex;
}

.np-block{
    width: calc(100% / 3 - 36px);
    margin: 0 20px;
    text-align: center;
}

.np-block > input{
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border: 1px solid #dbdbdb;
    outline: none; 
    border-radius: 5px;
}

.np-block > p{
    margin-top: 0;
    font-size: 13px;
    font-weight: bold;
}
.np-block > p > i{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}


.datepicker{
    margin: auto;
}

.espacos-titulo-sombra > a {
    color: white !important;
    text-decoration: none;
}

.espacos-titulo-sombra > a > h2 {
    color: white !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    width: 65%;
    position: absolute;
    top: 50%; right: 50%;
    transform: translate(50%,-50%);
}

.modal > .close {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
  
.modal > .close:hover,
.modal > .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
  
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}