/* _______________________________ GENERALES _______________________________ */
html, body{
    scroll-behavior: smooth !important;
}
a{
    text-decoration: none !important;
}
.txtfs_07{ font-size: .7em; }
.txtfs_08{ font-size: .8em; }
.txtfs_09{ font-size: .9em; }
.espacioIz1{ margin-right: 1em; }
.color_bl{ color: #FFF; }
.font_s_1_3{ font-size: 2em !important; }
/* _______________________________ GENERALES _______________________________ */



/* _______________________________ IDE _______________________________ */
.back_ide_r{
    background-color: #FFF;
/*    background-image: url('../img/eventodos/fond_port.jpeg');*/
background-image: url('../img/evento/panel/Imagenes-Congreso_2.png');
    background-position: left center;
    background-size: cover;
    height: 111vh;
}
/*.port_iz{
    min-height: auto;
    background-image: url('../img/evento/panel/Imagenes-Congreso_1.png');
    background-position: center center;
    background-size: cover;
    height: auto;
}*/
.port_iz{
    background-color: #FFF;
}
.img_menu_ide{
    width: 50%;
}
.inpt_txt_ide{
    width: 100%;
    height: auto;
    padding: .2em .5em;
    border: solid 1px #00005F;
}
.btnIde{
    
    display: inline-block;
    background-color: #00005F;
    padding: 0em 2em;
    margin-top: 1em;
    color: #FFF;
    font-size: .8em;
    font-weight: bold;
    border-radius: 10em;
    border: solid 2px #00005F;
    transition: all .3s;
}

.btnIde:hover{
    background-color: #FFF;
    color: #00005F;
    border: solid 2px #00005F;
}

.btnIdeConv{
    color: #00005F;
    font-size: 1em;
    transition: all .5s;
}
.btnIdeConv:hover{
    color: #CCC;
    font-size: 1em;
}
/* _______________________________ IDE _______________________________ */



/* _______________________________ REG _______________________________ */
.back_reg_r{
    background-color: #FFF;
    background-image: url('../img/evento/panel/image_04.png');
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
.btnReg{
    display: inline-block;
    background-color: #FFF;
    padding: 0em 2em;
    margin-top: 1em;
    color: #000;
    font-size: .8em;
    border-radius: 10em;
    border: solid 2px #00005F;
    transition: all .3s;
}
.btnReg:hover{
    background-color: #00005F;
    color: #FFF;
    border: solid 2px #00005F;
}
.btnReg_h{
    background-color: #00005F;
    color: #FFF;
    border: solid 2px #00005F;
}
/* _______________________________ REG _______________________________ */



/* _______________________________ INI _______________________________ */
.back_ini_r{
    background-color: #FFF;
    background-image: url('../img/eventodos/image_06.png');
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
/*.back_ini_r_in{
    background-color: #FFF;
    background-image: url('../img/evento/panel/image_06_in.png');
    background-position: center center;
    background-size: cover;
    height: 100vh;
}*/
.back_ini_r_in{
    background-color: #FFF;
}
.back_ini_port{
    background-color: #FFF;
    background-image: url('../img/evento/panel/Imagenes-Congreso_2.png');
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
.btnIniMenu{
    display: inline-block;
    background-color: transparent;
    width: 70%;
    padding: .2em 3em;
    margin-top: .3em;
    color: #00005F;
    font-size: .8em;
    text-align: left;
    border-radius: 10em;
    border: 2px solid #00005F;
    opacity: 1;
    transition: all .3s;
}
.btnIniMenu:hover{
    background-color: #00005F;
    color: #FFF;
    border: 2px solid #00005F;
}
.btnIniMenuNotif{
    display: inline-block;
    background-color: red;
    width: 70%;
    padding: .2em 3em;
    margin-top: .3em;
    color: #FFF;
    font-size: .8em;
    text-align: left;
    border-radius: 10em;
    border: 2px solid #FFF;
    opacity: 1;
    transition: all .3s;
}
.btnIniMenuNotif:hover{
    background-color: #00005F;
    color: #FFF;
    border: 2px solid #00005F;
}
.inpt_txt_ini{
    width: 100%;
    height: auto;
    padding: .2em .5em;
    border: solid 1px #CCC;
}

.btnRegtrab{
    display: inline-block;
    background-color: #CCC;
    padding: 0em 2em;
    margin-top: 1em;
    color: #000;
    font-size: .7em;
    font-weight: bold;
    border-radius: 10em;
    border: solid 2px #CCC;
    transition: all .3s;
}
.btnRegtrab:hover{
    background-color: #666;
    color: #FFF;
    border: solid 2px #CCC;
}

.avanregNon{
    display: none;
    background-color: #CCC;
    padding: 0em 2em;
    margin-top: 1em;
    color: #000;
    font-size: .7em;
    font-weight: bold;
    border-radius: 10em;
    border: solid 2px #CCC;
}
.avanreg{
    display: inline-block;
    background-color: #CCC;
    padding: 0em 2em;
    margin-top: 1em;
    color: #000;
    font-size: .7em;
    font-weight: bold;
    border-radius: 10em;
    border: solid 2px #CCC;
}
.avanregRev{
    display: inline-block;
    background-color: yellow;
    padding: 0em 2em;
    margin-top: 1em;
    color: #000;
    font-size: .7em;
    font-weight: bold;
    border-radius: 10em;
    border: solid 2px yellow;
}
.avanregRec{
    display: inline-block;
    background-color: red;
    padding: 0em 2em;
    margin-top: 1em;
    color: #FFF;
    font-size: .7em;
    font-weight: bold;
    border-radius: 10em;
    border: solid 2px red;
}
.avanregAce{
    display: inline-block;
    background-color: green;
    padding: 0em 2em;
    margin-top: 1em;
    color: #FFF;
    font-size: .7em;
    font-weight: bold;
    border-radius: 10em;
    border: solid 2px green;
}


.password-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.password-container input {
  padding-right: 100px;
}

.password-container button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
}

.password-container button:hover {
  color: #333;
}
/* _______________________________ INI _______________________________ */









/* _______________________________ EVENTO DOS _______________________________ */

input[type="file"].regEv2Cartel {
  width: 100%;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
label.regEv2CartelLab {
  width: 100%;
  display: inline-block;
  background-color: #F7655F;
  padding: 1em 3em;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
  transition: .5s;
}
label.regEv2CartelLab:hover {
  opacity: .8;
}

/* _______________________________ EVENTO DOS _______________________________ */







@media (max-width: 767px) {
    .back_ide_r{
        display: none;
    }
    .port_iz{
        min-height: auto;
    }
}








@media print {
  .avoid-page-break {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  
  .page-break-before {
    page-break-before: always;
    break-before: page;
  }
  
  .page-break-after {
    page-break-after: always;
    break-after: page;
  }
}







































/* ______________________________ 2026 ______________________________ */



:root {
    --primary-blue: #000063;
    --primary-yellow: #F8C42E;
    --secondary-blue: #0651B4;
    --white: #ffffff;
    --gray-light: #f8f9fa;
    --gray-text: #6c757d;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .font-serif {
    font-family: 'Bricolage Grotesque', sans-serif;
}

.font_bri{ font-family: 'Bricolage Grotesque', sans-serif !important; }
.font_inter{ font-family: 'Inter', sans-serif !important; }

.font_s_0_5{ font-size: .5em; }
.font_s_0_7{ font-size: .7em; }
.font_s_0_8{ font-size: .8em; }
.font_s_0_9{ font-size: .9em; }
.font_s_1{ font-size: 1em; }
.font_s_1_2{ font-size: 1.2em; }
.font_s_1_3{ font-size: 1.3em; }
.font_s_1_4{ font-size: 1.4em; }
.font_s_1_5{ font-size: 1.5em; }
.font_s_2{ font-size: 2em; }
.font_s_3{ font-size: 3em; }
.font_s_4{ font-size: 4em; }

.font_w_100{ font-weight: 100; }
.font_w_200{ font-weight: 200; }
.font_w_300{ font-weight: 300; }
.font_w_400{ font-weight: 400; }
.font_w_500{ font-weight: 500; }
.font_w_600{ font-weight: 600; }
.font_w_700{ font-weight: 700; }
.font_w_800{ font-weight: 800; }
.font_w_900{ font-weight: 900; }

.font_c_am{ color: #FECB2B; }
.font_c_azc{ color: #0651B4; }
.font_c_azcc{ color: #4DA8FF; }
.font_c_az{ color: #000063; }
.font_c_ve{ color: #00C950; }
.font_c_bl{ color: #FFF; }
.font_c_ne{ color: #000; }

.back_c_am{ background-color: #FECB2B; }
.back_c_azc{ background-color: #0651B4; }
.back_c_az{ background-color: #000063; }
.back_c_ve{ background-color: #00C950; }
.back_c_bl{ background-color: #FFF; }

.img_s_1{ width: 10%; height: auto; }
.img_s_2{ width: 20%; height: auto; }
.img_s_3{ width: 30%; height: auto; }
.img_s_4{ width: 40%; height: auto; }
.img_s_5{ width: 50%; height: auto; }
.img_s_6{ width: 60%; height: auto; }
.img_s_7{ width: 70%; height: auto; }
.img_s_8{ width: 80%; height: auto; }
.img_s_9{ width: 90%; height: auto; }
.img_s_10{ width: 100%; height: auto; }



/* Hero Section */
.img_back_txt_hero{
    width: 50%;
}
@media (max-width: 767px) {
    .img_back_txt_hero{
        margin-top: -90vh;
        width: 100%;
    }
    .hero-background {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 80%;
    }
}
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.desktop-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.mobile-bg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center bottom;
}

@media (min-width: 768px) {
    .desktop-bg {
        display: block;
    }
    .mobile-bg {
        display: none;
    }
}

.hero-buttons {
    position: absolute;
    bottom: 10%;
    left: 6%;
    z-index: 10;
}

@media (min-width: 768px) {
    .hero-buttons {
        bottom: 15%;
        left: 10%;
    }
}

.btn-registro {
    background-color: var(--primary-blue);
    color: var(--white);
    font-family: 'Bricolage Grotesque', sans-serif !important;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .btn-registro {
        padding: 1rem 2.5rem;
        font-size: 1.125rem;
    }
}

.btn-registro:hover {
    background-color: #000050;
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 99, 0.2);
}

.badge-container {
    position: absolute;
    bottom: 2%;
    left: 6%;
    z-index: 10;
}

@media (min-width: 768px) {
    .badge-container {
        bottom: 15%;
        right: 10%;
        left: auto;
    }
}

.badge-entrada-libre {
    background-color: var(--primary-yellow);
    color: var(--primary-blue);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
    .badge-entrada-libre {
        font-size: 0.875rem;
    }
}

/* Info Section */
.info-section {
    background-color: var(--primary-blue);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.abstract-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.shape-1 {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 500px;
    height: 500px;
    background-color: rgba(59, 130, 246, 0.2);
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.7;
    animation: blob 7s infinite;
}

.shape-2 {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 400px;
    height: 400px;
    background-color: rgba(250, 204, 21, 0.2);
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.7;
    animation: blob 7s infinite 2s;
}

@keyframes blob {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -50px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
}

.info-card {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon-wrapper {
    padding: 1rem;
    background-color: var(--white);
    backdrop-filter: blur(4px);
    border-radius: 1rem;
    color: var(--primary-blue);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.5rem;
    display: inline-block;
}

.icon-wrapper i {
    font-size: 2rem;
}

.info-title {
    font-size: 2rem;
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .info-title {
        font-size: 2.5rem;
    }
}

.info-text {
    color: #d1d5db;
    font-weight: 300;
    line-height: 1.7;
}

.info-text p {
    margin-bottom: 1.5rem;
}

.highlight {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0 0.25rem;
    border-radius: 0.25rem;
    color: var(--white);
    font-weight: 500;
}

.image-wrapper {
    position: relative;
    height: 400px;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .image-wrapper {
        height: 100%;
        min-height: 500px;
    }
}

.info-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.image-wrapper:hover .info-image {
    transform: scale(1.05);
}

/* Features Tabs Section */
.features-section {
    padding: 6rem 0;
    overflow: hidden;
}

.features-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.features-title {
    font-size: 2.5rem;
    font-family: 'Bricolage Grotesque', sans-serif !important;
    text-align: center;
    margin-bottom: 5rem;
    color: var(--primary-blue);
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    .features-title {
        font-size: 3rem;
    }
}

.features-title span {
    color: var(--secondary-blue);
}

.tabs-list {
    background-color: var(--white);
    border-radius: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    padding: 2rem;
}

.tab-button {
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: none;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.tab-button:last-child {
    margin-bottom: 0;
}

.tab-button span {
    font-size: 1.25rem;
}

.tab-button.active {
    background-color: var(--primary-blue);
    color: var(--white);
}

.tab-button:not(.active) {
    color: var(--primary-blue);
}

.tab-button:not(.active):hover {
    background-color: rgba(0, 0, 99, 0.05);
}

.active-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--primary-yellow);
    display: none;
}

.tab-button.active .active-dot {
    display: block;
}

.tab-content {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(24px);
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(226, 232, 240, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
    min-height: 500px;
}

.tab-pane {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-pane-content {
    padding: 2.5rem;
    order: 2;
}

.tab-pane-title {
    font-size: 1.8rem;
    font-family: 'Bricolage Grotesque', sans-serif !important;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .tab-pane-title {
        font-size: 2rem;
    }
}

.tab-pane-text {
    color: #4b5563;
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .tab-pane-text {
        font-size: 1rem;
    }
}

.tab-pane-subtext {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.7;
    border-left: 4px solid var(--primary-yellow);
    padding-left: 1rem;
    font-style: italic;
}

.tab-pane-button {
    margin-top: 2rem;
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-blue);
    font-weight: 600;
    border: none;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-pane-button:hover {
    gap: 1rem;
}

.tab-pane-button i {
    transition: color 0.3s ease;
}

.tab-pane-button:hover i {
    color: var(--primary-yellow);
}

.tab-pane-image-container {
    height: 40%;
    position: relative;
    overflow: hidden;
    order: 1;
}

.tab-pane-image-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 99, 0.1);
    z-index: 10;
}

.tab-pane-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.tab-pane-image-container:hover .tab-pane-image {
    transform: scale(1.05);
}

/* Program Section */
.program-section {
    padding: 6rem 0;
    background-color: var(--white);
    position: relative;
}

.program-title {
    font-size: 2.5rem;
    font-family: 'Bricolage Grotesque', sans-serif !important;
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--primary-blue);
}

.program-title_ev_pas {
    font-size: 2rem;
    font-family: 'Bricolage Grotesque', sans-serif !important;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #000063;
}

@media (min-width: 768px) {
    .program-title {
        font-size: 3rem;
    }
}

.day-column {
    background-color: #f8fafc;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.day-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-yellow);
}

.schedule-item {
    display: flex;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    align-items: start;
}

.schedule-item.keynote {
    background-color: #fffaeb;
    border-radius: 1rem;
}

.schedule-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .schedule-icon {
        width: 3.5rem;
        height: 3.5rem;
    }
}

.schedule-icon.keynote {
    background-color: var(--primary-yellow);
    color: var(--primary-blue);
}

.schedule-icon.general {
    background-color: var(--primary-blue);
    color: var(--white);
}

.schedule-icon i {
    font-size: 1.375rem;
}

.schedule-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
}

.schedule-time {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--primary-blue);
    font-family: monospace;
    font-size: 0.875rem;
    letter-spacing: -0.025em;
}

.schedule-time i {
    font-size: 1rem;
}

.schedule-title {
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 500;
    color: var(--primary-blue);
    margin: 0;
}

@media (min-width: 768px) {
    .schedule-title {
        font-size: 1.25rem;
    }
}

/* Registration Section */
.registration-section {
    min-height: 50vh;
    background-color: var(--gray-light);
    padding: 4rem 0;
}

/* Clase para ocultar elementos */
.tab-content.hidden {
    display: none !important;
}

.tab-content {
    display: block;
}









/* Colores para los links de navegación */
.navbar .nav-link,
.navbar .dropdown-toggle {
    color: #000063 !important;
    transition: color 0.3s ease;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link:active,
.navbar .dropdown-toggle:hover,
.navbar .dropdown-toggle:focus,
.navbar .dropdown-toggle:active {
    color: #0651B4 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

/* Color para el botón de hamburguesa */
.navbar .navbar-toggler {
    border-color: transparent !important;
}

.navbar .navbar-toggler i,
.navbar .navbar-toggler .fas fa-bars,
.navbar-toggler.btnNavPrin i {
    color: #000063 !important;
    transition: color 0.3s ease;
}

.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i,
.navbar .navbar-toggler:active i {
    color: #0651B4 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

/* Para el botón del dropdown cuando el menú está abierto */
.navbar .dropdown.show .dropdown-toggle {
    color: #0651B4 !important;
}

/* Para los items del dropdown */
.dropdown-menu .dropdown-item {
    color: #000063;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active {
    color: #0651B4 !important;
    background-color: transparent;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}





.cont_secc_reg{
    background-color: #FFF;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.05);
}
.back_img_reg{
    background-size: cover;
    background-position: center center;
}
.res_txt_form{
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
    font-size: .7em;
    color: #0651B4;
    border: solid 1px #000063;
    border-radius: 1em;
    padding: .3em 1em;
}
.res_event_pas{
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    font-size: 1em;
    color: #90A1B9;
}











.card_cont_home{
    border-radius: 1em;
    border: solid 1px #EFEFEF;
    overflow: hidden;
}
.card_titu_home{
    background-color: #000063;
    padding: 1.5em;
}
.card_content_home{
    padding: 1.5em;
}



.link_prog{
    font-family: 'Inter', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    color: #FFF;
    background-color: #000063;
    padding: .7em 1.3em;
    border-radius: 2em;
    border: solid 1px #000063;
    transition: all .5s;
}
.link_prog:hover{
    color: #000063;
    background-color: #FFF;
    border: solid 1px #000063;
}





/* Footer */

.text_foot_1{
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1em;
    color: #FFF;
}

.text_foot_link{
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
    font-size: .8em;
    color: #FFF;
}


/* Footer */










/* Artes */

.back_artes{

    background-size: cover;
    background-position: center center;
}
.back_es_artes_am{
    padding: .3em .5em;
    border-radius: 1em;
}
.card_pers_artes{
    width: 100%;
    height: 100%;
    border-radius: 1em;
    border: #F3F4F6 solid 1px;
    padding: 2em;
}
.card_pers_artes_t{
    width: 100%;
    height: 100%;
    border-radius: 1em;
    border: #FFFFFF2A solid 1px;
    padding: 2em;
}
.back_c_card_a{ background-color: #EFF6FF80; }
.back_c_card_ac{ background-color: #0651B4; }
.back_c_card_ao{ background-color: #000063; }
.back_c_card_aoo{ background-color: #101828; }
.back_c_card_gr{ background-color: #F9FAFB; }
.back_c_card_bl_t{ background-color: #FFFFFF1A; }
.back_c_card_am_c{ background-color: #FEFCE8 !important; }
.border_c_card_am{ border: 2px solid #F8C42E; }

.num_titu_artes{
    padding: .2em .7em;
    border-radius: 1em;
}
.num_titu_artes_c{
    padding: .4em .6em;
    border-radius: 2em;
}
.bord_red_artes{
    border-radius: 1em;
    overflow: hidden;
}


/* Artes */




/* Carteles */

.tab_carteles_ev{
    width: 100%;
}

.tab_carteles_ev tr td{
    padding: 1em 1.5em;
}


/* Carteles */





/* Programa */

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn_prog{
    background-color: #F3F4F6;
    font-family: 'inter';
    font-size: 1em;
    font-weight: 700;
    color: #4A5565;
    padding: 1em 1.5em;
    border: solid 1px #F3F4F6;
    border-radius: .9em;
    transition: all .5s;
}

.btn_prog:hover{
    background-color: #000063;
    font-family: 'inter';
    font-size: 1em;
    font-weight: 700;
    color: #FFF;
    padding: 1em 1.5em;
    border: solid 1px #000063;
    border-radius: .9em;
}

.btn_prog.active {
    background-color: #000063;
    font-family: 'inter';
    font-size: 1em;
    font-weight: 700;
    color: #FFF;
    padding: 1em 1.5em;
    border: solid 1px #000063;
    border-radius: .9em;
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.tab_prog_gen{
    width: 100%;
}
.tab_prog_gen tr td{
    padding: .5em;
}

/* Programa */



/* FAQs */

/* Elimina el borde por defecto del accordion-item y aplica bordes redondeados */
.accordion-item {
  border: solid 1px #CCC !important;
  border-radius: 1rem !important; /* Forzamos 1rem en todos los casos */
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0,0,0,0.05);
}

/* Resetear bordes específicos de Bootstrap */
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button,
.accordion-item:first-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 1rem !important;
}

/* Cuando el item está expandido, el botón solo tiene bordes superiores redondeados */
.accordion-item .accordion-button:not(.collapsed) {
  border-radius: 1rem 1rem 0 0 !important;
}

/* El cuerpo del accordion cuando está expandido debe tener bordes inferiores redondeados */
.accordion-item .accordion-collapse.show {
  border-radius: 0 0 1rem 1rem !important;
}

/* Aplica margen inferior a cada ítem */
.accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}

/* Asegurar que el borde inferior del botón no tenga redondeo cuando está expandido */
.accordion-button:not(.collapsed)::after {
  margin-bottom: 0;
}

/* FAQs */






/* ______________________________ 2026 ______________________________ */