@media screen and (max-width: 768px) {
    .language-selector img {
        width: 24px;
        height: 24px;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .intro-logo {
        background: url('introD.jpg') no-repeat center;
        background-position: -1900px -800px;
    }

    .intro-logo .text.primary {
        top: 35%;
        left: 5%;
        transform: translateY(-100%);
        animation-delay: 1s;
    }

    .intro-logo .text.secondary {
        top: 70%;
        left: 5%;
        animation-delay: 2s;
    }

    .logo-section {
        background-color: #fff;
        /* Fondo para fundirse con el logo */
        height: 100%;
    }

    /* ====================
      REFLECTION SECTION
      ==================== */
    .reflection-section p {
        top: 20%;
        font-size: 1rem;
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* ====================
      TULIN SECTION
      ==================== */

    .tulin-section {
        background-position: -600px;
    }


    .tulin-section .content p {
        top: 30%;
        font-size: 1.5rem;
        letter-spacing: .25rem;
        line-height: 3rem;
        /* background-color: rgba(0, 0, 0, 0.5); */
    }

    /* ====================
      RESERVA SECTION
      ==================== */

    #pure-soil-title {
        font-size: 3rem;
        /* Tamaño más grande para el título */
        font-weight: 700;
        letter-spacing: .6rem;
    }

    #pure-soil-subtitle {
        position: relative;
        top: 8%;
        font-family: 'Open Sans', sans-serif;
        font-size: 2rem;
        /* Un poco más grande para complementar el título */
        font-weight: 600;
        letter-spacing: 1.5px;
        /* Ligero espaciado adicional */
        text-transform: uppercase;
        animation-delay: 2s;
        color: #f0f0f0;
        color: black;
        /* Blanco suave */
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        /* Sombra más sutil */
        background-color: rgba(255, 255, 255, 0.8);
    }

    .pure-soil-section p {
        top: 15%;
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: center;
        padding-bottom: 1rem;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

}