.abt_topic_code {
    display: inline-block;
}

.desc {

    display: none;
}

@media (min-width: 1024px) {

    div.common_page_container,
    div.page_content {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }
}

.breadcrumb-modern {
    background: linear-gradient(135deg, #e3f2fd, #f1f8e9);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumb-link {
    font-size: 1rem;

    color: #1565c0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.3s ease;
}

.breadcrumb-link:hover {
    color: #0d47a1;
    text-decoration: underline;
    transform: translateX(-2px);
}

.breadcrumb-icon {
    font-size: 1.1rem;
    color: #0d47a1;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
}

.footer_pre,
.footer_post {
    background-image: none !important;
}

.footer_post {
    background-color: #dee5eb !important;
}

.footer_pre {
    background-color: var(--color1);
    min-height: 15px !important;
    height: 15px !important
}

.keynote {
    background-color: #5F9EA0;
}

.download-button {
    display: inline-block;
    padding: 0.6rem 1.3rem;
    font-size: 12px;
    font-weight: 700;
    color: var(--color1);
    border: 3px solid var(--color1);
    cursor: pointer;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
    text-align: center;
}

.list_day_separator {
    margin-top: 70px;
}

.download-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

.download-button:hover::before {
    transform: translateX(0);
}

.download-button:hover {
    color: white !important;
    text-decoration: none;
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.download-button a:hover {
    color: white;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#gold {
    display: none;
}

#silver {
    display: none
}

.botonesSponsor button {
    width: 180px !important;
    height: 64px;
}

a:hover {
    font-style: normal;
}

/*No se pueden subir papers*/
#cont_file_paper {
    display: none;
}


/*Destacar presenter en organizadores de proposal*/

.proposal_author.presenter {
    font-weight: bold;
}

.proposal_author.presenter:after {
    content: '*'
}

/*Justificar texto en /event/area */
.event_area_prop_text {
    text-align: justify
}

label[for=socialevents] {
    float: left;
}

.ses_type_BRK {
    border-color: grey;
    background-color: rgba(239, 247, 246, 0.1);
    -webkit-print-color-adjust: exact;
}





.ses_type_TS,
.ses_type_IS,
.ses_type_CS {
    border-color: orange;
    background-color: rgba(255, 229, 152, 0.1);
    -webkit-print-color-adjust: exact;

}

.ses_type_SPL {
    border-color: #fdffb6;
    background-color: rgb(253, 255, 182, 0.1);
    -webkit-print-color-adjust: exact;
}

.ses_type_PL {
    border-color: #bee1e6;
    background-color: rgba(142, 170, 219, 0.1);
    -webkit-print-color-adjust: exact;
}

.pastilla {
    margin-top: 30px;
}

.ses_type_SOC {
    border-color: red;
    background-color: rgb(250, 128, 114, 0.1);
    -webkit-print-color-adjust: exact;
}

.ses_type_SEC {
    border-color: #caffbf;
    background-color: rgba(146, 208, 80, 0.1);
    -webkit-print-color-adjust: exact;
}

.name>a {
    color: black !important;


}