.bg-dark{
    background-color: black !important;
}

#menu-lux {
    z-index: 19999;
}

.background-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

#popup {
    position: fixed;
    display: none;
    top: 20vh;
    cursor: pointer;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    z-index: 99;
    height: 60vh;
}

#popup.active {
    display: block;
}

.close-popup {
    background-color: #ffffff;
    position: fixed;
    right: 0;
    top: 0;
    padding: 15px;
}

.btn-whatsapp{
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 99;
}

.header-image{
    height: 80vh;
}
.container-header{
    height: calc(80vh - 150px) !important;
    position: relative;
    align-content: end;
    display: grid;
}
.container-header-center{
    height: calc(80vh - 150px);
    position: relative;
    align-content: center;
    display: grid;
}
.border-bottom {
    border-bottom: 1px solid black !important;
}
.w-30{
    width: 30%;
}
.w-70{
    width: 70%;
}
.h-60p{
    height: 60px;
}
.h-500p{
    height: 500px;
}
.h-150p{
    height: 150px!important;
}
.btn-blue{
    background-color: #135483;
    max-height: 60px;
    color: white;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 15px;
    padding-right: 15px;
}
.link-primary :hover{
    text-decoration: underline;
}
h2{
    font-weight: 600;
}
.nav-fixed{
    position: fixed !important;
    width: 100%;
    background: rgba(0,0,0,1);
    z-index: 10000;
}
.above-fold, .above-fold-pages, .header-paginas{
    background-attachment: fixed;
    height: 80vh;
    background-position: center;
}
.above-fold .position-absolute, .above-fold-pages .position-absolute, .header-paginas .position-absolute{
  opacity: 30% !important;
  background-color: black;
}
/*********************************
HOMEPAGE
********************************/
.btn-pesquisa{
    width: 100%;
    height: 100%;
    background: #135483;
    border: unset;
    color: white;
    text-transform: uppercase;
}
.btn-pesquisa:hover{
    background: black;
    color: white;
    transition: all 500ms;
}
.pesquisa-above-fold{
  margin-top: -75px;
  z-index: 99;
  position: relative;
}
.input-search{
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
}
.selec-data > svg:nth-child(3) {
    position: absolute;
    margin-left: -30px;
}
.extras-home{
    min-height: 600px;
    max-height: 600px;
    background-size: cover;
}
.extras-home .extras-home-content{
    opacity: 0;
    align-content: end;
    display: grid;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    padding: 40px;
    min-height: 600px;
    max-height: 600px;
}
.extras-home:hover .extras-home-content{
    opacity: 1;
    transition: opacity 1s;
}

.swiper-container-melhordestino .col-lg-11{
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-slide-home-braga{
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 70.03%);
    height: 100%;
    color: white;
    text-align: left;
    padding: 30px;
    display: flex;
    align-items: center;
    padding-right: 30%;
}
.content-slide-home-braga a{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.div-destino {
    width: 50%;
}
/* .swiper-container-melhordestino .swiper-slide{
width: 800px !important;
} */
.btn-next-melhordestino{
    right: 60px !important;
    left: unset !important;
    top: unset !important;
    color: white !important;
    margin-top: -250px !important;
}
.btn-prev-melhordestino{
    right: unset !important;
    left: 50px !important;
    top: unset !important;
    color: white !important;
    margin-top: -250px !important;
}
.btn-next-sobre{
    right: 30px !important;
    left: unset !important;
    top: unset !important;
    color: white !important;
    margin-top: -300px !important;
}
.btn-prev-sobre{
    left: 30px !important;
    right: unset !important;
    top: unset !important;
    color: white !important;
    margin-top: -300px !important;
}
.content-slide-home-braga h3{
    color: white;
}
.swiper-container-melhordestino .swiper-slide .content-slide-home-braga{
    display: none;
}
.swiper-container-melhordestino .swiper-slide-active .content-slide-home-braga{
    display: flex;
}
.swiper-container-melhordestino p{
    max-height: 75px !important;
    overflow: hidden;
}
.swiper-container-apartamentoHome {
    height: unset;
    /* height: max-content; */
}
.swiper-container-apartamentoHome .swiper-slide{
    opacity: 0.5 !important;
    max-height: 80px;
    height: 80px !important;
}
.swiper-container-apartamentoHome .swiper-slide:hover{
    opacity: 1 !important;
}
.swiper-container-apartamentoHome .swiper-slide > a{
    text-decoration: none;
}
.apartamento-slide > a > .apartamentoHome-color{
    font-weight: 600 !important;
}
/*********************************
BRAGA
********************************/
.direcoes-braga{
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #000000;
}

.column {
    display: none;
}

.show {
    display: block;
}

/*********************************
APARTAMENTOS
********************************/
.descricao-apt{
    padding-top:30px;
    padding-bottom: 30px;
}
.descricao-apt span{
    font-size: 14px;
}
.descricao-apartamento{
    max-height: 150px;
    overflow-y: scroll;
}
.swiper-container-apartamento{
    overflow: hidden;
}
.swiper-button-nextt, .swiper-button-prevv{
    display: block !important;
    width: max-content;
    height: 0;
    margin-top: unset;
    left: 20px;
    top: -230px;
    position: relative;
    z-index: 10000;
    background: red;
}
.swiper-button-nextt{
    left: calc(100% - 70px);
}
.swiper-button-nextt::after, .swiper-button-prevv::after{
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    content: 'prev';
    font-size: 30px;
    color: white;
    background: rgba(0,0,0,0.2);
    padding: 10px 18px;
    border-radius: 61px;
}
.swiper-button-nextt::after{
    content: 'next';
}
.swiper-button-disabled{
    display: none !important;
}

/*********************************
RESERVAS
********************************/
.nav-item.active > a{
    font-weight: 600;
    text-decoration: underline;
}


/*********************************
BRAGA
********************************/
.menu-atracoes-braga button{
    font-family: 'Playfair Display';
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #135483;
    opacity: 0.3;
}
.menu-atracoes-braga button:hover{
    text-decoration: underline;
    color: #135483;
    opacity: 1;
}
.menu-atracoes-braga button.active{
    opacity: 1;
}
.btn-check:focus + .btn, .btn:focus {
    box-shadow: 0 0 0 .25rem rgba(19,84,131,0);
}

/*********************************
CONTACTOS
********************************/
.infocontactos{
    bottom: 20px;
    position: relative;
    height: 150px;
}
.form-control{
    border: 0px;
    border-bottom: 1px solid rgba(19,84,131,0.5) !important;
}
.col-contactos{
    padding-left: 60px;
}
.col-contactos a{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
    text-decoration: none;
}
.form-check-input:checked[type="checkbox"] {
    background-color: #135483 !important;
}

.language-active:hover + .dropdown-menu, .dropdown-menu:hover{
    display: block;
}


@media only screen and (min-width:1920px) {
  .header-image, .above-fold-pages, .header-paginas{
    height: 600px;
    background-position: center !important;
    background-attachment: unset !important;
  }

  .container-header, .container-header-center {
    height: 450px !important;
  }
  
  .swiper-button-nextt, .swiper-button-prevv{
    top: -225px;
  }
}
