body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
/* HEADER MENU */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
    background: #18444B; /* o blanco si prefieres */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
}

.btn-inscribete {
    background: #ff6a00;
    color: #fff;
    font-weight: 700;
}

/* ESTILOS PARA EL BANNER PRINCIPAL */
/* BANNER PRINCIPAL DESKTOP */
.hero {
    background: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/694c6b00-7123-4905-a9ba-3cc9c0344e43.jpg") center/cover no-repeat;
    position: relative;
    color: #fff;
    padding-top: 90px;
}

/* BANNER PRINCIPAL MOBILE */
@media (max-width: 767px) {
    .hero {
        background: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/7e03e245-af7e-44d6-a0aa-31f28f33fc01.jpg") center/cover no-repeat;
        padding-top: 100px; /* si necesitas bajar el contenido */
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(24, 68, 75, 0) 0%,
        rgba(24, 68, 75, 0.6) 40%,
        rgba(24, 68, 75, 0.9) 70%,
        rgba(24, 68, 75, 1) 100%
    );
}

.hero-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 0 0;
}

.hero-title {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 40px;        
    line-height: 2.875rem;   
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
        line-height: 2.3rem;
        padding-bottom: 20px;
        font-weight: bold;
    }
}

/* TRENDS LOGO */
.trends-bg {
    background-color: #18444B;
}

.trends-logo {
    max-width: 590.58px;
    width: 100%;
    
}

/* INFO ABAJO DEL LOGO TRENDS */
.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Línea naranja */
.orange-line {
    width: 3px;
    height: 70px;
    background-color: #ff6a00;
}

/* FORUM 2026 */
.forum-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    white-space: nowrap;
}

/* Texto derecho */
.info-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 420px;
}

/* INFO ABAJO DEL LOGO TRENDS MOBILE */
@media (max-width: 767px) {

    .info-item-forum,
    .info-item {
        width: 100%;
        justify-content: center;
        text-align: center;
        gap: 4px;
        margin-bottom: 0px;
    }
    .d-flex.gap-4 {
        gap: 0.5rem !important;
    }

    .info-item-forum {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .info-item {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .orange-line {
        width: 150px;
        height: 3px;
        margin: 0px 0;
    }

    .forum-text {
        text-align: center;
        white-space: normal;
    }
    .forum-text br {
        display: none;
    }
    .info-text {
        text-align: center;
        white-space: normal;
        font-size: 16px;
    }
}
/* SECCIÓN COUNTDOWN */
.countdown-section {
    background: #18444B;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
}

.countdown-title {
    letter-spacing: 4px;
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
}

.time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-bg {
    background: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/63ac811c-5525-47f9-9141-209fa1cfde1f.png") center/contain no-repeat;
    padding: 28px 18px;
    display: flex;
    gap: 6px;
}

.time-bg img {
    width: 34px;
}

.time-block span {
    display: block;
    margin-top: 6px;
    letter-spacing: 2px;
    font-family: 'Helvetica' !important;
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
}

/* Divisores */
.divider-wrap {
    display: flex;
    align-items: flex-start;
}

.divider-orange {
    width: 2px;
    height: 90px;
    background: #ff6a00;
}
@media (max-width: 767px) {

    .countdown-section {
        padding: 40px 10px;
    }

    .countdown-title {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .countdown-timer {
        gap: 10px;
    }

    .time-bg {
        padding: 16px 12px;
        background-size: 100% 100%;
    }

    .time-bg img {
        width: 24px;
    }

    .time-block span {
        font-size: 25px;
        margin-top: 4px;
    }

    .divider-orange {
        height: 48px;
    }
}

/* SECCIÓN RESERVA TU LUGAR */
.cta-section {
    position: relative;
    min-height: 200px;
    background-color: #18444B;
}
.cta-section {
    background: #18444B;
}

.cta-text-bg {
    background: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/4428255f-b5ec-4b86-8b28-35c5f49b4550.png") center/contain no-repeat;
    padding: 80px 40px;
    max-width: 900px;
}
@media (max-width: 767px) {
    .cta-text-bg {
        background-size: 70%;
        padding: 32px 16px;
    }
}

.ins-title{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
}

.ins-title-orange{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    color: #FF6B07;
}

.content-ins-text{
    padding-top: 30px;
}

.ins-text{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.pricing-section {
    background-color: #18444B;
}

.pricing-title {
    color: #fff;
    font-weight: 700;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-items: center;
}

.pricing-card {
    background: #E6F3F5;
    border-radius: 14px;
    padding: 32px 24px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cards-text{
    color: #18444B;
}

.pricing-type {
    font-weight: normal;
    color: #18444B;
    margin-bottom: 10px;
    font-size: 32px;
}

.pricing-tag {
    background: #7E8F8D;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: bold;
}

.pricing-price {
    font-size: 40px;
    font-weight: bold;
    color: #18444B;
}
.price-decimals {
    font-size: 30px;
}

.pricing-note {
    font-size: 16px;
    color: #5c777c;
}

.full-price {
    color: #18444B;
    font-weight: bold;
    font-size: 20px;
}

.pricing-full {
    color: #18444B;
    font-weight: bold;
    font-size: 40px;
    text-decoration-thickness: 2px;
    text-decoration-position: 55%;
}
.pricing-full.strike {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.pricing-full.strike::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    height: 3px;
    background: currentColor;
    transform: translateY(-50%);
    pointer-events: none;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.pricing-list li {
    font-size: 0.9rem;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}

.pricing-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff6a00;
}

.btn-pricing {
    margin-top: auto;
    background: #ff6a00;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

.btn-pricing:hover {
    background: #e65f00;
}

/* Mobile */
@media (max-width: 767px) {

    .pricing-cards {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none; 
    }

    .pricing-cards::-webkit-scrollbar {
        display: none;                 /* Chrome, Safari */
    }

    .pricing-card {
        min-width: 100%;
        scroll-snap-align: center;
        flex: 0 0 100%;
    }

    .pricing-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 12px;
    }

    .pricing-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ff6a00;
        opacity: 0.3;
        transition: opacity 0.3s ease;
    }

    .pricing-dot.active {
        opacity: 1;
    }
}




/* =========================
   SECCIÓN GENERAL
========================= */
.sponsors-section {
    background-color: #ffffff;
}

.sponsors-title {
    font-size: 32px;
    font-weight: bold;
    color: #1B1B1B;
}

@media screen and (max-width: 767px) {
    .sponsors-title {
        font-size: 24px;
    }
}

/* =========================
   HOTELES
========================= */
.hotel-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hotel-logo-wrapper {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.hotel-logo {
    max-height: 100%;
    max-width: 180px;
    object-fit: contain;
}

.hotel-info {
    width: 100%;
}

.group-code {
    color: #ff6a00;
    font-weight: 700;
    margin-top: 12px;
}

/* Ignorar <br> del código de grupo */
.group-code br {
    display: none;
}

/* Mobile hoteles */
@media (max-width: 768px) {
    .hotel-logo-wrapper {
        height: 90px;
    }

    .hotel-logo {
        max-width: 140px;
    }

    .hotel-info p {
        font-size: 14px;
    }
}

/* =========================
   PATROCINADORES
========================= */

.sponsors-images {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 60px; 
    align-items: center;
}

.sponsor-img {
    object-fit: contain;
    height: auto;
}

/* Tamaños independientes DESKTOP */
.sponsor-img:nth-child(1) { max-height: 48px; }
.sponsor-img:nth-child(2) { max-height: 52px; }
.sponsor-img:nth-child(3) { max-height: 46px; }
.sponsor-img:nth-child(4) { max-height: 50px; }
.sponsor-img:nth-child(5) { max-height: 50px; }

/* Mobile patrocinadores */
@media (max-width: 767px) {
    .sponsors-images {
        flex-wrap: wrap;
        gap: 40px;
    }

    .sponsor-img {
        max-width: 40%;
    }

    .sponsor-img:nth-child(1) { max-height: 38px; }
    .sponsor-img:nth-child(2) { max-height: 42px; }
    .sponsor-img:nth-child(3) { max-height: 36px; }
    .sponsor-img:nth-child(4) { max-height: 40px; }
    .sponsor-img:nth-child(5) { max-height: 40px; }
}



.footer-top {
    background-color: #18444B;
    padding-top: 30px;
}
.footer-logo {
    max-height: 90px;
}
.social-text {
    color: #ffffff;
    font-weight: 500;
}
.social-icons img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
    transition: transform 0.2s ease;
}
.social-icons img:hover {
    transform: scale(1.15);
}
/* Footer inferior */
.footer-bottom {
    color: #ffffff;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.25); /* negro con 25% de opacidad */
    margin: 0;
}
.footer-bottom .orange-bar {
  color: #FF7A00; /* naranja */
    margin: 0 5px;
}
.privacy-link {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.privacy-link:hover {
    text-decoration: underline;
}

/* Botón INSCRÍBETE */
.btn-inscribete {
    background-color: #FF7A00;
    color: #fff;
    border: none;
}

/* Mobile */
@media (max-width: 767px) {
    .speakers-img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        height: auto;
        display: block;
    }
}
html, body {
    overflow-x: hidden;
}
@media (max-width: 767px) {
    .speaker-card {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .trends-logo {
        max-width: 520px;
    }
}
@media (max-width: 768px) {
    .agenda-content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
    .agenda-content .time {
    min-width: 100%;
    margin-bottom: 5px;
}
.agenda-deco {
    display: none;
}
}
@media (max-width: 991px) {
    .sponsors-images {
        gap: 80px;
    }
}
/* Mobile: grid 2 arriba 1 abajo */
@media (max-width: 767px) {
    .sponsors-images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
        justify-items: center;
        align-items: center;
    }

    /* El tercer icono (último hijo) ocupa toda la fila inferior */
    .sponsors-images img:nth-child(3) {
        grid-column: 1 / span 2;
    }

    .sponsor-img {
        max-height: 80px;
        width: auto;
    }
}
/* Fondo blanco del botón */
.custom-toggler {
    background-color: #fff;
    border-color: #ddd;        
    border-radius: 50%;          
    width: 50px;              
    height: 50px;               
    padding: 0;                  
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(50,50,50,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Botón INSCRÍBETE */
.btn-inscribete {
  background-color: #FF7A00;
  color: #fff;
  border: none;
}

/* Botón hamburguesa redondo */
.custom-toggler {
    background-color: #fff;
    border-color: #ddd;        
    border-radius: 50%;          
    width: 50px;              
    height: 50px;               
    padding: 0;                  
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(50,50,50,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Offcanvas fondo menú */
.offcanvas {
  background-color: #18444B;
  color: #fff;
}

.offcanvas .nav-link {
  color: #fff;
  text-align: left;
  padding: 0.5rem 0;
}
/* Menú hamburguesa mobile */

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #18444B; /* fondo azul */
        padding: 1rem;
    }

    .navbar-collapse .nav-link {
        color: #ffffff !important;
        text-align: left;
        width: 100%;
    }

    .navbar-collapse .btn-inscribete {
        display: none; /* botón fuera del menú ya está visible al lado del toggler */
    }
    }
    @media (min-width: 768px) {
    .speaker-card:hover::after {
        opacity: 1;
    }

    .speaker-card:hover .speaker-img {
        transform: scale(1.08);
    }
}
@media (max-width: 767px) {

    .speaker-card::after {
        opacity: 1;
        animation: borderPulse 3s ease-in-out infinite;
    }

    .speaker-img {
        animation: imageZoom 3s ease-in-out infinite;
    }

    @keyframes imageZoom {
        0%   { transform: scale(1); }
        50%  { transform: scale(1.06); }
        100% { transform: scale(1); }
    }

    @keyframes borderPulse {
        0%   { opacity: 0; }
        50%  { opacity: 1; }
        100% { opacity: 0; }
    }
}


/* ICON DIVIDER */
.divider {
    width: 2px;
    height: 22px;
    background: #ff6a00;
}
.speakers img {
    max-width: 2100px;
}

