*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Verdana, sans-serif;
    margin: 0 auto;
}

/*Aca empieza mi encabezado */

header {
    background-color: #fb6f92;
    display: flex;
    padding: 0.75rem 0.75rem;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.logo-y-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.imglogo {
    width: 4rem;
    margin: 0 auto 0.3rem auto;
    padding: 0.5rem;
}


.contenedor-de-la-lista {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    border: none;
}

.lista {
    display: flex;
    gap: 0.2rem;
    margin: 0;
    padding: 0;
    justify-content: center;
    list-style: none;
}

.lista-objetos {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 0.45rem 0.75rem;
    border-radius: 9px;
    display: inline-block;
    transition: all 0.3s ease;
}

.lista-objetos:hover {
    color: #ffffff;
    background-color: #ff3c78;
    transform: scale(1.05);
}

/*Aca empieza mi hero */

.seccion-principal {
    background-color: #ffe5ec;
    max-width: 100vw;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0.5rem;
    overflow: hidden;
}

.contenedor-seccion-principal {
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem;
    border: 2px solid #ffe5ec;
    padding: 1.5rem 0.5rem;
    color: #000000;
    background-color: #ffe5ec;
    gap: 1.5rem;
    margin-top: -5vh;
}

.primer-texto {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 800;
    color: #000000;
}

.segundo-texto {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #fb6f92;
    font-weight: bold;
}

.parte-izquierda img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.parte-izquierda {
    margin-left: 0;
    min-width: 0;
    max-width: 350px;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.parte-derecha {
    max-width: 280px;
}

.tercer-texto {
    font-size: 1rem;
}

.botones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.boton,
.boton-contacto {
    background-color: #fb6f92;    
    color: #ffffff;
    border: 2px solid #fb6f92;
    border-radius: 20px;
    width: 100%;
    max-width: 200px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.boton:hover,
.boton-contacto:hover {
    color: #ffffff;
    transform: scale(1.05);
    background-color: #850e35;
}

.boton-compañero {
    display: inline-block;
    width: auto;
    background-color: #fb6f92;    
    color: #ffffff;
    border: 2px solid #fb6f92;
    border-radius: 20px;
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.boton-compañero:hover {
    color: #ffffff;
    transform: scale(1.1);
    background-color: #850e35;
}

.boton-compañero a {
    text-decoration: none;
}

.cuadros {
    padding: 2rem 0;
    background: linear-gradient(to bottom, #ffe5ec, #ffc2d1);
    overflow: hidden;
}

.cuadros ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
    list-style: none;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1200px;
}

.lista-con-iconos li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fb6f92;
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(251, 111, 146, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(251, 111, 146, 0.1);
    cursor: pointer;
    min-width: 130px;
    min-height: 130px;
    flex: 0 0 auto;
    text-align: center;
}

.lista-con-iconos li:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(251, 111, 146, 0.3);
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(251, 111, 146, 0.2);
}

.lista-con-iconos li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.lista-con-iconos li:hover img {
    transform: scale(1.1) rotate(5deg);
}

.seccion-de-materias {
    background: linear-gradient(to bottom, #ffc2d1, #ffe5ec);
    padding: 2rem 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    overflow-x: hidden;
}

.caja-de-materias {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
}

.caja-izquierda {
    display: flex;
    flex-direction: column;
    align-self: center;
    flex: 1;
    max-width: 275px;
    min-width: auto;
    background-color: #ff8fab;
    padding: 1.5rem;
    border-radius: 20px;
    color: white;
}

.caja-izquierda h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-align: center;
}

.caja-izquierda ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.caja-izquierda ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1rem;
}

.caja-derecha {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    max-width: 300px;
    min-width: auto;
}

.caja-materia-en-curso {
    flex: 1;
    background-color: #ff8fab;
    border: 2px solid #ff8fab;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 1.5rem; 
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    min-height: 150px; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    gap: 0.5rem;
}

.caja-materia-en-curso h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.caja-materia-en-curso ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.caja-materia-en-curso ul li {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.caja-materia-en-curso ul li:last-child {
    border-bottom: none;
}

.caja-de-porcentaje {
    background-color: #ff8fab;
    max-width: 275px;
    padding: 1rem;
    border-radius: 15px;
    text-align: center;
    color: white;
}

.caja-de-porcentaje h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.caja-de-porcentaje p {
    font-size: 1.3rem;
    margin: 0;
}

/* Card Habilidades */
.caja-superior {
    margin-top: 70px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    max-width: 350px;
}

.caja-superior h2 {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #2c003e;
}

.programas-iconos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    justify-items: center;
    align-items: center;
    transform: translateY(-15px);
}

.lista-programas {
    display: contents;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-programas li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.programas-iconos img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.programas-iconos img:hover {
    transform: scale(1.2);
}

/* Habilidades tags */
.habilidades {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
    justify-content: center;
    transform: translateY(-10px);
}

.lista-habilidades {
    display: contents;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-habilidades li {
    background-color: #fff1f5;
    color: #ff3c78;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.habilidades li:hover {
    transform: scale(1.1);
}

/*---------------------*/
/* Trabajos destacados */
/*---------------------*/

.mis-trabajos-destacados {
    background-color: #ffe1ec;
    text-align: center;
    padding: 2rem;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.mis-trabajos-destacados h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.titulo-con-estrellas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: #2c003e;
    text-align: center;
}

.titulo-con-estrellas h2 {
    font-size: 1.3rem;
    margin-bottom: 0;
    color: #2c003e;
}

.icono-estrella {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Contenedor de las tarjetas */
.grilla {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* Tarjeta individual */
.caja-de-grilla {
    position: relative;
    background-color: #ff7392;
    padding: 1rem;
    border-radius: 1rem;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

/* Corazón arriba de cada tarjeta - Mobile first */
.caja-de-grilla::before {
    content: '';
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 80px;
    background: url(imagenes/corazon.svg) no-repeat center center;
    background-size: contain;
    z-index: 1;
}

/* Imagen dentro de la tarjeta */
.caja-de-grilla img {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    object-fit: cover;
    object-position: center;
}

/* Icono de corazón arriba */
.icono-corazon {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 100px;
    background: url(imagenes/corazon.svg) no-repeat center center;
    background-size: contain;
    z-index: 1;
}

/* --------------Seccion de filmix*/

.seccion-webapp {
    background-color: #ffe1ec;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
    position: relative;
    min-height: 350px;
    overflow: hidden;
}

.imagenblanca {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.imagenblanca img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fondo-con-efecto {
    z-index: 2;
    border-image-slice: 1;
    position: relative;
    padding: 20px;
    gap: 20px;
    overflow: hidden;
}

/* === IMAGEN LADO IZQUIERDO === */
.imagen-gif {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
}

.imagen-gif img {
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
}

/* === TEXTO LADO DERECHO === */
.texto-webapp {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    max-width: 1000px;
}

/* Contenedor del título con imagen decorativa */
.titulo-con-imagen {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 15px;
    margin-bottom: 0.5rem;
    margin: 0 auto;
}

.titulo-resaltado {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top:2rem
}

/* Imagen decorativa al lado del título */
.imagen-decorativa {
    width: 30px;
    height: 30px;  
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2rem;
}

.botones-proyecto {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    align-items: stretch; 
}

.boton-proyecto {
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    gap: 0.6rem;
    font-size: 0.85rem;
    padding: 0.75rem 1rem;
    width: 100%;
    max-width: 280px;
    min-width: 240px;
    height: 55px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #fb6f92;
    border: 2px solid #fb6f92;
    color: white;
}

.boton-proyecto:hover {
    color: #ffffff;
    transform: scale(1.1);
    background-color: #850e35;
}

.boton-proyecto img {
    width: 22px;
    height: 22px;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    object-fit: contain;
}

.boton-proyecto:hover .icono {
    transform: scale(1.2) rotate(10deg);
}

.boton-proyecto .icono {
    font-size: 1.2rem;
}

.boton-proyecto .texto-boton {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.subtitulo {
    margin-top: 5px;
    font-size: 16px;
    color: #444;
    font-weight: normal;
}

.descripcion {
    margin-top: 15px;
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
    word-wrap: break-word;
}

.titulo-asamblea {
    margin-top: 20px;
    font-size: 20px;
    color: #850e35;
    font-weight: bold;
}

.descripcion-asamblea {
    margin-top: 10px;
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
    word-wrap: break-word;
}

.seccion-equipo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
    background: linear-gradient(to top, #ffc2d1, #ffe5ec);
}

.titulo-equipo {
    font-size: 1.4rem;
    color: #2c003e;
    text-align: left;
    margin-bottom: 1rem;
}

.seccion-de-la-facultad {
    padding: 2rem 1rem;
    background: linear-gradient(to top, #ffe5ec, #ffc2d1);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.facultad-detalle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 350px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.facultad-info {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border: none;
    border-radius: 20px;
    padding: 1.5rem;
    width: 100%;
    max-width: 220px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.facultad-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fb6f92, #ff8fab, #ffc2d1);
    border-radius: 20px 20px 0 0;
}

.facultad-info:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #ffffff, #fff5f7);
}

.facultad-detalle img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 1rem;
    padding: 10px;
    background: linear-gradient(135deg, #fb6f92, #ff8fab);
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    transition: transform 0.3s ease;
}

.facultad-info:hover img {
    transform: scale(1.1) rotate(5deg);
}

.facultad-detalle p {
    font-size: 0.9rem;
    color: #2c3e50;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

.facultad-info h3 {
    color: #fb6f92;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
    text-align: center;
}

footer {
    background-color: #850e35;
    color: white;
    padding: 2rem 0;
    text-align: center;
    border: none;
    font-size: 0.9rem;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-size: cover;
}

.footer-redes {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
    padding: 0 1rem;
    z-index: 1;
}

.footer-redes a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-redes a:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.footer-redes a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.footer-redes a:hover img {
    transform: scale(1.2);
}

footer p {
    margin: 1rem 0;
    padding: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

footer p:first-of-type {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1rem;
}


/*//!-----------Tamaño para pantallas chicas-medianas (481px+) ------------------ */

@media (min-width: 481px) {
    header {
        display: flex;
        flex-direction: column;
        padding: 1rem 2rem;
    }

    .logo-y-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lista {
        display: flex;
    }

    .imglogo {
        margin: 0 auto;
        padding-bottom: 1rem;
    }

    .lista-objetos {
        font-size: 15px;
    }

    .contenedor-seccion-principal {
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;

    }

    .parte-izquierda {
        margin-left: 0;
        min-width: 0;
        max-width: 350px;
        max-height: 350px;
        margin: 0 auto;
    }

    .primer-texto {
        font-size: 1.5rem;
        margin-top: 35px;
    }

    .segundo-texto {
        font-size: 1rem;
    }

    /* Seccion webapp responsive */
    .seccion-webapp {
        padding: 40px 15px;
        min-height: 400px;
        overflow: hidden;
    }

    .imagen-gif img {
        max-width: 250px;
    }

    .icono-estrella {
        width: 30px;
        height: 30px;
    }

    .titulo-con-imagen {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        margin-top: 15px;
    }

    .titulo-con-estrellas h2 {
        font-size: 2rem;
    }
    .grilla {
        display: flex;
        gap: 2rem;
        justify-content: center;
    }

    .titulo-resaltado {
        font-size: 1.5rem;
    }

    .imagen-decorativa {
        width: 35px;
        height: 35px;
    }

    /* Historia académica responsive */
    .seccion-de-materias {
        background: linear-gradient(to bottom, #ffc2d1, #ffe1ec);
        padding: 3rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .caja-de-materias {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .caja-izquierda,
    .caja-derecha {
        min-width: auto;
        flex: none;
    }
    
    .caja-superior {
        display: flex;
        flex-direction: column;
    }

    .caja-materia-en-curso {
        flex: 1;
        background-color: #ff8fab;
        border: 2px solid #ff8fab;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 1.5rem; 
        color: #fff;
        font-size: 1.1rem;
        text-align: center;
        min-height: 150px; 
        display: flex;
        flex-direction: column;
        justify-content: center; 
        gap: 0.5rem;
    }

    .caja-de-grilla::before {
        content: '';
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 180px;
        height: 90px;
        background: url(imagenes/corazon.svg) no-repeat center center;
        background-size: contain;
        z-index: 1;
    }

    .seccion-de-la-facultad {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 3rem;
    }

    .facultad-detalle {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
        max-width: 550px;
    }

    .facultad-info {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 1.5rem;
        overflow: hidden;
    }

    .facultad-info h3 {
        font-size: 1.1rem;
        text-align: center;
    }

    .facultad-detalle p {
        font-size: 0.8rem;
        text-align: center;
    }

    .facultad-detalle img {
        width: 65px;
        height: 60px;
        margin: 0 auto 1rem auto;
        display: block;
    }

    footer .footer-redes {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    footer p {
        font-size: 0.7rem;
    }

    .facultad-detalle {
        flex-direction: column;
        gap: 1rem;
    }

    .contenedor-de-la-lista {
        display: flex;
    }

    .cuadros ul {
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .lista-con-iconos li {
        font-size: 0.9rem;
        padding: 0.8rem;
        min-width: 130px;
        min-height: 130px;
    }
    
    .lista-con-iconos li img {
        width: 60px;
        height: 60px;
    }

    .boton-mobile,
    .boton-desktop,
    .boton-video {
        height: 60px;
        min-height: 60px;
        max-height: 60px;
        width: 100%;
        max-width: 300px;
        min-width: 260px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.85rem 1.2rem;
        font-size: 0.9rem;
        gap: 0.7rem;
    }

    .boton-video img,
    .boton-mobile img,
    .boton-desktop img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        flex-shrink: 0;
    }
}

/*//!-----------Tamaño para pantallas medianas (769px+) ------------------ */

@media (min-width: 769px) {
    header {
        display: flex;
        flex-direction: column;
    }

    .logo-y-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lista {
        display: flex;
    }

    .imglogo {
        margin: 0 auto;
        padding-bottom: 1rem;
    }

    .lista-objetos {
        font-size: 15px;
    }

    .contenedor-seccion-principal {
        flex-direction: row;
        padding: 2rem;
        gap: 2rem;
        align-items: center;
    }

    .parte-izquierda {
        margin-left: 0;
        min-width: 0;
        max-width: 400px;
        max-height: 400px;
        margin: 0 auto;
    }
        .parte-derecha {
        flex: 1; 
        max-width: none;
    }

    .caja-de-grilla::before {
        content: '';
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 190px;
        height: 95px;
        background: url(imagenes/corazon.svg) no-repeat center center;
        background-size: contain;
        z-index: 1;
    }

    .primer-texto {
        font-size: 2rem;
        text-align: left;
    }

    .segundo-texto {
        font-size: 1rem;
        text-align: left;
    }
    .tercer-texto {
        text-align: left; 
    }
        .botones {
        justify-content: flex-start; 
        flex-direction: row; 
        gap: 1rem; 
    }

    .boton,
    .boton-contacto {
        width: auto; 
        max-width: none; 
    }
    
    .grilla {
        display: flex;
        gap: 2rem;
        justify-content: center;
    }

    /* Seccion webapp responsive */
    .seccion-webapp {
        padding: 40px 15px;
        min-height: 400px;
        overflow: hidden;
    }

    .imagen-gif img {
        max-width: 400px;
    }

    .titulo-con-imagen {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        margin-top: 15px;
    }

    .titulo-resaltado {
        font-size: 1.5rem;
    }

    .imagen-decorativa {
        width: 50px;
        height: 50px;
    }

    .seccion-de-materias {
        background: linear-gradient(to bottom, #ffc2d1, #ffe1ec);
        padding: 3rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .caja-de-materias {
        width: 100%;
        max-width: 800px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 1.5rem;
    }
    
    .caja-izquierda {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
    
    /* Materias en Curso + Porcentaje - Segunda columna */
    .caja-derecha {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .caja-de-porcentaje {
        width: 100%;
        background-color: #ff8fab;
        padding: 1.5rem;
        border-radius: 20px;
        text-align: center;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 300px;
    }
    
    /* Habilidades - Ocupa toda la segunda fila */
    .caja-superior {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 2rem;
        border-radius: 20px;
        color: white;
    }

    .caja-superior .titulo-con-estrellas {
        width: 100%;
        justify-content: center;
        margin-bottom: 2rem;
        padding-top: 1rem;
    }

    .caja-superior h2 {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0;
    }

    /* Iconos de programas */
    .programas-iconos {
        gap: 1rem;
        justify-items: center;
        align-items: center;
            transform: translateY(5px);

    }

    .lista-programas {
        display: contents;
    }

    .programas-iconos img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    /* Tags de habilidades */
    .habilidades {
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
        justify-content: center;
        margin-bottom: 20px;
    }

    .lista-habilidades {
        display: contents;
    }

    .lista-habilidades li {
        background-color: #fff1f5;
        color: #ff3c78;
        padding: 0.6rem 1rem;
        border-radius: 20px;
        font-size: 0.9rem;
        text-align: center;
    }

    .caja-materia-en-curso {
        width: 100%;
        background-color: #ff8fab;
        border: 2px solid #ff8fab;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 1.2rem; 
        color: #fff;
        font-size: 0.95rem;
        text-align: center;
        min-height: 200px; 
        display: flex;
        flex-direction: column;
        justify-content: center; 
        gap: 0.3rem;
        max-width: 300px;
    }

    .caja-materia-en-curso h2 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .caja-materia-en-curso ul li {
        font-size: 0.85rem;
        padding: 0.25rem 0;
    }

    /* Sección de la facultad */
    .seccion-de-la-facultad {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 3rem 2rem;
    }

    .facultad-detalle {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        width: 100%;
        max-width: 700px;
        justify-items: center;
    }

    .facultad-info {
        width: 100%;
        max-width: 300px;
    }

    .facultad-info:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 300px;
        justify-self: center;
    }

    footer .footer-redes {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    footer p {
        font-size: 0.7rem;
    }

    .imgmenu {
        width: 40px;
        height: 35px;
        cursor: pointer;
        object-fit: contain;
    }
    
    .contenedor-de-la-lista {
        display: flex;
    }

    .cuadros ul {
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .lista-con-iconos li {
        font-size: 0.9rem;
        padding: 0.8rem;
        min-width: 130px;
        min-height: 130px;
    }
    
    .lista-con-iconos li img {
        width: 60px;
        height: 60px;
    }
}

/*//!-----------Tamaño para pantallas grandes (1024px+) ------------------ */

@media (min-width: 1024px) {

    header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 2rem;
    }

    .logo-y-menu {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .imglogo {
        width: 6rem;
        margin: 0;
        padding: 1rem;
    }

    .contenedor-de-la-lista {
        width: auto;
        flex: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .lista {
        display: flex;
        justify-content: center;
        gap: 2rem;
    }

    .lista-objetos {
        font-size: 18px;
        padding: 0.5rem 1rem;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .lista-objetos:hover {
        color: #ffffff;
        background-color: #850e35;
        transform: scale(1.05);
    }

    .seccion-principal {
        padding-top: 2rem;
    }

    .contenedor-seccion-principal {
        max-width: 1400px;
        flex-direction: row;
        gap: 4rem;
    }

    .parte-izquierda {
        max-width: 400px;
        max-height: 600px;
        min-width: 400px;
        margin-left: 50px;
    }

    .parte-derecha {
        max-width: none;
    }

    .primer-texto {
        font-size: 2.5rem;
    }

    .segundo-texto {
        font-size: 1.25rem;
    }

    .botones {
        display: flex;
        justify-content: start;
        gap: 1rem;
        margin-top: 2.5rem;
        flex-direction: row;
    }

    .boton,
    .boton-contacto {
        width: auto;
        max-width: none;
        padding: 0.75rem 2rem;
        font-size: 1.125rem;
    }

    .icono-estrella {
        width: 35px;
        height: 35px;
    }

    .seccion-webapp {
        padding: 60px 20px;
        min-height: 500px;
    }

    .imagen-gif {
        order: 0;
    }

    .imagen-gif img {
        max-width: 500px;
    }

    .titulo-con-imagen {
        gap: 1rem;
        margin-top: 0;
        justify-content: flex-start;
    }

    .titulo-resaltado {
        font-size: 1.8rem;
    }

    .imagen-decorativa {
        width: 50px;
        height: 50px;
    }

    .boton-proyecto {
        font-size: 1rem;
        padding: 1rem 1.5rem;
        height: 65px;
        width: auto;
        min-width: 280px;
        max-width: 350px;
        gap: 0.8rem;
    }

    .boton-proyecto img {
        width: 26px;
        height: 26px;
    }

    .boton-proyecto .icono {
        font-size: 1.5rem;
    }

    .descripcion {
        font-size: 14px;
    }

    .descripcion-asamblea {
        font-size: 14px;
    }

    .cuadros {
        overflow: visible;
    }

    .cuadros ul {
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .lista-con-iconos li {
        font-size: 1rem;
        padding: 1rem;
        min-width: 150px;
        min-height: 150px;
    }

    .lista-con-iconos li img {
        width: 80px;
        height: 80px;
    }

    .seccion-de-materias {
        background: linear-gradient(to bottom, #ffc2d1, #ffe1ec);
        padding: 3rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .caja-de-materias {
        width: 100%;
        max-width: 800px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 1.5rem;
        padding: 0;
        align-items: stretch;
    }
    
    .caja-izquierda {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        align-self: auto;
    }
    
    .caja-derecha {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        justify-content: flex-start;
        align-items: stretch;
    }

    .caja-de-porcentaje {
        width: 100%;
        max-width: none;
        background-color: #ff8fab;
        padding: 1.5rem;
        border-radius: 20px;
        text-align: center;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 350px;
    }
    .caja-izquierda ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
}
    
    /* Habilidades - Ocupa toda la segunda fila */
    .caja-superior {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        width: 100%;
        display: contents;
    }

    .caja-superior .titulo-con-estrellas {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        width: 100%;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .caja-superior .titulo-con-estrellas .icono-estrella {
        width: 40px;
        height: 40px;
        align-self: center;
    }

    .caja-superior h2 {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0;
    }

    /* Iconos de programas */
    .programas-iconos {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        display: grid;
        justify-content: center;
        justify-items: center;
        align-items: start;
    }

    .lista-programas {
        display: contents;
    }

    .programas-iconos img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    /* Tags de habilidades */
    .habilidades {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        align-items: start;
    }

    .lista-habilidades {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .lista-habilidades li {
        background-color: #fff1f5;
        color: #850e35;
        padding: 0.6rem 1rem;
        border-radius: 20px;
        font-size: 0.9rem;
        text-align: center;
    }

    .caja-materia-en-curso {
        width: 100%;
        background-color: #ff8fab;
        border: 2px solid #ff8fab;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 1.2rem; 
        color: #fff;
        font-size: 0.95rem;
        text-align: center;
        min-height: 200px; 
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center; 
        gap: 0.3rem;
        max-width: 350px;
        max-height: 100px;
    }

    .caja-materia-en-curso h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .caja-materia-en-curso ul li {
        font-size: 1.2rem;
        padding: 0.25rem 0;
    } 

    .grilla {
        display: flex;
        gap: 2rem;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .caja-de-grilla::before {
        content: '';
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 100px;
        background: url(imagenes/corazon.svg) no-repeat center center;
        background-size: contain;
        z-index: 1;
    }

    .seccion-de-la-facultad {
        padding: 3rem 5rem;
    }

    .facultad-detalle {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        gap: 2rem;
        max-width: 1200px;
        width: 100%;
    }

    .facultad-info {
        width: 100%;
        max-width: none;
        margin: 0;
        display: flex; 
        flex-direction: column; 
        justify-content: space-between;
        padding: 1.5rem;
        min-height: 100%; 
    }

    .facultad-info:nth-child(3) {
        grid-column: auto;
        max-width: none; 
        justify-self: auto;
    }

    .facultad-info h3 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem; 
    }

    .facultad-detalle p {
        font-size: 0.85rem;
        flex-grow: 1;
        align-items: flex-start; 
    }

    .facultad-detalle img {
        width: 65px;
        height: 65px;
        margin: 0 auto 1rem auto; 
        display: block;
        flex-shrink: 0; 
    }

    footer p {
        font-size: 0.8rem;
    }

    footer p:first-of-type {
        font-size: 0.9rem;
    }
}