* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: none;
    font-family: "Poppins", sans-serif;
}

:root {
    --blanco: #fafafa;
    --gris: #e5e5e5;
    --gris-oscuro: #e5e5e5;
    --gris-texto: #5d5d5d;
    --beige: #f6eee7;
    --azul-claro: #ced8e5;
    --azul: #5b9ad3;
    --verde-lima: #d6d558;
    --verde-oliva: #aaaa28;
    --rosa-pastel: #fb99a6;
    --amarillo: rgb(255, 210, 89);
}

p, label{
    color: var(--gris-texto);
}

h2{
    color: #454545;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h3{
    color: #525252;
    text-transform: uppercase;
}

.xs-iconX {
    width: 15px;
    height: 15px;
}

.s-iconX {
    width: 25px;
    height: 25px;
}

.tool {
    width: 38px;
    height: 38px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    stroke-width: 1.5px;
    position: relative;
    z-index: 100;
    color: #525252;
}

.tool-white {
    color: var(--rosa-pastel);
    width: 50px;
    height: 50px;
}

.used-tool {
    background-color: #18a0fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: white;
}

header {
    width: 100%;
    height: auto;
}

.barraVentana {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 1;
}

.circulo {
    width: 13px;
    height: 13px;
    background-color: black;
    border-radius: 20px;
}

.rojo {
    background-color: #fe5e58;
    border: 1px solid #c36c68;
}

.amarillo {
    background-color: #ffbe32;
    border: 1px solid #d5b26c;
}

.verde {
    background-color: #24c83e;
    border: 1px solid #3cab52;
}

.contenedorHero {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

.pestPanel {
    width: 50%;
    height: 40px;
    background-color: var(--gris-oscuro);
    bottom: 0px;
    position: absolute;
    z-index: 2;
    left: 80px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 1px 10px;
    border-radius: 15px 15px 0 0;
}

.iconProfile {
    width: 25px;
    height: 25px;
}

.iconProfile img{
    width: 100%;
    
}

.navHero {
    position: absolute;
    top: 60px;
    left: 10px;
    margin: auto;
    height: 50px;
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    z-index: 5;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.panelHerramientas {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.mensIntr::after {
    content: "|";
    animation: parpadeo 0.7s infinite;
}

@keyframes parpadeo {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.heroInteract {
    width: 100%;
    height: 800px;
    background-color: var(--gris-oscuro);
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 200px;
    overflow: hidden;
}

.hero-element {
    cursor: pointer;
    position: absolute;
    transition: 0.5s ease-in-out;
    z-index: 5;
}

.hero-element img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    pointer-events: auto;
    will-change: transform;
}

.element1 {
    width: 160px;
    height: 160px;
    top: 40px;
    left: -50px;
}

.element2 {
    width: 180px;
    height: 180px;
    bottom: 50px;
    right: -50px;
}

.element3 {
    width: 90px;
    height: 90px;
    bottom: 200px;
    left: 30px;
}

.element4 {
    width: 100px;
    height: 100px;
    top: 80px;
    right: -15px;
}

.hero-element:hover {
    transform: scale(1.1) !important;
}

.figma-cursoruser {
    display: flex;
    align-items: flex-start;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-5px, -5px);
    transition: transform 0.05s ease-out;
}

.cursor-labeluser {
    background-color: var(--azul);
    font-family: "Poppins", sans-serif;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    color: white;
    padding: 5px 10px;
    border-radius: 0px 5px 5px 5px; /* Redondeado asimétrico tipo Figma */
    font-size: 12px;
    font-weight: 400;
    margin-right: 50px;
    margin-top: 25px;
}

.clip-image2 {
    width: 20px;
    height: auto;
    margin: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.pos-mensj{
    width: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    left: 40px;
}

.figma-cursor {
    z-index: 4;
    display: flex;
    align-items: flex-start;
}

.clip-image {
    width: 20px;
    height: auto;
    margin: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.cursor-label {
    background-color: var(--rosa-pastel);
    font-family: "Poppins", sans-serif;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    color: white;
    padding: 5px 10px;
    border-radius: 0px 5px 5px 5px; /* Redondeado asimétrico tipo Figma */
    font-size: 12px;
    font-weight: 400;
    margin-right: 50px;
    margin-top: 25px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.canvas-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Creamos los puntos usando un degradado radial */
    background-image: radial-gradient(#aaaaaa 1px, transparent 1px);
    background-size: 30px 30px; /* Distancia entre puntos */
    z-index: 1;
}

.mensIntr {
    background-color: white;
    border: 1px solid var(--rosa-pastel);
    border-radius: 2px 10px 10px 10px; /* Forma de bocadillo */
    padding: 15px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    width: 200px;
    margin-left: 30px;
    margin-top: 5px;
    height: auto;
    font-family: "Poppins", sans-serif; /* Tu tipografía secundaria [cite: 78, 99] */
    font-size: 14px;
    color: #343228; /* Tu color de texto oscuro [cite: 84] */
    line-height: 1.4;
    z-index: 6;
}

.titulo {
    width: 90%;
    text-align: center;
    z-index: 8;
    font-size: 25px;
    line-height: 0.9;
    color: #525252;
}

/* Primera tipografía: Estilo Sans Serif moderna */
.font-primary {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.colorbox-element {
    font-family: "Vibur", cursive;
    font-weight: 300;
    display: inline-block;
    -webkit-text-stroke: 1.2px #ffffff;
    color: transparent;
}

/* Segunda tipografía: Estilo con Serif o más elegante */
.dotted-type {
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

/* Tercera tipografía: Estilo Mono (muy usado en Frontend) */
.boundingbox-element {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

/* Estilo específico para DESIGNER & */
.font-secondary {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.font-tertiary {
    font-family: "Lobster Two", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.dottedbox-element {
    position: relative;
    display: inline-block;
    padding: 4px;
    outline: 2px dashed #18a0fb;
    margin: 5px;
}

.colorbox-element {
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #18a0fb;
}

.boundingbox-element {
    position: relative;
    display: inline-block;
    padding: 6px 2px;
    outline: 2px solid #18a0fb;
    margin-top: 5px;
}

.punto {
    position: absolute;
    width: 8px;
    height: 8px;
    background: white;
    border: 1px solid #18a0fb;
    z-index: 5;
}

.arriba-izq {
    top: -5px;
    left: -5px;
}
.arriba-der {
    top: -5px;
    right: -5px;
}
.abajo-izq {
    bottom: -5px;
    left: -5px;
}
.abajo-der {
    bottom: -5px;
    right: -5px;
}

.contenedorProy {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.carpeta-proyecto1 {
    position: absolute;
    top: -40px;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}

.carpeta-proyecto2 {
    position: absolute;
    top: 60px;
    width: 100%;
    cursor: pointer;
    z-index: 2;
}
.carpeta-proyecto3 {
    position: absolute;
    top: 160px;
    width: 100%;
    cursor: pointer;
    z-index: 3;
}

.carpeta-proyecto4 {
    position: absolute;
    top: 260px;
    width: 100%;
    cursor: pointer;
    z-index: 3;
}

.carpeta-activa {
    z-index: 99 !important;
}

/* TODAS LAS FICHAS TENDRÁN UNA TRANSICIÓN + PREVENIMOS LOS PARPADEOS EN TRANSFORMACIONES CON "WILL-CHANGE" + */
.carpeta-proyecto1,
.carpeta-proyecto2,
.carpeta-proyecto3,
.carpeta-proyecto4{
    transition: transform 0.3s ease;
    will-change: transform;
}

/* CUANDO NOS SITUAMOS SOBRE CADA FICHA LA TRASLADAMOS */
.carpeta-proyecto1:hover,
.carpeta-proyecto2:hover,
.carpeta-proyecto3:hover,
.carpeta-proyecto4:hover{
    transform: translateY(-20px);
}

.carpeta-activa {
    z-index: 50;
}

.carpeta-activa .cuerpo, 
.carpeta-activa .cuerpo2, 
.carpeta-activa .cuerpo3,
.carpeta-activa .cuerpo4{
    height: auto; 
    overflow: visible;
}

.cuerpo, .cuerpo2, .cuerpo3, .cuerpo4{
    height: 500px; 
    overflow: hidden;
    transition: height 0.5s ease, z-index 0.3s;}

.carpeta-portada {
    position: absolute;
    top: 360px;
    width: 100%;
    z-index: 20;
}

.responsive-desk{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }

.pestana {
    background-color: var(--rosa-pastel);
    width: fit-content;
    padding: 10px 20px;
    font-size: 0.8rem;
    border-radius: 15px 15px 0 0;
    position: absolute;
    left: 25%;
    z-index: 2;
    gap: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cuerpo {
    background-color: var(--blanco);
    min-height: 500px;
    width: 100%;
    padding: 35px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    z-index: 2;
    top: 38px;
    padding-bottom: 100px;
}

.deco-pestana {
    position: absolute;
    background-color: var(--rosa-pastel);
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0;
    display: flex;
    padding: 5px 10px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--gris-texto);
}


.ficha-tecnica {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    background-color: var(--blanco);
    margin-top: 15px;
    margin-bottom: 15px;
}

.pildora {
    display: flex;
    align-items: center;
    background-color: #f9f9f9; /* Gris muy suave */
    padding: 10px;
    border-radius: 15px;
    border: 1px solid var(--gris);
    transition: transform 0.2s;
    width: 250px;
}

.pildora:hover {
    transform: scale(1.1);
}

.pildora-icono {
    width: 40px;
    height: 40px;
    background-color: var(--verde-lima);
    color: var(--gris-texto);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 12px;
}

.pildora-icono3{
    background-color: var(--rosa-pastel);
    width: 40px;
    height: 40px;
    color: var(--gris-texto);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 12px;
}

.pildora-icono4{
    background-color: var(--amarillo);
    width: 40px;
    height: 40px;
    color: var(--gris-texto);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 12px;
}


.pildora-info {
    display: flex;
    flex-direction: column;
}

.pildora-label {
    font-size: 0.65rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.pildora-valor {
    font-size: 0.85rem;
    color: #333;
    font-weight: 700;
    white-space: normal;
}



.carousel-arietty {
    height: 200px !important;
}

.cuerpo2 {
    background-color: var(--blanco);
    min-height: 500px;
    width: 100%;
    padding: 35px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    z-index: 2;
    top: 38px;
    padding-bottom: 100px;
}

.pildora-icono2 {
    width: 40px;
    height: 40px;
    background-color: var(--azul);
    color: var(--gris-texto);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 12px;
    color: white
}

.texto {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    display: block;
    transition: max-height 0.6s ease-in-out;
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.texto-abierto {
    max-height: 1000px;
    mask-image: none;
}

.btn-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.btn-leer {
    padding: 7px 15px;
    background-color: var(--verde-lima);
    border: none;
    border-radius: 5px;
    color: var(--gris-texto);
    font-weight: 600;
    cursor: pointer;
}

.btn-leer:hover {
    background-color: var(--verde-oliva);
    color: white;
}

.carousel-container {
    width: 95%;
    height: auto;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.carousel-track img {
    min-width: 100%;
    height: auto;
    object-fit: contain;
}

.dots-container {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: var(--gris-oscuro);
    border-radius: 50%;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: var(--rosa-pastel);
}

.pestana2 {
    background-color: var(--amarillo);
    width: fit-content;
    padding: 10px 20px;
    font-size: 0.8rem;
    border-radius: 15px 15px 0 0;
    position: absolute;
    left: 4%;
    z-index: 2;
    gap: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.deco-pestana2 {
    position: absolute;
    background-color: var(--amarillo);
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0;
    display: flex;
    padding: 5px 10px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--gris-texto);
}

.pestana3 {
    background-color: var(--verde-lima);
    width: fit-content;
    padding: 10px 20px;
    font-size: 0.8rem;
    border-radius: 15px 15px 0 0;
    right: 10%;
    gap: 15px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.deco-pestana3 {
    position: absolute;
    background-color: var(--verde-lima);
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0;
    display: flex;
    padding: 5px 10px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--gris-texto);
}

/* El cuerpo de la carpeta */
.cuerpo3 {
    background-color: var(--blanco);
    min-height: 500px;
    width: 100%;
    border-radius: 0px 20px 0px 0px;
    padding: 35px;
    padding-top: 100px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    z-index: 2;
    top: 38px;
}

/* Contenedor principal */
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 20px auto;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.video-demo {
    width: 100%;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Oscurece un poco el fondo */
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        opacity 0.5s ease,
        visibility 0.5s;
    z-index: 2;
}

.play-button {
    width: 50px;
    height: 50px;
    background-color: var(--rosa-pastel);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.play-button i {
    width: 40px;
    height: 40px;
}

/* Efecto hover sobre el contenedor */
.video-wrapper:hover .play-button {
    transform: scale(1.1);
}

/* Clase para ocultar el overlay cuando el video suene */
.video-wrapper.playing .video-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.pestana4 {
    background-color: var(--azul);
    width: fit-content;
    padding: 10px 20px;
    font-size: 0.8rem;
    border-radius: 15px 15px 0 0;
    right: 32%;
    gap: 15px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 4;
}

.deco-pestana4 {
    position: absolute;
    background-color: var(--azul);
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0;
    display: flex;
    padding: 5px 10px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--gris-texto);
}

/* El cuerpo de la carpeta */
.cuerpo4 {
    background-color: var(--blanco);
    min-height: 500px;
    width: 100%;
    border-radius: 0px 20px 0px 0px;
    padding: 35px;
    padding-top: 100px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    z-index: 2;
    top: 38px;
}



.pestana99 {
    background-color: var(--amarillo);
    width: fit-content;
    padding: 10px 50px;
    font-size: 0.8rem;
    border-radius: 15px 15px 0 0;
    position: absolute;
    right: 55%;
    z-index: 2;
    gap: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.titulo2 {
    width: 100%;
    text-align: center;
    z-index: 8;
    font-size: 40px;
    line-height: 0.9;
    color: #525252;
    margin-bottom: 20px;
    text-transform:none;
}

.cuerpo99 {
    background-color: var(--amarillo);
    min-height: 700px;
    width: 100%;
    padding: 35px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    position: absolute;
    z-index: 2;
    top: 38px;
    padding-bottom: 100px;
    text-align: center;
}

.software-box img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

.fond-negro {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 98;
    display: none;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease; /* Suavizado */
}

.fond-negro.activo {
    display: flex;
}

/* El formulario (modal) */
.formulario-contacto {
    background-color: var(--blanco);
    width: 90%;          
    max-width: 600px;    
    padding: 30px;
    border-radius: 20px;
    border: 2px solid var(--rosa-pastel);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.header-form {
    display: flex;
    justify-content: space-between;
    align-items: center;            
    width: 100%;                   
}

.h3-form{
    font-size: 26px;
    line-height: 1.2;
}

.btn-form{
    
    padding: 7px 15px;
    background-color: var(--azul);
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    color: white;
    margin-top: 20px;
    width: fit-content;
    transition: transform 0.2s;
}

.btn-cerrar{
    width: fit-content;
    font-family: "Poppins";
    padding: 3px 8px;
    background: var(--amarillo);
    border-radius: 5px;
    color: white;
    font-size: 30px;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.2s;
    margin-left: 10px;
}

.btn-form:hover{
    transform: scale(1.1);
}
.btn-cerrar:hover{
    transform: scale(1.1);
}

.formulario-contacto input, 
.formulario-contacto textarea {
    width: 100%;           
    padding: 10px;    
    border: 1px solid var(--gris-texto);
    border-radius: 8px;   
    font-family: inherit;   
    font-size: 16px;
    box-sizing: border-box; 
}


/*FOTER*/

.dock-container {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.dock {
    background: rgba(255, 255, 255, 0.1); /* Efecto cristal */
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px 20px 0px 0px;
    padding: 10px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dock ul {
    display: flex;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
}

/* Cada icono */
.dock-item {
    position: relative;
    transition: transform 0.3s ease;
}

.dock-item img {
    width: 50px;
    height: 50px;
    transition: width 0.3s ease;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.dock-item:hover {
    transform: scale(1.1);
}

.dock-item:hover img {
    width: auto;
}

.tooltip {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0; /* Escondido por defecto */
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.dock-item:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 520px){
    
    .titulo {
    width: 70%;
    font-size: 35px;
    }
    .element1 {
    height: 220px;
    width: 220px;
    }
    .element2 {
    height: 240px;
    width: 240px;
    }
    .element3 {
    height: 130px;
    width: 130px;
    bottom: 140px;
    }
    .element4 {
    height: 130px;
    width: 130px;
    }
    
    .cuerpo,.cuerpo2,.cuerpo3  {
    padding: 100px 65px 65px 65px;
    }
    
    .carousel-arietty {
    height: 300px !important;
    }
    

    .titulo2{
    font-size: 60px;
    }
    .carpeta-proyecto1:hover,
    .carpeta-proyecto2:hover,
    .carpeta-proyecto3:hover,
    .carpeta-proyecto4:hover{
    transform: translateY(-140px);
    }
    
    .formulario-contacto {
        padding: 40px;
    }
    
    .h3-form {
        font-size: 32px; /* Un poco más grande en desktop */
    }

}

@media (min-width: 1024px){
    
    .pestPanel {
        width: 30%;
    }
    
    .heroInteract {
        padding-top: 200px;
        height: 900px;
    }
    
    .titulo {
    width: 40%;
    font-size: 40px;
    }
    
    .element1 {
    height: 230px;
    width: 230px;
    left: 20px;
    }
    .element2 {
    height: 260px;
    width: 260px;
    right: 20px;
    }
    .element3 {
    height: 150px;
    width: 150px;
    bottom: 80px;
    left: 100px;
    }
    .element4 {
    height: 150px;
    width: 150px;
    top: 100px;
    right: 50px;
    }
    
    .pos-mensj{
    width: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    left: 40px;
}
    .cursor-label {
    font-size: 15px;
}
    .mensIntr {
    width: 300px;
    margin-left: 45px;
    font-size: 18px;
}
    .pos-mensj {
        width: auto;
        display: flex;
        flex-direction: column;
        position: relative;
        left: 200px;
    }
    
    .tool{
        width: 40px;
        height: 40px;
    }
    .navHero{
        padding: 30px 10px;
        top:80px;
        left: 120px;
    }
    
    .titulo2{
    font-size: 80px;
    }
    
    p {
        font-size: 14px; /* Aumentamos de 14px a 16px para mayor comodidad */
        line-height: 1.6;
    }
    h2{
        font-size: 36px;
    }
    
    .texto {
    width: 100%;
    height: 100%;
    display: block;
    mask-image: none;
    max-height: fit-content;
    font-size: 15px;
}
      
}

@media (min-width:1200px){
    
    .pestPanel {
        width: 15%;
    }
    
    .heroInteract {
        padding-top: 170px;
        height: 950px;
    }
    
    .titulo {
    width: 25%;
    font-size: 35px;
    }
    
    .element1 {
    top: 60px;
    left: 200px;
    }
    .element2 {
    right: 120px;
        bottom: 30px;
    }
    .element3 {
    bottom: 130px;
    left: 150px;
    }
    .element4 {
    top: 150px;
    right: 150px;
    }
    
    .pos-mensj{
    left: 160px;
}
    .cuerpo,.cuerpo2,.cuerpo3, .cuerpo4 {
    padding: 100px 250px 80px 250px;
    }
    
    .responsive{
        width: 100%;
        display: flex;
        
    }
    
     
    .proceso-creativo{
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 70px;
    }
    
    .resp-element1{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }
    
    .resp-element2{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: start;
    justify-content: start;
    max-height: 700px
    }
    
    .resp-element1{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }
    .carousel-arietty {
        height: auto !important;
    }
    
    p {
        font-size: 19px;
    }
    
    .carousel-container {
    width: 100%;
    height: auto;
    max-height: 450px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}
    
   .texto {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    display: block;
    transition: max-height 0.6s ease-in-out;
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
       font-size: 19px;
}

.texto-abierto {
    max-height: 1000px;
    mask-image: none;
}
    
}