/* FONTS */
@font-face {
    font-family: 'Roboto';
    src:url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-bold';
    src:url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src:url('fonts/Playfair\ Display\ Bold.woff') format('woff'),
        url('fonts/Playfair\ Display\ Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* GENERAL */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #000000;
}

body.overflow {
    overflow: hidden;
}
strong {
    font-family: 'Roboto-bold', sans-serif;

}
a {
    color: #000000;
    text-decoration: none!important;
    transition: all 0.2s ease-in;
  }
  a:hover {
    color: #6DB967;
  }
.btn-link {
    border: 2px solid #000000;
    padding: 10px 20px;
    border-radius: 50rem;
    display: inline-block;
}
.btn-link:hover {
    border: 2px solid #6DB967;
}
.btn-link.light {
    border: 2px solid #fff;
    color: #fff;
}
.btn-link.light:hover {
    border: 2px solid #6DB967;
    color: #fff;
    background: #6DB967;
}

.bg-light-gray {
    background-color: #f5f5f5;
}
.bg-light-green {
    background-color: #E9ECE2;
}
    .bg-light-green h2 {
        color: #6DB967;
    }
    .bg-light-green h5 {
        color: #333;
    }
 .bg-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(photos/rentabiliza.jpg);
    background-color: #000;
    color: #FFFFFF;
  }
h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3.75rem;
    margin-bottom: 20px;
}
h3 {
    font-family: 'Playfair Display',serif ;
    font-size: 1.6rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
h5 {
    font-size: 1.2rem;
    line-height: 2rem;
    font-family: 'Roboto-bold', sans-serif;
}
h6 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-family: 'Roboto-bold', sans-serif;
}
h6.serif {
    font-family: 'Playfair Display',serif ;
}

.main-content{
    padding:90px 0;
}

/* NAVBAR */
.navbar {
    position: absolute!important;
    width: 100%!important;
    z-index:9999;
}
.navbarmain a {
    color:#ffffff;
}
.navbar a:hover, .navbar a.active {
    color: #6DB967;
}
.navbar .dropdown-item,
footer  .dropdown-item {
    color: #000;
}
.navbar .btn:hover,
footer .btn:hover {
    border-color: transparent;
}
.navbar .btn-check:focus+.btn, 
.navbar .btn:focus,
.navbar .btn-check:active+.btn, 
.navbar .btn-check:checked+.btn, 
.navbar .btn.active, 
.navbar .btn.show, 
.navbar .btn:active,
footer .btn-check:focus+.btn, 
footer .btn:focus,
footer .btn-check:active+.btn, 
footer .btn-check:checked+.btn, 
footer .btn.active, 
footer .btn.show, 
footer .btn:active {
    color: #6DB967;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.toggle-btn {
    display: block;
    position: absolute;
    z-index: 10000;
    right: 10px;
    top: 30px;
    padding: 4px;
    cursor: pointer;
  }
  .toggle-btn .bar {
    width: 30px;
    height: 3px;
    margin: 7px auto;
    background-color: #6DB967;
    transition: all 0.3s ease-in-out;
  }  
  #toggle:checked ~ .nav-fullscreen {
    opacity: 1;
    visibility: visible;
  }
  #toggle:checked ~ .nav-fullscreen ul li {
    opacity: 1;
  }
  #toggle:checked + label.toggle-btn .bar {
    background-color: #6DB967;
  }
  #toggle:checked + label.toggle-btn .bar:nth-child(2) {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  
.nav-fullscreen {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
  }
 .nav-fullscreen > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 170px;
    width: 70%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
 .nav-fullscreen ul li {
    opacity: 0;
    margin-bottom: 20px;
  }
  .nav-fullscreen ul li.list-item-btn {
    padding-top: 50px;
  }
  .nav-fullscreen ul li.list-item-lang {
    padding-top: 50px;
  }
  .nav-fullscreen ul li.list-item-lang a {
    font-size: .8rem;
  }
 .nav-fullscreen ul li a {
    font-size: 1.5rem;
    color: #FFF;
    font-family: 'Roboto-bold', sans-serif;
    transition: all 0.2s ease-in-out;
  }
  .nav-fullscreen ul li a.btn-link {
    font-size: 1.2rem;
  }
  .nav-fullscreen ul li a:hover {
    color: #6DB967;
  }


/* HERO */
.hero.home {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(photos/head01.jpg);
}
.hero h1 {
    font-family: 'Playfair Display',serif ;
    color: #FFFFFF;
    font-size: 3rem;
}
.hero h2 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .hero h1 {
        font-size: 6rem;
    }
    .hero h2 {
        font-size: 3rem;
        margin-bottom: 50px;
    }
}

/* MAP */
#results #map, #content-summary #map{width: 100%;height: 500px;}

/* SEARCH */
.search-hero {
    
}
.search .col-input,
.search .col-inputs {
    background-color: #ffffff;
    padding: 16px 20px;
    height: 100px;
}
.search .col-input {
    border-left: 1px solid #6DB967;
}

.search .col-inputs {
    border-top: 1px solid #6DB967;
}
.search .col-input {
    cursor: pointer;
}
.search .row .col-input:first-child {
    border-left:none;
}
.search .search-tag {
    color: #6DB967;
    font-size: 1.2rem;
}
.search .datepicker-value,
.search .people-value {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 1rem;
    color: #131314;
}
.search .col-btn {
    height: 100px;
    background-color: #6DB967;
}
.search .col-inputs .disabled{
    opacity: .6;
    cursor: not-allowed;
}
.search .btn-search {
   background-color: transparent;
   border: none;
 }
 .search .btn-search span {
   width: 48px;
   height: 48px;
   display: block;
   background-size: 32px;
   background-repeat: no-repeat;
   background-position: center;
   background-image: url(icons/find_48.svg);
}
.search.top {
    background-color: #131314;
    border-top: 1px solid #6DB967;
}
.search.top .col-input,
.search.top .col-inputs,
.search.top .col-btn {
    background-color: #131314;
    padding: 16px 40px;
    height: 100px;
    border-left: 1px solid rgb(109, 185, 103);
}
.search.top .col-inputs,
.search.top .col-btn {
    border-top: 1px solid rgb(109, 185, 103);
}
.search.top .datepicker-value,
.search.top .people-value {
    color: #ffffff;
}
@media (min-width: 768px) {
    .search .col-input,
    .search .col-inputs {
        padding: 16px 30px;
        border-left: 1px solid #6DB967;
    }
    .search .col-input,
    .search .col-inputs,
    .search .col-btn  {
        height: 100px;
    }
    .search .datepicker-value,
    .search .people-value {
        font-size: 1.2rem;
    }
    .search.top {
        padding: 160px 0;
    }
    .search.top .col-input,
    .search.top .col-inputs,
    .search.top .col-btn {
        padding: 8px 40px;
    }
    .search .btn-search span {
        background-size: 48px;
     }
}
@media (min-width: 992px) {
    .search .col-inputs,
    .search.top .col-inputs,
    .search.top .col-btn {
        border-top: none;
    }
}


/* COOKIES ALERT */
.cookies-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    color: #F8F9FA;
    background-color: #000000;
    z-index: 9999;
}
.btn-cookies {
    background-color: #6DB967;
    color: #F8F9FA;
    font-family: 'Roboto', serif;
    display: block;
    text-align: center;
    padding: .375rem .75rem;
}
.btn-cookies:hover {
    background-color: #6DB967;
    color: #F8F9FA;
}
@media (min-width: 768px) {
    .btn-cookies {
        display: inline-block;
    }
 }
/* SECTION DESTINATION */
.destination  {
   position: relative;
}
.destination  a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
 }
 .destination .cover {
    object-fit: cover;
    width: 100%;
    /*height: auto;*/
    height: 260px;
 }
 .destination h4 {
    font-family: 'Playfair Display',serif ;
}

/* SECTION ACCOMMODATION */
.accommodation  {
    position: relative;
 }
 .accommodation  a {
     position: absolute;
     top: 0;
     left: 0;
     display: block;
     width: 100%;
     height: 100%;
     z-index: 999;
  }
  .accommodation .cover {
     object-fit: cover;
     width: 100%;
     /*height: auto;*/
     height:260px;
  }
  .accommodation .title {
     font-family: 'Playfair Display',serif ;
     font-size: 1.2rem;
     line-height: 1.8rem;
     color: #6DB967;
 }
 .accommodation .address {
    /*font-family: 'Roboto-bold', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8rem;*/
    color: #7E7E7E;
}
.accommodation .city {
    /*font-size: 1.1rem;
    line-height: 1.8rem;*/
    color: #7E7E7E;
}
.accommodation .icons {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0;
    font-family: 'Roboto-bold', sans-serif;
    color: #6DB967;
}

/* FOOTER */
footer {
    color: #fff;
    background-color: #000;
    background-image: url(photos/skyeline.svg);
    background-repeat: repeat-x;   
    background-position: center bottom;
}
footer h6 {
    color: #6DB967;
}
footer a {
    color: #fff;
}
footer .btn {
    color: #fff;
    padding-left: 0;
}
footer li {
    line-height: 2rem;
}
footer .icon-address {
    padding-left: 40px; 
    background-image: url(icons/location_24px.svg);
    background-repeat: no-repeat;   
    background-position: 0 8px;
}
footer .icon-email {
    padding-left: 40px; 
    background-image: url(icons/email_24px.svg);
    background-repeat: no-repeat;   
    background-position: 0 center;
}
footer .icon-phone {
    padding-left: 40px; 
    background-image: url(icons/phone_24px.svg);
    background-repeat: no-repeat;   
    background-position: 0 center;
}



/* OFFCANVAS */
.offcanvas.offcanvas-end {
    width: 750px;
}
.offcanvas-header {
    border-bottom: 1px solid #E0E0E0;
}
.offcanvas-body h3 {
    font-size: 2rem;
    color: #6DB967;
}
.offcanvas-body small {
    font-size: .8rem;
    line-height: 1rem;
}
.offcanvas-body .option {
    display: block;
    border: 1px solid #6DB967;
    text-align: center;
    padding: 20px;
    color: #6DB967;
    font-family: 'Roboto-bold', sans-serif;
    opacity: .2;
}
.offcanvas-body .option.active {
    opacity: 1;
    
}

.offcanvas-body .btn {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}
@media (min-width: 768px) {
    .offcanvas-body {
        padding: 50px 130px!important;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .accommodation .accommodation-info{
        font-size: 0.8em !important;
    }
    .accommodation .icons {
      height: 40px;
    }
  }