@import url("../../../index.css");

body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

a {
    border: none;
    text-decoration: none !important;
}

/* Volver Al Mapa */

.VolverContainer {
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    right: 0;
    max-height: 100px;
    padding: 0;
    margin: 0;
    top: 10px;
    border: none;
    z-index: 1;
}

.VolverContainer:hover {
    padding: 0;
}

.VolverContainer img {
    width: 40%;
    max-height: inherit;
    object-fit: contain;
}

.VolverContainer h5 {
    color: var(--mainColorTextWhite);
    font-size: 25px;
    font-weight: 800;
}

.VolverContainer h5:hover {
    color: var(--mainColorTextHover);
    cursor: pointer;
}

/* Contenido */
.PrimerJuezContainer video {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
    margin: auto;
}

.PrimerJuezContainer .MapaRelatosContainer {
    position: absolute;
    bottom: 5%;
    left: 1%;
    width: 8%;
    z-index: 5;
}

.PrimerJuezContainer .MapaRelatosContainer img {
    width: 100%;
}

.PrimerJuezContainer .MapaRelatosContainer img:hover {
    transform: scale(1.1);
}

.PrimerJuezContainer h3 {
    position: absolute;
    bottom: 10%;
    right: 0;
    font-size: 4.5vw;
    color: var(--mainColorTextWhite);
    z-index: 1;
    background-image: url("../../../assets/img/FONDO\ CRÉDITO.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem;
    border-radius: 1rem 0 0 1rem;
}

/*  */

.MenuContainer {
    width: 60%;
    left: 0%;
    background-position: -6rem 0;
    position: absolute;
    z-index: 1;
    top: 40%;
    background-image: url("../../../assets/img/FONDO\ BOTONES\ RELATOS.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1rem;
    display: none;
}

.MenuContainer2 {
    width: 10%;
    height: 260px;
    left: 0%;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 40%;
    border: none;
    background: none;
}

.MenuContainer2 img {
    width: 100%;
    height: inherit;
}

.actived {
    display: initial !important;
}

.none {
    display: none;
}

.itemMenuContimer {
    display: flex;
    margin: 1rem 0;
}

.MenuContainer .itemMenuContimer img {
    width: 25px;
    height: 25px;
}

.MenuContainer .itemMenuContimer h3 {
    color: var(--mainColorTextWhite);
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: 1px;
}

.MenuContainer .itemMenuContimer .actived {
    color: var(--mainColorTextHover);
}

.MenuContainer .itemMenuContimer h3:hover {
    color: var(--mainColorTextHover);
    cursor: pointer;
}

.Sonido {
    position: absolute;
    z-index: 5;
    width: 50px;
    height: 50px;
    object-fit: contain;
    top: 2%;
    left: 2%;
}

/* Footer */

.FooterContainer {
    width: 100%;
    height: 35px;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
}

.FooterContainer a {
    margin: 0 2%;
}

.FooterContainer h6 {
    color: var(--mainColorTextWhite);
    font-size: 15px;
    font-weight: 400;
}

.FooterContainer h6:hover {
    color: var(--mainColorTextHover);
    cursor: pointer;
}