@charset "UTF-8";

/*
==============================================
ESCRITORIO <= 1920
==============================================
*/

@media (max-width:1920px) {
    
/*/ BODY /*/
    
/* Vacío */

#vacio-index {
    height: 80px;
}

/* Líneas */

.lineas-02 {
    border-top: 0.10rem solid black;
}

/*/ NAVEGACIÓN /*/

/* Barra menú */

#menu {
    height: 80px;
}

#start a,
#abrir a,
#cerrar a,
#close-p a,
#close a {
    line-height: 80px !important;
}

/*/ CARRUSEL EDITORIAL /*/

.carrusel-item {
    margin-right: 1.6%;
}

/*/ GALERÍA PROYECTOS /*/

.galeria-proyectos {
    gap: 2rem 2rem;
}

/*/ GALERÍA COLECCIÓN /*/

.galeria-coleccion {
    gap: 2rem 2rem;
}

/*/ SISTEMA MODULAR DE PROYECTOS /*/

.project-block {
    margin-bottom: 2rem;
}

.project-block--grid {
    gap: 2rem;
    margin-bottom: 2rem;
}

.project-block--gallery {
    gap: 2rem;
    margin-bottom: 2rem;
}

/*/ LOGOFOLIO /*/

.grid-logos {
    gap: 2rem 2rem;
}
    
}




/*
==============================================
PORTÁTIL <= 1680
==============================================
*/

@media (max-width:1680px) {

/*/ BODY /*/

/* Líneas */

.lineas {
    border-top: 0.05rem solid black;
}

/*/ NAVEGACIÓN /*/

/* Logo menú */

#start a {
    font-size: 1.8vw;
}

/* Iconos menú */

#abrir a,
#cerrar a,
#close-p a,
#close a {
    font-size: 7vw;
}

/* Índice */

#indice {
    margin: 8% 3% 0 3% !important;
}

#indice a {
    background-size: 0% 0.20rem;
}

#indice a:hover,
#indice a:focus {
    background-size: 100% 0.20rem;
}

/*/ HEADER /*/

/* Intro */

#carta-col02 p {
    width: 95%;
    font-size: 1.6vw;
    letter-spacing: 1.1px;
}

/* Info proyectos */

.bloque-a p,
.bloque-b p {
    font-size: 1.3vw;
}

.bloque-b a {
    background-size: 0% 0.05rem;
}

.bloque-b a:hover {
    background-size: 100% 0.05rem;
}

.info-col.derecha p {
    width: 94%;
    font-size: 1.6vw;
    letter-spacing: 1.1px;
}

/*/ MAIN /*/

#design {
    line-height: 1.15em;
}

/* Carrusel editorial */

.carrusel-item .abstract-home {
    font-size: 1.3vw;
}

/*/ GALERÍA PROYECTOS /*/

/* Filtros */

.filtros-galeria .filtro {
    font-size: 1.4vw;
}

/* Galería */

.galeria-proyectos {
    gap: 1.8rem 1.8rem;
}

.proyecto .abstract {
    font-size: 1.3vw;
}

/*/ SISTEMA MODULAR DE PROYECTOS /*/

.project-block {
    margin-bottom: 1.8rem;
}

.project-block--grid {
    gap: 1.8rem;
    margin-bottom: 1.8rem;
}

.project-block--gallery {
    gap: 1.8rem;
    margin-bottom: 1.8rem;
}

/*/ MARQUESINAS /*/

/* Marquesina disciplinas */

.marquee-fil {
    width: 101%;
}

/* Marquesina clientes */

.marquee-cliente {
    width: 232%;
}

/*/ CTA INDEX /*/

#cta a {
    font-size: 1.6vw;
    padding: 2% 10%;
    border-width: 0.05rem;
}

/*/ LOGOFOLIO /*/

.grid-logos {
    gap: 1.8rem 1.8rem;
}

.logo-text h2 {
    font-size: 1.2vw;
}

/*/ FLECHAS /*/

#flechas {
    gap: 5vw;
}

#flechas .flecha {
    font-size: 4.5vw;
}

/*/ RESUMEN /*/

#resumen h2 {
    font-size: 2.2vw;
}

/*/ SOBRE MÍ /*/

#introcv {
    line-height: 1.15em;
    margin: 5% 0 12% 0;
}

/*/ ACORDEÓN /*/

main .acordeon-titulo {
    padding: 0.3% 0 !important;
}

main .acordeon-icono {
    font-size: 6vw;
}

/* Columna derecha */

main .acordeon-contenido .columna:not(.columna-izquierda) p {
    font-size: 1.6vw;
    letter-spacing: 1.1px;
    margin: 0 0 3% 0;
}

/* Descargar CV */

main .acordeon-contenido #boton-des {
    font-size: 1.6vw;
    border-width: 0.05rem;
    letter-spacing: 1.1px;
    padding: 4% 18%;
}

/*/ COLECCIÓN /*/

/* Galería colección */

.galeria-coleccion {
    gap: 1.8rem 1.8rem;
}

/*/ FOOTER /*/

#pie-movil {
    display: none;
}

#directorio a {
    font-size: 1.8vw;
    background-size: 0% 0.10rem;
}

#directorio a:hover,
#directorio a:focus {
    background-size: 100% 0.10rem;
}

#infopie {
    font-size: 1.8vw;
}

#rrsspie a {
    font-size: 1.8vw;
    background-size: 0% 0.10rem;
}

#rrsspie a:hover,
#rrsspie a:focus {
    background-size: 100% 0.10rem;
}

/* Legales */

#legales {
    font-size: 0.95vw;
}

/*/ BOTÓN SUBIR /*/

#js_up {
    right: 0.5%;
}

.btn-subir {
    font-size: 5.3vw;
    margin-bottom: 150%;
}
    
}




/*
==============================================
TABLET HORIZONTAL <= 1280
==============================================
*/

@media (max-width:1280px) {

/*/ NAVEGACIÓN /*/

/* Logo menú */

#start a {
    font-size: 2.2vw;
}

/* Iconos menú */

#abrir a,
#cerrar a,
#close a,
#close-p a {
    font-size: 8.5vw;
}

/* Índice */

#indice {
    margin: 10% 3% 0 3% !important;
}

#indice a {
    font-size: 4.5vw;
    background-size: 0% 0.15rem;
}

#indice a:hover,
#indice a:focus {
    background-size: 100% 0.15rem;
}

/* Animación índice */

#frase-auto {
    font-size: 5.2vw;
}

/*/ HEADER /*/

/* Intro */

#carta-col02 p {
    font-size: 1.8vw;
    width: 100%;
}

/* Logo modular */

#modular {
    padding-top: 20%;
    font-size: 12vw;
}

/* Logo salir a ganar */

#logosaliraganar img {
    width: 65%;
    height: 65%;
    padding-top: 0;
}

/* Logo stihl */

#logostihl img {
    width: 18%;
    height: auto;
}

/* Info proyectos */

.bloque-a p,
.bloque-b p {
    font-size: 1.5vw;
    line-height: 1.2em;
    margin: 0 0 0.4rem 0;
}

.info-col.derecha p {
    width: 100%;
    font-size: 1.8vw;
}

/*/ MAIN /*/

#design {
    font-size: 3.5vw;
    line-height: 1.2em;
    letter-spacing: 0.5px;
}

/* Carrusel editorial */

.carrusel-item .abstract-home {
    font-size: 1.5vw;
}

.carrusel-timeline {
    height: 2px;
}

/*/ GALERÍA PROYECTOS /*/

/* Filtros */

.filtros-galeria {
    gap: 1.2rem;
}

.filtros-galeria .filtro {
    font-size: 1.7vw;
    background-size: 0% 0.05rem;
}

.filtros-galeria .filtro:hover {
    color: white;
    background-size: 100% 0.05rem;
}

.filtros-galeria .filtro.activo {
    color: #effc98;
    background-size: 100% 0.05rem;
}

/* Galería proyectos */

.galeria-proyectos {
    gap: 1.3rem 1.3rem;
}

.proyecto .abstract {
    font-size: 1.5vw;
}

/*/ SISTEMA MODULAR DE PROYECTOS /*/

.project-block {
    margin-bottom: 1.3rem;
}

.project-block--grid {
    gap: 1.3rem;
    margin-bottom: 1.3rem;
}

.project-block--gallery {
    gap: 1.3rem;
    margin-bottom: 1.3rem;
}

/*/ CTA INDEX /*/

#cta a {
    font-size: 1.8vw;
    letter-spacing: 1px;
}

/*/ MODULAR TYPE /*/

/* Iris */

#iris {
    padding-bottom: 6%;
}

.titulo-iris {
    margin-left: 5%;
    font-size: 5vw;
}

.abc {
    margin-left: 5%;
    font-size: 1.5vw;
}

.iris-type {
    margin-left: 5%;
    font-size: 7vw;
    padding-bottom: 6%;
    padding-top: 6%;
}

.iris-type-mediana {
    display: none;
}

.iris-type-movil {
    display: none;
}

#texto-iris {
    margin-left: 5%;
    font-size: 1.7vw;
    padding-bottom: 3%;
}

#boton-iris {
    width: 16%;
    height: 50px;
    font-size: 1.7vw;
    margin-left: 5%;
    padding: 1.5%;
}

/* Cloven regular */

#cloven-regular {
    padding-bottom: 6%;
    margin-top: 3%;
}

.titulo-cloven-regular {
    margin-left: 5%;
    font-size: 5vw;
}

.abc-cloven-regular {
    margin-left: 5%;
    font-size: 1.5vw;
}

.cloven-regular-type {
    margin-left: 5%;
    font-size: 11vw;
    line-height: 1.2em;
    padding-bottom: 6%;
    padding-top: 6%;
}

.cloven-regular-mediana {
    display: none;
}

.cloven-regular-movil {
    display: none;
}

#texto-cloven-regular {
    margin-left: 5%;
    font-size: 1.7vw;
    padding-bottom: 3%;
}

#boton-cloven-regular {
    width: 16%;
    height: 50px;
    font-size: 1.7vw;
    margin-left: 5%;
    padding: 1.5%;
}

/* Cloven bold */

#cloven-bold {
    padding-bottom: 6%;
    margin-top: 3%;
}

.titulo-cloven-bold {
    margin-left: 5%;
    font-size: 5vw;
}

.abc-cloven-bold {
    margin-left: 5%;
    font-size: 1.5vw;
}

.cloven-bold-type {
    margin-left: 5%;
    font-size: 11vw;
    line-height: 1.2em;
    padding-bottom: 6%;
    padding-top: 6%;
}

.cloven-bold-mediana {
    display: none;
}

.cloven-bold-movil {
    display: none;
}

#texto-cloven-bold {
    margin-left: 5%;
    font-size: 1.7vw;
    padding-bottom: 3%;
}

#boton-cloven-bold {
    width: 16%;
    height: 50px;
    font-size: 1.7vw;
    margin-left: 5%;
    padding: 1.5%;
}

/* Mambo */

#mambo {
    padding-bottom: 6%;
    margin-top: 3%;
}

.titulo-mambo {
    margin-left: 5%;
    font-size: 5vw;
}

.abc-mambo {
    margin-left: 5%;
    font-size: 1.5vw;
}

.mambo-type {
    margin-left: 5%;
    font-size: 9vw;
    padding-bottom: 6%;
    padding-top: 6%;
}

.mambo-mediana {
    display: none;
}

.mambo-movil {
    display: none;
}

#texto-mambo {
    margin-left: 5%;
    font-size: 1.7vw;
    padding-bottom: 3%;
}

#boton-mambo {
    width: 16%;
    height: 50px;
    font-size: 1.7vw;
    margin-left: 5%;
    padding: 1.5%;
}

/* Land */

#land {
    padding-bottom: 6%;
    margin-top: 3%;
}

.titulo-land {
    margin-left: 5%;
    font-size: 5vw;
}

.abc-land {
    margin-left: 5%;
    font-size: 1.5vw;
}

.land-type {
    margin-left: 5%;
    font-size: 10vw;
    line-height: 1.3em;
    padding-bottom: 6%;
    padding-top: 6%;
}

.land-mediana {
    display: none;
}

.land-movil {
    display: none;
}

#texto-land {
    margin-left: 5%;
    font-size: 1.7vw;
    line-height: 1.4em;
    padding-bottom: 3%;
}

#boton-land {
    width: 16%;
    height: 50px;
    font-size: 1.7vw;
    margin-left: 5%;
    padding: 1.5%;
}

/* Building */

#building {
    padding-bottom: 6%;
    margin-top: 3%;
}

.titulo-building {
    margin-left: 5%;
    font-size: 5vw;
}

.abc-building {
    margin-left: 5%;
    font-size: 1.5vw;
}

.building-type {
    margin-left: 5%;
    font-size: 12vw;
    padding-bottom: 6%;
    padding-top: 6%;
}

.building-mediana {
    display: none;
}

.building-movil {
    display: none;
}

#texto-building {
    margin-left: 5%;
    font-size: 1.7vw;
    padding-bottom: 3%;
}

#boton-building {
    width: 16%;
    height: 50px;
    font-size: 1.7vw;
    margin-left: 5%;
    padding: 1.5%;
}

/* Thorn */

#thorn {
    padding-bottom: 6%;
    margin-top: 3%;
}

.titulo-thorn {
    margin-left: 5%;
    font-size: 5vw;
}

.abc-thorn {
    margin-left: 5%;
    font-size: 1.5vw;
}

.thorn-type {
    margin-left: 5%;
    font-size: 11vw;
    line-height: 1.2em;
    padding-bottom: 6%;
    padding-top: 6%;
}

.thorn-mediana {
    display: none;
}

.thorn-movil {
    display: none;
}

#texto-thorn {
    margin-left: 5%;
    font-size: 1.7vw;
    padding-bottom: 3%;
}

#boton-thorn {
    width: 16%;
    height: 50px;
    font-size: 1.7vw;
    margin-left: 5%;
    padding: 1.5%;
}

/* Nib */

#nib {
    padding-bottom: 6%;
    margin-top: 3%;
}

.titulo-nib {
    margin-left: 5%;
    font-size: 5vw;
}

.abc-nib {
    margin-left: 5%;
    font-size: 1.5vw;
}

.nib-type {
    margin-left: 5%;
    font-size: 9vw;
    padding-bottom: 6%;
    padding-top: 6%;
}

.nib-type-mediana {
    display: none;
}

.nib-movil {
    display: none;
}

#texto-nib {
    margin-left: 5%;
    font-size: 1.7vw;
    padding-bottom: 3%;
}

#boton-nib {
    width: 16%;
    height: 50px;
    font-size: 1.7vw;
    margin-left: 5%;
    padding: 1.5%;
}

/*/ LOGOFOLIO /*/

.grid-logos {
    gap: 1.3rem 1.3rem;
}

.logo-text h1 {
    font-size: 3vw;
}

.logo-text h2 {
    top: 25%;
    font-size: 1.4vw;
}

/*/ FLECHAS /*/

#flechas {
    gap: 6vw;
}

#flechas .flecha {
    font-size: 5.3vw;
}

/*/ RESUMEN /*/

#resumen h2 {
    font-size: 2.4vw;
}

/*/ OTROS PROYECTOS /*/

#otros-proyectos h2 {
    font-size: 3.5vw;
}

.pastilla h1 {
    font-size: 4.5vw;
}

/*/ SOBRE MÍ /*/

#introcv {
    font-size: 3.5vw;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    margin: 3% 0 9% 0;
}

/*/ ACORDEÓN /*/

main .acordeon {
    margin: 0.5% 0;
}

main .acordeon:first-of-type {
    padding-top: 0.5%;
}

main .acordeon-titulo {
    font-size: 3.5vw;
    padding: 0.1% 0 !important;
}

main .acordeon-icono {
    font-size: 6.5vw;
}

/* Espacio debajo - acordeón abierto */

main .acordeon-titulo.activo + .acordeon-contenido {
    margin-bottom: 9%;
}

/* Columna derecha */

main .acordeon-contenido .columna:not(.columna-izquierda) p {
    font-size: 1.8vw;
}

/* Descargar CV */

#boton-des {
    font-size: 1.8vw;
    padding: 4% 10%;
    letter-spacing: 1px;
}

main .acordeon-contenido #boton-des {
    font-size: 1.8vw;
    padding: 4% 10%;
}

/*/ PROYECTOS DESTACADOS /*/

.caja-rel {
    column-count: 3;
}

.item h2 {
    font-size: 1.7vw;
}

.item p {
    font-size: 1.7vw;
}

.filler {
    height: 2rem;
    break-inside: avoid;
    opacity: 0;
    pointer-events: none;
}

/*/ COLECCIÓN /*/

/* Galería colección */

.galeria-coleccion {
    gap: 1.3rem 1.3rem;
}

/* Visor editorial */

#visor-timeline {
    height: 1px;
}

/*/ FOOTER /*/

#directorio a {
    font-size: 2vw;
}

#infopie {
    font-size: 2vw;
}

#rrsspie a {
    font-size: 2vw;
}
    
/* Legales */

#legales {
    font-size: 1.2vw;
}

#legales li {
    line-height: 1.8rem;
}

/*/ TÉRMINOS /*/

/* Títulos */

.pagina-legal h1 {
    font-size: 2.6vw;
}

/* Párrafos */

.pagina-legal p {
    font-size: 1.5vw;
}

/* Enlaces */

#legales-links a {
    font-size: 1.5vw;
    background-size: 0% 0.10rem;
}

#legales-links a:hover,
#legales-links a:focus {
    background-size: 100% 0.10rem;
}

/*/ BOTÓN SUBIR /*/

#js_up {
    right: 3%;
}

.btn-subir {
    font-size: 7.5vw;
    margin-bottom: 90%;
}    
    
}




/*
==============================================
TABLET VERTICAL <= 900
==============================================
*/

@media (max-width:900px) {
    
/*/ NAVEGACIÓN /*/

/* Logo menú */

#start {
    margin-left: 5%;
}

#start a {
    font-size: 3.5vw;
}

/* Iconos menú */

#abrir a,
#cerrar a,
#close a,
#close-p a {
    font-size: 13vw;
    margin-right: 4.5% !important;
}

/* Menú gigante */

#menugigante {
    height: 100vh;
    width: 100vw;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 10%;
}

/* Índice */

#indice {
    margin: 15% 5% 0 5% !important;
}

#indice ul {
    display: block;
    white-space: normal;
}

#indice a {
    font-size: 10vw;
    background-size: 0% 0.20rem;
    line-height: 1.2em;
    float: none;
}

#indice a:hover,
#indice a:focus {
    background-size: 100% 0.20rem;
}

/* Animación índice */

#frase-auto {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 0.5em;
    margin-left: 0em;
    font-size: 12vw;
}

/*/ HEADER /*/

header {
    margin-left: 5% !important;
    margin-right: 5% !important;
}

/* Intro*/

#cp {
    margin: 15% 0 5% 0;
    grid-template-columns: 1fr;
    row-gap: 6vh;
}

#carta-col01 h1 {
    font-size: 11vw;
}

#carta-col02 p {
    width: 98%;
    font-size: 3vw;
}

/* Imagen fondo proyectos */

#fondoh {
    display: none;
}

#fondov {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
}

/* Videofondo proyectos */

#videofondo-sag {
    display: none;
}

#videofondo-sag-movil {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: -100;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
}

/* Logo modular */

#modular {
    padding-top: 38%;
    margin: 0 auto;
    font-size: 13vw;
}

/* Logo salir a ganar */

#logosaliraganar img {
    width: 80%;
    height: 80%;
    padding-top: 18%;
}

/* Logo sabadell */

#logosabadell {
    padding-top: 20%;
}

#logosabadell img {
    width: 62%;
    height: 62%;
}

/* Logo stihl */

#logostihl {
    padding-top: 5%;
    padding-right: 10%;
}

#logostihl img {
    width: 24%;
}

/*/ INFO PROYECTOS /*/

.info-proyecto {
    margin: 15% 0;
}

.info-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* Bloque A y B */

.bloque-a p,
.bloque-b p {
    font-size: 2.5vw;
    line-height: 1.2em;
    margin: 0 0 0.5rem 0;
}

.bloque-b {
    margin-top: 2rem;
}

/* Columna derecha */

.info-col.derecha h1 {
    font-size: 8vw;
    margin-bottom: 5%;
    margin-top: 10%; 
}

.info-col.derecha p {
    width: 98%;
    font-size: 3vw;
}

/*/ FRANJAS /*/

#franja-centenario {
    display: none;
}

#franja-centenario-movil {
    display: block;
}

#franja-deuva {
    display: none;
}

#franja-deuva-movil {
    display: block;
}

/*/ MAIN /*/

main {
    margin-left: 5% !important;
    margin-right: 5% !important;
}

#design {
    width: 98%;
    font-size: 6vw;
    line-height: 1.2em;
    margin-bottom: 15%;
}

/* Carrusel editorial */

.carrusel-editorial {
    margin-top: 5%;
    margin-bottom: 3%;
}

.carrusel-item {
    width: 100%;
    margin-right: 2.7%;
    padding-top: 55%;
    padding-bottom: 12%;
}

.carrusel-item h2 {
    font-size: 6vw;
}

.carrusel-item .abstract-home {
    font-size: 2.5vw;
    margin-top: 1%;
}

.carrusel-timeline {
    margin-top: 2%;
}

/*/ GALERÍA PROYECTOS /*/

/* Filtros */

.filtros-galeria {
    gap: 1.2rem;
    margin-top: 5%;
    margin-bottom: 5%;
}

.filtros-galeria .filtro {
    font-size: 2.7vw;
}

/* Galería proyectos */

.galeria-proyectos {
    margin-bottom: 5%;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.proyecto h2 {
    font-size: 6vw;
}

.proyecto .abstract {
    font-size: 2.5vw;
    margin-top: 4%;
}

/*/ SISTEMA MODULAR DE PROYECTOS /*/

.project-block {
    margin-bottom: 1.5rem;
}

.project-block--grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.project-block--gallery {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

/*/ MARQUESINAS /*/

/* Marquesina disciplinas */

#caja-fil {
    margin: 0% 5% 5% 5%;
}

.marquee-fil {
    font-size: 4vw;
    width: 170%;
}

.marquee-fil .wrapper-fil {
    animation: marquee 40s linear infinite;
}

/* Marquesina index */

#caja-index {
    margin: 0% 5% 5% 5%;
}

.marquee-index {
    font-size: 11vw;
    width: 205%;
}

.marquee-index .wrapper-index {
    animation: marquee 10s linear infinite;
}

/* Marquesina clientes */

#caja-cliente {
    margin: 0% 5% 5% 5%;
}

.marquee-cliente {
    font-size: 4vw;
    width: 390%;
}

.marquee-cliente .wrapper-cliente {
    animation: marquee 50s linear infinite;
}

/* Marquesina CV */

#caja-marquee {
    margin: 5% 5%;
}

.marquee-cv {
    font-size: 11vw;
    width: 240%;
}

.marquee-cv .wrapper-cv {
    animation: marquee 12s linear infinite;
}

/*/ CTA INDEX /*/

#cta {
    margin-bottom: 15%;
}

#cta a {
    font-size: 3vw;
    padding: 3% 15%;
}

/*/ MODULAR TYPE /*/

/* Iris */

#iris {
    padding-bottom: 7%;
    margin-bottom: 5%;
}

.titulo-iris {
    margin-left: 5%;
    font-size: 7.5vw;
}

.abc {
    margin-left: 5%;
    font-size: 1.8vw;
}

.iris-type-mediana {
    font-family: "irisregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 10.5vw;
    line-height: 1.5em;
    display: block;
    padding-bottom: 8%;
    padding-top: 8%;
}

.iris-type {
    display: none;
}

.iris-type-movil {
    display: none;
}

#texto-iris-tablet {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    margin-left: 5%;
    font-size: 2.8vw;
    line-height: 1.4em;
    padding-bottom: 5%;
    color: black;
    display: block;
}

#texto-iris-movil {
    display: none;
}

#texto-iris {
    display: none;
}

#boton-iris {
    width: 16%;
    height: 50px;
    font-size: 2.8vw;
    margin-left: 5%;
    padding: 2%;
}

/* Cloven regular */

#cloven-regular {
    padding-bottom: 7%;
    margin-bottom: 5%;
}

.titulo-cloven-regular {
    margin-left: 5%;
    font-size: 7.5vw;
}

.abc-cloven-regular {
    margin-left: 5%;
    font-size: 1.8vw;
}

.cloven-regular-mediana {
    font-family: "clovenregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 16.5vw;
    line-height: 1.2em;
    color: white;
    letter-spacing: 0.5vw;
    display: block;
    padding-bottom: 8%;
    padding-top: 8%;
}

.cloven-regular-type {
    display: none;
}

.cloven-regular-movil {
    display: none;
}

#texto-cloven-regular-tablet {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 2.8vw;
    line-height: 1.4em;
    padding-bottom: 5%;
    color: white;
    display: block;
}

#texto-cloven-regular-movil {
    display: none;
}

#texto-cloven-regular {
    display: none;
}

#boton-cloven-regular {
    width: 16%;
    height: 50px;
    font-size: 2.8vw;
    margin-left: 5%;
    padding: 2%;
}

/* Cloven bold */

#cloven-bold {
    padding-bottom: 7%;
    margin-bottom: 5%;
}

.titulo-cloven-bold {
    margin-left: 5%;
    font-size: 7.5vw;
}

.abc-cloven-bold {
    margin-left: 5%;
    font-size: 1.8vw;
}

.cloven-bold-mediana {
    font-family: "cloven_boldregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 16.5vw;
    line-height: 1.2em;
    color: black;
    letter-spacing: 0.5vw;
    display: block;
    padding-bottom: 8%;
    padding-top: 8%;
}

.cloven-bold-type {
    display: none;
}

.cloven-bold-movil {
    display: none;
}

#texto-cloven-bold-tablet {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 2.8vw;
    line-height: 1.4em;
    padding-bottom: 5%;
    color: black;
    display: block;
}

#texto-cloven-bold-movil {
    display: none;
}

#texto-cloven-bold {
    display: none;
}

#boton-cloven-bold {
    width: 16%;
    height: 50px;
    font-size: 2.8vw;
    margin-left: 5%;
    padding: 2%;
}

/* Mambo */

#mambo {
    padding-bottom: 7%;
    margin-bottom: 5%;
}

.titulo-mambo {
    margin-left: 5%;
    font-size: 7.5vw;
}

.abc-mambo {
    margin-left: 5%;
    font-size: 1.8vw;
}

.mambo-mediana {
    font-family: "mamboregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 13.5vw;
    line-height: 1.3em;
    color: black;
    letter-spacing: 0.2vw;
    display: block;
    padding-bottom: 8%;
    padding-top: 8%;
}

.mambo-type {
    display: none;
}

.mambo-movil {
    display: none;
}

#texto-mambo-tablet {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 2.8vw;
    line-height: 1.4em;
    padding-bottom: 5%;
    color: black;
    display: block;
}

#texto-mambo {
    display: none;
}

#texto-mambo-movil {
    display: none;
}

#boton-mambo {
    width: 16%;
    height: 50px;
    font-size: 2.8vw;
    margin-left: 5%;
    padding: 2%;
}

/* Land */

#land {
    padding-bottom: 7%;
    margin-bottom: 5%;
}

.titulo-land {
    margin-left: 5%;
    font-size: 7.5vw;
}

.abc-land {
    margin-left: 5%;
    font-size: 1.8vw;
}

.land-mediana {
    font-family: "landingregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 14.5vw;
    line-height: 1.3em;
    color: black;
    letter-spacing: 0.5vw;
    display: block;
    padding-bottom: 8%;
    padding-top: 8%;
}

.land-type {
    display: none;
}

.land-movil {
    display: none;
}

#texto-land-tablet {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 2.8vw;
    line-height: 1.4em;
    padding-bottom: 5%;
    color: black;
    display: block;
}

#texto-land-movil {
    display: none;
}

#texto-land {
    display: none;
}

#boton-land {
    width: 16%;
    height: 50px;
    font-size: 2.8vw;
    margin-left: 5%;
    padding: 2%;
}

/* Building */

#building {
    padding-bottom: 7%;
    margin-bottom: 5%;
}

.titulo-building {
    margin-left: 5%;
    font-size: 7.5vw;
}

.abc-building {
    margin-left: 5%;
    font-size: 1.8vw;
}

.building-mediana {
    font-family: "buildingregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 19.5vw;
    line-height: 1em;
    color: black;
    letter-spacing: 0.5vw;
    display: block;
    padding-bottom: 8%;
    padding-top: 8%;
}

.building-type {
    display: none;
}

.building-movil {
    display: none;
}

#texto-building-tablet {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 2.8vw;
    line-height: 1.4em;
    padding-bottom: 5%;
    color: black;
    display: block;
}

#texto-building-movil {
    display: none;
}

#texto-building {
    display: none;
}

#boton-building {
    width: 16%;
    height: 50px;
    font-size: 2.8vw;
    margin-left: 5%;
    padding: 2%;
}

/* Thorn */

#thorn {
    padding-bottom: 7%;
    margin-bottom: 5%;
}

.titulo-thorn {
    margin-left: 5%;
    font-size: 7.5vw;
}

.abc-thorn {
    margin-left: 5%;
    font-size: 1.8vw;
}

.thorn-mediana {
    font-family: "thornregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 16.5vw;
    line-height: 1.2em;
    color: black;
    letter-spacing: 0.5vw;
    display: block;
    padding-bottom: 8%;
    padding-top: 8%;
}

.thorn-type {
    display: none;
}

.thorn-movil {
    display: none;
}

#texto-thorn-tablet {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 2.8vw;
    line-height: 1.4em;
    padding-bottom: 5%;
    color: black;
    display: block;
}

#texto-thorn-movil {
    display: none;
}

#texto-thorn {
    display: none;
}

#boton-thorn {
    width: 16%;
    height: 50px;
    font-size: 2.8vw;
    margin-left: 5%;
    padding: 2%;
}

/* Nib */

#nib {
    padding-bottom: 7%;
}

.titulo-nib {
    margin-left: 5%;
    font-size: 7.5vw;
}

.abc-nib {
    margin-left: 5%;
    font-size: 1.8vw;
}

.nib-type-mediana {
    font-family: "nib_typeregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 14vw;
    line-height: 1.3em;
    color: #BADB3D;
    letter-spacing: 0.6vw;
    display: block;
    padding-bottom: 8%;
    padding-top: 8%;
}

.nib-type {
    display: none;
}

.nib-movil {
    display: none;
}

#texto-nib-tablet {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 2.8vw;
    line-height: 1.4em;
    padding-bottom: 5%;
    color: black;
    display: block;
}

#texto-nib-movil {
    display: none;
}

#texto-nib {
    display: none;
}

#boton-nib {
    width: 16%;
    height: 50px;
    font-size: 2.8vw;
    margin-left: 5%;
    padding: 2%;
}

/*/ LOGOFOLIO /*/

.grid-logos {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.logo-text h1 {
    font-size: 5vw;
}

.logo-text h2 {
    top: 23%;
    font-size: 2.2vw;
    line-height: 1.4em;
}

/*/ FLECHAS /*/

#flechas {
    gap: 10vw;
}

#flechas .flecha {
    font-size: 8.5vw;
}

/*/ RESUMEN /*/

#resumen h2 {
    font-size: 4vw;
}

/*/ OTROS PROYECTOS /*/

#otros-proyectos {
    margin: 15% 5% 5% 5% !important;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
}

#otros-proyectos h2 {
    font-size: 6vw;
}

.pastilla h1 {
    font-size: 10vw;
}

/*/ SOBRE MÍ /*/

#introcv {
    font-size: 6vw;
    line-height: 1.2em;
    margin: 5% 0 15% 0;
}

/*/ ACORDEÓN /*/

main .acordeon {
    margin: 0.5% 0;
}

main .acordeon:first-of-type {
    padding-top: 0.5%;
}

main .acordeon-titulo {
    font-size: 6vw;
    padding: 0.3% 0 !important;
}

main .acordeon-icono {
    font-size: 10.5vw;
}

main .acordeon-contenido {
    flex-direction: column;
        gap: 2rem;
}

/* Columnas */

main .acordeon-contenido .columna,
main .acordeon-contenido .columna-izquierda,
main .acordeon-contenido .columna-derecha {
    width: 100%;
    margin: 0 0 3% 0;
}

main .acordeon-contenido .columna-derecha {
    margin-bottom: 5%;
}

/* Columna izquierda */

main .acordeon-contenido .columna-izquierda p {
    font-size: 4.5vw;
}

/* Columna derecha */

main .acordeon-contenido .columna:not(.columna-izquierda) p {
    font-size: 3vw;
}

/* Descargar CV */

main .acordeon-contenido #boton-des {
    font-size: 3vw;
    margin-top: 5%;
    margin-bottom: 0%;
}

main .acordeon:nth-of-type(6) .columna {
    width: 100%;
    margin-left: 0%;
}

main .acordeon:last-of-type {
    margin-bottom: 15%;
}

/*/ PROYECTOS DESTACADOS /*/

#rel {
    padding: 14% 5% 10% 5%;
}

#rel h1 {
    font-size: 6vw;
    margin-bottom: 4%;
}

/* Sistema de columnas */

.caja-rel {
    column-count: 1;
    margin-top: 7%;
}

.item {
    margin-bottom: 1.5rem;
}

.item h2 {
    font-size: 3vw;
    line-height: 1.3em;
}

.item p {
    font-size: 3vw;
    line-height: 1.3em;
}

.filler {
    display: none;
}

/*/ COLECCIÓN /*/

/* Galería colección */

.galeria-coleccion {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 5%;
}

/* Visor editorial */

#visor-menu {
    margin-top:3%;
}

#visor-timeline {
    margin-top:3%;
}

/*/ FOOTER /*/

#pie {
    padding: 5% 5% 0 5%;
    margin-bottom: 5%;
}

#directorio {
    margin-right: 6%;
}

#directorio a {
    font-size: 2.7vw;
}

#infopie {
    font-size: 2.7vw;
}

#rrsspie {
    gap: 1rem;
}

#rrsspie a {
    font-size: 2.7vw;
}

#logo {
    padding: 5%;
}

/* Legales */

#legales {
    font-size: 1.5vw;
    padding: 0 5% 5% 5%;
}

#legales li {
    line-height: 3em;
}

/*/ TÉRMINOS /*/

/* Títulos */

.pagina-legal h1 {
    font-size: 3vw;
}

/* Párrafos */

.pagina-legal p {
    font-size: 1.8vw;
}

/* Enlaces */

#legales-links a {
    font-size: 1.8vw;
    background-size: 0% 0.05rem;
}

#legales-links a:hover,
#legales-links a:focus {
    background-size: 100% 0.05rem;
}

/*/ BOTÓN SUBIR /*/

#js_up {
    right: 5%;
}

.btn-subir {
    font-size: 10vw;
    margin-bottom: 120%;
}    
    
}




/*
==============================================
MÓVIL HORIZONTAL <= 768
==============================================
*/

@media (max-width:768px) {
    
/*/ NAVEGACIÓN /*/

/* Menú gigante */

#menugigante {
    width: calc(100% + 0px);
    height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 10%;
}

/*/ MODULAR TYPE /*/

.abc {
    letter-spacing: 5px;
}

.abc-cloven-regular {
    letter-spacing: 5px;
}

.abc-cloven-bold {
    letter-spacing: 5px;
}

.abc-mambo {
    letter-spacing: 5px;
}

.abc-land {
    letter-spacing: 5px;
}

.abc-building {
    letter-spacing: 5px;
}

.abc-thorn {
    letter-spacing: 5px;
}

.abc-nib {
    letter-spacing: 5px;
}
    
}




/*
==============================================
MÓVIL VERTICAL <= 480
==============================================
*/

@media (max-width:480px) {

/*/ BODY /*/

/* Líneas */

.lineas {
    margin: 3% 0;
}

.mb-3 {
    margin-bottom: 5%;
}

/*/ NAVEGACIÓN /*/

/* Logo menú */

#start {
    margin-left: 5%;
}

#start a {
    font-size: 6vw;
}

/* Iconos menú */

#abrir a,
#cerrar a,
#close a,
#close-p a {
    font-size: 22.5vw;
    margin-right: 4.4% !important;
}

/* Menú gigante */

#menugigante {
    height: 100vh;
    width: 100vw;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    padding-bottom: 0%;
}

/* Índice */

#indice {
    margin: 25% 5% 0 5% !important;
}

#indice ul {
    display: block;
    white-space: normal;
}

#indice a {
    font-size: 12.5vw;
    background-size: 0% 0.15rem;
    line-height: 1.3em;
    float: none;
}

#indice a:hover,
#indice a:focus {
    background-size: 100% 0.15rem;
}

/* Animación índice */

#frase-auto {
    margin-top: 10%;
    font-size: 15vw;
}

/*/ HEADER /*/

header {
    margin-left: 5% !important;
    margin-right: 5% !important;
}

/* Intro */

#cp {
    margin: 20% 0 5% 0;
    row-gap: 6vh;
}

#carta-col01 h1 {
    font-size: 12vw;
}

#carta-col02 p {
    width: 100%;
    font-size: 5vw;
}

/* Imagen fondo proyectos */

#fondoh {
    display: none;
}

#fondov {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
}

/* Videofondo proyectos */

#videofondo-sag {
    display: none;
}

#videofondo-sag-movil {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: -100;
    padding-left: 5%;
    padding-right: 5%;
}

/* Logo modular */

#modular {
    padding-top: 36%;
    font-size: 13vw;
}

/* Logo salir a ganar */

#logosaliraganar img {
    width: 80%;
    height: 80%;
}

/* Logo stihl */

#logostihl {
    padding-top: 5%;
    padding-right: 10%;
}

#logostihl img {
    width: 30%;
}

/*/ INFO PROYECTOS /*/

.info-proyecto {
    margin: 20% 0;
}

/* Bloque A y B */

.bloque-a p,
.bloque-b p {
    font-size: 4.2vw;
    line-height: 1.2em;
    margin: 0 0 0.3rem 0;
}

/* Columna derecha */

.info-col.derecha h1 {
    font-size: 9vw;
    margin-bottom: 10%;
    margin-top: 10%; 
}

.info-col.derecha p {
    width: 100%;
    font-size: 5vw;
}

/*/ FRANJAS /*/

#franja-centenario {
    display: none;
}

#franja-centenario-movil {
    display: block;
    width: auto !important;
}

#franja-deuva {
    display: none;
}

#franja-deuva-movil {
    display: block;
    width: auto !important;
}

/*/ MAIN /*/

main {
    margin-left: 5% !important;
    margin-right: 5% !important;
}

#design {
    font-size: 7vw;
    line-height: 1.15em;
    letter-spacing: 0.5px;
    margin: 5% 0 20% 0;
}

/* Carrusel editorial */

.carrusel-editorial {
    margin-top: 5%;
    margin-bottom: 3%;
}

.carrusel-item {
    margin-right: 3.5%;
}

.carrusel-item h2 {
    font-size: 7vw;
}

.carrusel-item .abstract-home {
    font-size: 3.6vw;
}

.carrusel-timeline {
    height: 1px;
    margin-top: 5%;
}

/*/ GALERÍA PROYECTOS /*/

/* Filtros */

.filtros-galeria {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
    margin-top: 5%;
    margin-bottom: 10%;
}

.filtros-galeria .filtro {
    display: inline-block;
    width: auto;
    font-size: 5vw;
    padding: 0.25rem 0;
    text-align: left;
    background-position: 0 90%;
}

/* Galería proyectos */

.galeria-proyectos {
    gap: 1rem;
}

.proyecto h2 {
    font-size: 7vw;
}

.proyecto .abstract {
    font-size: 3.6vw;
    margin-top: 4%;
}

/*/ SISTEMA MODULAR DE PROYECTOS /*/

.project-block {
    margin-bottom: 1rem;
}

.project-block--grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.project-block--gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

/*/ MARQUESINAS /*/

/* Marquesina disciplinas */

#caja-fil {
    margin: 5% 5% 5% 5%;
}

.marquee-fil {
    font-size: 6vw;
    width: 255%;
}

/* Marquesina index */

#caja-index {
    margin: 5% 5% 10% 5%;
}

.marquee-index {
    font-size: 11.5vw;
    width: 210%;
}

.marquee-index .wrapper-index {
    animation: marquee 12s linear infinite;
}

/* Marquesina clientes */

#caja-cliente {
    margin: 5% 5% 10% 5%;
}

.marquee-cliente {
    font-size: 6vw;
    width: 450%;
}

.marquee-cliente .wrapper-cliente {
    animation: marquee 50s linear infinite;
}

/* Marquesina CV */

#caja-marquee {
    margin: 10% 5%;
}

.marquee-cv {
    font-size: 11.5vw;
    width: 245%;
}

.marquee-cv .wrapper-cv {
    animation: marquee 14s linear infinite;
}

/*/ CTA INDEX /*/

#cta {
    margin-top: 5%;
    margin-bottom: 15%;
}

#cta a {
    font-size: 5vw;
    padding: 5% 10%;
    letter-spacing: 1px;
    border-width: 0.05rem;
}

/*/ MODULAR TYPE /*/

/* Iris */

#iris {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
}

.titulo-iris {
    font-size: 9.5vw;
}

.abc {
    padding-bottom: 10%;
    font-size: 3.5vw;
    line-height: 1.7em;
    padding-top: 4%;
    width: 85%;
}

.iris-type-movil {
    font-family: "irisregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 13vw;
    line-height: 1.2em;
    display: block;
    padding-bottom: 5%;
    padding-top: 5%;
}

.iris-type-mediana,
.iris-type {
    display: none;
}

#texto-iris,
#texto-iris-tablet {
    display: none;
}

#texto-iris-movil {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 4.5vw;
    line-height: 1.4em;
    margin-top: 10%;
    margin-bottom: 10%;
    color: black;
    display: block;
    letter-spacing: 1px;
}

#boton-iris {
    width: 16%;
    height: 50px;
    font-size: 4.5vw;
    padding: 3%;
}

/* Cloven regular */

#cloven-regular {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 5%;
    padding-left: 5%;
}

.titulo-cloven-regular {
    font-size: 9.5vw;
}

.abc-cloven-regular {
    padding-bottom: 10%;
    font-size: 3.5vw;
    line-height: 1.7em;
    padding-top: 4%;
    width: 85%;
}

.cloven-regular-movil {
    font-family: "clovenregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 20vw;
    line-height: 1em;
    color: white;
    letter-spacing: 1vw;
    display: block;
    padding-bottom: 5%;
    padding-top: 5%;
}

.cloven-regular-type,
.cloven-regular-mediana {
    display: none;
}

#texto-cloven-regular,
#texto-cloven-regular-tablet {
    display: none;
}

#texto-cloven-regular-movil {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 4.5vw;
    line-height: 1.4em;
    margin-top: 10%;
    margin-bottom: 10%;
    color: white;
    display: block;
    letter-spacing: 1px;
}

#boton-cloven-regular {
    width: 16%;
    height: 50px;
    font-size: 4.5vw;
    padding: 3%;
}

/* Cloven bold */

#cloven-bold {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 5%;
    padding-left: 5%;
}

.titulo-cloven-bold {
    font-size: 9.5vw;
}

.abc-cloven-bold {
    padding-bottom: 10%;
    font-size: 3.5vw;
    line-height: 1.7em;
    padding-top: 4%;
    width: 85%;
}

.cloven-bold-movil {
    font-family: "cloven_boldregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 20vw;
    line-height: 1em;
    color: black;
    letter-spacing: 1vw;
    display: block;
    padding-bottom: 5%;
    padding-top: 5%;
}

.cloven-bold-type,
.cloven-bold-mediana {
    display: none;
}

#texto-cloven-bold,
#texto-cloven-bold-tablet {
    display: none;
}

#texto-cloven-bold-movil {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 4.5vw;
    line-height: 1.4em;
    margin-top: 10%;
    margin-bottom: 10%;
    color: black;
    display: block;
    letter-spacing: 1px;
}

#boton-cloven-bold {
    width: 16%;
    height: 50px;
    font-size: 4.5vw;
    margin-left: 5%;
    padding: 3%;
}

/* Mambo */

#mambo {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 5%;
    padding-left: 5%;
}

.titulo-mambo {
    font-size: 9.5vw;
}

.abc-mambo {
    padding-bottom: 10%;
    font-size: 3.5vw;
    line-height: 1.7em;
    padding-top: 4%;
    width: 85%;
}

.mambo-movil {
    font-family: "mamboregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 16vw;
    line-height: 1.1em;
    color: black;
    letter-spacing: 0.6vw;
    display: block;
    padding-bottom: 5%;
    padding-top: 5%;
}

.mambo-type,
.mambo-mediana {
    display: none;
}

#texto-mambo,
#texto-mambo-tablet {
    display: none;
}

#texto-mambo-movil {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 4.5vw;
    line-height: 1.4em;
    margin-top: 10%;
    margin-bottom: 10%;
    color: black;
    display: block;
    letter-spacing: 1px;
}

#boton-mambo {
    width: 16%;
    height: 50px;
    font-size: 4.5vw;
    padding: 3%;
}

/* Land */

#land {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 5%;
    padding-left: 5%;
}

.titulo-land {
    font-size: 9.5vw;
}

.abc-land {
    padding-bottom: 10%;
    font-size: 3.5vw;
    line-height: 1.7em;
    padding-top: 4%;
    width: 85%;
}

.land-movil {
    font-family: "landingregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 17vw;
    line-height: 1.1em;
    color: black;
    letter-spacing: 1.5vw;
    display: block;
    padding-bottom: 5%;
    padding-top: 5%;
}

.land-type,
.land-mediana {
    display: none;
}

#texto-land,
#texto-land-tablet {
    display: none;
}

#texto-land-movil {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 5%;
    font-size: 4.5vw;
    line-height: 1.4em;
    margin-top: 10%;
    margin-bottom: 10%;
    color: black;
    display: block;
    letter-spacing: 1px;
}

#boton-land {
    width: 16%;
    height: 50px;
    font-size: 4.5vw;
    padding: 3%;
}

/* Building */

#building {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 5%;
    padding-left: 5%;
}

.titulo-building {
    font-size: 9.5vw;
}

.abc-building {
    padding-bottom: 10%;
    font-size: 3.5vw;
    line-height: 1.7em;
    padding-top: 4%;
    width: 85%;
}

.building-movil {
    font-family: "buildingregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 24vw;
    line-height: 1em;
    color: black;
    letter-spacing: 0.8vw;
    display: block;
    padding-bottom: 5%;
    padding-top: 5%;
}

.building-type,
.building-mediana {
    display: none;
}

#texto-building,
#texto-building-tablet {
    display: none;
}

#texto-building-movil {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    margin-left: 5%;
    font-size: 4.5vw;
    line-height: 1.4em;
    margin-top: 10%;
    margin-bottom: 10%;
    color: black;
    display: block;
    letter-spacing: 1px;
}

#boton-building {
    width: 16%;
    height: 50px;
    font-size: 4.5vw;
    padding: 3%;
}

/* Thorn */

#thorn {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 5%;
    padding-left: 5%;
}

.titulo-thorn {
    font-size: 9.5vw;
}

.abc-thorn {
    padding-bottom: 10%;
    font-size: 3.5vw;
    line-height: 1.7em;
    padding-top: 4%;
    width: 85%;
}

.thorn-movil {
    font-family: "thornregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 20vw;
    line-height: 1em;
    color: black;
    letter-spacing: 0.5vw;
    display: block;
    padding-bottom: 5%;
    padding-top: 5%;
}

.thorn-type,
.thorn-mediana {
    display: none;
}

#texto-thorn,
#texto-thorn-tablet {
    display: none;
}

#texto-thorn-movil {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    margin-left: 5%;
    font-size: 4.5vw;
    line-height: 1.4em;
    margin-top: 10%;
    margin-bottom: 10%;
    color: black;
    display: block;
    letter-spacing: 1px;
}

#boton-thorn {
    width: 16%;
    height: 50px;
    font-size: 4.5vw;
    padding: 3%;
}

/* Nib */

#nib {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 5%;
    padding-left: 5%;
}

.titulo-nib {
    font-size: 9.5vw;
}

.abc-nib {
    padding-bottom: 10%;
    font-size: 3.5vw;
    line-height: 1.7em;
    padding-top: 4%;
    width: 85%;
}

.nib-movil {
    font-family: "nib_typeregular";
    text-align: left;
    width: 100%;
    margin-left: 5%;
    font-size: 16vw;
    line-height: 1.1em;
    color: #BADB3D;
    letter-spacing: 0.8vw;
    display: block;
    padding-bottom: 5%;
    padding-top: 5%;
}

.nib-type,
.nib-type-mediana {
    display: none;
}

#texto-nib,
#texto-nib-tablet {
    display: none;
}

#texto-nib-movil {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 400;
    margin-left: 5%;
    font-size: 4.5vw;
    line-height: 1.4em;
    margin-top: 10%;
    margin-bottom: 10%;
    color: black;
    display: block;
    letter-spacing: 1px;
}

#boton-nib {
    width: 16%;
    height: 50px;
    font-size: 4.5vw;
    padding: 3%;
}

/*/ LOGOFOLIO /*/

.grid-logos {
    gap: 1rem;
}

.logo-text h1 {
    font-size: 6.5vw;
}

.logo-text h2 {
    top: 25%;
    font-size: 3.8vw;
}

/*/ FLECHAS /*/

#flechas {
    gap: 15vw;
}

#flechas .flecha {
    font-size: 14vw;
}

/*/ RESUMEN /*/

#resumen h2 {
    font-size: 5.5vw;
    line-height: 2.2em;
}

/*/ OTROS PROYECTOS /*/

#otros-proyectos {
    grid-template-columns: 1fr;
    row-gap: 1rem;
}

#otros-proyectos h2 {
    font-size: 7vw;
    margin-top: 10%;
    margin-bottom: 5%;
}

.pastilla h1 {
    font-size: 13vw;
}

/*/ SOBRE MÍ /*/

#introcv {
    font-size: 7vw;
    line-height: 1.25em;
    letter-spacing: 0.5px;
    margin: 5% 0 20% 0;
}

/*/ ACORDEÓN /*/

main .acordeon {
    margin: 0% 0;
}

main .acordeon:first-of-type {
    padding-top: 0%;
}

main .acordeon-titulo {
    font-size: 7vw;
    letter-spacing: 0.5px;
    padding: 0.3% 0 !important;
}

main .acordeon-icono {
    font-size: 17vw;
}

main .acordeon-contenido {
    flex-direction: column;
    gap: 2rem;
}

/* Espacio debajo - acordeón abierto */

main .acordeon-titulo.activo + .acordeon-contenido {
    margin-bottom: 10%;
}

/* Columnas */

main .acordeon-contenido .columna,
main .acordeon-contenido .columna-izquierda,
main .acordeon-contenido .columna-derecha {
    width: 100%;
}

/* Columna izquierda */

main .acordeon-contenido .columna-izquierda p {
    font-size: 5.5vw;
    line-height: 1.25em;
}

/* Columna derecha */

main .acordeon-contenido .columna:not(.columna-izquierda) p {
    font-size: 5vw;
    margin: 0 0 5% 0;
}

/* Descargar CV */

main .acordeon-contenido #boton-des {
    font-size: 5vw;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5% 10%;
}

main .acordeon:nth-of-type(6) .columna {
    width: 100%;
    margin-left: 0%;
}

main .acordeon:last-of-type {
    margin-bottom: 20%;
}

/*/ PROYECTOS DESTACADOS /*/

#rel {
    padding: 20% 5% 15% 5%;
}

#rel h1 {
    font-size: 7vw;
    margin-bottom: 5%;
    font-weight: 500;
}

/* Sistema de columnas */

.item {
    margin-bottom: 1.5rem;
}

.item h2 {
    font-size: 5vw;
    line-height: 1.3em;
}

.item p {
    font-size: 5vw;
    line-height: 1.3em;
}

.filler {
    display: none;
}

/*/ COLECCIÓN /*/

/* Galería colección */

.galeria-coleccion {
    gap: 1rem;
}

/*/ FOOTER /*/

#pie {
    display: none;
}

#pie-movil {
    width: auto;
    height: auto;
    display: block;
    margin: 0%;
    padding: 5% 5% 5% 5%;
}

#infopie-movil {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 6vw;
    color: black;
    line-height: 1.3em;
    text-align: left;
    width: auto;
    margin-top: 5%;
}

#infopie-movil a {
    color: black;
}

#rrsspie-movil {
    float: none;
    margin: 0;
    width: 50%;
    margin-top: 5%;
}

#rrsspie-movil a {
    display: inline-block;
    width: fit-content;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 6vw;
    line-height: 1.3em;
    color: black;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 95%;
    background-repeat: no-repeat;
    background-size: 0% 0.10rem;
    transition: background-size .4s;
}

#rrsspie-movil a:hover,
#rrsspie-movil a:focus {
    background-size: 100% 0.10rem;
}

#directorio-movil {
    text-align: left;
    width: auto;
    margin-top: 5%;
}

#directorio-movil a {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 6vw;
    line-height: 1.3em;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 0.10rem;
    transition: background-size .4s;
    color: black;
}

#directorio-movil a:hover,
#directorio-movil a:focus {
    background-size: 100% 0.10rem;
}

#logo {
    padding: 5% 5% 2% 5%;
}

/* Legales */

#legales {
    font-size: 3vw;
    padding: 0 5% 10% 5%;
}

#legales li {
    display: block;
    line-height: 1.4em;
}

/*/ TÉRMINOS /*/

.pagina-legal {
    grid-template-columns: 1fr;
    margin: 0 0 15% 0;
}

/* Títulos */

.pagina-legal h1 {
    font-size: 6vw;
}

/* Párrafos */

.pagina-legal p {
    font-size: 4.5vw;
    width: 96%;
}

.pagina-legal .col-der h1:first-of-type {
    margin-top: 0.2em;
}

/* Enlaces */

#legales-links a {
    font-size: 4.5vw;
    background-size: 0% 0.05rem;
}

#legales-links a:hover,
#legales-links a:focus {
    background-size: 100% 0.05rem;
}

/*/ BOTÓN SUBIR /*/

#js_up {
    right: 5%;
    bottom: 0%;
}

.btn-subir {
    font-size: 18vw;
    margin-bottom: 50%;
}

}