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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    .fs-32 {
        font-size: 28px;
    }
    
}
/* HERO */
.hero {
    min-height: 100vh;
    background: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/7552bf61-c3ec-45d5-9d1d-ad02b0ca0c08.png") center/cover no-repeat;
    position: relative;
    color: #fff;
    padding-top: 90px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* HEADER */
.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;
}


/* SPEAKERS */
.speakers-img {
    width: 100%;
    max-width: 2000px;   /* controla el tamaño máximo en desktop */
    height: auto;
}
.trends-bg {
    background-color: #18444B;
}
/* TRENDS LOGO */
.trends-logo {
    max-width: 700px;   /* desktop */
    width: 100%;
}
.banner-content{
    color: #ffffff;
}
/* INFO fecha y lugar */
.info-item {
    position: relative;
}

.orange-line {
    width: 3px;
    height: 28px;
    background-color: #ff6a00;
    display: inline-block;
}

.info-icon-calendar {
    width: 40px;
    height: auto;
}
.info-icon-location {
    width: 55px;
    height: auto;
}
/* MOBILE Fecha y Lugar */
@media (max-width: 767px) {
    .fs-30 {
        font-size: 20px;
    }
    /* Ocultar iconos en mobile */
    .info-icon-calendar,
    .info-icon-location {
        display: none;
    }
    /*quitar la linea naranja*/
    .info-item:last-child .orange-line {
        display: none;
    }
    /* pasar linea naranja a la izquierda del texto */
    .info-item .orange-line {
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
    }
    /* intercambiar textos de fecha y lugar */
    .info-date {
        order: 2;
    }
}
/* BANNER TEXT CENTER MOBILE */
@media (max-width: 767px) {
    .banner-content h2 {
        text-align: center;
        padding-bottom: 20px;
    }
    .banner-content p {
        text-align: center;
    }
}


.cta-section {
    position: relative;
    min-height: 400px;
    background: url("") center center / contain no-repeat;
    background-color: #ffffff; /* relleno blanco */
}
.cta-section {
    background: #ffffff;
}

.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;
}

.btn-cta {
    background-color: #ff6a00;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
}
.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.274); /* blanco translúcido */
}
.cta-content {
    position: relative;
    z-index: 2;
    color: #000000;
    max-width: 700px;
}
.btn-cta {
    background-color: #ff6a00;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
}
.btn-cta:hover {
    background-color: #e65f00;
    color: #fff;
}
.speakers-section {
    background-color: #18444B;
}
.speaker-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    width: 90%;
    height: 560px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speaker-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #e65f00;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.speaker-card:hover::after {
    opacity: 1;
}

.speaker-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;  
    transition: transform 0.6s ease; /* zoom suave */
}

.speaker-card:hover .speaker-img {
    transform: scale(1.08); /* efecto zoom tipo lente */
}


.speaker-img-wrapper {
    height: 380px;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.speaker-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;  
}
/* Info */
.speaker-info {
    padding: 20px;
    text-align: left;
    color: #ff6a00;
    position: relative;
    font-weight: bold;
}
.speaker-info-p {
    color: #18444B;
    font-weight: 400;
    margin-bottom: 15px;
}
/* Modal contenido */
.speaker-modal {
    background:#18444B;
    border-radius:12px;
    overflow: visible; /* permitir que el botón salga del contenedor */
    position: relative;
    z-index: 1060; /* un poco más alto que el backdrop */
}

/* Botón cerrar */
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1070; /* siempre sobre el modal */
    background: transparent;
    border: none;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

/* Modal imagen y texto */
.modal-left {
    background:#18444B;
}

.modal-img {
    object-fit: cover;
}

.carousel-indicator-custom {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.carousel-indicator-custom.active {
    background-color: #ff6a00;
}
.more-link {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ff6a00;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
.more-link:hover {
    background-color: #f0f0f0; /* color de fondo al pasar el mouse */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* sombra elegante */
    transform: translateY(-2px); /* levanta ligeramente el div */
}
.more-link span {
    font-weight: 500;
    transition: color 0.3s ease;
}
.more-link:hover span {
    color: #18444B; /* cambia el color del texto al hacer hover */
}
.more-link img.btn-plus-img {
    transition: transform 0.3s ease;
}
.more-link:hover img.btn-plus-img {
    transform: rotate(90deg); /* gira el ícono al hacer hover */
}
.speaker-modal {
    background:#18444B;
    border-radius:12px;
    overflow:hidden;
}
.modal-left {
    background:#18444B;
}
.modal-img {
    object-fit: cover;
}
.modal-divider {
    border-color: rgba(255,255,255,.4);
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    background: transparent;
    border: none;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.linkedin-icon {
    width:20px;
}
/* Botón + como imagen */
.btn-plus-img {
    width: 28px;
    height: 28px;
}
.learning-section {
    background: #18444B;
}
.btn-outline-white {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    background: transparent;
    transition: all 0.25s ease;
}

/* Hover */
.btn-outline-white:hover {
    background: rgba(255,255,255,0.2);
    color: #ffffff;
}

/* Botón activo (día seleccionado) */
.agenda-tab.active {
    background: #ffffff;
    color: #18444B;
    font-weight: bold;
    border-color: #ffffff;
}

/* Evitar que el hover cambie el activo */
.agenda-tab.active:hover {
    background: #ffffff;
    color: #18444B;
}

.agenda-section {
    background-color: #18444B;
    position: relative;
}
/* Imagenes decorativas a los lados */
.agenda-deco {
    position: absolute;
    top: 0;
    width: 150px;
    height: auto;
    opacity: 0.2;
    z-index: 0;
}
.agenda-deco.left {
    width: 15%;
    left: 0;
    top: auto;
    bottom: 200px;    
}
.agenda-deco.right {
    width: 20%;
    right: 0;
    top: 150px;
    bottom: auto;
}
.container {
    position: relative;
    z-index: 1; 
}
.agenda-item {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.agenda-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
    border-left: 5px solid #ff6a00;
    border-radius: 6px;
    width: 80%; /* ancho fijo de los contenedores */
    color: #fff;
    gap: 20px;
}

.agenda-content.panel {
    line-height: 1.0; /* ajusta este valor entre 1.0 y 1.5 según necesites */
}
.agenda-content .time {
    flex-shrink: 0;
    min-width: 140px;
    font-weight: 500;
    display: inline-block;
}
.agenda-content.bg-25 {
    background-color: rgba(0, 0, 0, 0.25); /* fondo negro 25% */
}
.agenda-content.bg-10 {
    background-color: rgba(0, 0, 0, 0.10); /* fondo negro 10% */
}
.agenda-content strong {
    font-weight: 600;
}
.agenda-content small {
    color: #ccc;
    display: block;
}
.agenda-btn {
    display: inline-block;
    background-color: #FF6B07;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.agenda-btn:hover {
    background-color: rgb(238, 112, 27);
    transform: translateY(-2px);
}
.benefits-section {
    background-color: #18444B; /* cambia si quieres otro color de fondo */
    color: #fff;
}
.section-title {
    font-size: 2rem;
    font-weight: 600;
}
.benefits-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.benefit-item {
    flex: 1 1 300px; /* responsivo */
    max-width: 350px;
    text-align: left;
}
.benefit-icon {
    width: 60px; /* ajusta según tus imágenes */
    height: auto;
    margin-bottom: 15px;
    text-align: center;
}
.benefit-item h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.benefit-item p {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #ccc;
}
.fullwidth-image-section {
    width: 100%;
    overflow: hidden;
    cursor: pointer; /* indica que es clickeable */
}
.fullwidth-image {
    width: 100%;
    height: auto;
    display: block;
}
/* Modal styles */
.video-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
.modal-backdrop {
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
}
body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}


.modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 900px;
}
.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
.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;
    }
}
/* Contenedor de imágenes con mucho espacio */
.sponsors-images {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 60px; 
    align-items: center;
}
.sponsor-img {
    max-height: 50px; /* altura uniforme */
    width: auto;
    object-fit: contain;
}
.orange-line-hor {
    width: 200px;
    height: 3px;
    background-color: #FF6B07;
}
.sponsor-contact {
    padding: 0 1.5rem 0 1.5rem;
}
/* Mobile: permitir saltos y ajustar tamaño */
@media (max-width: 767px) {
    .sponsors-images {
        flex-wrap: wrap; /* ✅ En mobile sí permitimos saltos */
        gap: 40px;
    }

    .sponsor-img {
        max-width: 35%;  /* 2 por fila */
        max-height: 80px;
    }
}
.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;
}

