/*
    general
*/

html {
    scroll-behavior: smooth;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/webfundo1.jpg) no-repeat center center fixed;
    background-size: cover;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 576px) {
    .imghotel {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .navbar-nav>li.navbar-right {
        float: right !important;
    }
    .logo {
        width: 180px;
        height: 60px;
    }
}

@media only screen and (min-width: 576px) {
    .imghotel {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .navbar-nav>li.navbar-right {
        float: right !important;
    }
    .logo {
        width: 180px;
        height: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .imghotel {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1002px) {
    div.cta-voucher {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .imghotel {
        width: 100%;
        margin-bottom: 40px;
    }
}


/*
    Logo & NavBar
*/

.logo-area {
    margin-top: 70px;
    margin-bottom: 40px;
}

.logo {
    width: 200px;
    height: 200px;
}

.shadowfilter {
    text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btnReserva {
    margin-top: 30px;
    padding: 10px 10px 10px 10px;
    background: #554127;
    border-color: #554127;
    font-family: 'Quicksand', sans-serif;
    border-radius: 8px;
    font-size: 16px;
}

.btnReserva:hover {
    margin-top: 30px;
    padding: 10px 10px 10px 10px;
    background: #554127;
    border-color: #554127;
    font-family: 'Quicksand', sans-serif;
    border-radius: 8px;
}


/*.navbar {
    padding-top: 80px;
}*/

.navbar-nav {
    width: 100%;
    text-align: center;
}

.nav-item .nav-link {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #c89951;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
}

.navbar-nav .nav-item {
    width: 100%;
    text-align: center;
}

li {
    display: inline;
}

.dropdown-menu {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    background: transparent;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    color: #c89951;
    background: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #c89951;
        font-size: 16px;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: initial;
}

.dropdown-menu.show {
    display: grid;
    border: none;
    text-align: center;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    font-size: 1rem;
    text-align: left;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.5rem;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    /* border: 0; */
}


/*
    END Logo & NavBar
*/


/* 
    Widget Download APP & BAck To TOP
*/

div.cta-voucher {
    position: fixed;
    text-align: right;
    right: 36px;
    top: 0;
    z-index: 99999;
    background: rgb(85, 65, 39);
    padding: 20px 30px;
    border-top: 5px solid;
    border-top-color: #c89951;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 14px;
}

div.cta-voucher a {
    border: 3px solid rgb(85, 65, 39);
    ;
    border-radius: 3px;
    background: #c89951;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    margin-left: 15px;
}

.sticky+.content {
    padding-top: 102px;
}

#myBtn {
    /*display: none;*/
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 36px;
    /* Place the button 20px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    /* background-color: rgba(255, 255, 255, 0); Set a background color */
    background-color: transparent;
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 10px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
}

.backtop {
    color: #c89951;
    width: 40px;
    height: 40px;
}

.backtop:hover {
    background-color: transparent;
    /* Add a dark-grey background on hover */
    color: #c89951;
}


/* 
    END Widget Download APP & BAck To TOP
*/


/*
    Body
*/

.jumbotron {
    font-family: 'Quicksand', sans-serif;
    background-color: transparent;
    height: 650px;
    text-align: center;
    padding-top: 100px;
}

.display-4 {
    font-size: 80px;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
}

.lead {
    font-size: 27px;
    font-weight: 100;
    font-family: 'Quicksand', sans-serif;
    color: #f2f2f2;
}


/*
    END Body
*/


/* Galeriat */

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.gallery {
    background-color: #ffffffb7!important;
}

.cont-gal {
    padding-top: 60px;
    padding-bottom: 60px;
}

.imgs {
    max-width: 300px;
    max-height: 500px;
}

.project {
    padding-bottom: 60px;
}


/* O Hotel */

.py-5 {
    background: #fff !important;
}

.tituloHotel {
    padding-top: 50px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
}

.textoHotel {
    padding-top: 30px;
    font-family: 'Quicksand', sans-serif;
}

.lerMais {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.carousel {
    padding-top: 20px;
    border-radius: 6%;
}

.carousel-caption {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600px;
    background: rgba(85, 65, 39, 0.66);
}

.btn-primary {
    background: #000;
    border-color: #000;
    font-family: 'Quicksand', sans-serif;
    border-radius: 6%;
}

.btn-primary:hover {
    background: #c89951;
    border-color: #c89951;
    font-family: 'Quicksand', sans-serif;
    border-radius: 6%;
}

.imghotel {
    width: auto;
    margin-bottom: 40px;
}

.divhotelimg {
    margin-bottom: 0px;
}


/* END O Hotel */


/*
    Mapa
*/

element.style {
    border: 0;
}

.scrolloff {
    pointer-events: none;
}


/*
    Footer
*/

footer.footer {
    padding-top: 3rem;
}

.bg-light {
    background-color: rgba(0, 0, 0, 0.842) !important;
}

.fa {
    color: #fff;
}

.fa:hover {
    color: #c89951;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
}

a:hover {
    color: #c89951;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

.text-muted {
    color: #fff!important;
}

.logos-portugal {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.925) !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


/* FORM */

.forms {
    margin-bottom: 80px;
    margin-top: 80px;
}

.form-group {
    color: #fff;
}

.formLogin {
    background: url('../img/login/loginbg.jpg') center center;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    width: 500px;
    height: 500px;
    font-family: 'Quicksand', sans-serif;
}

.formRegisto {
    background: url('../img/login/fundoregisto.jpg') center center;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    width: 500px;
    height: 700px;
    font-family: 'Quicksand', sans-serif;
}

.loginBtn {
    background: #c89951;
    border: none;
}

.backBtn {
    background: #c89951;
    border: none;
}

.regBtn {
    background: #c89951;
    border: none;
}

.registar {
    margin-top: 60px;
    text-align: center !important;
}

.voltar {
    text-align: right !important;
}


/* END FORM */


/* Roteriro Cards */

.roteiroSelect {
    padding-top: 60px;
    padding-bottom: 60px;
}

.card-img-overlay {
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    display: table-cell;
    vertical-align: bottom;
    /*background: rgba(0, 0, 0, 0.160);*/
    border-radius: 20px !important;
}

.cartao {
    padding-bottom: 40px;
}

.card,
.card-img {
    border-radius: 20px !important;
}

.card {
    border-radius: 20px !important;
}

.card-button {
    background-color: transparent !important;
    border: none;
}
.card-title {
    text-align: center !important;
    /*background: rgba(0, 0, 0, 0.600);*/
    /*text-shadow: 1px 1px 6px #000;*/
    text-shadow: 1px 1px 2px black, 0 0 50px black, 0 0 18px black;
}
.card-title p {
    text-align: center !important;
    /*background: rgba(0, 0, 0, 0.600);*/
    /*text-shadow: 1px 1px 6px #000;*/
    text-shadow: 1px 1px 2px black, 0 0 50px black, 0 0 18px black;
}


/* END Roteiro Cards */


/* Roteiro ligaçao */


/* END Roteiro ligaçao */


/* MODAL ROTEIROS */
.modal {
    padding-top: 80px;
}

.modal-content {
    background-color: #554127;
    border-radius: .6rem;
    font-family: 'Quicksand', sans-serif;
}

.modal-title,
modal-header h5 {
    color: #fff;
    text-align: center !important;
}

.button-modal-close {
    background: #c89951;
}

.modal-content .modal-body {
    padding: 0;
}

.modalText {
    padding: 20px;
    font-family: 'Quicksand', sans-serif;
}

.modalText p {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

.modal-mapa {
    padding: 0;
}


/* END MODAL ROTEIROS */


/* Contact Page */

.contactRow {
    padding-top: 80px !important;
    padding-bottom: 60px;
}

.contactRow h3 {
    color: #c89951;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

.contactRow p {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

.fa-phone {
    color: #c89951;
    margin-right: 10px;
    transform: scaleX(-1);
}

.fa-envelope {
    color: #c89951;
    margin-right: 10px;
}


/* END Contact Page */


/* O Hotel */

.hotelcard {
    background: rgba(83, 63, 35, 0.70);
}

.card-img-top {
    border-radius: 0px;
}

.card-deck {
    margin-bottom: 60px;
    margin-top: 40px;
}

.titulocard {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.cdtitle,
cdtext {
    color: #fff;
}

.cdtext {
    color: #fff;
}

.ohotel {
    padding-top: 40px;
}

.hotelapres {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/oHotel/conhecaohotel.jpg) center center;
    background-size: cover;
    font-family: 'Quicksand', sans-serif;
    background-color: transparent;
    height: 400px;
    text-align: center;
    padding-top: 140px;
    border-radius: 20px;
}

.headerHotel {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.brasileiraApre h3 {
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
}

.modalhotelimg {
    padding-left: 20px;
    padding-right: 20px;
}


/* restaurante page */

.fotorestaurante {
    margin-top: 80px;
    margin-bottom: 80px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1.2rem;
}

.portfolio-item .caption .caption-content:hover h2 p {
    visibility: visible;
}

@media (min-width: 992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
    }
    .portfolio-item .caption {
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px);
    }
    .portfolio-item .caption .caption-content {
        transition: opacity 0.25s;
        margin-left: 5rem;
        margin-right: 5rem;
        margin-bottom: 5rem;
    }
    .portfolio-item img {
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px);
    }
    .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }
    .portfolio-item:hover .caption {
        background-color: rgba(85, 65, 39, 0.88);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }
}


/* NOTICIAS */

.noticiacard {
    padding-top: 40px;
    padding-bottom: 20px;
}

.cartaonoticia {
    background: rgb(85, 65, 39);
    border: none;
    border-radius: 20px;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
}

.notcorpo {
    padding-top: 16px;
    color: #fff;
}

.verfullnoticia {
    background: #c89951;
    color: #fff;
    border: none;
}

.corponoticiacomp {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.noticia-completa {
    color: #fff;
    text-align: justify;
    font-family: 'Quicksand', sans-serif;
    padding-top: 60px;
    padding-bottom: 20px;
}

.noticiaCard {
    margin-bottom: 20px;
}

.textonotcomp {
    text-align: justify;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
}

.btnvoltarant {
    text-align: center;
    padding-top: 20px;
}

.voltarBtn {
    background: #c89951;
    color: #fff;
    border: none;
}

.datanoticia {
    font-size: 12px;
}

.notimg {
    padding-bottom: 20px;
    text-align: center;
}


/* noticias home page */

.containerNoticias {
    padding-left: 20px;
    padding-right: 20px;
}

.prev {
    background: #c89951;
    color: #fff;
    border: none;
}

.next {
    background: #c89951;
    color: #fff;
    border: none;
}

.lead {
    text-align: right;
}

.tituloNoticias {
    padding-top: 50px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    color: #fff;
}

.lerMaisNoticias {
    background: #c89951;
    color: #fff;
    border: none;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}


/* registo empresa */

.formRegEmp {
    background: url('../img/login/loginempresas.jpg') center center;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    width: 1110px;
    height: 1000px;
    font-family: 'Quicksand', sans-serif;
}

.textDescricao {
    resize: none;
}

.ogbri {
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
}

#count_message {
    background-color: smoke;
    margin-top: -20px;
    margin-right: 5px;
}

.policookie {
    margin-top: 60px;
}

.cookie-alert-wrapper {
    -webkit-transition: all .5s;
    transition: all .5s;
    max-height: 100px;
    overflow: hidden;
}

.cookie-alert {
    background: #c89951;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 100;
    display: block;
    font-family: 'Quicksand', sans-serif;
}
.cookie-alert a {
    text-decoration: underline;
    color: #fff;
}

#cookie-message {
    padding: 10px;
    text-align: center;
    background-color: #000;
    color: #fff;
}

#cookie-message a{
    padding-left: 10px;
}


