.articulo-contenedor-principal {
    background: rgb(237, 237, 237);
    background: linear-gradient(180deg,
            rgba(237, 237, 237, 1) 9%,
            rgb(219, 219, 219) 64%,
            #7eff00 87%,
            #7eff00 100%);
    padding-bottom: 20%;
}

.articulo-section-cuerpo {
    padding: 10em 4em 0em 4em;
    max-width: 70%;
}

.articulo-edicion-titulo,
.articulo-fecha-titulo {
    font-family: "synt";
    font-size: 3vw;
    font-weight: 100;
    line-height: 0.9em;
    letter-spacing: -0.025em;
}

.articulo-nombre-edicion {
    font-family: "SerialB";
    font-size: 4vw;
}

.bullet {
    font-family: "synt";
    font-size: 1.6em;
    color: rgb(67, 5, 255);
    text-align: center;
    line-height: 1em;
    padding: 0% 5% 5% 5%;
}

.articulo-bullet {
    font-family: "synt";
    font-size: 1.6em;
    color: rgb(67, 5, 255);
    text-align: center;
    line-height: 1em;
    padding: 0% 5% 5% 5%;
}

.articulo-even {
    padding-left: 8em;
}

.articulo-odd {
    padding-right: 8em;
}

.articulo-galeria {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.articulo-galeria img {
    position: sticky;
    /*left: 50%;*/
    /* transform: translateX(-50%);*/
    width: 70%;
    /* Ajusta el ancho */
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.articulo-galeria img:nth-child(1) {
    /* top: 0%; */
    z-index: 1;
}

.articulo-galeria img:nth-child(2) {
    top: 10%;
    z-index: 2;
}

.articulo-galeria img:nth-child(3) {
    top: 20%;
    z-index: 3;
}

.articulo-galeria img:nth-child(4) {
    top: 30%;
    z-index: 4;
}

.articulo-galeria img:nth-child(5) {
    top: 40%;
    z-index: 5;
}

.articulo-galeria img:nth-child(6) {
    top: 50%;
    z-index: 5;
}

.articulo-galeria img:hover {
    transform: scale(1.1);
    z-index: 10;
    opacity: 1;
}

.articulo-image-container {
    text-align: center;
    /* Centra el texto del pie de foto */
    margin-bottom: 20px;
    /* Espacio entre cada imagen y pie de foto */
}

.articulo-imagen-caption {
    font-size: 0.9em;
    /* Tamaño de fuente del pie de foto */
    color: #555;
    /* Color del texto del pie de foto */
    margin-top: 5px;
    /* Espacio entre la imagen y el pie de foto */
}

body {
    transition: background-color 0.5s;
    /* Para un cambio suave */
}

.todo {
    padding-bottom: 10vh;
    overflow: visible;
}

.section-fullscreen {
    display: flex;
    align-items: stretch;
    padding: 10% 0 10% 0;
}

.left-half,
.right-half {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
}

.text-muted {
    color: white !important;
    align-self: flex-start;
    margin-left: auto;
    padding: 0px;
    text-align: right;
}

.display-4 {
    color: aliceblue;
    align-self: flex-end;
    margin-right: auto;
    text-align: left;
    padding: 0px;
    font-size: 2em;
    font-weight: 500;
}

.right-half img {
    display: block;
    justify-content: center;
    max-width: 100%;
    /* No supera el ancho del contenedor */
    max-height: 100vh;
    /* No supera la altura de la pantalla */
    height: auto;
    /* Mantiene la proporción */
    width: auto;
    /* Asegura que no se deforme */
    object-fit: contain;
}

.bullet {
    /* width: 40em;*/
    /* padding-left: 10%;*/
    text-transform: uppercase;
}

.col-right {
    padding-right: 5%;
    text-align: justify;
}

/* Diseño móvil */
@media (max-width: 768px) {
    .section-fullscreen {
        flex-direction: column;
    }

    .articulo-contenedor-principal {}

    .articulo-even {
        padding: 0%;
    }

    .articulo-odd {
        padding: 0%;
    }

    .articulo-edicion-titulo,
    .articulo-fecha-titulo {
        font-family: "synt";
        font-size: 8vw;
        font-weight: 100;
        line-height: 0.9em;
        letter-spacing: -0.025em;
    }

    .articulo-nombre-edicion {
        font-family: "SerialB";
        font-size: 9vw;
    }

    .articulo-section-cuerpo {
        padding: 30% 0% 5% 0%;
        max-width: 100%;
    }

    .left-half,
    .right-half {
        width: 100%;
        height: auto;
    }

    .text-muted,
    .display-4 {
        text-align: center;
    }

    .articulo-galeria img {
        width: 100%;
        /* Hacer las imágenes más grandes en móviles */
        margin-top: -5%;
        /* Menos superposición en pantallas pequeñas */
    }

    .image-1 {
        padding-left: 0%;
    }

    .image-2 {
        padding-left: 0%;
    }

    .image-2 {
        padding-right: 0%;
    }
}

.section-body {
    position: relative;
    padding: 40px 20px;
}

.floating-image {
    position: absolute;
    z-index: 10;
    /* animation: float 10s ease-in-out infinite;}*/
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.section-body a {
    color: white;
    font-style: bold;
}

.floating-image.img-1 {
    top: 20%;
    left: 10%;
    width: 200px;
}

.floating-image.img-2 {
    top: 50%;
    right: 15%;
    width: 150px;
}

.col-left {
    position: relative;
    height: auto;
    /* Altura completa en escritorio */
    /* overflow-y: auto;  Scroll independiente */
    border-right: 2px solid #70424200;
    /* Separación visual */
    padding-right: 10px;
    /*display: flex;*/
    justify-content: center;
}

.image-1 {
    padding-left: 10%;
}

.image-2 {
    padding-left: 17%;
}

.image-2 {
    padding-right: 17%;
}

.col-right {
    padding-left: 0px;
}

.articulo-contenedor-principal {
    background: rgb(237, 237, 237);
    background: linear-gradient(180deg,
            rgba(237, 237, 237, 1) 9%,
            rgb(219, 219, 219) 64%,
            #7eff00 87%,
            #7eff00 100%);
    padding-bottom: 20%;
}

.articulo-section-cuerpo {
    padding: 10em 4em 0em 4em;
    max-width: 70%;
}

.articulo-edicion-titulo,
.articulo-fecha-titulo {
    font-family: "synt";
    font-size: 3vw;
    font-weight: 100;
    line-height: 0.9em;
    letter-spacing: -0.025em;
}

.articulo-nombre-edicion {
    font-family: "SerialB";
    font-size: 4vw;
}

.bullet {
    font-family: "synt";
    font-size: 1.6em;
    color: rgb(67, 5, 255);
    text-align: center;
    line-height: 1em;
    padding: 2.5% 5% 5% 5%;
}

.articulo-bullet {
    font-family: "synt";
    font-size: 1.6em;
    color: rgb(67, 5, 255);
    text-align: center;
    line-height: 1em;
    padding: 0% 5% 5% 5%;
}

h5 {
    line-height: 1.4em;
    padding: 3% 0 3% 5em;
}

.articulo-even,
.p2 {
    padding-left: 8em;
}

.articulo-odd,
.p1 {
    /* padding-right: 8em; */
    font-family: "MD-IO";
    font-size: 16px;
}

.articulo-galeria {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.articulo-galeria img {
    position: sticky;
    /*left: 50%;*/
    /* transform: translateX(-50%);*/
    width: 70%;
    /* Ajusta el ancho */
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.articulo-galeria img:nth-child(1) {
    /* top: 0%; */
    z-index: 1;
}

.articulo-galeria img:nth-child(2) {
    top: 10%;
    z-index: 2;
}

.articulo-galeria img:nth-child(3) {
    top: 20%;
    z-index: 3;
}

.articulo-galeria img:nth-child(4) {
    top: 30%;
    z-index: 4;
}

.articulo-galeria img:nth-child(5) {
    top: 40%;
    z-index: 5;
}

.articulo-galeria img:nth-child(6) {
    top: 50%;
    z-index: 5;
}

.articulo-galeria img:hover {
    transform: scale(1.1);
    z-index: 10;
    opacity: 1;
}

.articulo-image-container {
    text-align: center;
    /* Centra el texto del pie de foto */
    margin-bottom: 20px;
    /* Espacio entre cada imagen y pie de foto */
}

.articulo-imagen-caption {
    font-size: 0.9em;
    /* Tamaño de fuente del pie de foto */
    color: #555;
    /* Color del texto del pie de foto */
    margin-top: 5px;
    /* Espacio entre la imagen y el pie de foto */
}

body {
    transition: background-color 0.5s;
    /* Para un cambio suave */
}

.todo {
    overflow: visible;
}

.section-fullscreen {
    display: flex;
    align-items: stretch;
    padding: 10% 0 10% 0;
}

.left-half,
.right-half {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
}

.text-muted {
    color: white !important;
    align-self: flex-start;
    margin-left: auto;
    padding: 0px;
    text-align: right;
}

.display-4 {
    color: aliceblue;
    align-self: flex-end;
    margin-right: auto;
    text-align: left;
    padding: 0px;
    font-size: 2em;
    font-weight: 500;
}

.right-half img {
    display: block;
    justify-content: center;
    max-width: 100%;
    /* No supera el ancho del contenedor */
    max-height: 100vh;
    /* No supera la altura de la pantalla */
    height: auto;
    /* Mantiene la proporción */
    width: auto;
    /* Asegura que no se deforme */
    object-fit: contain;
}

.articulo-odd,
.p1 {
    /* padding-right: 8em; */
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5em !important;
    font-weight: 100 !important;
    letter-spacing: 1.1px;
}

.bullet p {
    font-family: "synt";
    font-size: 1.2em;
    color: rgb(67, 5, 255);
    text-align: center;
    line-height: 1em;
    padding: 2.5% 5% 5% 5%;
}

.col-right {
    padding-right: 5%;
    text-align: justify;
}

/* Diseño móvil */
@media (max-width: 768px) {
    .section-fullscreen {
        flex-direction: column;
    }

    .articulo-contenedor-principal {}

    .articulo-even {
        padding: 0%;
    }

    .articulo-odd {
        padding: 0%;
    }

    .articulo-edicion-titulo,
    .articulo-fecha-titulo {
        font-family: "synt";
        font-size: 8vw;
        font-weight: 100;
        line-height: 0.9em;
        letter-spacing: -0.025em;
    }

    .articulo-nombre-edicion {
        font-family: "SerialB";
        font-size: 9vw;
    }

    .articulo-section-cuerpo {
        padding: 22% 18px 5% !important;
        max-width: 100%;
    }


    .articulo-even, .p2 {
        padding-left: 0;
    }

    .articulo-contenedor-principal .bloque-movil {
        margin-top: -6rem;
    }

    .articulo-contenedor-principal .bloque-movil .bullet {
        padding: 0;
    }

    .left-half,
    .right-half {
        width: 100%;
        height: auto;
    }

    .text-muted,
    .display-4 {
        text-align: center;
    }

    .articulo-galeria img {
        width: 100%;
        /* Hacer las imágenes más grandes en móviles */
        margin-top: -5%;
        /* Menos superposición en pantallas pequeñas */
    }

    .image-1 {
        padding-left: 0%;
    }

    .image-2 {
        padding-left: 0%;
    }

    .image-2 {
        padding-right: 0%;
    }
}

.section-body {
    position: relative;
    padding: 40px 20px;
}

.floating-image {
    position: absolute;
    z-index: 10;
    /* animation: float 10s ease-in-out infinite;}*/
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.section-body a {
    color: white;
    font-style: bold;
}

.floating-image.img-1 {
    top: 20%;
    left: 10%;
    width: 200px;
}

.floating-image.img-2 {
    top: 50%;
    right: 15%;
    width: 150px;
}

.col-left {
    position: relative;
    height: auto;
    /* Altura completa en escritorio */
    /* overflow-y: auto;  Scroll independiente */
    border-right: 2px solid #70424200;
    /* Separación visual */
    padding-right: 10px;
    /*display: flex;*/
    justify-content: center;
}

.image-1 {
    padding-left: 10%;
}

.image-2 {
    padding-left: 17%;
}

.image-2 {
    padding-right: 17%;
}

.col-right {
    padding-left: 0px;
}

em,
strong {
    font-weight: 500;
    color: rgb(67, 5, 255);
}

blockquote,
h6 {
    display: inline-block;
    padding: 5% 5% 5% 5%;
    font-family: "synt";
    font-size: 1.6em;
    color: rgb(67, 5, 255);
    line-height: 1em;
}

.gradient-bottom {
    background: linear-gradient(#e7e7e7, #7eff00);
    height: 100px;
}

.gradient-top {
    background: linear-gradient(#7eff00, #e7e7e7);
    height: 100px;
    margin: 0;
}

.articulos-relacionados-titulo {
    font-family: "synt";
    font-size: 2.5em;
    padding: .5em 0 .5em .5em;
    background-color: #e7e7e7;
}

.load-more-btn {
    cursor: pointer;
}

.articulo-no-related-posts {
    font-family: "synt";
    font-size: 2.5em;
    padding: 1em 0 1em 1em;
    background-color: #e7e7e7;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}