* {
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #ffffff;
}

div.titulo {
    height: 19vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    z-index: 4;
    position: relative;
    width: 100%;
}

.link {
    height: 70%;
    flex-shrink: 0;
    margin-left: 10%;
}

#logo {
    height: 100%;
}

#titu {
    color: #878787;
    font-size: 4vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1%;
    margin-left: 8%;
}

#titu2 {
    color: #878787;
    font-size: 3vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1%;
    text-align: center;
}

#usuario {
    margin-left: 15%;
    height: 50%;
}


.sobre {
    color: #83E9E3;
    font-size: 3vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1%;
    text-align: center;
    text-decoration: underline;
}

#icono {
    width: 7vh;
    height: 6vh;
}

#tour {
    margin-top: 2%;
    margin-left: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

footer {
    margin-top: 15vh;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    height: 50%;
    background-image: url(../imagenes/pie.png);
    background-position: center;
    background-size: cover;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.p_pie {
    margin: 0.4%;
    font-size: 1.8vh;
    text-align: left;
    width: 60px;
}

.p_pie2 {
    margin: 0.4%;
    font-size: 1.8vh;
    text-align: left;
    width: 60px;
}

.p_pie3 {
    margin: 0.4%;
    font-size: 1.8vh;
    text-align: left;
    width: 130px;
}

.p_pie4 {
    margin: 0.4%;
    font-size: 1.8vh;
    text-align: left;
    width: 35px;
}

.p_pie5 {
    margin: 0.4%;
    font-size: 1.8vh;
    text-align: left;
    width: 110px;
}

.p_pie6 {
    margin: 0.4%;
    font-size: 1.8vh;
    text-align: left;
    width: 160px;
}

.p_pie7 {
    margin: 0.4%;
    font-size: 1.8vh;
    text-align: left;
    width: 140px;
}

.p_pie8 {
    margin: 0.4%;
    font-size: 1.8vh;
    text-align: left;
    width: 160px;
}

.t1 {
    margin: 0.5%;
    text-align: left;
    font-size: 2.1vh;
    width: 85px;
    font-weight: bold;
}

.t2 {
    margin: 0.5%;
    text-align: left;
    font-size: 2.1vh;
    width: 130px;
    font-weight: bold;
}

.t3 {
    margin: 0.5%;
    text-align: left;
    font-size: 2.1vh;
    width: 184px;
    font-weight: bold;
}

.enlaces_pie {
    border-top: 0.3vh solid #a4a4a4;
    padding-top: 3vh;
    margin-top: 5vh;
    display: inline-flex;
    justify-content: left;
    width: 80%;
}

.cuenta {
    margin-left: 1.3pc;
    width: 20%;
}

.somos {
    margin-left: 4pc;
    width: 20%;
}

.seguridad {
    margin-left: 4pc;
    width: 20%;
}

.enlaces {
    display: inline-flex;
    width: 60%;
}

.seleccion {
    width: 100%;
    display: flex;
    height: 81%;
    background-color: #000000;
}

.informativo {
    width: 100%;
    height: 100%;
}

.img-informativo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: opacity 0.3s;
}

.informativo:hover .img-informativo {
    opacity: 0.6;
}

.interactivo {
    width: 100%;
    height: 100%;
}

.img-interactivo {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: opacity 0.3s;
}

.interactivo:hover .img-interactivo {
    opacity: 0.6;
}

.titulos {
    font-family: "Grandstander", cursive;
    color: #ffffff;
    font-size: 11vh;
    max-width: 60%;
    text-shadow: 0px 3px 3px black;
    z-index: 3;
    transform: translate(20vh, -70vh);
}

a {
    text-decoration: none;
}

#usuario {
    margin-left: 15%;
    height: 50%;
}

.usuario-imagen {
    height: 100%;
}

a {
    text-decoration: none;
    color: #000000;
}

@media (max-width: 800px) {

    div.titulo {
        height: 13vh;
        justify-content: space-between;
        position: fixed;
        margin-top: -13vh;
    }

    #tour {
        visibility: hidden;
        display: none;
    }

    #usuario {
        margin-left: 0%;
        margin-right: 5vw;
    }

    .social-media {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .enlaces {
        width: 100%;
        overflow: hidden;
    }

    .cuenta {
        margin-left: 0;
        width: auto;
    }

    .somos {
        margin-left: 0;
        width: auto;
    }

    .seguridad {
        margin-left: 0;
        width: auto;
    }

    .seleccion {
        margin-top: 13vh;
        flex-direction: column;
        height: auto;
    }

    .titulos {
        font-size: 3.5rem;
        transform: translate(10vw, -25vh);
    }

    .informativo, .interactivo {
        height: 44vh;
    }
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #ffffff;
    color: white;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.sidebar.active {
    transform: translateX(0);
}

.toggle-btn {
    top: 20px;
    left: 20px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 1100;
    font-size: 2rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    z-index: 900;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

.titu-barra {
    color: #000000;
    font-size: 2rem;
}

.barra {
    color: #000000;
    font-size: 1.5rem;
}

.barra li {
    margin-top: 2vh;
}

@media (min-width: 800px) {
    .sidebar {
        display: none;
    }

    .toggle-btn {
        display: none;
    }

    .overlayy {
        display: none;
    }
}