* {
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #ecebeb;
}

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%;
}

#nevado {
    width: 100%;
    height: 82%;
    background-image: url('../imagenes/faqs.png');
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15vh;
}

#preguntas {
    font-size: 12vh;
    color: #ffffff;
    margin: 0;
    font-family: "Grandstander", cursive;
}

#f {
    font-size: 30px;
    color: #ffffff;
    margin: 0;
    font-family: "Grandstander", cursive;
}

.contenedor {
    width: 70%;
    margin: 20px auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contenido {
    display: none;
    margin-top: 10px;
    border: none;
    color: #000000;
    background-color: #ffffff;
    padding: 2%;
}

.contenido2 {
    display: none;
    margin-top: 10px;
    border: none;
    color: #000000;
    background-color: #ffffff;
    padding: 2%;
}

.contenido3 {
    display: none;
    margin-top: 10px;
    border: none;
    color: #000000;
    background-color: #ffffff;
    padding: 2%;
}

.contenido4 {
    display: none;
    margin-top: 10px;
    border: none;
    color: #000000;
    background-color: #ffffff;
    padding: 2%;
}

.contenido5 {
    display: none;
    margin-top: 10px;
    border: none;
    color: #000000;
    background-color: #ffffff;
    padding: 2%;
}

.boton {
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 30px;
}

.boton:focus {
    outline: none;
}

.cen {
    display: flex;
    background-color: #82B7F5;
    width: 100%;
}

.respuestas {
    color: #000000;
}

.preguntas {
    color: #ffffff;
}

.contenedor_abajo {
    width: 70%;
    margin: 20px auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15vh;
}

a {
    text-decoration: none;
    color: #000000;
}

.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;
    }
}

@media (max-width: 800px) {

    div.titulo {
        height: 13vh;
        justify-content: space-between;
        position: fixed;
        margin-top: -13vh;
    }

    #nevado {
        margin-top: 13vh;
        height: 87vh;
    }

    #preguntas {
        font-size: 4rem;
        text-align: center;
    }

    #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;
    }

    .tour {
        margin-top: 5vh;
    }

    .titu-tour {
        font-size: 1.8rem;
        max-width: 80%;
        transform: translate(5vw,-10vh);
    }

    .texto {
        display: none;
    }

    footer {
        margin-top: 5vh;
    }
}