* {
    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%;
}

.mono-titu {
    display: flex;
    margin-top: 6vh;
    background-image: url(../imagenes/ecoturismo/fondomono.png);
    height: 76%;
}

.mono {
    margin-top: -7.5vh;
    height: 110%;
    width: 60%;
}

.text {
    margin-top: 24vh;
    margin-left: -30vh;
}

.text span {
    font-family: "Grandstander", cursive;
    font-size: 10vh;
    font-weight: bold;
    color: #5C7A5A;
    display: block;
}

.s2 {
    margin-left: 4vh;
}

.s3 {
    margin-left: 7vh;
}

.centrar {
    margin-top: 20vh;
    display: flex;
    justify-content: center;
}

.zona-verde {
    width: 80%;
    height: 140vh;
    background-color: #D7F1C7;
    border-radius: 40px;
    overflow: hidden;
}

h2 {
    font-size: 9vh;
    color: #5C7A5A;
    font-family: "Grandstander", cursive;
    font-weight: bold;
    position: relative;
    top: 65px;
    left: 8%;
    text-shadow: 0px 3px 3px black;
}

.parrafo1 {
    top: 40px;
    left: 8%;
    position: relative;
    max-width: 84%;
    font-size: 4.3vh;
    font-family: "Jost", sans-serif;
}

.h3-verde {
    font-size: 7vh;
    color: #5C7A5A;
    font-family: "Grandstander", cursive;
    font-weight: bold;
    position: relative;
    top: 65px;
    left: 8%;
    text-shadow: 0px 3px 3px black;
}

.chulo {
    list-style-type: none;
    /* Quitar los marcadores predeterminados */
    padding-left: 0;
    top: 40px;
    left: 8%;
    position: relative;
    max-width: 84%;
    font-size: 4.2vh;
    font-family: "Jost", sans-serif;
    font-style: italic;
}

.chulo li {
    position: relative;
    /* Para poder posicionar el pseudo-elemento ::before */
    padding-left: 70px;
    /* Espacio a la izquierda del texto */
    margin-top: 30px;
}

.chulo li::before {
    content: '';
    position: absolute;
    left: 0;
    /* Posicionar la imagen a la izquierda */
    top: 50%;
    /* Centrar verticalmente */
    transform: translateY(-50%);
    /* Ajustar la alineación vertical */
    width: 50px;
    /* Ancho de la imagen */
    height: 50px;
    /* Alto de la imagen */
    background-image: url('../imagenes/ecoturismo/chulo-lista.png');
    /* URL de la imagen */
    background-size: contain;
    /* Asegurar que la imagen se ajuste correctamente */
    background-repeat: no-repeat;
    /* No repetir la imagen */
}

.fondo-slider {
    margin-top: 30vh;
    width: 100%;
    background-color: #E5EDE0;
    height: 200%;
    background-position: center;
    /* Centramos la imagen horizontal y verticalmente */
    background-repeat: no-repeat;
    /* Evitar que la imagen se repita */
    background-size: cover;
}

.titu-slider {
    font-size: 12vh;
    color: #5C7A5A;
    font-family: "Grandstander", cursive;
    font-weight: bold;
    position: relative;
    top: 85px;
    left: 15%;
    text-shadow: 0px 3px 3px black;
    max-width: 70%;
}

.parrafo-slider {
    top: 80px;
    left: 15%;
    position: relative;
    max-width: 70%;
    font-size: 4.5vh;
    font-family: "Jost", sans-serif;
}

.img-slider {
    width: 70%;
    border-radius: 5%;
    max-height: 100vh;
}

.nutria-titu {
    margin-top: 30vh;
    background-color: #D7F1C7;
    height: 76%;
    display: flex;
}

.nutria {
    margin-top: -22.8vh;
    height: 130%;
    width: 45%;
}

.titu-nutria {
    font-size: 11vh;
    color: #5C7A5A;
    font-family: "Grandstander", cursive;
    font-weight: bold;
    position: relative;
    top: 85px;
    left: 8%;
    text-shadow: 0px 3px 3px black;
    max-width: 50%;
}

.pautas {
    margin-top: 15vh;
    padding-left: 30px;
    font-weight: bold;
    font-style: normal;
    list-style-type: none;
    top: 40px;
    left: 8%;
    position: relative;
    max-width: 84%;
    font-size: 4.2vh;
    font-family: "Jost", sans-serif;
}


.pautas li {
    position: relative;
    /* Para poder posicionar el pseudo-elemento ::before */
    padding-left: 70px;
    /* Espacio a la izquierda del texto */
    margin-top: 30px;
}

.pautas li::before {
    content: '';
    position: absolute;
    left: 0;
    /* Posicionar la imagen a la izquierda */
    top: 50%;
    /* Centrar verticalmente */
    transform: translateY(-50%);
    /* Ajustar la alineación vertical */
    width: 50px;
    /* Ancho de la imagen */
    height: 50px;
    /* Alto de la imagen */
    background-image: url('../imagenes/ecoturismo/chulo-lista.png');
    /* URL de la imagen */
    background-size: contain;
    /* Asegurar que la imagen se ajuste correctamente */
    background-repeat: no-repeat;
    /* No repetir la imagen */
}

.tucan {
    margin-top: -34.2vh;
    height: 145%;
    width: 55%;
}

.titu-tucan {
    font-size: 11vh;
    color: #5C7A5A;
    font-family: "Grandstander", cursive;
    font-weight: bold;
    position: relative;
    top: 165px;
    text-shadow: 0px 3px 3px black;
    max-width: 40%;
    margin-left: -40vh;
}

.zona-verde2 {
    width: 80%;
    height: 140vh;
    background-color: #D7F1C7;
    border-radius: 40px;
    overflow: hidden;
}

.titu-verde {
    max-width: 80%;
    font-size: 7.8vh;
    color: #5C7A5A;
    font-family: "Grandstander", cursive;
    font-weight: bold;
    position: relative;
    text-shadow: 0px 3px 3px black;
}

.lista-cuenta {
    margin-top: 60px;
    list-style-type: none;
    /* Quitar los marcadores predeterminados */
    padding-left: 0;
    top: 40px;
    left: 8%;
    position: relative;
    max-width: 84%;
    font-size: 4vh;
    font-family: "Jost", sans-serif;
    font-style: normal;
}

.lista-cuenta li {
    position: relative;
    /* Para poder posicionar el pseudo-elemento ::before */
    padding-left: 20px;
    /* Espacio a la izquierda del texto */
    margin-top: 15px;
}


.lista-cuenta li::before {
    content: '•';
    background-image: none;
    left: 0;
    top: 0%;
    transform: translateY(0%);
    width: 0;
    height: 0;
}

.negrilla {
    font-weight: bold;
}

.fondo-slider {
    margin-top: 30vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.slide {
    display: none;
    /* Ocultamos todos los slides */
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.active {
    display: block;
    /* Mostramos solo el slide activo */
}

.img-slider {
    width: 70%;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    background-color: #5C7A5A;
    color: white;
    padding: 15px;
    cursor: pointer;
    border: none;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    /* Sombra para el efecto 3D */
    transition: all 0.2s ease-in-out;
}

.prev:hover,
.next:hover {
    background-color: #1d411a;
    /* Cambia el color al pasar el ratón */
}

.prev:active,
.next:active {
    transform: translateY(-50%) scale(0.95);
    /* Efecto de presionar */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    /* Reducimos la sombra al hacer clic */
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

#usuario {
    margin-left: 15%;
    height: 50%;
}

.usuario-imagen {
    height: 100%;
}

a {
    text-decoration: none;
    color: #000000;
}

#btnScrollTop {
    position: fixed;
    bottom: 20px;
    /* Espacio desde el fondo de la pantalla */
    right: 20px;
    /* Espacio desde el lado derecho */
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: white;
    background-color: #9ae091;
    border: none;
    border-radius: 50%;
    /* Forma circular */
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: none;
    /* Oculto por defecto */
    transition: opacity, background-color 0.5s ease;
}

.ct-icon path {
    fill: white;
}

#btnScrollTop:hover {
    background-color: #4e7f48;
    /* Cambia de color al pasar el mouse */
}

@media (max-width: 800px) {

    div.titulo {
        height: 13vh;
        justify-content: space-between;
        position: fixed;
        margin-top: -18vh;
    }

    #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;
    }

    .mono-titu {
        margin-top: 18vh;
        height: 35vh;
        overflow: hidden;
    }

    .titu-nutria {
        font-size: 3rem;
    }

    .text span {
        transform: translate(38vw, -10vh);
        font-size: 2rem;
    }

    .s2 {
        margin-left: 1vw;
    }

    .s3 {
        margin-left: 2vw;
    }

    .mono {
        margin-top: 0;
        height: 100%;
        width: 55%;
    }

    .zona-verde {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: auto;
        width: 80%;
    }

    .parrafo1 {
        margin-top: 2vh;
        font-size: 1.2rem;
        max-width: 80%;
        left: 0;
    }

    h2 {
        font-size: 2rem;
        width: 80%;
        top: 3vh;
    }

    .h3-verde {
        font-size: 2.3rem;
        width: 80%;
    }

    .chulo {
        font-size: 1rem;
        max-width: 80%;
        left: 0;
        top: 0;
    }

    .chulo li {
        padding-left: 10vw;
        margin-top: 3vh;
        margin-bottom: 2vh;
    }

    .chulo li::before {
        width: 8vw;
        height: 8vw;
    }

    .fondo-slider {
        height: 87vh;
    }

    .titu-slider {
        font-size: 2.5rem;
    }

    .parrafo-slider {
        font-size: 1em;
    }

    .nutria-titu {
        margin-top: 10vh;
        height: 40vh;
    }

    .titu-nutria {
        font-size: 2em;
        max-width: 100%;
        top: 8vh;
    }

    .nutria {
        height: 100%;
        margin-top: 0;
    }

    .titu-tucan {
        font-size: 2.2rem;
        margin-left: -30vw;
        max-width: 65%;
    }

    .tucan {
        height: 100%;
        margin-top: 0;
    }

    .pautas {
        font-size: 1rem;
        left: 0;
        width: 80%;
    }

    .pautas li::before {
        width: 8vw;
        height: 8vw;
    }

    .pautas li {
        padding-left: 10vw;
    }

    .zona-verde2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .titu-verde {
        font-size: 2.5em;
        left: 0;
    }

    .lista-cuenta {
        top: 0;
        margin-top: 0;
        left: 0;
        max-width: 80%;

        font-size: 1.3rem;
    }
}

.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 {
    all: unset;
    color: #000000;
    font-weight: bold;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}

.barra {
    color: #000000;
    font-size: 1.5rem;
}

.barra li {
    margin-top: 2vh;
}

@media (min-width: 800px) {
    .sidebar {
        display: none;
    }

    .toggle-btn {
        display: none;
    }

    .overlay {
        display: none;
    }
}