.tarjeta-edicion-pasada {
    position: relative;
    width: calc(100% -  18px);
    height: 181px;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.4s;
    background: #fff;
    text-align: left;
    padding: 12px;
    border-radius: 26px !important;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    border: 8px solid rgba( 255, 255, 255, 0.18 );
    transition: transform 0.3s ease-in-out; /* Transición suave */
    background: url(images/world.png) center bottom repeat-x;
    animation: scrollBackground 30s linear infinite !important; /* Animación lenta e infinita */
    z-index: 4;
}

.tarjeta-edicion-pasada:hover {
    transform: scale(1.03); /* Agranda el iframe un 5% */
    transition: transform 0.3s ease-in-out; /* Transición suave */
    cursor: pointer;
}

.tarjeta-edicion-pasada .description {
    display: block; /* Cambia a bloque para flexibilidad */
    position: absolute;
    bottom: 0; /* Alineación inferior */
    left: 0; /* Alineación a la izquierda */
    width: 100%; /* Ajusta según sea necesario */
    text-align: left; /* Asegura el texto alineado a la izquierda */
    padding: 8px; /* Opcional: añade margen interno */
    padding-left: 20px;
}

/* Estilo específico para dispositivos móviles */
@media only screen and (max-width: 768px) {
    #banner-cesbb2024 {
        position: relative;
        width: 100%; /* Ancho al 100% */
        padding-bottom: calc(250 / 300 * 100%); /* Mantener el aspect ratio 300/250 */
        height: 0; /* Altura se controla por el padding */
    }

    .tarjeta-edicion-pasada {
        position: relative;
        width: 100%;
        height: 350px;
    }

    .tarjeta-edicion-pasada .top .helice {
        height: 96px;
        width: 96px;
        right: 5%;
        top: 3%;
    }

    .tarjeta-edicion-pasada .description {
        width: 100% !important; 
        padding: 10px !important;
    }

    .tarjeta-edicion-pasada .new {
        position: absolute;
        top: -10px !important;
        left: -6px !important;
        font-size: 16px;
    }

    .tarjeta-edicion-pasada .icon {
        float: left;
        margin-right: 20px;
        margin-top: 10px;
    }
    
    .tarjeta-edicion-pasada .icon img {
        width: 230px;
    }

    .ediciones-pasadas .tarjeta-descripcion {
        height: 130px !important;
    }
}

.tarjeta-edicion-pasada .new {
    position: absolute;
    top: -10px;
    left: -12px;
}

.tarjeta-edicion-pasada .body {
    margin-top: 20px;
}

.tarjeta-edicion-pasada .data {
    transition: all ease-in-out 0.4s;
    opacity: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 50px 30px;
}

.tarjeta-edicion-pasada  p {
    clear: both;
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 0;
    color: rgb(46, 46, 46);
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.95) !important;
    font-weight: 600;
}

.tarjeta-edicion-pasada  h4 {
    font-weight: bold;
    color: #003A74;
    text-transform: uppercase;
    font-size: 25px !important;
    line-height: 24px !important;
}

.ediciones-pasadas .anio {
    padding: 6px 14px;
    border-radius: 12px;
    background-color: black;
    color: white;
    width: fit-content !important;
    font-weight: 700;
}

.ediciones-pasadas .icon {
    width: 160px;
    float: left;
    margin-right: 20px;
}

.ediciones-pasadas .icon img {
    width: 100%;
}

.ediciones-pasadas .tarjeta-descripcion {
    height: 70px;
}

.ediciones-pasadas  .title {
    font-weight: bold;
    color: #003A74 !important;
    text-transform: uppercase;
    font-size: 25px !important;
    line-height: 24px !important;
}