/* =========================================================
   FORJA EL DESEO - CSS OPTIMIZADO
   Archivo generado a partir de style.css.
   Mantiene la estructura visual y elimina duplicados/código no usado.
   ========================================================= */



/* Estilos base y componentes */

body {
    font-family: 'EB Garamond', serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1 {
    font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
}

h2 {
    font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
}

h3 {
    font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
}

html {
    scrollbar-gutter: stable;
}

main {
    flex: 1;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    padding: 0.5rem 0.5rem 0.5rem 0.9rem;
    color: white;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-menu a {
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
}

.btn-gral {
    color: white;
    text-decoration: none;
    display: inline-block;
}

.btn-encargar {
    background-color: white;
    border-radius: 8px;
    padding: 10px 20px;
    color: black;
    text-decoration: none;
    display: inline-block;
}

.hamburger {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
}

.bar {
    display: block;
    width: 25px;
    height: 1px;
    margin: 4px auto;
    padding-bottom: 3px;
    background-color: white;
    transition: 0.5s;
}

.contenedor-principal {
    width: 100%;
    margin: 0;
    padding: 0;
}

.presentacion {
    position: relative;
    height: 250px;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.imagen-fondo {
    display: block;
    width: 100%;
    height: calc(100dvh - 57px);
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(50%);
}

.contenido-centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    color: #ffffff;
}

.contenido-centrado h1 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
}

.contenido-centrado p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
}

.contenido-piezas {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
    padding-top: 20px;
}

.contenido-piezas h1 {
    font-family: 'EB Garamond', serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    color: #111111;
    margin-bottom: 15px;
}

.contenido-piezas p {
    font-family: 'EB Garamond', serif;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.contenido-proceso-bajada p {
    font-family: 'EB Garamond', serif;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 0px auto;
    width: 90%;
}

.contenido-nosotros {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.contenido-nosotros p {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 50px auto;
    font-style: italic;
    font-family: 'EB Garamond', serif;
}

.wrapper-carrusel {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 58px;
}

.carrusel-productos {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
    padding: 16px 4px 24px 4px;
}

.carrusel-productos::-webkit-scrollbar {
    display: none;
}

.tarjeta-cuchillo {
    flex: 0 0 calc((100% - 56px) / 3);
    background-color: white;
    padding: 16px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
    transition: transform 0.5s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.tarjeta-cuchillo:hover {
    transform: translateY(-5px);
}

.tarjeta-cuchillo img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 15px;
}

.tarjeta-cuchillo h3 {
    font-family: 'EB Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #111111;
    margin: 12px 0 6px 0;
}

.tarjeta-cuchillo span {
    font-family: 'EB Garamond', serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #666666;
}

.flecha-carrusel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.2s;
}

.flecha-carrusel:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.flecha-carrusel.izquierda {
    left: 6px;
}

.flecha-carrusel.derecha {
    right: 6px;
}

.seccion-lineas {
    background-color: #ffffff;
    width: 97%;
    display: flex;
    justify-content: center;
}

.contenedor-lineas {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    max-width: 1200px;
}

.titulo-lineas {
    font-size: 1.8rem;
    text-align: center;
    color: #111111;
    margin-bottom: 40px;
}

.columnas-lineas {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.columna-lineas {
    flex: 1;
}

.columna-lineas h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    color: #111111;
}

.columna-lineas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.columna-lineas li {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
}

.lo-que-hacemos li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: grey;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
}

.lo-que-no-hacemos li::before {
    content: "✗";
    position: absolute;
    left: 0;
    top: 0;
    color: grey;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
}

.banner-deseo {
    width: 100%;
    padding: 40px 0;
    background-color: #ffffff;
}

.banner-deseo-fondo {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('img/deseoacero.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 60px;
    box-sizing: border-box;
}

.contenedor-banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.banner-col-izq {
    flex: 1;
}

.banner-col-izq h2 {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    letter-spacing: 3px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.banner-col-der {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-col-der p {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 30px 0;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.btn-proceso {
    font-family: 'EB Garamond', serif;
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 10px 25px;
    background: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-proceso:hover {
    background-color: #ffffff;
    color: #000000;
}

.pie-pagina {
    background-color: black;
    color: white;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}


@media (max-width: 900px) {

    .tarjeta-cuchillo {
        flex: 0 0 calc((100% - 28px) / 2);
    }

    .flecha-carrusel.izquierda {
        left: -10px;
    }

    .flecha-carrusel.derecha {
        right: -10px;
    }

}


@media (max-width: 768px) {

    body {
        padding-top: var(--alto-header-mobile);
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 4000;
        box-sizing: border-box;
        height: var(--alto-header-mobile);
        min-height: var(--alto-header-mobile);
        padding-top: 0;
        padding-bottom: 0;
        background-color: #000000;
        border: 0;
    }

    .hamburger {
        display: block;
    }

    .nav-menu a {
        color: white;
        padding: 5px 0;
        width: 100%;
        display: block;
        font-size: 14px;
    }

    .nav-menu {
        position: fixed;
        top: var(--alto-header-mobile);
        right: -200%;
        flex-direction: column;
        background-color: #000000;
        margin-bottom: 5px;
        height: calc(100vh - var(--alto-header-mobile));
        width: 45%;
        text-align: right;
        transition: 0.5s;
        z-index: 3990;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: center;
        margin-top: 0;
        border: 0;
    }

    .nav-menu .btn-encargar {
        padding: 12px 20px;
        width: auto;
        display: inline-block;
        margin-top: 10px;
        color: black;
    }

    .nav-menu.active {
        right: 0;
    }

    .presentacion {
        height: 220px;
        margin-top: 0;
    }

    .contenido-centrado h1 {
        font-size: 1.8rem;
    }

    .contenido-centrado p {
        font-size: 1.5rem;
    }

    .columnas-lineas {
        flex-direction: column;
        gap: 40px;
    }

    .titulo-lineas {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .banner-deseo-fondo {
        width: 95%;
        padding: 50px 20px;
    }

    .contenedor-banner {
        flex-direction: column;
        gap: 35px;
    }

    .banner-col-izq h2 {
        font-size: 2rem;
        text-align: center;
    }

    .banner-col-der {
        align-items: center;
    }

    .banner-col-der p {
        font-size: 1rem;
        text-align: center;
    }

}


@media (max-width: 600px) {

    .tarjeta-cuchillo {
        flex: 0 0 100%;
    }

    .flecha-carrusel {
        display: none !important;
    }

}


/* Estilos base y componentes */

.banner-nosotros {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px 0;
}

.contenedor-banner-nosotros {
    background-color: #000000;
    width: 90%;
    max-width: 1200px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    box-sizing: border-box;
    font-family: 'EB Garamond', serif;
}

.banner-nosotros-col-izq {
    flex: 1.6;
}

.banner-nosotros-col-izq h2 {
    font-family: 'EB Garamond', serif !important;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.banner-nosotros-col-izq p {
    color: #cccccc;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
}

.banner-nosotros-col-der {
    flex: 1;
    max-width: 400px;
    width: 100%;
}

.contenedor-imagen-nosotros {
    position: relative;
    width: 100%;
}

.contenedor-imagen-nosotros img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.etiqueta-imagen {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 6px 16px;
    font-style: italic;
    font-size: 1.3rem;
    border: 1px solid #ffffff;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.etiqueta-imagen:hover {
    background-color: #ffffff;
    color: #000000;
}


@media (max-width: 768px) {

    .contenedor-banner-nosotros {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }

    .banner-nosotros-col-izq h2 {
        font-size: 1.6rem;
    }

}


/* Estilos base y componentes */

.seccion-encargo {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: 'EB Garamond', serif;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.seccion-encargo .titulo-EB Garamond {
    font-family: 'EB Garamond', serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 25px;
    text-align: center;
}

.seccion-encargo p {
    font-size: 1.3rem;
    line-height: 1.6;
    max-width: 850px;
    margin: 0;
    color: #333333;
}

.seccion-encargo .enlace-contacto {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.seccion-encargo .enlace-contacto:hover {
    color: #666666;
    border-color: #666666;
}

.faq-section {
    font-family: 'EB Garamond', serif;
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 30px;
    color: #333;
}

.faq-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.faq-container {
    display: flex;
    gap: 40px;
}

.faq-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 15px 0;
    font-family: 'EB Garamond', serif;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #666;
}

.faq-question::after {
    content: '+';
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 10px;
}

.faq-item.active .faq-question::after {
    content: '−';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-answer p {
    font-size: 1.1rem;
    line-height: 1.5;
    padding-bottom: 15px;
    margin: 0 0 10px 0;
    color: #555;
}


@media (max-width: 768px) {

    .faq-container {
        flex-direction: column;
        gap: 0;
    }

}


/* Estilos base y componentes */

.seccion-contacto {
    background-image: url('img/contacto.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    margin: 0;
    padding: 60px 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.contenido-contacto {
    font-family: 'EB Garamond', serif;
    color: #ffffff;
    text-align: left;
}

.logo-forja {
    max-width: 220px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.ubicacion {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0 20px 0;
    font-weight: normal;
}

.redes-sociales {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.2rem;
}

.redes-sociales span {
    font-weight: bold;
}

.redes-sociales a {
    display: inline-flex;
    align-items: center;
    transition: opacity 0.3s ease;
}

.redes-sociales a:hover {
    opacity: 0.8;
}

.redes-sociales img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.tarjeta-cuchillo button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 10%, rgba(255,255,255,0.055), transparent 24%),
        radial-gradient(circle at 80% 30%, rgba(255,255,255,0.035), transparent 22%),
        linear-gradient(135deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 6px),
        rgba(0, 0, 0, 0.93);
    align-items: flex-start;
    justify-content: center;
    padding: 62px 96px 52px;
    box-sizing: border-box;
    overflow-y: auto;
}

.modal.abierto {
    display: flex;
}

.modal-contenido {
    position: relative;
    width: min(860px, 100%);
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.modal-card {
    background: transparent;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-img-container {
    background: #ffffff;
    padding: 24px 24px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
    flex-direction: column;
    border-radius: 3px;
    box-sizing: border-box;
    max-width: min(550px, 50%);
}

.modal-img-container img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 58vh;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 2px;
}

.modal img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 58vh;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 2px;
}

.modal-info {
    width: 100%;
    margin: 0;
    background: #ffffff;
    color: #111111;
    padding: 18px 28px 24px;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    font-family: 'EB Garamond', serif;
    text-align: center;
    box-shadow: none;
}

.modal-info h2 {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.modal-info p {
    margin: 0 auto;
    font-size: 0.98rem;
    line-height: 1.42;
    color: #444444;
    max-width: 500px;
}

.cerrar {
    position: fixed;
    top: 18px;
    right: 28px;
    color: #ffffff;
    background: transparent;
    border: 0;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    z-index: 5100;
}

.flecha-modal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.38);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    z-index: 5050;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.42;
    transition: opacity 0.28s ease, background-color 0.28s ease, transform 0.28s ease;
}

.flecha-modal.izquierda {
    left: -72px;
}

.flecha-modal.derecha {
    right: -72px;
}

.flecha-modal:hover {
    background-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-50%) scale(1.08);
}

.flecha-modal.oculta {
    display: none;
}


@media (max-width: 900px) {

    .wrapper-carrusel {
        padding: 0 52px;
    }

}


@media (max-width: 768px) {

    .modal {
        padding: 26px 16px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .modal-contenido {
        width: 100%;
        margin: 34px auto 20px;
    }

    .modal-img-container img {
        max-height: 55vh;
    }

    .modal img {
        max-height: 55vh;
    }

    .modal-info {
        padding: 20px 20px 28px;
    }

    .modal-info h2 {
        font-size: 1.35rem;
        margin-bottom: 8px;
    }

    .modal-info p {
        font-size: 1.06rem;
        line-height: 1.48;
    }

    .flecha-modal.izquierda {
        left: 10px;
    }

    .flecha-modal.derecha {
        right: 10px;
    }

    .cerrar {
        top: 12px;
        right: 16px;
        font-size: 38px;
    }

}


@media (max-width: 600px) {

    .wrapper-carrusel {
        padding: 0;
    }

}


/* Estilos base y componentes */

.modal-contador {
    display: block;
    min-height: 1em;
    margin-top: 14px;
    font-size: 0.78rem;
    line-height: 1;
    color: #999999;
    letter-spacing: 1.2px;
}

.modal-contenido:hover .flecha-modal {
    opacity: 1;
}

.flecha-modal:focus-visible {
    opacity: 1;
}


@media (max-width: 900px) {

    .modal {
        padding: 38px 74px;
    }

    .flecha-modal.izquierda {
        left: -58px;
    }

    .flecha-modal.derecha {
        right: -58px;
    }

}


@media (max-width: 768px) {

    .modal {
        padding: 26px 16px;
    }

    .flecha-modal {
        display: none !important;
    }

    .modal-img-container {
        width: 100%;
        max-width: 100%;
        padding: 16px 16px 0;
    }

    .modal-img-container img,
    .modal img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 65vh;
        object-fit: contain;
    }

    .modal-contador {
        margin-top: 13px;
        font-size: 0.9rem;
    }

    .flecha-modal {
        top: 43%;
        width: 40px;
        height: 40px;
        opacity: 0.86;
        background-color: rgba(0, 0, 0, 0.55);
    }

    :root {
        --alto-header-mobile: 57px;
    }

    .contenedor-principal {
        margin-top: 0;
    }

    #piezas::before {
        content: "";
        display: block;
        height: 75px;
        margin-top: -50px;
        visibility: hidden;
    }

}


/* Estilos base y componentes */

.timeline-proceso {
    width: 100%;
    background-color: #ffffff;
    padding: 70px 0 35px;
    box-sizing: border-box;
}

.timeline-contenedor {
    position: relative;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0 10px;
}

.timeline-contenedor::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #d0d0d0;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
    margin-bottom: 62px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-numero {
    position: absolute;
    top: 0;
    left: 50%;
    width: 42px;
    height: 42px;
    transform: translateX(-50%);
    background-color: #111111;
    color: #ffffff;
    border: 5px solid #ffffff;
    box-shadow: 0 0 0 1px #bfbfbf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    z-index: 2;
    box-sizing: border-box;
}

.timeline-contenido {
    background-color: #ffffff;
    padding: 0 0 8px;
}

.timeline-item:nth-child(odd) .timeline-contenido {
    grid-column: 1;
    text-align: right;
}

.timeline-item:nth-child(even) .timeline-contenido {
    grid-column: 2;
    text-align: left;
}

.timeline-contenido h2 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #111111;
    margin: 0 0 14px;
}

.timeline-contenido p {
    font-size: 1.18rem;
    line-height: 1.58;
    color: #444444;
    margin: 0 0 13px;
}

.timeline-contenido p:last-child {
    margin-bottom: 0;
}

.proceso-cierre {
    width: 90%;
    max-width: 900px;
    margin: 30px auto 60px;
    text-align: center;
    padding: 42px 30px;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.proceso-cierre p {
    font-size: 1.55rem;
    line-height: 1.5;
    color: #555555;
    font-style: italic;
    margin: 0 auto 30px;
    max-width: 820px;
}

.btn-creaciones {
    font-family: 'EB Garamond', serif;
    font-size: 1.2rem;
    color: #111111;
    text-decoration: none;
    border: 1px solid #111111;
    padding: 10px 25px;
    background: transparent;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-creaciones:hover {
    background-color: #111111;
    color: #ffffff;
}


@media (max-width: 900px) {

    .timeline-item {
        gap: 55px;
    }

}


@media (max-width: 768px) {

    .timeline-proceso {
        padding: 50px 0 25px;
    }

    .timeline-contenedor {
        width: 88%;
        padding-left: 32px;
    }

    .timeline-contenedor::before {
        left: 0;
    }

    .timeline-item {
        display: block;
        margin-bottom: 50px;
    }

    .timeline-numero {
        left: 0;
        top: 0;
        width: 34px;
        height: 34px;
        border-width: 4px;
        font-size: 0.92rem;
    }

    .timeline-item:nth-child(odd) .timeline-contenido {
        text-align: left;
    }

    .timeline-item:nth-child(even) .timeline-contenido {
        text-align: left;
    }

    .timeline-contenido h2 {
        font-size: 1.55rem;
        margin-bottom: 12px;
    }

    .timeline-contenido p {
        font-size: 1.08rem;
        line-height: 1.55;
    }

    .proceso-cierre {
        margin: 20px auto 40px;
        padding: 34px 20px;
    }

    .proceso-cierre p {
        font-size: 1.25rem;
    }

    .btn-creaciones {
        font-size: 1.08rem;
        padding: 9px 22px;
    }

}


/* Estilos base y componentes */

.presentacion-proceso {
    position: relative;
    overflow: hidden;
}

.presentacion-proceso .imagen-proceso {
    filter: brightness(85%);
}

.presentacion-proceso::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0px,
        rgba(0, 0, 0, 1) 45px,
        rgba(0, 0, 0, 0.78) 80px,
        rgba(0, 0, 0, 0.42) 125px,
        rgba(0, 0, 0, 0) 190px
    );
}

.presentacion-proceso .contenido-centrado {
    z-index: 2;
    width: min(900px, 90%);
    transform: translate(-50%, -40%);
}

.presentacion-proceso h1 {
    margin: 0 0 22px;
    font-size: 1.8 rem;
    letter-spacing: 5px;
    font-weight: 800;
}

.presentacion-proceso p {
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.65;
    font-size: 1.5rem;
}


@media (max-width: 768px) {

    .presentacion-proceso .contenido-centrado {
        width: 88%;
        transform: translate(-50%, -38%);
    }

    .presentacion-proceso h1 {
        font-size: 1.8rem;
        letter-spacing: 3px;
        margin-bottom: 16px;
    }

    .presentacion-proceso p {
        font-size: 1.5rem;
        line-height: 1.5;
    }

}


/* Estilos base y componentes */

.timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 600px) {

    .timeline-contenedor {
        padding-left: 0;
    }

    .timeline-contenedor::before {
        left: 17px;
    }

    .timeline-item {
        display: block;
        padding-left: 52px;
        margin-bottom: 50px;
    }

    .timeline-numero {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 34px;
        height: 34px;
        font-size: 1rem;
        margin: 0 0 14px -52px;
    }

    .timeline-contenido h2 {
        font-size: 1.35rem;
        line-height: 1.2;
        margin-top: 0;
    }

}


@media (max-width: 768px) {

    .presentacion .imagen-fondo {
        height: 100%;
        min-width: 0;
        object-fit: cover;
        object-position: center center;
    }

    body:not(.pagina-proceso) .presentacion:not(.presentacion-proceso) .imagen-fondo {
        object-position: center 35%;
    }

    .presentacion-proceso .imagen-proceso {
        height: 100%;
        object-fit: cover;
        object-position: center 18%;
    }

}


@media (max-width: 480px) {

    .presentacion .imagen-fondo {
        height: 100%;
    }

    body:not(.pagina-proceso) .presentacion:not(.presentacion-proceso) .imagen-fondo {
        object-position: center 38%;
    }

    .presentacion-proceso .imagen-proceso {
        object-position: center 16%;
    }

}


@media (max-width: 1024px) {

    .timeline-contenedor {
        width: 88%;
        padding-left: 0;
    }

    .timeline-contenedor::before {
        left: 17px;
        transform: none;
    }

    .timeline-item {
        display: block;
        padding-left: 52px;
        margin-bottom: 50px;
    }

    .timeline-numero {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 34px;
        height: 34px;
        font-size: 1rem;
        margin: 0 0 14px -52px;
    }

    .timeline-item:nth-child(odd) .timeline-contenido {
        grid-column: auto;
        text-align: left;
    }

    .timeline-item:nth-child(even) .timeline-contenido {
        grid-column: auto;
        text-align: left;
    }

    .timeline-contenido h2 {
        font-size: 1.55rem;
        line-height: 1.2;
        margin-top: 0;
    }

}


/* Estilos base y componentes */

.presentacion-nosotros {
    position: relative;
    overflow: hidden;
}

.presentacion-nosotros .imagen-nosotros {
    filter: brightness(78%);
    object-position: center 42%;
}

.presentacion-nosotros::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.65) 0px,
        rgba(0, 0, 0, 0.38) 120px,
        rgba(0, 0, 0, 0.18) 100%
    );
}

.presentacion-nosotros .contenido-centrado {
    z-index: 2;
    width: min(920px, 90%);
}

.presentacion-nosotros h1 {
    margin: 0 0 18px;
    font-size: 1.9rem;
    letter-spacing: 5px;
    font-weight: 800;
}

.presentacion-nosotros p {
    max-width: 780px;
    margin: 0 auto;
    font-size: 1.55rem;
    line-height: 1.45;
}

.nosotros-contenido {
    width: 90%;
    max-width: 860px;
    margin: 52px auto 64px;
    font-family: 'EB Garamond', serif;
}

.nosotros-contenido p {
    font-size: 1.22rem;
    line-height: 1.68;
    color: #333333;
    margin: 0 0 20px;
}

.nosotros-cita {
    font-size: 1.5rem !important;
    line-height: 1.55 !important;
    color: #555555 !important;
    font-style: italic;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 42px !important;
}

.nosotros-cita-secundaria {
    font-size: 1.38rem !important;
    line-height: 1.55 !important;
    color: #555555 !important;
    font-style: italic;
    text-align: center;
    max-width: 780px;
    margin: 42px auto !important;
}

.nosotros-contenido h2 {
    margin: 54px 0 22px;
    font-size: 1.65rem;
    line-height: 1.25;
    letter-spacing: 2px;
    color: #111111;
    font-weight: 700;
    text-align: center;
}

.nosotros-separador {
    width: 90px;
    height: 1px;
    background-color: #d0d0d0;
    margin: 46px auto 0;
}

.nosotros-cierre {
    margin-top: 56px;
    padding-top: 38px;
    border-top: 1px solid #dddddd;
}

.nosotros-cierre h2 {
    margin-top: 0;
    text-align: center;
}

.nosotros-cierre p {
    max-width: 860px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}


@media (max-width: 768px) {

    .presentacion-nosotros .imagen-nosotros {
        height: 100%;
        min-width: 0;
        object-fit: cover;
        object-position: center 36%;
    }

    .presentacion-nosotros h1 {
        font-size: 1.8rem;
        letter-spacing: 3px;
    }

    .presentacion-nosotros p {
        font-size: 1.25rem;
        line-height: 1.35;
    }

    .nosotros-contenido {
        margin: 42px auto 48px;
    }

    .nosotros-contenido p {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .nosotros-cita {
        font-size: 1.28rem !important;
        margin-bottom: 34px !important;
    }

    .nosotros-cita-secundaria {
        font-size: 1.22rem !important;
        margin: 34px auto !important;
    }

    .nosotros-contenido h2 {
        font-size: 1.45rem;
        margin: 42px 0 18px;
    }

}
