@charset "UTF-8";

/*

Style   :
Version : 1.0
Author  : Bazico Multimedia Lab

*/


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS

9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

a {
    color: #575756;
}

a:hover,
a:focus {
    color: #3C3C3B;
}

h1 {
    /*font-family: 'Rock Salt', cursive;*/
    font-size: 33px;
    color: #3C3C3B;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    color: #F0D283;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

h3 {
    /*font-family: 'Rock Salt', cursive;*/
    font-size: 30px;
    color: #F0D283;
    margin-bottom: 1rem;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #575756;
}

h5 {
    font-size: 0.9rem;
    font-weight: 300;
}

p {
    font-weight: 300;
    color: #3B3B3B;
}

.text-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.text-shadow-50 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-color-b-strong {
    color: #3C3C3B;
}

.text-90 {
    font-size: 0.90rem;
    line-height: 1.8rem;
}

section {
    margin-top: 60px;
}

.badge-info {
    color: #fff;
    background-color: #575756;
    padding: 6px 12px;
}

.badge-date {
    color: #575756;
    background-color: #F0D283;
    padding: 5px 10px;
}

.yellow {
    color: #F0D283 !important;
}

.card {
    box-shadow: 0px 2px 8px 0px rgba(8, 13, 18, 0.08);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/* NAVBAR
----------------------*/

.nav-menu {
    /* padding: 1rem 0; */
    transition: all 0.3s ease;
    background-color: rgb(60, 60, 59);
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #3C3C3B;;
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-toggler {
    background: #575756;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 0.85rem;
    }

    .navbar-nav > .nav-item > .nav-link.active:after {
        content: "";
        border-bottom: 2px solid #F0D283;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width: 991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }

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

    #whatsapp{
        display: none !important;

    }
}
@media (max-width: 575px) {
    .page-content{
        padding: 0 1.5rem !important;
    }
}
.navbar-brand img {
    max-width: 180px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #F0D283;
}

.navbar-dark .navbar-nav
.active > .nav-link, .navbar-dark
.navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #F0D283;
}

.dropdown-menu {
    position: absolute;
    top: 80%;
    left: inherit;
}

.dropdown-item {
    color: #3C3C3B;
    padding: 0.8rem 1.5rem;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.dropdown-item:hover {
    background-color: #3C3C3B;
    color: #F0D283;
}

.nav-info {
    transition: all 0.3s ease;
    background-color: #575756;
}

.nav-info .nav-link {
    color: #FFF;
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
}

.nav-info .nav-link:hover {
    color: #fff;
}

.nav-book {
    transition: all 0.3s ease;
    background-color: #575756;
}

.nav-shadow {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.nav-book .nav-item {
    color: #FFF;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
}

.nav-book .nav-link {
    color: #FFF;
    padding: 1rem 1rem;
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width: 992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}


/* Date Picker
----------------------*/
.gj-textbox-md {
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1rem !important;
    padding: 4px 0 !important;
    margin: 0;
    color: rgba(255, 255, 255) !important;
    height: calc(1.5em + .75rem + 2px);
}

.gj-datepicker-md {
    color: #FFF !important;
}

.gj-datepicker-md [role=right-icon] {
    font-size: 1.15rem !important;
    margin-top: 7px;
}

.nav-book .nav-item .form-control {
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
    border-radius: 0px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    letter-spacing: 0.025rem;
    line-height: 1rem !important;
    padding: 4px 0 !important;
    margin: 0;
    background-color: #575756;
    color: rgba(255, 255, 255) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nav-book .nav-item .input-group {
    width: 90%
}

.nav-book .nav-item .input-group input::placeholder {
    color: #FFF !important;
}

.nav-book .nav-item .input-group .input-group-append {
    margin-left: 0px !important;
}

.nav-book .nav-item .input-group .input-group-append .input-group-text {
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
    border-radius: 0px !important;
    background-color: #575756 !important;
    color: #FFF !important;
    padding: 0px !important;
}

.nav-pills .nav-link.active-yellow {
    color: #575756;
    background-color: #F0D283;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nav-pills .nav-link.active-yellow:hover {
    color: #3C3C3B;
    background-color: #efc75d;
}

.nav-pills .nav-link.active-blue {
    color: #F0D283;
    background-color: #575756;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nav-pills .nav-link.active-blue:hover {
    color: #F0D283;
    background-color: #EFC75D;
}

.nav-pills .nav-link.active-blue-strong {
    color: #F0D283;
    background-color: #3C3C3B;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nav-pills .nav-link.active-blue-strong:hover {
    color: #F0D283;
    background-color: #EFC75D;
}




/* Main Info
----------------------*/

.main-info p {
    font-size: 0.90rem;
    line-height: 1.8rem;
}

.btn-info {
    color: #fff;
    background-color: #575756;
    border-color: #575756;
    text-transform: uppercase;
}

.btn-info:hover {
    color: #575756;
    background-color: #fff;
    border-color: #575756;
    text-transform: uppercase;
}

.btn-outline-info {
    color: #575756;
    border-color: #575756;
    text-transform: uppercase;
}

.btn-outline-info:hover {
    color: #fff;
    border-color: #575756;
    background-color: #575756;
    text-transform: uppercase;
}


.content-img {
    position: relative;
    width: 100%;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.text-img {
    color: #F0D283;
    /*font-family: 'Rock Salt', cursive;*/
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.500);
    opacity: 0.9;
}

.content-img .overlay:hover {
    opacity: 0;
}

.overlay_gallery {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.500);
    opacity: 0;
}

.content-img .overlay_gallery:hover {
    opacity: 1;
}

.text-img_gallery {
    color: #F0D283;
    /*font-family: 'Rock Salt', cursive;*/
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
}

.content-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.content-img:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

section ul li {
    font-size: 0.90rem;
    color: #3B3B3B;
    line-height: 1.2rem;
    margin-bottom: 1.2rem;
    font-weight: 300;
}


.newsletter_main {
    background-image: url(../images/newsletter_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 300px; */
}

.btn-newsletter {
    font-weight: 100;
    padding: 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #fff;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.btn-newsletter:hover {
    color: #575756;
    background-color: #fff;
    border-color: #575756;
    text-transform: uppercase;
}

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}

.my-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

footer {
    background-color: #3C3C3B;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

footer h4 {
    color: #F0D283;
}

footer ul li {
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.2rem;
    margin-bottom: 1.2rem;
    font-weight: 300;
}

footer a {
    color: #FFF
}

footer a:hover {
    color: #F0D283;
    text-decoration: none;
}

.fa-1_3x {
    font-size: 1.3em;
}

.jumbotron {
    /*background-color: rgb(87, 87, 86, 0.8);*/
    padding: 3rem 2rem;
}

.location .card .card-body {
    padding: 0rem;
}


/* OWL Carousel
----------------------*/

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

/* .customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
  */

.ofertas_main h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: #F0D283;
    margin-top: -10px;
    margin-bottom: 1rem;
    letter-spacing: -2px;
}

.ofertas_main h4 {
    color: #fff;
    margin-top: 1.5rem;
}

.ofertas_main p {
    color: #fff;
    font-size: 0.9rem;
}

.ofertas_main .jumbotron {
    background-color: #575756;
    padding: 1.5rem 1rem;
    min-height: 261px;
    border-radius: 0px;
}


.sticky-top-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 67px;
    z-index: 1010;
}


.room-subtitle {
    /*font-family: 'Rock Salt', cursive;*/
    font-size: 20px;
    line-height: 2.2rem;
    color: #EFC75D;
    margin-bottom: 1.5rem;
}

.contact label {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 400;
    color: #3C3C3B;
    margin-bottom: 0rem;
}

.contact .form-control {
    padding: 1.3rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 300;
}

.error {
    border: solid red 1px !important;
}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }

.btn-top-booking-bar{
    float: left;
    margin-top: -30px;
    padding: 3px 10px;
    display: block;
    color: #FFF;
    text-decoration: none;
}
.btn-only-hotel {
    background-color: #575756;
}

.btn-only-hotel:hover {
    color: #FFF;
}

.btn-hotel-fly {
    background-color: #078692;
    margin-left: 78px;
}

.btn-hotel-fly:hover {
    color: #F0D283;
}


/* Whatsapp */
a{
    text-decoration: none;
}
#whatsapp {
    position: fixed;
    bottom: 20px;
    right:20px;
    z-index: 2000;
    display: block;
}
svg {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}
circle {
    fill: #3C3C3B;
}
path {
    fill:  #fff;
}
#whatsapp a {padding: 20px 0;}
#whatsapp a::before {
    content: 'How can I help you?';
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    margin-right: 10px;
    color: rgba(0, 0, 0, .8);
    background: white;
    border: 1px solid #ccc;
    border-radius: 20px;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    transition: .3s ease;
    opacity: 0;
}
#whatsapp:hover a::before {opacity: 1;}