﻿#issueSec {
    background-color: #ebf5fd;
    background-image: url("/Personas/Paginas/un-salto-gigante/d/assets/imgs/Libro-seccion-desktop.webp");
    width: 100%;    
    height: 800px;
    max-height: 850px;    
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 8px;
    display: flex;    
    justify-content: flex-start;
    align-items: center;    
}
#issue-info-container {
    overflow: hidden;
    padding: 1% 3% 1% 3%;
    position: relative;
    width: 37.5%;
    max-width: 42%;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 5%;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
    border: 1px solid rgba(0, 0, 0, 0.18);
}
.issue-title {
    margin-bottom: 12px;
    color: #FFF;
}
.issue-title h2 {
    word-wrap: break-word;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}
.issue-title h3 {
    font-size: 1.5rem;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 8px;
}
.issue-description {
    flex-grow: 1;
    padding: 10px;
}
.issue-description p {
    font-size: 1.5rem;
    line-height: normal;
    font-style: normal;
    color: #FFF;
}
.issue-button>button {
    all: unset;
    width: 92%;
    max-width: 95%;
    display: inline-block;
    background-color: white;
    border-radius: 50px;
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}
.issue-button button:hover {
    background-color: #f0f0f0;
}
.issue-button a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.issue-btn-icon {
    display: inline-block;
    width: 20px;
    height: 32px;
    margin-right: 8px;   
    background-size: cover;
}

@media(max-width:1880px) {
    #issueSec {
        background-image: url("/Personas/Paginas/un-salto-gigante/d/assets/imgs/Libro-seccion-desktop-2.webp");
    }
}
@media(max-width:1442px) {
    #issueSec {        
        width: 100%;
        background-position: 85%;
        background-size: cover;
        height: 680px;
        max-height: 700px;
    }    
    #issue-info-container {
        overflow: hidden;
        padding: 2% 2% 2% 2%;    
        width: 45%;
        max-width: 48%;
        margin: 0 0 0 2%;
    }
    .issue-title h2 {    
        font-size: 2rem;
    }
    .issue-title h3 {
        font-size: 1.5rem;
    }
    .issue-description p {
        font-size: 1.4rem;
    }
}