.presentacion{
    width: 100%;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(/static/img/fondo\ presentacion.png);
    background-size: cover;
    background-position: center;

    color: white;
}

.contenido-presentacion{
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 5vh;
}

#titulo-presentacion{
    text-align: center;

    max-width: 55%;
    line-height: 0.9;
    font-size: 15vh;
}

#titulo-presentacion span{
    color: var(--color-principal);
}

#texto-presentacion{
    color: var(--color-gris-propio);
    font-size: 2vh;
    max-width: 42%;
    text-align: center;
}

.botones-presentacion{
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 2vh;
}

.boton-principal{
    cursor: pointer;
    padding: 1.5vh 3vh;

    border-radius: 0.2vh;
    border: none;
    background-color: var(--color-principal);
}

.boton-principal .flecha-boton-principal{
    display: inline-block;

    transition: 0.3s ease;
}

.boton-principal:hover .flecha-boton-principal{
    transform: translateX(1vh);
}

.boton-secundario{
    cursor: pointer;
    padding: 1.5vh 3vh;

    border-radius: 0.2vh;
    border: 1px solid var(--color-gris-propio);
    background-color: transparent;
    color: white;

    transition: 0.2s;
}

.boton-secundario:hover{
    transition: 0.2s;

    border: 1px solid var(--color-principal);
    color: var(--color-principal);
}

.informacion-resumida{
    width: 100%;
    height: 80vh;

    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/static/img/Fondo\ seccion\ 1.png);
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contenido-informacion-resumida{
    width: 80%;

    display: flex;
    align-items: center;
    justify-content: space-around;

}

.contenido-informacion-resumida img{
    border: 1px solid var(--color-gris-apagado);
    border-radius: 0.2vh;
    width: 50vh;
}

.texto-informacion-resumida{
    width: 40%;
    height: 50vh;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

    color: white;
}

#texto-final-informacion{
    color: white;
}

#texto-final-informacion span{
    color: var(--color-principal);
}

.boton-mas-info{
    cursor: pointer;

    padding: 1.5vh 3vh;

    border: 1px solid var(--color-principal);
    border-radius: 0.2vh;

    background-color: transparent;

    color: var(--color-principal);

    transition: 0.2s;
}

.flecha-boton-mas-info{
    display: inline-block;

    transition: 0.3s ease;
}

.boton-mas-info:hover{
    transition: 0.2s;

    background-color: var(--color-principal);
    color: black;
}

.boton-mas-info:hover .flecha-boton-mas-info{
    transform: translateX(1vh);
}

.objetivos-resumidos{
    width: 100%;
    height: 80vh;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(/static/img/fondo\ objetivos\ resumidos.png);
    background-size: cover;
    background-position: center;
}

.contenido-objetivos-resumidos{
    height: 80%;
    width: 70%;

    color: white;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.contenido-objetivos-resumidos h2{
    max-width: 45%;
}

.texto-difuminado.objetivos{
    max-width: 60%;
}

.caja-objetivos-resumidos{
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.objetivo-resumido{
    height: 12vh;

    padding: 2vh 1vh;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;

    border: 1px dashed var(--color-gris-apagado);
    border-radius: 0.2vh;

    background-color: rgba(0, 0, 0, 0.5);

    transition: 0.2s;
}

.objetivo-resumido:hover{
    transition: 0.2s;

    border: 1px dashed var(--color-principal);
    background-color: rgba(0, 0, 0, 0.8);
}

.objetivo-resumido.actual{
    width: 100%;
    border: 1px solid var(--color-principal);
}

.referencia-objetivo-resumido{
    padding: 0.5vh 1vh;
    
    border: 1px solid var(--color-gris-apagado);
    border-radius: 0.2vh;

    color: var(--color-principal);
}

.texto-objetivo-resumido-general{
    width: 100%;
    display: flex;
    flex-direction: column;

    gap: 0.5vh;
}

.titulo-objetivo-resumido{
    font-weight: bold;
}

.texto-objetivo-resumido{
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ver-todos-los-ojetivos{
    width: 100%;
    height: 10vh;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 1px solid var(--color-gris-apagado);
    border-radius: 0.2vh;

    background-color: rgba(0, 0, 0, 0.7);
}

.ver-todos-los-ojetivos p{
    margin-left: 4vh;
}

.ver-todos-los-ojetivos a{
    margin-right: 4vh;
}

.ultimos-videos-yt{
    width: 100%;
    height: 75vh;

    background-color: var(--color-fondo);

    display: flex;
    align-items: center;
    justify-content: center;
}

.contenido-videos-yt{
    height: 80%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

#caja-videos-yt{
    display: flex;
    gap: 2vh;
}

.video-yt{
    width: 40vh;
    height: 30vh;

    background-color: var(--color-gris-apagado);
    border: 1px solid var(--color-gris-propio);
    border-radius: 0.5vh;
}

.video-yt:hover{
    border: 1px solid var(--color-principal);
}

.video-yt a{
    width: 100%;
    height: 100%;

    color: white;
    text-decoration: none;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.imagen-video{
    width: 100%;
    border-radius: 0.4vh 0.4vh 0 0;

    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

.informacion-video{
    width: 90%;
    margin-bottom: 1vh;

    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.informacion-video h3{
    text-align: left;
    font-size: 1.5vh;

    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.estadisticas-general{
    margin-left: -0.75vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.estadisticas-video{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vh;
}

.estadisticas-video p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2vh;
}

.icono-like{
    transform: scale(80%);
}

.caja-boton-videos{
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.ultimas-publicaciones-x{
    width: 100%;
    height: 75vh;

    background-color: var(--color-fondo);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contenido-publicaciones-x{
    width: 70%;
    height: 90%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.contenedor-publicaciones{
    width: 100%;
    height: 30vh;

    background-color: var(--color-gris-apagado);
    
    border: 1px dashed var(--color-gris-propio);
    border-radius: 0.5vh;
    
    color: var(--color-gris-propio);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 2vh;
}

.logo-x{
    width: 5vh;
    filter: grayscale(100%) opacity(40%) !important;
}

.texto-proximamente{
    text-transform: uppercase;
    letter-spacing: 0.2vh;
}

.caja-boton-x{
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.unirse-mision{
    width: 100%;
    height: 75vh;

    background-color: var(--color-fondo);

    display: flex;
    align-items: center;
    justify-content: center;
}

.contenido-unirse-mision{
    width: 75%;
    height: 50vh;

    border: 1px solid var(--color-gris-apagado);
    border-radius: 0.5vh;

    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(/static/img/Fondo-mision.PNG);
    background-position: center;
    background-size: cover;

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 4vh;
}

.contenido-unirse-mision p{
    max-width: 50%;
    text-align: center;
}

.caja-botones-mision{
    display: flex;
    align-items: center;
    gap: 2vh;
}

.boton-brillante{
    cursor: pointer;
    padding: 1.5vh 3vh;

    border-radius: 0.2vh;
    border: none;
    background-color: var(--color-principal);

    transition: 0.3s;
}

.boton-brillante:hover{
    transition: 0.3s;

    box-shadow: 0px 0px 15px var(--color-principal);
}

/* ============================================= */
/* RESPONSIVE - TABLET Y MÓVIL                    */
/* ============================================= */
 
/* Tablet */
@media (max-width: 1024px){
    #titulo-presentacion{
        max-width: 80%;
        font-size: 9vh;
    }
 
    #texto-presentacion{
        max-width: 65%;
    }
 
    .informacion-resumida{
        height: auto;
        padding: 6vh 0;
    }
 
    .contenido-informacion-resumida{
        width: 88%;
        flex-direction: column;
        gap: 4vh;
    }
 
    .contenido-informacion-resumida img{
        width: 100%;
        max-width: 50vh;
    }
 
    .texto-informacion-resumida{
        width: 100%;
        height: auto;
        gap: 2vh;
    }
 
    .objetivos-resumidos{
        height: auto;
        padding: 6vh 0;
    }
 
    .contenido-objetivos-resumidos{
        width: 85%;
        height: auto;
        gap: 3vh;
    }
 
    .contenido-objetivos-resumidos h2{
        max-width: 75%;
    }
 
    .texto-difuminado.objetivos{
        max-width: 100%;
    }
 
    .caja-objetivos-resumidos{
        flex-wrap: wrap;
        gap: 2vh;
    }
 
    .objetivo-resumido{
        width: 100%;
    }
 
    .ultimos-videos-yt{
        height: auto;
        padding: 6vh 0;
    }
 
    .contenido-videos-yt{
        width: 88%;
        height: auto;
        gap: 3vh;
    }
 
    #caja-videos-yt{
        flex-wrap: wrap;
        justify-content: center;
    }
 
    .ultimas-publicaciones-x{
        height: auto;
        padding: 6vh 0;
    }
 
    .contenido-publicaciones-x{
        width: 88%;
        height: auto;
        gap: 3vh;
    }
 
    .unirse-mision{
        height: auto;
        padding: 6vh 0;
    }
 
    .contenido-unirse-mision{
        width: 88%;
        height: auto;
        padding: 5vh 3vh;
        gap: 3vh;
    }
 
    .contenido-unirse-mision p{
        max-width: 80%;
    }
}
 
/* Móvil */
@media (max-width: 600px){
    .presentacion{
        padding: 0 0vw;
    }
 
    #titulo-presentacion{
        max-width: 100%;
        font-size: 6.5vh;
    }
 
    #texto-presentacion{
        max-width: 100%;
        font-size: 1.5vh;
    }
 
    .botones-presentacion{
        flex-direction: column;
        width: 100%;
        gap: 1.5vh;
    }
 
    .boton-principal,
    .boton-secundario{
        width: 100%;
        text-align: center;
    }
 
    .contenido-informacion-resumida img{
        max-width: 100%;
    }
 
    .contenido-objetivos-resumidos h2{
        max-width: 100%;
    }
 
    .caja-objetivos-resumidos{
        flex-direction: column;
    }
 
    .objetivo-resumido{
        height: auto;
        min-height: 12vh;
    }
 
    .ver-todos-los-ojetivos{
        height: auto;
        flex-direction: column;
        gap: 2vh;
        padding: 3vh 0;
    }
 
    .ver-todos-los-ojetivos p{
        margin-left: 0;
        text-align: center;
    }
 
    .ver-todos-los-ojetivos a{
        margin-right: 0;
    }
 
    #caja-videos-yt{
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
 
    .video-yt{
        width: 100%;
        max-width: 40vh;
    }
 
    .contenido-unirse-mision p{
        max-width: 100%;
    }
 
    .caja-botones-mision{
        flex-direction: column;
        width: 100%;
        gap: 1.5vh;
    }
 
    .caja-botones-mision button{
        width: 100%;
    }
}
 