html{
    scroll-behavior: smooth;
}
body{
    margin: 0px 8px 0px 8px;
    text-align: center;
    font: 14px "Arial", san-serif;
}
header {
    position: fixed;
    background-color: white;
    text-align: center;
    padding-bottom: 10px;
    border-radius: 15px;
    border: black solid 4px;
    z-index: 1000;
    left: 0px;
    right: 0px;
    margin: auto;
    width: calc(100% - 14px);
}
main {
    padding-bottom: 101px;
}
h1{
    margin: 0px;
    text-align: center;
    font-size: 2em;
}
nav{
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    z-index: 100;
}
.nav-link{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
nav ul:first-child{
    border-left: 0px;
}
#navigation-menu a > span {
    display: block
}
.menu-arrows {
    position: absolute;
    height: 100px;
    width: 100px;
    cursor: pointer;
    top: 80px;
}
#menu-left-arrow{
    left: 0px;
}
#menu-right-arrow{
    right: 0px;
}
.menu-pic {
    height: 166px;
    width: 310px;
}
.head-reservacion{
    text-align: center;
}
h2{
    margin: 15px 0px 5px 0px;
    font-size: 1.7em;
}
h3{
    margin: 0px 0px 5px 0px;
    text-align: left;
    font-size: 1.6em;
}
h4{
    margin: 0px;
    text-align: left;
    font-size: 1.5em;
}
span{
    font-size: 1em;
}
.wide-line{
    width: auto;
    border: black solid 1px; 
}
.icon-pic {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.plataforma{
    text-decoration: none;
    cursor: pointer;
}
ul{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(100% - 255px);
    list-style-type: none;
    padding: 0px 10px 0px 10px;
    margin: 0px;
    border: 1px solid black;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
ul::-webkit-scrollbar {
        width: 0px;
        display:none;
    }
li{
    display: block;
    border: 2px solid black;
    width: 314px;
    padding: 10px;
    margin: 0 10px 0 10px;
    box-shadow: inset 0px 1px 17px 5px #020202;
}
article{
    padding-top: 266px;
}
.main-pic-and-side-section{
    /*height: 510px;*/
    max-width: 1890px;
}
.main-pic-section{
    display: inline-block;
    overflow: visible;
}
.contenedor-imagen-principal{
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
.main-pic-or-video{
    max-width: 900px;
    max-height: 510px;
}
figure{
    width: 900px;
    height: 510px;
    margin: auto;
}
.side-info{
    display: inline-block;
    max-width: 600px;
    vertical-align: top;
    margin-left: 20px;
    text-align: left;
}
.side-info-content-left{
    display: inline-block;
    vertical-align: text-top;
    margin-right: 20px;
    width: 300px;
}
.side-info-content-right{
    display: inline-block;
    vertical-align: text-top;
    margin-right: 20px;
}
.side-info-content-right .info-label span{
    display:inline-block;
    /*max-width: 175px;*/
}
.map-section{
    display: inline-block;
    vertical-align: top;
}
.info-label{
    display: flex;
    align-items: center;
    height: 32px;
}
.thumb-pic-or-video{
    width: 100px;
    cursor: pointer;
}
footer{
    position: fixed;
    width: 100%;
    bottom: 0px;
    text-align: center;
    background-color: white;
}
.footer-image{
    height: 30px;
    width: 30px;
}
@media (min-width: 1900px){
    header {
        width: 1880px;
    }
}
@media (min-width: 1600px) and (max-width: 1899px){

}
@media (min-width: 1280px) and (max-width: 1599px){
    body{
        font-size: 12px;
    }
    .menu-arrows {
    height: 70px;
    width: 70px;
    }
    .menu-pic {
        height: 166px;
        width: 310px;
    }
    .main-pic-section {
        max-width: 451px;
        max-height: 254px;
    }
    figure{
        max-width: 451px;
        max-height: 254px;
    }
    .main-pic-or-video {
        max-width: 451px;
        max-height: 254px;
    }
}
@media (min-width: 1080px) and (max-width: 1279px){
    /*header {
        width: 1060px;
    }*/
    body{
        font-size: 12px;
    }
    .menu-arrows {
    height: 70px;
    width: 70px;
    }
    .menu-pic {
        height: 166px;
        width: 310px;
    }
    .main-pic-section {
        max-width: 451px;
        max-height: 254px;
    }
    figure{
        max-width: 451px;
        max-height: 254px;
    }
    .main-pic-or-video {
        max-width: 451px;
        max-height: 254px;
    }
}
@media (min-width: 729px) and (max-width: 1079px){
    body{
        font-size: 11px;
    }
    .menu-arrows {
    height: 70px;
    width: 70px;
    }
    .menu-pic {
        height: 166px;
        width: 310px;
    }
    article {
        padding-top: 175px;
    }
    .main-pic-section {
        max-width: 451px;
        max-height: 254px;
    }
    figure{
        max-width: 451px;
        max-height: 254px;
    }
    .main-pic-or-video {
        max-width: 451px;
        max-height: 254px;
    }
        footer{
        position: unset;
    }
}
@media (min-width: 399px) and (max-width: 728px){
    body{
        font-size: 10px;
    }
    span{
        font-size: 1.2em;
    }
    nav{
        Height: 340px;
        flex-wrap: wrap;
        overflow: hidden;
        width: 100%;
    }
    #navigation-menu a div > span {
        display: block;
    }
    #navigation-menu a > div {
        display: inline-block;
        text-align: left;
        width: 200px;
    }
    ul {
        flex-direction: column;
        border-left: 0px;
        width: calc(100% - 10px);
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
    }
        li{
        width: initial;
        margin-bottom:2px;
        border-radius: 25px;
    }
    .menu-pic {
        height: 100px;
        width: 160px;
    }
    .main-pic-section{
        max-height: 354px;
    }
    figure{
        max-width: 395px;
        max-height: 254px;
    }
    .main-pic-or-video {
        max-width: 395px;
        max-height: 254px;
    }
    .menu-arrows {
        display:none;
    }
        .side-info{
        min-width: unset;
        text-align: left;
    }
        .side-info-content-rigth {
        margin-right: 0px;
    }
    article {
        padding-top: 404px;
    }
    footer{
        position: unset;
    }
}
@media (max-width: 398px){
    /*body{
        text-align: unset;
    }
    header {
        width: 366px;
    }*/
    body{
        font-size: 10px;
    }
    span{
        font-size: 1.2em;
    }
    nav{
        Height: 340px;
        flex-wrap: wrap;
        width: 100%;
    }
    #navigation-menu a div > span {
        display: block;
    }
    #navigation-menu a > div {
        display: inline-block;
        text-align: left;
        width: 200px;
    }
    ul {
        flex-direction: column;
        border-left: 0px;
        width: calc(100% - 10px);
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
    }
    li{
        width: initial;
        margin-bottom:2px;
        border-radius: 25px;
    }
    .menu-pic {
        height: 100px;
        width: 160px;
    }
    .main-pic-section{
        max-height: 354px;
    }
    .main-pic-or-video{
        max-width: 370px;
        max-height: 214px;
    }
    figure{
        max-width: 370px;
        max-height: 214px;
    }
    .menu-arrows {
        display:none;
    }
    article {
        padding-top: 404px;
    }
    .side-info{
        min-width: unset;
        text-align: left;
    }
    .side-info-content-rigth {
        margin-right: 0px;
    }
        footer{
        position: unset;
    }
}