/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2026 | 20:56:55 */
/* Estilos extraídos basados en las variables presentes en Title.css y textos.css */
.obra-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 15%;
    margin-bottom: 60px;
    width: 100%;
}

@media (max-width: 768px) {
    .obra-row {
        gap: 0;
    }
}
.obra-col-izq {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.obra-col-der {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.obra-col-der img {
    max-width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: cover;
    border-radius: 0; /* Base elementor css */
}

/* Título según Title.css */
.obra-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: var(--n-accordion-title-font-family, "OGG Regular", Sans-serif);
    font-size: var(--n-accordion-title-font-size, 40px);
    color: var(--n-accordion-title-normal-color, #474747);
    font-weight: 400; /* Del OGG Regular */
    line-height: 1.5;
}

/* Texto según textos.css */
.obra-text {
    font-family: var(--e-global-typography-text-font-family, "Inter Thin", Sans-serif);
    font-size: 15px;
    font-weight: 400;
    color: var(--e-global-color-text, #7A7A7A);
    line-height: 1.5;
}
.obra-text p {
    margin-top: 0;
    margin-bottom: 1em;
}
.obra-text strong {
    font-weight: 600; /* Ajuste para el bold en Inter Thin/regular */
}
