:root{
    --primary-color:#343F47;
    --font-size-small: 12px;
    --font-size-medium: 16px;
    --font-size-large: 18px;
    --color-button-action: #A86C0D;
}
body{
    margin: 0px;
    padding: 0px;
    font-size: var(--font-size-medium);
    color: var(--primary-color);
}

h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
}

header{
    z-index: 2;
    position:sticky;
    top: 0px;
    height: 152px;
    background-color: #FBF7F2;
    box-shadow: 0px 0px 3px #B89358;
}

header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 152px;
    position: relative;
}

.header-logo{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.header-logo-img{
    width: 200px;
    height: auto;
    max-height: 94px;
}

.nav-toggle{
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0px;
    border: 0px;
    border-radius: 8px;
    background-color: transparent;
    color: var(--primary-color);
    cursor: pointer;
}

.nav-toggle-icon{
    font-size: 32px;
}

.nav-toggle-icon-close{
    display: none;
}

header.nav-open .nav-toggle-icon{
    display: none;
}

header.nav-open .nav-toggle-icon-close{
    display: block;
}

header nav ul.nav-menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

header nav ul li a{
    font-family: 'neue_montrealbold';
    font-size: var(--font-size-large);
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

a.btn_action{
    white-space: nowrap;
    font-family: 'neue_montrealbold';
    font-size: var(--font-size-large);
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    background-color: var(--color-button-action);
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 202px;
    height: 76px;
    border-radius:  12px;
    font-size: var(--font-size-large);
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}
.cover{
    position: relative;
    overflow: hidden;
    min-height: 500px;
    height: calc(100vh - 200px);
    padding: 40px 0 0;
    background-color: #F4EEE3;
    background-image: url('images/textura.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cover-inner{
    min-height: calc(100vh - 280px);
}

.cover-title{
    max-width: 560px;
    margin-bottom: 24px;
}

.cover-meta{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.cover-meta-item{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
    font-family: 'neue_montrealbold';
    font-size: 18px;
    color: #102231;
}

.cover-meta-item .material-icons{
    color: #A86C0D;
    font-size: 22px;
}

.cover-description{
    max-width: 520px;
    margin-bottom: 28px;
}

.cover-visual{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cover-decoration{
    max-width: 100%;
    height: auto;
}

.cover-stats{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 24px 0 32px;
    flex-wrap: wrap;
}

.cover-stat{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'neue_montrealbold';
    color: #102231;
    text-transform: uppercase;
}

.cover-stat strong{
    font-size: 48px;
    color: #A86C0D;
    line-height: 1;
}

.cover-stat .material-icons{
    color: #A86C0D;
    font-size: 28px;
}

.cover-stat-divider{
    width: 2px;
    height: 42px;
    background-color: #A86C0D;
}

a.btn_action.btn_action-outline{
    background-color: transparent;
    color: #A86C0D;
    border: 2px solid #A86C0D;
}

a.btn_action.btn_action-nav{
    min-width: 0px;
}

.site-footer{
    background: linear-gradient(180deg, #173B5E 0%, #0F2232 100%);
    padding: 48px 0 32px;
    color: #FFFFFF;
}

.footer-logos{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.footer-logo{
    max-width: 280px;
    height: auto;
}

.footer-logo-secondary{
    max-width: 220px;
}

.footer-logo-divider{
    width: 2px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.35);
}

.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
}

.footer-links{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-links a,
.footer-links span{
    color: rgba(255, 255, 255, 0.85);
    font-family: 'neue_montrealregular';
    font-size: 14px;
    text-decoration: none;
}

.footer-copy{
    margin: 0px;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'neue_montrealregular';
    font-size: 14px;
    text-align: right;
}

.section{
    background-color: #FBF7F2;
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-middle{
    position: relative;
}
.section-middle::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #FBF7F2;
    z-index: -1;
}

.subtitle{
    font-family: 'neue_montrealregular';
    color : #A86C0D;
    font-size: var(--font-size-medium);
}

.title{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    color : #102231;
}

p{
    color : #102231;
    font-family: 'neue_montrealregular';
    font-size: var(--font-size-medium);
}
p b{
    font-family: 'neue_montrealbold';
    
}

.text-bold{
    color : #102231;
    font-size: 20px;
    font-family: 'neue_montrealmedium';
}
.text-regular{
    font-family: 'neue_montrealregular';
    font-size: var(--font-size-medium);
    color : #102231;
}

.accent-color{
    color : #EF562C;
}

.text-center{
    text-align: center;
}

.card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 385px;
    box-shadow: 0px 0px 4px #B89358;
    background-color: #FFFFFF;
    border-radius: 12px;
    gap: 20px;
    padding:20px;
}
/*no srive mi tecla uno cambia las palabras por numeros  uno  por 1*/
.card .card-icon{
    width:  170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .card-icon img{
    max-width: 150px;
    max-height: 150px;
}

.card h3.card-title{
    text-align: center;
    margin: 0px;
    padding: 0px;
    color : #102231;
    font-size: 22px;
    font-family:  'Times New Roman', Times, serif;
}
.card p{
    text-align: center;
    margin: 0px;
    padding: 0px;
    color : #102231;
    font-size: 16px;
    font-family: 'neue_montrealmedium';
}

.places-slider{
    width: 100%;
    min-height: 800px;
    height: calc(100vh - 200px);
}

.places-slider .place-slider-wrapper{
    width: 100%;
    min-height: 800px;
    height: calc(100vh - 200px);
}

.places-slider .place-slider-item{
    width: 100%;
    min-height: 800px;
    height: calc(100vh - 200px);
}

.places-slider .place-slider-item img{
    width: 100%;
    min-height: 800px;
    height: calc(100vh - 200px);
    object-fit: cover;
}

.slick-dots{
    bottom: 30px !important;
}



.slick-dots li button{
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background-color: #FFFFFF !important;
    border:2px solid white !important;
}

.slick-dots li.slick-active button{
    background-color: #A86C0D !important;
}
 
.slick-dots li button:before{
    content: '' !important;
    display: none !important;
}
.slick-dots li button:after{
    content: '' !important;
    display: none !important;
}


.list-unstyled{
    list-style: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-unstyled li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.list-unstyled li .icon_check{
    width: 22px;
    height: 22px;
}

.list-unstyled li .icon_check span{
    color : #A86C0D;
}

.text-size-small{
    font-size: var(--font-size-small);
}

.text-size-extra-small{
    font-size: 10px;
}

.card-explore{
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 0px 4px #B89358;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
}

.card-explore-thumbnail{
    width: 100%;
    height: 400px;
}
.card-explore-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-explore-content{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.card-explore-content h3.card-explore-title{
    font-size: 26px;
    font-family: 'Times New Roman', Times, serif;
    color: #A86C0D;
    text-align: center;
}

.program-section{
    margin-top: 24px;
}

.program-panel-nav{
    border-top: 5px solid #5A5EFF;
    background-color: rgba(255, 255, 255, 0.65);
}

.program-panel-nav-item{
    width: 100%;
    border: 0px;
    border-left: 8px solid transparent;
    border-bottom: 1px solid rgba(16, 34, 49, 0.18);
    background-color: transparent;
    text-align: left;
    padding: 14px 18px;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.program-panel-nav-item:last-child{
    border-bottom: 0px;
}

.program-panel-nav-item:hover,
.program-panel-nav-item.active{
    background-color: rgba(255, 255, 255, 0.92);
    border-left-color: #A86C0D;
}

.program-panel-label{
    display: block;
    color: #D69829;
    font-family: 'neue_montrealmedium';
    font-size: 13px;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.program-panel-nav-title,
.program-panel-title{
    display: block;
    color: #102231;
    font-family: 'Times New Roman', Times, serif;
}

.program-panel-nav-title{
    font-size: 18px;
    line-height: 1.2;
}

.program-panel-stage{
    min-height: 100%;
}

.program-panel-content{
    display: none;
}

.program-panel-content.active{
    display: block;
}

.program-panel-card{
    display: flex;
    min-height: 100%;
    background: linear-gradient(180deg, #163B5E 0%, #0F2232 100%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 14px 35px rgba(16, 34, 49, 0.12);
}

.program-panel-visual{
    width: 37%;
    flex-shrink: 0;
    min-height: 100%;
}

.program-panel-visual img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-panel-body{
    width: 63%;
    padding: 38px 30px 28px;
}

.program-panel-body .program-panel-title{
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.08;
    margin-bottom: 16px;
}

.program-panel-copy{
    color: #D8E2EA;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 18px;
}

.program-panel-divider{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.45);
    margin-bottom: 18px;
}

.program-speaker-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.program-speaker-item{
    display: flex;
    align-items: center;
    gap: 14px;
}

.program-speaker-avatar{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #D69829;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #FFFFFF;
}

.program-speaker-avatar--moderator{
    border-color: #EF562C;
}

.program-speaker-copy h4{
    margin: 0px 0px 2px;
    color: #FFFFFF;
    font-family: 'neue_montrealmedium';
    font-size: 15px;
    line-height: 1.2;
}

.program-speaker-copy p{
    margin: 0px;
    color: #D8E2EA;
    font-size: 13px;
    line-height: 1.2;
}

.program-speaker-role{
    display: inline-block;
    margin-top: 4px;
    color: #FFFFFF;
    font-family: 'neue_montrealbold';
    font-size: 11px;
    letter-spacing: 0.04em;
}

.investment-benefits{
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 24px;
}

.investment-benefits-title{
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 160px;
}

.investment-benefits-title::after{
    content: '';
    width: 2px;
    height: 42px;
    background-color: #A86C0D;
}

.investment-benefits-title span{
    color: #102231;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}

.investment-benefits-list{
    display: flex;
    flex: 1;
    gap: 28px;
    flex-wrap: wrap;
}

.investment-benefit-item{
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 180px;
}

.investment-benefit-dot{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #D9D9D9;
    flex-shrink: 0;
}

.investment-benefit-item p{
    margin: 0px;
    font-family: 'neue_montrealmedium';
    font-size: 15px;
    line-height: 1.15;
}

.registration-table{
    border: 1px solid #D5DCE3;
    border-radius: 12px;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(16, 34, 49, 0.08);
}

.registration-table-head,
.registration-table-row{
    display: grid;
    grid-template-columns: minmax(0px, 1.45fr) minmax(0px, 0.8fr) minmax(0px, 0.8fr) minmax(190px, 1fr);
    align-items: center;
}

.registration-table-head{
    background: linear-gradient(180deg, #173B5E 0%, #0F2232 100%);
    color: #FFFFFF;
    padding: 22px 16px;
}

.registration-table-head div{
    font-family: 'neue_montrealmedium';
    font-size: 14px;
    line-height: 1.15;
}

.registration-table-head span{
    display: block;
    margin-top: 4px;
    font-family: 'neue_montrealregular';
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

.registration-table-row{
    min-height: 88px;
    padding: 10px 16px;
    border-bottom: 1px solid #D5DCE3;
}

.registration-table-row:last-child{
    border-bottom: 0px;
}

.registration-table-row.is-highlighted{
    box-shadow: inset 0px 4px 0px #5A5EFF;
}

.registration-table-category,
.registration-table-price{
    color: #102231;
    font-size: 22px;
    font-family: 'neue_montrealregular';
}

.registration-table-price{
    font-family: 'neue_montrealmedium';
}

.registration-table-action{
    display: flex;
    justify-content: flex-end;
}

.btn_action.btn_action-table,
.btn_action.btn_action-sponsor,
.btn_action.btn_action-mobile{
    min-width: 0px;
}

.btn_action.btn_action-table{
    width: 100%;
    max-width: 184px;
    height: 54px;
    border-radius: 10px;
    font-size: 14px;
}

.registration-mobile{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.registration-mobile-card{
    background-color: #FFFFFF;
    border: 1px solid #D5DCE3;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 8px 24px rgba(16, 34, 49, 0.06);
}

.registration-mobile-card-highlighted{
    box-shadow: inset 0px 4px 0px #5A5EFF, 0px 8px 24px rgba(16, 34, 49, 0.06);
}

.registration-mobile-card h3{
    margin: 0px 0px 18px;
    color: #102231;
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
}

.registration-mobile-prices{
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.registration-mobile-prices span{
    display: block;
    color: #5A6570;
    font-family: 'neue_montrealmedium';
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.registration-mobile-prices strong{
    color: #102231;
    font-family: 'neue_montrealbold';
    font-size: 24px;
    line-height: 1;
}

.btn_action.btn_action-mobile{
    width: 100%;
    height: 56px;
}

.registration-notes{
    max-width: 420px;
    margin: 16px 0px 0px auto;
    padding-left: 18px;
}

.registration-notes li{
    color: #102231;
    font-family: 'neue_montrealregular';
    font-size: 12px;
    line-height: 1.3;
}

.sponsor-cards-row{
    margin-bottom: 12px;
}

.sponsor-card{
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid rgba(184, 147, 88, 0.55);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 10px 28px rgba(16, 34, 49, 0.08);
}

.sponsor-card-head{
    padding: 26px 22px 20px;
    text-align: center;
    color: #FFFFFF;
}

.sponsor-card-head h3{
    margin: 0px 0px 6px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
}

.sponsor-card-head p{
    margin: 0px;
    color: #FFFFFF;
    font-family: 'neue_montrealmedium';
    font-size: 16px;
}

.sponsor-card-body{
    padding: 24px 24px 28px;
}

.sponsor-card--silver .sponsor-card-head{
    background: linear-gradient(180deg, #A6A6A6 0%, #3A3A3A 100%);
}

.sponsor-card--gold .sponsor-card-head{
    background: linear-gradient(180deg, #B9801E 0%, #94610A 100%);
}

.sponsor-card--diamond .sponsor-card-head{
    background: linear-gradient(180deg, #173B5E 0%, #0C1E2D 100%);
}

.sponsor-card--featured{
    transform: translateY(-20px);
}

.sponsor-feature-list{
    margin: 0px;
    padding-left: 18px;
}

.sponsor-feature-list li{
    color: #102231;
    font-family: 'neue_montrealregular';
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 6px;
}

.btn_action.btn_action-sponsor{
    max-width: 320px;
    width: 100%;
    height: 58px;
    font-size: 15px;
}

@media (max-width: 991.98px){
    header{
        height: auto;
        padding: 12px 0px;
    }

    header nav{
        height: auto;
        flex-wrap: wrap;
        gap: 0px;
    }

    .header-logo-img{
        width: 140px;
        max-height: 66px;
    }

    .nav-toggle{
        display: flex;
    }

    header nav ul.nav-menu{
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(184, 147, 88, 0.35);
    }

    header.nav-open nav ul.nav-menu{
        display: flex;
    }

    header nav ul.nav-menu li{
        width: 100%;
    }

    header nav ul.nav-menu li a{
        display: block;
        padding: 12px 0px;
        font-size: 15px;
    }

    header nav ul.nav-menu li a.btn_action{
        width: 100%;
        min-width: 0px;
        height: 48px;
        font-size: 14px;
        margin-top: 8px;
    }

    .cover,
    .places-slider,
    .places-slider .place-slider-wrapper,
    .places-slider .place-slider-item,
    .places-slider .place-slider-item img{
        height: auto;
        min-height: 420px;
    }

    .cover-inner{
        min-height: auto;
    }

    .cover-visual{
        order: -1;
        margin-bottom: 20px;
    }

    .cover-decoration{
        max-height: 260px;
        object-fit: contain;
    }

    .cover-meta-item{
        font-size: 15px;
    }

    .cover-stat strong{
        font-size: 40px;
    }

    .program-panel-card{
        flex-direction: column;
    }

    .program-panel-visual,
    .program-panel-body{
        width: 100%;
    }

    .program-panel-visual{
        height: 340px;
    }

    .program-panel-body{
        padding: 26px 22px 24px;
    }

    .investment-benefits{
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .investment-benefits-title{
        min-width: 0px;
    }

    .investment-benefits-title::after{
        display: none;
    }

    .investment-benefits-list{
        gap: 18px;
    }

    .sponsor-card--featured{
        transform: none;
    }
}

@media (max-width: 767.98px){
    .section{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .title{
        font-size: 28px;
    }

    .header-logo-img{
        width: 120px;
        max-height: 56px;
    }

    a.btn_action{
        min-width: 0px;
        height: 48px;
        font-size: 14px;
        border-radius: 10px;
    }

    a.btn_action .material-icons{
        font-size: 18px;
    }

    .program-panel-nav{
        border-top-width: 4px;
    }

    .program-panel-nav-item{
        padding: 14px 14px 14px 16px;
    }

    .program-panel-nav-title{
        font-size: 16px;
    }

    .program-panel-visual{
        height: 280px;
    }

    .program-panel-body .program-panel-title{
        font-size: 24px;
    }

    .program-speaker-item{
        align-items: flex-start;
    }

    .program-speaker-avatar{
        width: 48px;
        height: 48px;
    }

    .investment-benefits-list{
        display: grid;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        gap: 14px;
        width: 100%;
    }

    .investment-benefit-item{
        min-width: 0px;
        align-items: flex-start;
    }

    .registration-mobile-prices{
        grid-template-columns: minmax(0px, 1fr);
    }

    .registration-notes{
        margin-left: 0px;
        max-width: none;
    }

    .cover{
        padding-top: 16px;
        min-height: auto;
    }

    .cover-inner{
        min-height: auto;
    }

    .cover-title{
        margin-bottom: 16px;
    }

    .cover-meta{
        margin-bottom: 14px;
        gap: 8px;
    }

    .cover-meta-item{
        font-size: 13px;
    }

    .cover-meta-item .material-icons{
        font-size: 18px;
    }

    .cover-description{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cover-actions{
        flex-direction: column;
        gap: 12px !important;
    }

    .cover-actions .btn_action{
        width: 100%;
        height: 44px;
    }

    .cover-visual{
        margin-bottom: 12px;
    }

    .cover-decoration{
        max-height: 200px;
    }

    .cover-stats{
        padding: 16px 0 24px;
        gap: 16px;
    }

    .cover-stat{
        font-size: 12px;
    }

    .cover-stat strong{
        font-size: 28px;
    }

    .cover-stat .material-icons{
        font-size: 22px;
    }

    .cover-stat-divider{
        height: 32px;
    }

    .places-slider,
    .places-slider .place-slider-wrapper,
    .places-slider .place-slider-item,
    .places-slider .place-slider-item img{
        min-height: 280px;
    }

    .card{
        min-height: auto;
        padding: 16px;
    }

    .card .card-icon{
        width: 120px;
        height: 120px;
    }

    .card .card-icon img{
        max-width: 100px;
        max-height: 100px;
    }

    .card h3.card-title{
        font-size: 18px;
    }

    .card-explore-content h3.card-explore-title{
        font-size: 20px;
    }

    .card-explore-thumbnail{
        height: 220px;
    }

    .footer-logo{
        max-width: 200px;
    }

    .footer-logo-secondary{
        max-width: 160px;
    }

    .footer-logos{
        flex-direction: column;
        gap: 24px;
    }

    .footer-logo-divider{
        width: 80px;
        height: 2px;
    }

    .footer-bottom{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-copy{
        text-align: center;
    }
}
