@import url("../../index.css");

* {
    margin: 0;
    padding: 0;
}


body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.TextContainer {
    top: 40%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: inherit;
}

h2 {
    color: var(--mainColorTextWhite);
    width: 100%;
    text-align: center;
}

video {
   /*  width: inherit;
    height: inherit;
    z-index: 3; */
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
    margin: auto;
    top: 0;
}

/* 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;
}

/*  */
.mapaContainer {
    width: 10vw;
    position: absolute;
    bottom: 5%;
    left: 1%;
    z-index: 1;
    /* cursor: pointer; */
}

/* .mapaContainer:hover{
    transform: scale(1.1);
} */

.mapaContainer img {
    width: inherit;
    height: inherit;
}

/* 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;
}

.SonidoContainer {
    z-index: 8;
    color: rgb(255 255 255);
    top: 14%;
    position: relative;
    left: 3%;
    font-size: 1.2rem;
}