body {
    width: 100%;
    margin: 0;

    font-family: "All Round Gothic", sans-serif;
    font-weight: 100;
    font-style: normal;
}



 /* Contenedor */
  #whatsapp-bubble {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(180deg, #25d366, #1ebe5b);
    box-shadow: 0 10px 30px rgba(37,211,102,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    text-decoration: none;
    transform: translateZ(0);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s;
    cursor: pointer;
  }

  /* Icono svg */
  #whatsapp-bubble img {
    width: 70px;
    height: 70px;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.04));
    padding-top: 6px;
  }

  /* Hover / focus */
  #whatsapp-bubble:hover,
  #whatsapp-bubble:focus {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 16px 40px rgba(37,211,102,0.28);
  }

  /* Pequeña animación pulsante */
  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.30); }
    70% { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
  }

  /* aplica la pulsación sutil every 4s */
  #whatsapp-bubble::after{
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border-radius: 50%;
    pointer-events: none;
    animation: pulse 4s infinite;
  }

  /* Ajustes en pantallas muy pequeñas */
  @media (max-width: 420px) {
    #whatsapp-bubble {
      right: 14px;
      bottom: 14px;
      width: 56px;
      height: 56px;
    }
    #whatsapp-bubble img { width: 60px; height: 60px; }
  }






.all-head {
    width: 100%;
    height: 1040px;
    margin: 0;
    background-image: url(/images/fondo1.png);
    background-size: cover;

    header {
        width: 100%;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: space-between;

        img {
            padding-left: 40px;
            width: 290px;
        }

        nav {
            margin-right: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            width: 440px;
            height: 45px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50px;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.062);
            box-shadow: 0 8px 25px rgba(92, 92, 92, 0.144);
        }

        /* li dentro del nav */
        nav li {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100px;
            height: 30px;
            list-style: none;
            margin-right: 3px;
            cursor: pointer;
        }

        /* enlaces dentro del nav */
        nav li a {
            position: relative;
            /* necesario para usar ::after */
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            padding-bottom: 4px;
            transition: color 0.3s ease;
        }

        /* pseudo-elemento para la línea */
        nav li a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 1px;
            background: #ffffff;
            transition: width 0.3s ease;
        }

        /* al hacer hover se anima */
        nav li a:hover {
            color: #202020;

        }

        nav li a:hover::after {
            width: 100%;
            /* la línea se expande */
        }

        #active {
            border-bottom: 1px solid #ffffff;
        }
    }

    .content-title {
        width: 100%;
        height: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tittle {
        text-align: center;
        height: 220px;
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        font-size: 60px;
        border-bottom: 1px solid #ffffff;
        font-weight: 600;
    }

}

.slide-all {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    margin: 0;
}

.content-slide {
    width: 95%;
    height: 340px;

    h2 {
        color: #ffffff;
        width: 300px;
        text-align: center;
        font-size: 30px;
    }

    .items-slide {
        width: 100%;
        height: 240px;
        display: flex;
        justify-content: space-around;
    }
}

#figure_slide {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    box-shadow: 0 100px 100px rgba(0, 0, 0, 0.486);
    cursor: pointer;
    margin: 0;
    gap: 10px;
}

.items-slide a {
    border-radius: 15px;
    width: 380px;
    height: 220px;
    overflow: hidden;      /* Importante para que no se salga */
    display: block;
}

.items-slide a figure {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* Hace que la imagen se vea full */
    border-radius: 15px;
}


.item-slide1 {
    background-image: url(/images/house-prueba.png);
    background-size: cover;
    background-position: center;
    margin: 0;
}

.item-slide2 {
    background-image: url(/images/office2.png);
    background-size: cover;
    background-position: center;
}

.item-slide3 {
    background-image: url(/images/mall3.png);
    background-size: cover;
    background-position: center;
}

.item-slide4 {
    background-image: url(/images/parking-item.png);
    background-size: cover;
    background-position: center;
}


.all-content-info {
    background-image: url("/images/Fachada\ Contrapicada\ Previo\ 2\ -\ Primavera\ Life\ \(1\)\ 1\ \(2\).png");
    background-size: cover;
    width: 100%;
    padding-top: 90px;
    height: 1050px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    h1 {
        color: #ffffff;
    }

    .info-primavera {
        width: 70%;
        height: 280px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        background-color: #ffffff5b;
        margin-bottom: 40px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .border-content {
        display: flex;
        background-color: #ffffff3b;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        height: 90%;
        width: 98%;
        border-radius: 20px;

        .content-text {
            display: flex;
            justify-content: center;
            width: 98%;
            height: 90%;
        }

        p {
            display: flex;
            text-align: center;
            align-items: center;
            width: 100%;
            height: 80%;
            line-height: 1.6;
            font-weight: 500;

        }
    }

    iframe {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);

    }
}

.slide-eventos {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 220%;
    display: flex;
    flex-direction: column;
    display: none;

    h2 {
        color: #ffffff;
        width: 300px;
        text-align: center;
    }
}

.cards-slide-eventos {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.content-card {
    background-color: #ffffff;
    width: 300px;
    height: 250px;
    border-radius: 14px;
    padding: 13px;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);

    img {
        width: 100%;
        height: 150px;
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);
        object-fit: cover;
    }

    .content-text-slide {
        width: 100%;
        height: 100px;
        gap: 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;

        span,
        h3,
        p {
            margin: 0;
            text-align: left;
            color: black;
        }
    }
}


/*CONTENEDORES DE DESCIRPCION*/
.content-description-bg {
    margin: 0;
    width: 100%;
    height: 3000px;
    padding-top: 280px;
    background-image: url(/images/8K\ 1\ \(1\).png);
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.all-content-description {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.content-description {
    width: 70%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;

    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.342);
    /* sombra difusa */
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(223, 200, 200, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(18px);
}

.content-text-description {
    width: 56%;
    height: 85%;
    align-items: center;
    color: #ffffff;

    display: flex;
    gap: 10px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.131);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);

    p {
        height: 90%;
        text-align: justify;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        letter-spacing: 3px;
        line-height: 1.5;
        padding: 15px;

    }
}

.content-img {
    width: 35%;
    height: 85%;

    img {
        width: 95%;
        height: 100%;
    }
}

.contactanos-info {
    background-color: red;
    background-image: url(/images/Fachada\ General\ -\ Primavera\ Life\ 1.png);
    background-size: cover;
    margin: 0;
    width: 100%;
    height: 650px;
    padding-top: 300px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

    .contactanos-text {
        width: 1600px;
        height: 600px;
        gap: 10px;

        h1 {
            margin: 0;
            font-size: 55px;
            height: 80px;
            text-align: left;
            align-content: center;
        }

        p {
            margin: 0;
            width: 850px;
            height: 80px;
            text-align: left;
            font-size: 20px;
            align-content: center;
        }

        .contactanos-inputs {
            height: 400px;

            h2 {
                font-size: 14px;
                font-weight: 200;
            }

            .inputs {
                height: 300px;

                .content-input {
                    background-color: rgba(253, 253, 253, 0.274);
                    width: 350px;
                    height: 50px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 14px;
                    margin-bottom: 10px;
                    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);

                    input {
                        width: 80%;
                        height: 70%;
                        border: none;
                        background-color: #ffffff00;
                        outline: none;
                        color: #ffffff;
                        font-size: 15px;

                    }

                    input::placeholder {
                        color: #ffffff;
                        font-style: italic;
                    }
                }
            }

            button {
                width: 100px;
                height: 40px;
                border-radius: 18px;
                border: none;
                color: #ffffff;
                background-color: #ffffff6b;
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);

            }
        }


    }
}

footer {
    width: 100%;
    height: 400px;
    background-color: black;
    color: #9e9e9e;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;

    .footer-text-all {
        width: 1500px;
        display: flex;
        flex-direction: column;
        height: 80%;
        font-size: 13px;

        .footer-content1 {
            height: 50%;
            display: flex;
            align-items: center;
            justify-content: space-between;

            .items {
                width: 35%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 30px;
            }

            .items-contactos {
                display: flex;
                flex-direction: column;
                width: 20%;
                height: 100%;
                gap: 10px;

                .content-contacto {
                    height: 100%;
                    display: flex;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 30px;
                        height: 30px;
                    }

                    .items-text {
                        .negrilla {
                            font-weight: 600;
                        }
                    }
                }
            }
        }

        .footer-content2 {
            height: 50%;
            display: flex;
            align-items: center;
            justify-content: space-between;

            h2 {
                font-size: 14px;
                font-weight: 100;
            }

            .iconos {
                width: 400px;
                display: flex;
                justify-content: center;
                gap: 20px;
            }
            
            .iconos a img {
                width: 30px;
                height: 30px;
                margin-right: 10px;
                cursor: pointer;
            }
        }
    }

}


/* ===== Teléfonos (≤480px) ===== BIEN */
@media (max-width: 480px) {
    body {
        width: 100%;
        margin: 0;
        font-family: "All Round Gothic", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .all-head {
        width: 100%;
        height: 1400px;
        background-image: url(/images/fondo1.png);
        background-size: cover;

        header {
            width: 100%;

            img {
                padding: 0;
            }
        }

        nav {
            background-color: green;
            width: 300px !important;
            font-size: 12px;
        }

    }

    header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .logo {
        padding-right: 40px;
    }

    nav {
        margin-left: 30px;
        gap: 20px;
        width: 300px;
    }

    nav li {
        width: 50px;
    }

    #typewriter {
        font-size: 20px;
        width: 90%;
        height: 90px;
    }

    .content-title {
        width: 90%;
        height: 300px !important;
    }


    /*slider*/
    .slide-all {
        height: 950px;
    }

    .content-slide {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;

        h2 {
            font-size: 20px;
        }
    }

    .items-slide {
        height: 900px !important;
        flex-direction: column;
        align-items: center;
    }

    .items-slide a {
        border-radius: 15px;
        width: 280px;
        height: 150px;
    }

    /*all info*/

    .all-content-info {
        background-image: url("/images/Fachada\ Contrapicada\ Previo\ 2\ -\ Primavera\ Life\ \(1\)\ 1\ \(2\).png");
        background-size: cover;
        width: 100%;
        padding-top: 90px;
        height: 1100px !important;
        display: flex;
        flex-direction: column;
        justify-content: start;

        h1 {
            color: #ffffff;
            width: 300px;
            text-align: center;
            font-size: 25px;
        }
    }

    .info-primavera {
        height: 700px !important;
        width: 300px !important;
    }

    .border-content {
        width: 90% !important;
        height: 90% !important;

        p {
            height: 90% !important;
            font-size: 15px;
        }
    }

    .slide-eventos {
        width: 55%;
        height: 1800px;
        position: absolute;
        top: 320%;
        left: 100px;
        display: none;
        flex-direction: column;

        h2 {
            color: #ffffff;
            width: 300px;
            text-align: center;
            padding: 0;
            font-size: 30px;
        }
    }

    iframe {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);

    }


    .cards-slide-eventos {
        width: 100%;
        height: 2000px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content-card {
        background-color: #ffffff;
        width: 100%;
        height: 250px;
        border-radius: 14px;
        padding: 13px;
        flex-direction: column;

        img {
            width: 100%;
            height: 150px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);
            object-fit: cover;
        }

        .content-text-slide {
            width: 100%;
            height: 100px;
            gap: 7px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            span,
            h3,
            p {
                margin: 0;
                text-align: left;
                color: black;
            }
        }
    }


    /*CONTENEDORES DE DESCIRPCION*/

    .content-description-bg {
        padding-top: 40px;
        padding-bottom: 20px;
        height: auto;
    }

    .all-content-description {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;

        h1 {
            padding: 0;
            text-align: center;
            font-size: 22px;
        }

        .content-description {
            width: 280px;
            height: 700px;
            display: flex;
            flex-direction: column;
            padding: 10px;
        }

        .content-text-description {
            width: 270px;
            height: 390px;

            p {
                font-size: 13px;
            }
        }

        .content-img {
            width: 90%;
            height: 240px;
            padding: 0;
            margin: 0;

            .imagen-text {
                width: 255px;
            }
        }
    }

    .video {
        width: 300px;
        height: 200px;
    }

    /*CONTACTANOS INFORMACION*/

    .contactanos-info {
        width: 100%;
        height: auto;
        padding-top: 20px;
        background-position: center;

    }

    .contactanos-text {
        text-align: center;
        width: 100% !important;
        text-align: center;
        align-items: center !important;

        h1 {
            width: 100%;
            text-align: center !important;
            font-size: 28px !important;

        }

        p {
            width: 94% !important;
            height: 100px !important;
            text-align: center !important;
            font-size: 14px !important;
            padding: 10px;
        }
    }

    .contactanos-inputs {
        align-items: center;
    }

    .inputs {
        align-items: center;

        text-align: center;
        display: flex;
        flex-direction: column;

        .content-input {
            width: 300px !important;
            background-color: red;

            input {
                width: 50% !important;
            }

        }

    }

    /*FOOTER*/
    footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 1100px;
        width: 100%;
        gap: 50px;
    }

    footer img {
        padding-top: 20px;
    }

    .footer-text-all {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 800px;
    }

    .footer-content1 {
        width: 100%;
        height: 600px !important;
        display: flex;
        flex-direction: column;
    }

    .items-contactos {
        width: 300px !important;
        display: flex;
        align-items: center;
    }

    .content-contacto {
        flex-direction: column;
        width: 200px;
    }

    .items-text {
        width: 90%;
        text-align: center;
    }

    .items {
        width: 100%;
    }

    .items span {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .items div {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .items div img {
        display: none;
    }

    .footer-content2 {
        width: 100% !important;
        height: 200px !important;
        display: flex;
        flex-direction: column;
        align-items: center;

        h2 {
            width: 250px !important;
            text-align: center;
        }


        .iconos {
            width: 300px !important;
        }
    }

    .text-h2 {
        text-align: center;
        height: 40px;
        max-width: 90%;
        width: 30%;
        /* ✅ el texto nunca será más ancho que el 90% de la pantalla */
        font-size: 12px;
        /* ✅ más pequeño en móvil */
        line-height: 1.4;
        /* ✅ más compacto y legible */
        margin: 0 auto;

    }


}

/* Celulares grandes (≥480px y <768px) BIEN*/
@media (min-width: 480px) and (max-width: 767px) {

    body {
        width: 100%;
        margin: 0;
        font-family: "All Round Gothic", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .all-head {
        width: 100%;
        height: 1500px;
        background-image: url(/images/fondo1.png);
    }

    header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .logo {
        padding-right: 40px;
    }

    nav {
        margin-left: 30px;
        gap: 20px;
        width: 300px;
    }

    nav li {
        width: 50px;
    }

    #typewriter {
        font-size: 30px;
        width: 80%;
        height: 100px;
    }

    .content-title {
        width: 90%;
        height: 300px !important;
    }

    /*slider*/
    .slide-all {
        height: 950px;
    }

    .content-slide {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
    }

    .items-slide {
        height: 900px !important;
        flex-direction: column;
        align-items: center;
    }

    .items-slide a {
        border-radius: 15px;
        width: 320px;
        height: 180px;
    }

    /*all info*/

    .all-content-info {
        background-image: url("/images/Fachada\ Contrapicada\ Previo\ 2\ -\ Primavera\ Life\ \(1\)\ 1\ \(2\).png");
        background-size: cover;
        background-position: center;
        width: 100%;
        padding-top: 90px;
        height: 1100px !important;
        display: flex;
        flex-direction: column;
        justify-content: start;

        h1 {
            color: #ffffff;
            width: 400px;
            text-align: center;
        }
    }

    .info-primavera {
        height: 620px !important;
    }

    .border-content {
        width: 90% !important;
        height: 90% !important;

        p {
            height: 90% !important;
            font-size: 15px;
        }
    }

    .slide-eventos {
        width: 80%;
        height: 1800px;
        position: absolute;
        top: 320%;
        left: 80px;
        display: none;
        flex-direction: column;

        h2 {
            color: #ffffff;
            width: 100%;
            text-align: center;
            padding: 0;
            font-size: 30px;
        }
    }

    .cards-slide-eventos {
        width: 100%;
        height: 2000px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content-card {
        width: 80% !important;
        height: 300px;
        border-radius: 14px;
        padding: 13px;
        flex-direction: column;

        img {
            width: 100%;
            height: 150px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);
            object-fit: cover;
        }

        .content-text-slide {
            width: 100%;
            height: 100px;
            gap: 7px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            span,
            h3,
            p {
                margin: 0;
                text-align: left;
                color: black;
            }
        }
    }

    iframe {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        width: 400px !important;
        height: 250px !important;
    }


    /*CONTENEDORES DE DESCIRPCION*/

    .content-description-bg {
        padding-top: 50px;
    }

    .all-content-description {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;

        h1 {
            padding: 0;
            text-align: center;
        }

        .content-description {
            width: 400px;
            height: 600px;
            display: flex;
            flex-direction: column;
            padding: 10px;
        }

        .content-text-description {
            width: 360px;
            height: 280px;

            p {
                font-size: 13px;
            }
        }

        .content-img {
            width: 90%;
            height: 240px;
            padding: 0;
            margin: 0;

            .imagen-text {
                width: 360px;
            }
        }
    }

    .video {
        width: 300px;
        height: 200px;
    }

    /*CONTACTANOS INFORMACION*/

    .contactanos-info {
        width: 100%;
        height: auto;
        padding-top: 20px;
        background-position: center;

    }

    .contactanos-text {
        text-align: center;
        width: 100% !important;
        text-align: center;

        h1 {
            width: 100%;
            text-align: center !important;
            font-size: 28px !important;
        }

        p {
            width: 100% !important;
            height: 100px !important;
            text-align: center !important;
            font-size: 16px !important;
        }
    }

    .contactanos-inputs {
        align-items: center;
    }

    .inputs {
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;

    }

    /*FOOTER*/
    footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 1100px;
        width: 100%;
        gap: 50px;
    }

    footer img {
        padding-top: 20px;
    }

    .footer-text-all {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 800px;
    }

    .footer-content1 {
        width: 100%;
        height: 600px !important;
        display: flex;
        flex-direction: column;
    }

    .items-contactos {
        width: 400px !important;
        display: flex;
        align-items: center;
    }

    .content-contacto {
        flex-direction: column;
        width: 200px;
    }

    .items-text {
        width: 90%;
        text-align: center;
    }

    .items {
        width: 100%;
    }

    .items span {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .items div {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .items div img {
        display: none;
    }

    .footer-content2 {
        width: 100% !important;
        height: 200px !important;
        display: flex;
        flex-direction: column;
        align-items: center;

        h2 {
            width: 400px !important;
            text-align: center;
        }
    }

    .text-h2 {
        text-align: center;
        height: 40px;
        max-width: 90%;
        width: 30%;
        /* ✅ el texto nunca será más ancho que el 90% de la pantalla */
        font-size: 12px;
        /* ✅ más pequeño en móvil */
        line-height: 1.4;
        /* ✅ más compacto y legible */
        margin: 0 auto;

    }
}

/* ========== TABLET ========== BIEN*/
@media (min-width: 768px) and (max-width: 1010px) {

    body {
        width: 100%;
        margin: 0;
        font-family: "All Round Gothic", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .all-head {
        width: 100%;
        height: 1100px;
        background-image: url(/images/fondo1.png);
    }

    header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .logo {
        padding-right: 40px;
    }

    nav {
        margin-left: 30px;
        gap: 20px;
        width: 300px;
    }

    nav li {
        width: 50px;
    }

    #typewriter {
        font-size: 30px;
        width: 80%;
        height: 100px;
    }

    .content-title {
        width: 90%;
        height: 300px !important;
    }

    /*slider*/
    .slide-all {
        height: 500px;
    }

    .content-slide {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
    }

    .items-slide {
        height: 900px !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .items-slide a {
        border-radius: 15px;
        width: 320px;
        height: 180px;

    }

    /*all info*/

    .all-content-info {
        background-image: url("/images/Fachada\ Contrapicada\ Previo\ 2\ -\ Primavera\ Life\ \(1\)\ 1\ \(2\).png");
        background-size: cover;
        width: 100%;
        padding-top: 90px;
        height: 1000px !important;
        display: flex;
        flex-direction: column;
        justify-content: start;

        h1 {
            color: #ffffff;
            width: 600px;
            text-align: center;
            font-size: 30px;
        }
    }

    .info-primavera {
        height: 450px !important;
    }

    .border-content {
        width: 90% !important;
        height: 90% !important;

        p {
            height: 90% !important;
            font-size: 16px;
        }
    }

    .slide-eventos {
        width: 100%;
        height: 1000px;
        position: absolute;
        top: 250%;
        display: none;

        h2 {
            color: #ffffff;
            width: 100%;
            text-align: center;
            padding: 0;
            font-size: 50px;
        }
    }

    .cards-slide-eventos {
        width: 100%;
        height: 900px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content-card {
        width: 40% !important;
        height: 250px;
        border-radius: 14px;
        padding: 13px;
        flex-direction: column;

        img {
            width: 100%;
            height: 150px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);
            object-fit: cover;
        }

        .content-text-slide {
            width: 100%;
            height: 100px;
            gap: 7px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            span,
            h3,
            p {
                margin: 0;
                text-align: left;
                color: black;
            }
        }
    }

    iframe {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        width: 500px !important;
        height: 300px !important;
    }


    /*CONTENEDORES DE DESCIRPCION*/

    .content-description-bg {
        padding-top: 50px;
        height: 2100px;
    }

    .all-content-description {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;

        h1 {
            padding: 0;
            text-align: center;
        }

        .content-description {
            width: 680px;
            height: 400px;
            display: flex;
            padding: 10px;
        }

        .content-text-description {
            width: 50%;
            height: 300px;

            p {
                font-size: 13px;
            }
        }

        .content-img {
            width: 50%;
            height: 300px;
            padding: 0;
            margin: 0;

            .imagen-text {
                width: 100%;
            }
        }
    }

    .video {
        width: 300px;
        height: 200px;
    }

    /*CONTACTANOS INFORMACION*/

    .contactanos-info {
        width: 100%;
        height: auto;
        padding-top: 20px;
        background-position: center;

    }

    .contactanos-text {
        text-align: center;
        width: 100% !important;
        text-align: center;

        h1 {
            width: 100%;
            text-align: center !important;
            font-size: 28px !important;
        }

        p {
            width: 100% !important;
            height: 100px !important;
            text-align: center !important;
            font-size: 16px !important;
        }
    }

    .contactanos-inputs {
        align-items: center;
    }

    .inputs {
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;

    }

    /*FOOTER*/
    footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 1100px;
        width: 100%;
        gap: 50px;
    }

    footer img {
        padding-top: 20px;
    }

    .footer-text-all {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 800px;
    }

    .footer-content1 {
        width: 100%;
        height: 600px !important;
        display: flex;
        flex-direction: column;
    }

    .items-contactos {
        width: 400px !important;
        display: flex;
        align-items: center;
    }

    .content-contacto {
        flex-direction: column;
        width: 200px;
    }

    .items-text {
        width: 90%;
        text-align: center;
    }

    .items {
        width: 100%;
    }

    .items span {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .items div {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .items div img {
        display: none;
    }

    .footer-content2 {
        width: 100% !important;
        height: 200px !important;
        display: flex;
        flex-direction: column;
        align-items: center;

        h2 {
            width: 400px !important;
            text-align: center;
        }
    }

    .text-h2 {
        text-align: center;
        height: 40px;
        max-width: 90%;
        width: 30%;
        /* ✅ el texto nunca será más ancho que el 90% de la pantalla */
        font-size: 12px;
        /* ✅ más pequeño en móvil */
        line-height: 1.4;
        /* ✅ más compacto y legible */
        margin: 0 auto;

    }
}

/* ========== TABLET ========== BIEN*/
@media (min-width: 1010px) and (max-width: 1023px) {

    body {
        width: 100%;
        margin: 0;
        font-family: "All Round Gothic", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .all-head {
        width: 100%;
        height: 1100px;
        background-image: url(/images/fondo1.png);
    }

    header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .logo {
        padding-right: 40px;
    }

    nav {
        margin-left: 30px;
        gap: 20px;
        width: 300px;
    }

    nav li {
        width: 50px;
    }

    #typewriter {
        font-size: 30px;
        width: 50%;
        height: 100px;
    }

    .content-title {
        width: 70%;
        height: 300px !important;
    }

    /*slider*/
    .slide-all {
        height: 500px;
    }

    .content-slide {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
    }

    .items-slide {
        height: 900px !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .items-slide a {
        border-radius: 15px;
        width: 370px;
        height: 200px;

    }

    /*all info*/

    .all-content-info {
        background-image: url("/images/Fachada\ Contrapicada\ Previo\ 2\ -\ Primavera\ Life\ \(1\)\ 1\ \(2\).png");
        background-size: cover;
        width: 100%;
        padding-top: 90px;
        height: 1000px !important;
        display: flex;
        flex-direction: column;
        justify-content: start;

        h1 {
            color: #ffffff;
            width: 600px;
            text-align: center;
            font-size: 30px;
        }
    }

    .info-primavera {
        height: 450px !important;
    }

    .border-content {
        width: 90% !important;
        height: 90% !important;

        p {
            height: 90% !important;
            font-size: 16px;
        }
    }

    .slide-eventos {
        width: 100%;
        height: 1000px;
        position: absolute;
        top: 250%;
        display: none;

        h2 {
            color: #ffffff;
            width: 100%;
            text-align: center;
            padding: 0;
            font-size: 50px;
        }
    }

    .cards-slide-eventos {
        width: 100%;
        height: 900px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content-card {
        width: 40% !important;
        height: 250px;
        border-radius: 14px;
        padding: 13px;
        flex-direction: column;

        img {
            width: 100%;
            height: 150px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);
            object-fit: cover;
        }

        .content-text-slide {
            width: 100%;
            height: 100px;
            gap: 7px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            span,
            h3,
            p {
                margin: 0;
                text-align: left;
                color: black;
            }
        }
    }

    iframe {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        width: 700px !important;
        height: 300px !important;
    }


    /*CONTENEDORES DE DESCIRPCION*/

    .content-description-bg {
        padding-top: 50px;
        height: 2100px;
    }

    .all-content-description {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;

        h1 {
            padding: 0;
            text-align: center;
        }

        .content-description {
            width: 680px;
            height: 400px;
            display: flex;
            padding: 10px;
        }

        .content-text-description {
            width: 50%;
            height: 300px;

            p {
                font-size: 13px;
            }
        }

        .content-img {
            width: 50%;
            height: 300px;
            padding: 0;
            margin: 0;

            .imagen-text {
                width: 100%;
            }
        }
    }

    .video {
        width: 300px;
        height: 200px;
    }

    /*CONTACTANOS INFORMACION*/

    .contactanos-info {
        width: 100%;
        height: auto;
        padding-top: 20px;
        background-position: center;

    }

    .contactanos-text {
        text-align: center;
        width: 100% !important;
        text-align: center;

        h1 {
            width: 100%;
            text-align: center !important;
            font-size: 28px !important;
        }

        p {
            width: 100% !important;
            height: 100px !important;
            text-align: center !important;
            font-size: 16px !important;
        }
    }

    .contactanos-inputs {
        align-items: center;
    }

    .inputs {
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;

    }

    /*FOOTER*/
    footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 1100px;
        width: 100%;
        gap: 50px;
    }

    footer img {
        padding-top: 20px;
    }

    .footer-text-all {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 800px;
    }

    .footer-content1 {
        width: 100%;
        height: 600px !important;
        display: flex;
        flex-direction: column;
    }

    .items-contactos {
        width: 400px !important;
        display: flex;
        align-items: center;
    }

    .content-contacto {
        flex-direction: column;
        width: 200px;
    }

    .items-text {
        width: 90%;
        text-align: center;
    }

    .items {
        width: 100%;
    }

    .items span {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .items div {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .items div img {
        display: none;
    }

    .footer-content2 {
        width: 100% !important;
        height: 200px !important;
        display: flex;
        flex-direction: column;
        align-items: center;

        h2 {
            width: 400px !important;
            text-align: center;
        }
    }

    .text-h2 {
        text-align: center;
        height: 40px;
        max-width: 90%;
        width: 30%;
        /* ✅ el texto nunca será más ancho que el 90% de la pantalla */
        font-size: 12px;
        /* ✅ más pequeño en móvil */
        line-height: 1.4;
        /* ✅ más compacto y legible */
        margin: 0 auto;

    }
}

/* ========== LAPTOP ========== BIEN*/
@media (min-width: 1024px) and (max-width: 1200px) {
    body {
        width: 100%;
        margin: 0;
        font-family: "All Round Gothic", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .all-head {
        width: 100%;
        height: 1100px;
        background-image: url(/images/fondo1.png);
    }

    header {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo {
        padding-right: 40px;
    }

    nav {
        margin-left: 30px;
        gap: 20px;
        width: 300px;
    }

    nav li {
        width: 50px;
    }

    #typewriter {
        font-size: 30px;
        width: 50%;
        height: 100px;
    }

    .content-title {
        width: 70%;
        height: 300px !important;
    }

    /*slider*/
    .slide-all {
        height: 500px;
    }

    .content-slide {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
    }

    .items-slide {
        height: 900px !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .items-slide a {
        border-radius: 15px;
        width: 370px;
        height: 200px;

    }

    /*all info*/

    .all-content-info {
        background-image: url("/images/Fachada\ Contrapicada\ Previo\ 2\ -\ Primavera\ Life\ \(1\)\ 1\ \(2\).png");
        background-size: cover;
        width: 100%;
        padding-top: 90px;
        height: 1000px !important;
        display: flex;
        flex-direction: column;
        justify-content: start;

        h1 {
            color: #ffffff;
            width: 600px;
            text-align: center;
            font-size: 30px;
        }
    }

    .info-primavera {
        height: 450px !important;
    }

    .border-content {
        width: 90% !important;
        height: 90% !important;

        p {
            height: 90% !important;
            font-size: 16px;
        }
    }

    .slide-eventos {
        width: 100%;
        height: 1000px;
        position: absolute;
        top: 250%;
        display: none;

        h2 {
            color: #ffffff;
            width: 100%;
            text-align: center;
            padding: 0;
            font-size: 50px;
        }
    }

    .cards-slide-eventos {
        width: 100%;
        height: 900px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content-card {
        width: 40% !important;
        height: 250px;
        border-radius: 14px;
        padding: 13px;
        flex-direction: column;

        img {
            width: 100%;
            height: 150px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);
            object-fit: cover;
        }

        .content-text-slide {
            width: 100%;
            height: 100px;
            gap: 7px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            span,
            h3,
            p {
                margin: 0;
                text-align: left;
                color: black;
            }
        }
    }

    iframe {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        width: 700px !important;
        height: 300px !important;
    }


    /*CONTENEDORES DE DESCIRPCION*/

    .content-description-bg {
        padding-top: 50px;
        height: 2100px;
    }

    .all-content-description {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;

        h1 {
            padding: 0;
            text-align: center;
        }

        .content-description {
            width: 680px;
            height: 400px;
            display: flex;
            padding: 10px;
        }

        .content-text-description {
            width: 50%;
            height: 300px;

            p {
                font-size: 13px;
            }
        }

        .content-img {
            width: 50%;
            height: 300px;
            padding: 0;
            margin: 0;

            .imagen-text {
                width: 100%;
            }
        }
    }

    .video {
        width: 300px;
        height: 200px;
    }

    /* contactos info*/
    .contactanos-info {
        width: 100%;
        height: 500px;

        .contactanos-text {
            width: 900px;
            height: 600px;
            gap: 10px;
        }
    }

    footer {
        width: 100%;
        height: 400px;
        background-color: black;
        color: #9e9e9e;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;

        .footer-text-all {
            width: 700px;
            display: flex;
            flex-direction: column;
            height: 80%;
            font-size: 13px;

            .footer-content1 {
                height: 50%;
                display: flex;
                justify-content: start;
                gap: 10px;

                .items {
                    width: 32%;
                    height: 100%;
                    display: flex;

                }

                .items-contactos {
                    display: flex;
                    flex-direction: column;
                    width: 20%;
                    height: 100%;

                    .content-contacto {
                        width: 300px;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        gap: 10px;

                        img {
                            width: 30px;
                            height: 30px;
                        }

                        .items-text {
                            .negrilla {
                                font-weight: 600;
                            }
                        }
                    }
                }
            }

            .footer-content2 {
                height: 50%;
                display: flex;
                align-items: center;
                justify-content: space-between;

                h2 {
                    font-size: 14px;
                    font-weight: 100;
                }

                .iconos {
                    width: 400px;
                    display: flex;
                    justify-content: center;
                    gap: 20px;

                    img {
                        cursor: pointer;
                    }
                }
            }
        }

    }



}

/* ========== LAPTOP MAS GRANDE ========== BIEN*/

@media (min-width: 1200px) and (max-width: 1400px) {
    body {
        width: 100%;
        margin: 0;
        font-family: "All Round Gothic", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    .all-head {
        width: 100%;
        height: 900px;
        background-image: url(/images/fondo1.png);
        background-position: center;
    }

    header {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo {
        padding-right: 40px;
    }

    nav {
        margin-left: 30px;
        gap: 20px;
        width: 300px;
    }

    nav li {
        width: 50px;
    }

    #typewriter {
        font-size: 35px;
        width: 40%;
        height: 100px;
    }

    .content-title {
        width: 60%;
        height: 300px !important;
    }

    /*slider*/
    .slide-all {
        height: 500px;
    }

    .content-slide {
        display: flex;
        flex-direction: column;
        height: 300px;
        width: 100%;

        h2 {
            width: 90%;
            text-align: left !important;
        }
    }

    .items-slide {
        align-items: center;
        flex-wrap: wrap;
        height: 200px !important;
    }

    .items-slide a {
        border-radius: 15px;
        width: 270px;
        height: 180px;

    }

    /*all info*/

    .all-content-info {
        background-image: url("/images/Fachada\ Contrapicada\ Previo\ 2\ -\ Primavera\ Life\ \(1\)\ 1\ \(2\).png");
        background-size: cover;
        background-position: center;
        width: 100%;
        padding-top: 90px;
        height: 1100px !important;
        display: flex;
        flex-direction: column;
        justify-content: start;

        h1 {
            color: #ffffff;
            width: 600px;
            text-align: center;
            font-size: 30px;
        }
    }

    .info-primavera {
        height: 450px !important;
    }

    .border-content {
        width: 90% !important;
        height: 90% !important;

        p {
            height: 90% !important;
            font-size: 16px;
        }
    }

    .slide-eventos {
        width: 100%;
        height: 1000px;
        position: absolute;
        top: 240%;
        display: none;

        h2 {
            color: #ffffff;
            width: 100%;
            text-align: center;
            padding: 0;
            font-size: 50px;
        }
    }

    .cards-slide-eventos {
        width: 100%;
        height: 900px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .content-card {
        width: 40% !important;
        height: 250px;
        border-radius: 14px;
        padding: 13px;
        flex-direction: column;

        img {
            width: 100%;
            height: 150px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.253);
            object-fit: cover;
        }

        .content-text-slide {
            width: 100%;
            height: 100px;
            gap: 7px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            span,
            h3,
            p {
                margin: 0;
                text-align: left;
                color: black;
            }
        }
    }

    iframe {
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        width: 700px !important;
        height: 400px !important;
    }


    /*CONTENEDORES DE DESCIRPCION*/

    .content-description-bg {
        padding-top: 50px;
        height: 2100px;
        background-position: center;
    }

    .all-content-description {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 60px;

        h1 {
            padding: 0;
            text-align: center;
        }

        .content-description {
            width: 680px;
            height: 400px;
            display: flex;
            padding: 10px;
        }

        .content-text-description {
            width: 50%;
            height: 300px;

            p {
                font-size: 13px;
            }
        }

        .content-img {
            width: 50%;
            height: 300px;
            padding: 0;
            margin: 0;

            .imagen-text {
                width: 100%;
            }
        }
    }

    .video {
        width: 300px;
        height: 200px;
    }

    /* contactos info*/
    .contactanos-info {
        width: 100%;
        height: 500px;

        .contactanos-text {
            width: 900px;
            height: 600px;
            gap: 10px;
        }
    }

    footer {
        width: 100%;
        height: 400px;
        background-color: black;
        color: #9e9e9e;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;

        .footer-text-all {
            width: 700px;
            display: flex;
            flex-direction: column;
            height: 80%;
            font-size: 13px;

            .footer-content1 {
                height: 50%;
                display: flex;
                justify-content: start;
                gap: 10px;

                .items {
                    width: 32%;
                    height: 100%;
                    display: flex;

                }

                .items-contactos {
                    display: flex;
                    flex-direction: column;
                    width: 20%;
                    height: 100%;

                    .content-contacto {
                        width: 300px;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        gap: 10px;

                        img {
                            width: 30px;
                            height: 30px;
                        }

                        .items-text {
                            .negrilla {
                                font-weight: 600;
                            }
                        }
                    }
                }
            }

            .footer-content2 {
                height: 50%;
                display: flex;
                align-items: center;
                justify-content: space-between;

                h2 {
                    font-size: 14px;
                    font-weight: 100;
                }

                .iconos {
                    width: 400px;
                    display: flex;
                    justify-content: center;
                    gap: 20px;

                    img {
                        cursor: pointer;
                    }
                }
            }
        }

    }



}