.cabecera {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* VIDEO DE FONDO RESPONSIVE*/
    .video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        z-index: 0;
    }
    .mascara {
        background-image: linear-gradient(180deg, var(--negro) , transparent, transparent);
        opacity: 1;
        z-index: 1;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }
    .mascara2 {
        background-image: linear-gradient(0deg, var(--negro) , transparent);
        opacity: 1;
        z-index: 1;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;

    }
    

    .claim{
        width: 60%;
        gap: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 30%;
        max-width: 1280px;
        z-index: 10;
        text-align: center;
        color: var(--blanco);
        
        
        .selector_claim {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            flex-wrap: nowrap;
            gap: 20px;
        }

    
        .titulo_claim {
            font-size: 3.815rem;
            font-weight: 500;
            text-transform: uppercase;
        }
        .subtitulo_claim {
            width: 45%;
            font-size: 2.815rem;
            font-weight: 500;
            text-transform: uppercase;
            cursor: pointer;
        }
        .parrafo_claim {
            font-size: 1.2em;
            padding: 50px 0px;
        }
        .contacto {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 20px;
            font-size: 1.2em;
            justify-content: center;
            align-items: center;
        }
    }
    .partes {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 15%;
        max-width: 1280px;
        z-index: 10;
        text-align: center;
        color: var(--blanco);

        .titulo_partes {
            font-size: 3.815rem;
            font-weight: 500;
            text-transform: uppercase;
            padding-bottom: 20px;
        }
        .alojamientos {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            font-size: 1.2em;
            color: var(--gris_claro);
            padding: 50px 20px;
            gap: 20px;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            height: 70vh;
            overflow-y: scroll;
            .item_alojamiento {
                width: 80%;
                height: 40px;
                border: solid 1px var(--gris);
                border-radius: 15px;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
            }
            .item_alojamiento:hover {
                border: solid 1px var(--rojoclaro);
                color: var(--rojoclaro);
            }
            .tittle_alojamiento {
                font-size: 1.5em;
            }
        }

    }

    .social {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        width: 30px;
        height: 100px;
        position: absolute;
        bottom: 120px;
        right: 30px;
        z-index: 50;
    }
    /* COOCKIES */
    .ventana {
        display: none;
        flex-direction: column;
        width: 80%;
        max-width: 800px;
        height: auto;
        max-height: 500px;
        overflow-y: scroll;
        background-color: var(--seminegro);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: solid 1px var(--rojo);
        border-radius: 10px;
        z-index: 90;
        position: fixed;
        top: 30%;
        padding: 20px;
        color: var(--blanco);

        .titulo_ventana {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-around;
            width: 100%;
            height: 70px;
            text-align: center;
            font-size: 1.5em;
            font-weight: bold;
            border-bottom: solid 1px var(--rojo);
        }

        .cont_titulo {
            width: 90%;
            display: flex;
            padding-left: 20px;

        }


        .cuerpo_ventana {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 10px;
            height: auto;
            gap: 10px;
            overflow: scroll;
        }
    }

    .barra_nav {
        color: var(--blanco);
        position: fixed;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 0;
        width: 100%;
        height: 150px;
        z-index: 99;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);

        .icono {
            cursor: pointer;
            transition: all .3s ease-in-out;
        }
        .icono:hover {
            color: var(--rojo);
            transform: scale(1.1);
        }
        .visible {
            display: block;
        }
        .oculto {
            display: none;
        }
        .menu_sup {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            width: 90%;
            height: auto;

            .nav_idiomas {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                align-items: center;
                width: 180px;
                .selector {
                    width: 40px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    transition: all .3s ease-in-out;
                }
                .desplegable {
                    display: none;
                    position: absolute;
                    top: 40%;
                    width: 50px;
                    height: 120px;
                    flex-direction: column;
                    align-items: center;
                    justify-content: flex-start;
                }

            }
            .nav_logo {
                width: 200px;
            }
        }

        .linea {
            max-width:1200px;
            width: 90%;
            height: 5px;
            border-bottom: solid 1px var(--gris);
        }

        .menu_inf {
            max-width: 1200px;
            width: 90%;
            padding-top: 20px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;

            .item_menu {
                color: var(--blanco);
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                gap: 20px;
                cursor: pointer;
                transition: all .3s ease-in-out;
                text-align: center;
            }
            .item_menu:hover {
                color: var(--rojo);
                transform: scale(1.1);
            }
            .texto_menu {
                display: block;
                text-transform: uppercase;
                font-size: .85em;
            }
        }
    }
}

@media screen and (max-width: 990px) {
    .cabecera {
        .barra_nav {
            position: fixed;
            height: 80px;
            top: 0;
            border-top: solid 1px var(--rojo);

            .menu_sup, .linea {
                display: none;
            }

            .menu_inf {
                width: 100%;
                padding-top: 0;
                justify-content: space-evenly;

                .texto_menu {
                    display: none;
                }

                .item_menu:hover {
                    transform: scale(1.5);
                }
            }
        }
        .claim {
            .subtitulo_claim {
                font-size: 1.8em;
            }

        }
    }
}
