@charset "utf-8";

@font-face {
    font-family: DINPro-CondBlack;
    src: url('../fonts/DINPro-CondBlack.woff') format("woff"),
    url('../fonts/DINPro-CondBlack.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: DIN Next LT Arabic;
    src: url('../fonts/din-next-lt-arabic-medium.woff') format("woff"),
    url('../fonts/din-next-lt-arabic-medium.ttf') format('truetype');
    font-style: normal;
}

@-ms-viewport {
    width: device-width;
}

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #fff;
    background: #000000;
}

html, body.portada {
    background: transparent;
    overflow: hidden;
    overflow-y: auto;
}

.persistent-opacity{
    opacity: 1 !important;
}

body.no-opacity * {
    opacity: 0;
    pointer-events: none;
}

body.page-fade-in * {
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: all;
}

body.page-fade * {
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

body.page-fade #bg-image {
    opacity: 1 !important;
    pointer-events: none;
}

html, body, p, th, td, li, dd, dt {
    font: 1em "DIN Next LT Arabic", Arial, Helvetica, sans-serif;
}

/*
*   Componentes principales
*/

#home-container {
    /*background-color: #12151c;*/
    background-color: transparent;
    /*background-image: url("../images/WelcomeScreen.jpg");*/
    /*background-image: url("../videos/portada.jpg");*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    height: 100vh;
    position: relative;
    right: 0;
    top: 0px;
    width: 100%;
    overflow: hidden;
}

.video-bg {
    position: fixed; /* saca al video del flujo y lo “pega” al viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* recorta para cubrir sin deformar */
    z-index: -1; /* siempre detrás del contenido */
    pointer-events: none; /* no captura clics o scroll */
}


/* Capa base tanto para video como para imagen */
.bg-layer {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: opacity 0.5s ease; /* desvanecido */
    z-index: 0;
}

/* Estado inicial: video visible, imagen oculta */
#bg-video {
    opacity: 1;
}

#bg-image {
    opacity: 0;
}

/* Cuando el body tenga .img-active, invertimos opacidades */
body.img-active #bg-video {
    opacity: 0;
}

body.img-active #bg-image {
    opacity: 1;
}

/* Botón opcional */
.fade-btn {
    position: relative; /* asegura que quede sobre el fondo */
    z-index: 1;
    padding: .5rem 1rem;
    border: none;
    background: #ffffff88;
    color: #000;
    font-family: 'DINPro-CondBlack', serif;
    cursor: pointer;
    backdrop-filter: blur(4px);
}

#home-header {
    background-color: #000000;
    display: block;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

#home-panel {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 160px;
    right: 0;
    bottom: 65px;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        /* Solo Safari */
        #home-panel {
            bottom: 365px;
        }
    }
}

#welcome-message-container {

    display: block;
}

#welcome-message-panel {
    background-color: rgb(0, 132, 132);
    color: #1C1C1C;
    display: block;
    font-family: 'DINPro-CondBlack', serif;
    text-align: center;
    margin-bottom: 65px;
}

#welcomen-message {
    display: inline-block;
    font-size: 12pt;
    color: #1C1C1C;
    margin: 5px 0;
    width: 100%;
    text-transform: uppercase;
}


#invite-message {
    font-size: 15pt;
    display: inline-block;
    margin: 20px auto;
    width: 90%;
}

#main-button-panel {
    color: #17283C;
    background-color: #0000008c;
    display: block;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
    height: 220px;
}

.start-button {
    background: linear-gradient(#008484, #008c95);
    color: #FFFFFF !important;
    display: inline-block;
    font-family: "DINPro-CondBlack", serif;
    font-size: 38px;
    margin: 30px;
    padding: 10px 70px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 90px;
}

.start-button:hover {
    background: linear-gradient(#008484, #008c95);
}

.dividing-line {
    display: inline;
    border-left: 2px solid #17283C;
    padding-top: 38px;
    padding-bottom: 20px;
}

.designSpace {
    height: 30px;
}

#virtualplanner-panel {
    background-color: #FFFFFF;
    display: block;
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.deactivateIt {
    color: rgba(23, 40, 60, 0.65) !important;
    display: inline-block;
    font-family: 'DINPro-CondBlack', serif;
    font-size: 44px;
    margin: 17px 5px;
    padding: 26px 65px;
    text-decoration: none;
}

@media only screen and (max-width: 899.98px) and (min-width: 768px) {
    .start-button {
        font-size: 20pt;
        margin: 20px auto;
        padding: 5px 30px;
    }

    .deactivateIt {
        font-size: 20pt;
        margin: 20px auto;
        padding: 5px 30px;
    }

    .dividing-line {
        padding-top: 15px;
        padding-bottom: 8px;
    }
}

@media (max-width: 1050px) {
    #hotel-logo-home {
        height: 200px !important;
    }
}

@media (max-width: 767.98px) {
    #welcomen-message {
        margin-top: 8px;
        font-size: 10pt;
    }

    #invite-message {
        font-size: 10pt;
    }

    .start-button {
        font-size: 16pt;
        margin: 8px auto;
        padding: 5px 30px;
    }

    #hotel-logo-home {
        height: 150px !important;
    }

    .deactivateIt {
        font-size: 16pt;
        margin: 8px auto;
        padding: 5px 30px;
    }

    .dividing-line {
        border-left: 1px solid #17283C;
        padding-top: 5px;
        padding-bottom: 8px;
    }
}

/*
*   Logos
*/

#hotel-logo-home {
    margin: 0 0;
}

#iso-hotel-logo {
    height: 195.21px;
    margin-bottom: 20px;


}

#vp-logo {
    height: 55px;
    margin: 5px auto;
    filter: invert(1);
}

@media (max-width: 767.98px) {
    #hotel-logo {
        height: 45px;
        margin: 31px 0;
    }

    #iso-hotel-logo {
        height: 100px;
        margin-bottom: 10px;
    }

    #vp-logo {
        height: 30px;
        margin: 12.5px auto;
    }

}