/*:root {
    Font's Color*/
    /*--page-background: #ffffff;
    --bgnav: #393939;
    --colorfontnav: #ffffff;

    --bgadsWeb: #535353;
    --ads-text-color: #ffffff;

    --colortitlereviews: #e89513;
    --bgreviews: #747474;
    --bgboxreviews: #ffffff;

    --separatormenu: #eaeaeb;

    --footer-background: #f5f5f7;
    --footer-border-color: #d2d2d7;
    --footer-text-color: #6e6e73;
    --footer-link-color: #424245;
    --footer-directory-title-color: #1d1d1f;*/

    /*Font's Family*/
    /*--fontfamilynav: "Open Sans"; 
    --fontfamilyadstitle: fantasy;
    --fontfamilyadstext: cursive;
    --fontfamilytitlereviews: "Open Sans";
    --fontfamilytextreviews: "monospace";
    --fontfamilyfooter: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","Helvetica Neue","Helvetica","Arial",sans-serif;
    --fontfamilytitlefooter: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","Helvetica Neue","Helvetica","Arial",sans-serif;
}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--page-background);
}

header {
    overflow: hidden;
    background-color: white;
    /*position: fixed;*/
    top: 0;
    height: 100px;
    width: 100%;
    /*z-index: 1;*/
    min-width: 320px;
    position: sticky;
    z-index: 999;
}

header > div.logo {
    text-align: center;
}

header img {
    height: 90px;
}

nav.main-nav{
    z-index: 2;
    position: sticky;
    width: 100%;
    top: 100px;
    height: 44px;
    background-color: var(--bgnav);
    min-width: 320px;
    max-height: 44px;
    padding-left: max(22px,env(safe-area-inset-left));
    padding-right: max(22px,env(safe-area-inset-right));
}

nav #h-content-item {
    margin: 0 -9px;
    width: auto;
    height: 44px;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
    user-select: none;
    list-style: none;
    padding: 11px 0px;
    font-family: var(--fontfamilynav);
}

nav ul li a {
    color: var(--colorfontnav);
    text-decoration: none;
    padding: 30px;
    font-size: 17px;
}

.nav {
    border-bottom: 1px solid transparent;
    text-align: right;
    height: 44px;
    line-height: 70px;
    display: none;
}

.nav label {
    margin: 0;
    font-size: 26px;
    line-height: 48px;
    display: none;
    width: 26px;
    float: right;
}

#toogle {
    display: none;
}

#toogle:checked ~ .menu {
    display: block;
    top: 44px;
}

#toogle:checked ~ #iomenu {
    visibility: hidden;
}

#toogle:checked ~ #iomenu:after {
    visibility: visible;
    content: "X";
}

.menu {
    margin: 0 30px 0 0;
}

.menu a {
    clear: right;
    text-decoration: none;
    color: gray;
    margin: 0 10px;
    line-height: 70px;
}

@media only screen and (max-width: 833px) {
    .nav {
        display: block !important;
        width: 100%;
    }

    .nav label {
        display: block !important;
        cursor: pointer;
    }

    .main-nav #h-content-item {
        display: none;
    }

    .menu {
        text-align: center;
        width: 100%;
        display: none;
        position: relative;
        z-index: 3;
        background-color: white;
    }

    .menu a {
        display: block;
        border-bottom: 1px solid var(--separatormenu);
        margin: 0;
    }
}

#photos-gallery,
#reviews-gallery,
#booking, #contaiinerCal {
  scroll-margin-top: 100px;
}


main {
    margin: 5px 0 36px 0;
    position: relative;
    display: block;
    width: 100%;
    min-width: 320px;
}

video {
    width: 100%;
    max-width: 100%;
}

.flayer {
    background-color: var(--bgadsWeb);
    min-width: 320px;
    margin: 5px 0 36px 0;
}

.two-columns {
    display:flex;
    height: 450px;
}

/* columns */
.two-columns > *, .two-columns img {
    height: 100%;
}

.ad-externo {
    width: -webkit-fill-available;
    position: relative;
}

.ad-interno {
    background-color: var(--bgadsWeb);
    color: var(--ads-text-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75%;
}

.ad-interno h1 {
    font-size: 45px;
    font-family: var(--fontfamilyadstitle);
}

.ad-interno p {
    font-size: 37px;
    font-family: var(--fontfamilyadstext);
    text-align: center;
    padding: 18px; 
}

@media only screen and (max-width: 1309px) {
    .ad-interno h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 861px) {

    .two-columns img {
        display: none;
    }

    .ad-top-externo {
        height: auto;
    }

    .two-columns {
        margin-top: 80px;
        /*height: auto;*/
    } 

    .gallery-businness {
        top: 30px;
    }
}

@media only screen and (max-width: 470px) {
    .ad-firstColumn {
        display: none;
    }

    .ad-interno {
        margin: 0;
        border: none;
        width: 96%;
    }

    .ad-interno h1 {
        font-size: 27px;
    }

    .ad-interno p {
        font-size: 23px;
    }

    .two-columns {
        margin-top: 110px;
        height: 230px;
    } 
}

.reviews-businness {
    background-color: var(--bgreviews);
    padding-bottom: 0;
    box-shadow: 5px 5px 30px 40px var(--bgreviews), inset 0px 0px 0px 46px var(--bgreviews);
    margin: 6% 0;
}

.googlereviews {
    padding: 0 16px;
    color: var(--colortitlereviews);
    font-family: var(--fontfamilytitlereviews);
}

.reviews-businness > hr {
    border-width: 0px;
}

#pictures-gallery {
    padding: 100px 5%;
}

#pictures-gallery ul{
    row-gap: 111px;
    column-gap: 50px;
}

#pictures-gallery ul::after {
  content: none;
  flex-grow: 999;
}

.image-gallery li div {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 5px;
    padding: 63px;
    font-family: var(--fontfamilytextreviews);
}

.image-gallery li div hr{
    border-width: 0;
}

#animated-group{
    flex: 1 1 auto;
    height: auto;
    cursor: pointer;
    position: relative;
    min-width: 210px;
    background-color: var(--bgboxreviews);
    width: 370px;
    max-width: 370px;
    margin: auto;
    width: 60%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 470px) {
    .reviews-businness {
        min-width: 320px;
    }

    #pictures-gallery {
        min-width: 320px;
        padding: 10px 3%;
    }

    #animated-group {
        height: auto;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding: 0;
    }

    .image-gallery li div {
        padding: 25px;
    }
}

@media only screen and (max-width: 470px) {
    .reviews-businness {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
}



/*FOOTER BEGIN*/

#f-cover {
    top: 270px;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    background: var(--footer-background);
    color: var(--footer-text-color);
    min-width: 1024px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-synthesis: none;
    /*-moz-font-feature-settings: 'kern';*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left;
    box-sizing: content-box;
    padding: 0;
    pointer-events: auto;
    padding-left: max(22px,env(safe-area-inset-left));
    padding-right: max(22px,env(safe-area-inset-right));
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#f-cover *, #f-cover *::before, #f-cover *::after {
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    box-sizing: content-box;
    padding: 0;
    pointer-events: auto;
    letter-spacing: normal;
}

#f-cover nav {
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: var(--fontfamilyfooter);
    display: flex;
    flex-wrap: nowrap;
    padding-top: 20px;
}

.f-column {
    flex-basis: 25%;
    pointer-events: none;
}

#f-cover .f-column > .f-title {
    color: var(--footer-directory-title-color);
    display: block;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: var(--fontfamilytitlefooter);
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 0.8em;
    outline: none;
}

.f-content {
    margin-right: 20px;
    list-style: none;
    padding: 0;
}

.f-content li {
    display: block;
    pointer-events: auto;
    margin-bottom: 0.8em;
}

#f-cover {
    text-decoration: none;
}

#f-cover a {
    color: var(--footer-link-color)
}

#f-cover .footer-right {
    padding-top: 34px;
    border-top: none;
    padding: 17px 0 21px;
    display: block;
}

/*BEGIN TERMS*/
.terms-li {
    margin: 10px;
}
.terms-links {
    color: #875508;
    text-decoration: none;
}
.term-content {
    background-color: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.term-content h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #875509;
}

.term-content h5 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
}

.term-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.term-content ul, .term-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.term-content ul li,
.term-content ol li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.term-content ul {
    list-style-type: disc;
}

.term-content ol {
    list-style-type: decimal;
}

.terms-container {
    display: flex;
    min-height: 500px;
    margin: 20px;
}

.terms-sidebar {
    width: 250px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.terms-ul {
     list-style: none; 
     padding: 0;
}

.terms-right {
     flex-grow: 1; 
     padding-left: 20px;
}

@media screen and (max-width: 500px) {
    .terms-container {
        flex-direction: column;
    }

    .terms-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .term-content {
        padding: 15px 20px;
        border-radius: 8px;
    }

    .terms-links {
        display: block;
        padding: 10px 0;
        font-size: 1.1rem;
    }
}

/*END TERMS*/


@supports (padding: calc(max(0px))) {
    #f-cover .footer-right {
        padding-bottom:calc(max(21px, env(safe-area-inset-bottom)))
    }
}

#f-cover .footer-locale {
    float: right;
    margin-top: 5px;
    position: relative;
    top: -3px;
    z-index: 2;
    white-space: nowrap;
}

#f-cover .footer-legal {
    position: relative;
    top: -3px;
    z-index: 1;
}

#f-cover .footer-legal::before, #f-cover .footer-legal::after {
    content: ' ';
    display: table;
}

#f-cover .footer-legal-copyright {
    max-height: 9999px;
    margin-right: 30px;
    float: left;
    margin-top: 5px;
    list-style-type: none;
}

#f-cover .footer-legal::after {
    clear: both;
}

@media only screen and (max-width: 1044px) {
    #f-cover {
        min-width: 320px;
        width: 100%;
        box-sizing: border-box;
    }
}


@media only screen and (max-width: 833px) {
    #f-cover nav {
        padding-left: max(16px,env(safe-area-inset-left));
        padding-right: max(16px,env(safe-area-inset-right));
        flex-direction: column;
    }

    .f-column {
        flex-basis: auto;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid var(--footer-border-color);
        overflow: hidden;
        pointer-events: auto;
    }

    #f-cover .f-column > .f-title {
        display: none;
    }

    .f-content {
        margin: 0;
        overflow: hidden;
        padding-top: 5px;
        padding-bottom: 16px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        visibility: hidden;
        z-index: -1;
        transform: translateY(-100px);
        will-change: transform;
    }

    .f-content li {
        margin-bottom: 0;
    }

    .f-content li a {
        padding: 6px 14px;
        display: block;
    }

    #f-cover .footer-right {
        padding-top: 17px;
    }

    #f-cover .footer-locale {
        left: -1px;
        padding-top: 5px;
        float: none;
    }

    #f-cover .footer-legal {
        padding-top: 12px;
    }

    #f-cover .footer-legal-copyright {
        margin-right: 0;
        float: none;
    }
}