/* Importación de fuentes */
@import url('https://fonts.googleapis.com/css2?family=Didot:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@300&family=Raleway:wght@100&family=Roboto:wght@100&family=Work+Sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400&display=swap');

.global-p-adjustment p {
    font-family: 'Lora', serif;
    font-size: 0.8em;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    margin: 5px 0;
}

.process-header {
    position: relative;
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FCF8F0;
    z-index: 0;
    top: 0;
}

.header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Estilos específicos para el recuadro "THE" */
.titulo-caja-1 {
    background-color: rgba(121, 114, 86, 0.52);
    padding: 10px 20px;
    margin: 10px 0;
    width: auto;
    height: auto;
    text-align: center;
    position: relative;
    top: -37px;
    width: 200px;
    height: 63px;
}

/* Estilos específicos para el recuadro "PROCESS" */
.titulo-caja-2 {
    background-color: rgba(121, 114, 86, 0.52);
    padding: 10px 20px;
    margin: 10px 0;
    width: auto;
    height: auto;
    text-align: center;
    position: relative;
    top: -47px;
    width: 274px;
    height: 70px;
}

.titulo-texto {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 2.5em;
    color: black;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.process {
    position: relative;
    padding: 40px 11px 45px;
    background-color: #FEF9F0;
    min-height: 2500px;
}

.linea-divisoria {
    position: absolute;
    top: 6%;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: #000000;
    z-index: 0;
}

.punto {
    width: 45%;
    text-align: left;
    position: absolute; 
    z-index: 1;
}

.izquierda {
    align-self: flex-start;
}

.derecha {
    align-self: flex-end;
    text-align: right;
}

.numero {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 8em;
    color: #C1BEA6;
    margin-bottom: 5px;
}

/* Estilos generales para los subtítulos */
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.2em;
    margin: 5px 0;
    color: #A18064;
    text-transform: uppercase;
    font-weight: 100 !important;
    position: relative;
    text-decoration: underline; /* Subrayar el texto */
    text-decoration-color: #A18064; /* Color del subrayado */
}

/* Estilos individuales para cada subtítulo */
#step1 h2 {
    font-size: 2em; /* Ajuste del tamaño de fuente para el subtítulo de Step 1 */
}

#step2 h2 {
    font-size: 2em; /* Ajuste del tamaño de fuente para el subtítulo de Step 2 */
}

#step3 h2 {
    font-size: 2em; /* Ajuste del tamaño de fuente para el subtítulo de Step 3 */
}

#step4 h2 {
    font-size: 1.35em; /* Ajuste del tamaño de fuente para el subtítulo de Step 4 */
}

#step5 h2 {
    font-size: 2em; /* Ajuste del tamaño de fuente para el subtítulo de Step 5 */
}

#step6 h2 {
    font-size: 1.6em; /* Ajuste del tamaño de fuente para el subtítulo de Step 6 */
}

#step7 h2 {
    font-size: 1.6em; /* Ajuste del tamaño de fuente para el subtítulo de Step 7 */
}

/* Ajustes individuales para cada paso */
#step1 {
    top: -35px;
    left: 15px;
}

#step2 {
    top: 131px;
    right: 11px;
}

#step3 {
    top: 514px;
    left: 14px;
}

#step4 {
    top: 825px;
    right: 12px;
}

#step5 {
    top: 987px;
    left: 14px;
}

#step6 {
    top: 1363px;
    right: 8px;
}

#step7 {
    top: 1629px;
    left: 15px;
}

/* Ajustes adicionales para diferentes tamaños de pantalla */
@media (min-width: 768px) {
    .process {
        padding: 20px; /* Ajusta el padding según sea necesario */
    }
    .punto {
        width: 40%; /* Ajusta el ancho si es necesario */
    }
}
