:root {
    --main-padding: 80px;
    --main-color: #d90b0b;
    --secondary-color: #dddddd;
    --black-color: #272727;
}
/**prueba**/
@font-face {
    font-family: "Cereal";
    src: url(../fonts/Cereal_900.otf);
    font-weight: 900;

}

@font-face {
    font-family: "Cereal";
    src: url(../fonts/Cereal_700.otf);
    font-weight: 700;
}
@font-face {
    font-family: "Cereal";
    src: url(../fonts/Cereal_500.otf);
    font-weight: 500;
}
@font-face {
    font-family: "Cereal";
    src: url(../fonts/Cereal_300.otf);
    font-weight: 300;
}
@font-face {
    font-family: "Cereal";
    src: url(../fonts/Cereal_100.otf);
    font-weight: 100;
}

*  {
    box-sizing: content-box;
    font-family: "Cereal", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    transition: .3s;
}

a {
    text-decoration: none;
    color:inherit;
}

.arrow-carousel {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 100%;
    justify-items: center;
    justify-content: center;
    padding: 0 10px;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 5%;
    z-index: 2;
}

b{
    font-weight: 900;
}

.box-reserve-note {
    font-size: 20px;
    margin: 10px 0 30px 0;
}

.box-reserve-padding {
    border-radius: 20px!important;
    font-size: 25px;
    padding: 20px 30px;
    text-align: center;
}

.box-reserve-txt {
    padding: 0 20px;
}

#btn-more {
    background-color: #deded9;
    border-radius: 10px;
    bottom: 30px;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    gap: 12px;
    letter-spacing: 1px;
    padding: 15px 20px;
    position: absolute;
    right: 40px;
    z-index: 2;
}

#btn-more > img {
    width: 35px;
}

#btn-reserve {
    background-color: var(--main-color);
    border-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 30px;
    padding: 20px 0;
    position: relative;
}

#btn-reserve > i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#btn-reserve:hover {
    opacity: 0.8;
}

#btn-reserve-mobile {
    background-color: var(--main-color);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 10px 20px;
}

#btn-searcher {
    align-items: center;
    background-color: var(--main-color);
    border-radius: 100%;
    color: white;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

#btn-searcher:hover {
    opacity: 0.8;
}

#content-box {
    justify-content: space-between;
    margin: 50px 0;
}

#content-box-reserve {
    min-width: 35%;
    padding: 0 20px;
}

#content-box-text a {
    color: var(--main-color);
    text-decoration: underline;
}

.custom-input {
    border:none;
    font-size: 25px;
}
.custom-input:focus {
    outline: none;
}

.custom-input::-webkit-inner-spin-button,
.custom-input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.flexRowCenter{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#gallery {
    align-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 15px;
    height: 100%;
    margin: 0 auto;
    max-width: 1500px;
    padding: 5%;
    width: 100%;
}

#gallery > img {
    aspect-ratio: 4 /3 ;
    border-radius: 20px;
    cursor: pointer;
    max-width: 350px;
    transition: transform 500ms ease;
    width: calc(100% / 3);
}

#gallery > img:hover {
    transform: scale(1.05);
}

.gallery-img {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    cursor: pointer;
    max-height: 1280px;
}

header {
    align-items: center;
    box-shadow: rgb(0 0 0 / 8%) 0 1px 0;
    display: flex;
    height: 80px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1920px;
    padding:10px var(--main-padding); 
    position: relative;
}

#header-panel {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#header-panel .elem {
    border-radius: 50px;
    color:var(--black-color);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 48px;
    padding: 8px 40px;
    position: relative;
}

#header-panel .elem:hover{
    background-color: var(--secondary-color);
}

#header-panel:has(.elem:nth-of-type(1):hover) #vertical-separator1 {
    display: none;
}

#header-panel:has(.elem:nth-of-type(3):hover) #vertical-separator1,
#header-panel:has(.elem:nth-of-type(3):hover) #vertical-separator2 {
    display: none;
}

#header-panel:has(.elem:nth-of-type(5):hover) #vertical-separator2 {
    display: none;
}

#header-panel .elem-alt {
    gap:15px;
    font-weight: 100!important;
    padding: 8px 12px 8px 40px!important;
}

.hide-item {
    display: none;
}

#img-box-main {
    /* height: 970px; */
    margin-top: 25px;
    position: relative;
    width: 100%;
}

#img-box-main > img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

#img-box-second {
    display: flex;
    max-height: 300px;
    margin: 15px 0;
}

#img-box-second > img{
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    box-sizing: border-box;
    height: 100%;
    width: calc(100%/5);
}

#img-box-second > img:first-child{
    padding: 0 10px 0 0;
}

#img-box-second > img:last-child {
    padding: 0 0 0 10px;
}

#img-box-second > img:not(:first-child):not(:last-child) {
    padding: 0 10px;
}

#language-globe {
    border-radius: 100%;
    cursor: pointer;
    font-size: 20px;
    height: 48px;
    margin-right: 10px;
    width: 48px;
}

#language-globe:hover {
    background-color: var(--secondary-color);
}

main {
    margin: 0 auto;
    max-width: 1920px;
    padding: 40px var(--main-padding);
}

.main-border {
    border-radius: 50px;
    border: 1px solid var(--secondary-color);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

#main-logo {
    color: var(--main-color);
    font-weight: 900;
    font-size: 20px;
}

.main-subtitle {
    color: var(--main-color);
    font-size: 35px;
    font-weight: 900;
    margin: 20px 0 10px 0;
}

.main-txt {
    font-size: 25px;
    letter-spacing: 1px;
}

.main-title {
    color: var(--main-color);
    font-size: 50px;
    font-weight: 700;
    margin: 10px 0;
}

.main-title > b {
    font-size: 38px;
}

.main-title > b i {
    font-weight: 900;
}

#menu-box {
    cursor: pointer;
    gap: 12px;
    padding: 10px 10px 10px 20px;
}

#menu-box:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

#menu-user {
    background-color: var(--secondary-color);
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.modal-close {
    cursor: pointer;
    font-size: 55px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

#modal-gallery {
    width: 100%;
    height: 100vh;
    background-color: white;
    display: none;
    position: fixed;
    top: 0;
    left:0;
    z-index: 9;
}

#modal-img {
    align-content: center;
    background-color: var(--black-color);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9;
}

#modal-img img {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    object-fit: contain;

    animation: zoomIn 500ms;
}

@keyframes zoomIn {
    from{
        transform: scale(0.1);
    }
    to {
        transform: scale(1);
    }
}

#modal-img > .modal-close {
    color: white;
}

#movie-title {
    left: 20%;
    position: absolute;
    top: 0;
    width: 20%;
}

#reserve-mobile {
    background: white;
    bottom: 0;
    box-shadow: rgb(0 0 0 / 8%) 0 -1px 0;
    display: none;
    height: 90px;
    left: 0;
    position: fixed;
    width: 100%;
}

#services-box {
    flex-wrap: wrap;
    font-size: 25px;
    gap: 25px 75px;
    justify-content: flex-start;
    margin: 20px 0 100px 0;
}

.service-img {
    background-color: var(--main-color);
    border-radius: 100%;
    height: 60px;
    width: 60px;
}

.service-img > img {
    width: 30px;
}

.service-item {
    gap: 15px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0;
    text-align: left;
    width: 100%;
}
  
td {
    border: solid 2px #b6b1b1;
    border-style: none solid solid none;
    padding: 10px;
    vertical-align: super;
}
  
tr:first-child td:first-child { border-top-left-radius: 20px; }
tr:first-child td:last-child { border-top-right-radius: 20px; }
  
tr:last-child td:first-child { border-bottom-left-radius: 20px; }
tr:last-child td:last-child { border-bottom-right-radius: 20px; }
  
tr:first-child td { border-top-style: solid; }
tr td:first-child { border-left-style: solid; }

#vertical-separator1,
#vertical-separator2 {
    background-color: var(--secondary-color);
    height: 30px;
    width: 1px;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
    margin: 50px 0;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



@media (max-width: 1550px) {
    .box-reserve-padding,
    .custom-input {
        font-size: 20px;
    }
}

@media (max-width: 1350px) {
    .box-reserve-txt {
        padding: 0;
    }

    #header-panel .elem {
        font-size: 15px;
        padding: 8px 20px;
    }

    #header-panel .elem-alt {
        padding: 8px 12px 8px 20px !important;
    }

    .main-title {
        font-size: 40px;
    }

    .main-title > b {
        font-size: 28px;
    }

    .main-txt {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    :root {
        --main-padding: 30px;
    }

    .custom-input {
        font-size: 15px;
    }

    main {
        padding: 10px var(--main-padding);
    }

    #main-logo {
        font-size: 16px;
    }

    #btn-reserve > i {
        display: none;
    }
}

@media (max-width: 1000px) {
    #btn-more {
        font-size: 15px;
        padding: 10px 15px;
        right: 20px;
    }

    #btn-more > img {
        width: 20px;
    }

    #content-box {
        flex-direction: column;
        gap: 40px;
    }

    #header-panel {
        display: none;
    }
}

@media (max-width: 800px ){
    #gallery {
        align-content: flex-start;
        overflow: scroll;
    }

    #gallery > img {
        width: 100%;
    }
}

@media (max-width: 700px ){
    .arrow-carousel {
        display: flex;
    }

    #img-box-second,
    #content-box-reserve {
        display: none;
    }

    .hide-item {
        display: block;
    }

    .main-subtitle {
        font-size: 20px;
    }
    .main-title {
        font-size: 25px;
    }

    .main-title > b {
        font-size: 18px;
    }

    .main-txt {
        font-size: 15px;
    }

    #reserve-mobile {
        display: block;
    }

    #services-box {
        font-size: 15px;
    }

    .service-img {
        height: 35px;
        width: 35px;
    }

    .service-img > img {
        width: 15px
    }
}

@media (max-width: 500px) {
    #btn-more > div {
        display: none;
    }

    #header-menu {
        display: none;
    }

    .service-item {
        gap: 7px;
    }
}