/********** Template CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}
.fondoceleste { background-color: #fafafa!important;}
.fondoceleste2 { background-color: #00757b!important;}
.margin15 { padding-left: 85px!important;}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 20px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}
.textochico {
	font-size: 12px; color: #333;
}
.textogrande {
	font-size: 24px; 
}
 .btn-square {
    width: 36px;
    height: 36px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

/* Tabla Jornadas FUDESA */
.table-jornadas {
    font-size: 14px;
    background-color: #ffffff;
}

.table-jornadas thead th {
    background-color: var(--secondary);
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.table-jornadas tbody td {
    vertical-align: middle;
}

.table-jornadas tbody tr:nth-child(even) {
    background-color: var(--light);
}

/* Botón de video */
.btn-video {
    background-color: var(--primary);
    border: none;
    font-size: 13px;
    padding: 4px 10px;
    color: #ffffff;
}

.btn-video:hover {
    background-color: var(--secondary);
    color: #ffffff;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 150px; background-color: #fff!important;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 15px; font-weight: bolder;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/********** Patrocinadores Home **********/
.sponsors-home-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--light) 100%);
    position: relative;
    overflow: hidden;
}

.sponsors-home-section::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(19, 197, 221, 0.10);
    top: -90px;
    right: -70px;
}

.sponsor-home-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 24px;
    min-height: 365px;
    text-align: center;
    border: 1px solid rgba(19, 197, 221, 0.20);
    box-shadow: 0 12px 35px rgba(29, 42, 77, 0.08);
    transition: .5s;
}

.sponsor-home-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(29, 42, 77, 0.14);
}

.sponsor-home-card img {
    width: 100%;
    max-width: 300px;
    height: 115px;
    object-fit: contain;
    margin: 0 auto 22px;
    display: block;
    padding: 12px;
    background: #ffffff;
}

.sponsor-home-card h4 {
    color: var(--dark);
    font-size: 22px;
    margin-bottom: 12px;
}

.sponsor-home-card p {
    min-height: 72px;
    color: #555555;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 22px;
}

.sponsors-carousel .owl-nav {
    margin-top: 25px;
    text-align: center;
}

.sponsors-carousel .owl-nav .owl-prev,
.sponsors-carousel .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    margin: 0 6px;
    border-radius: 50%;
    background: var(--primary) !important;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: .5s;
}

.sponsors-carousel .owl-nav .owl-prev:hover,
.sponsors-carousel .owl-nav .owl-next:hover {
    background: var(--dark) !important;
}

.sponsors-carousel .owl-dots {
    margin-top: 18px;
    text-align: center;
}

.sponsors-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #d7e8ef;
    display: block;
    border-radius: 50%;
    transition: .5s;
}

.sponsors-carousel .owl-dot.active span {
    width: 32px;
    border-radius: 20px;
    background: var(--primary);
}

@media (max-width: 767.98px) {
    .sponsor-home-card {
        min-height: auto;
        padding: 24px 18px;
    }

    .sponsor-home-card p {
        min-height: auto;
    }
}


/********** Congreso destacado Home **********/
.fudesa-congreso-home {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #EFF5F9 45%, rgba(19, 197, 221, 0.16) 100%);
    border: 1px solid rgba(19, 197, 221, 0.25);
    box-shadow: 0 22px 55px rgba(29, 42, 77, 0.12);
}

.fudesa-congreso-home::before {
    content: none;
}

.fudesa-congreso-img-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #ffffff;
    padding: 18px;
}

.fudesa-congreso-img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: contain;
    object-position: center;
}

.fudesa-congreso-content {
    position: relative;
    z-index: 1;
    padding: 48px 48px 42px;
    height: 100%;
}

.fudesa-congreso-pill {
    display: inline-block;
    color: #ffffff;
    background: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    padding: 9px 18px;
    margin-bottom: 18px;
}

.fudesa-congreso-content h2 {
    color: var(--dark);
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 18px;
}

.fudesa-congreso-subtitle {
    color: #4f5f77;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 26px;
}

.fudesa-congreso-data {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
}

.fudesa-congreso-data div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--dark);
    font-size: 17px;
    font-weight: 700;
}

.fudesa-congreso-data i {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary);
}

.fudesa-countdown {
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
}

.fudesa-countdown div {
    min-width: 92px;
    padding: 15px 12px;
    text-align: center;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(19, 197, 221, 0.25);
    box-shadow: 0 10px 28px rgba(29, 42, 77, 0.08);
}

.fudesa-countdown strong {
    display: block;
    color: var(--secondary);
    font-size: 34px;
    line-height: 1;
}

.fudesa-countdown span {
    display: block;
    color: #526070;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 6px;
}

.fudesa-congreso-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(255, 255, 255, 0.80);
    border-left: 5px solid var(--primary);
    border-radius: 14px;
    padding: 15px 18px;
    color: var(--dark);
    margin-bottom: 26px;
}

.fudesa-congreso-alert i {
    color: var(--primary);
    margin-top: 3px;
}

.fudesa-congreso-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fudesa-congreso-actions .btn-outline-primary {
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .fudesa-congreso-img-link {
        padding: 14px;
    }

    .fudesa-congreso-img {
        min-height: auto;
        max-height: 620px;
        object-fit: contain;
    }

    .fudesa-congreso-content {
        padding: 34px 26px 32px;
    }

    .fudesa-congreso-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .fudesa-congreso-home {
        border-radius: 20px;
    }

    .fudesa-congreso-content h2 {
        font-size: 28px;
    }

    .fudesa-congreso-subtitle,
    .fudesa-congreso-data div {
        font-size: 16px;
    }

    .fudesa-countdown {
        gap: 8px;
    }

    .fudesa-countdown div {
        min-width: 0;
        flex: 1;
        padding: 12px 8px;
    }

    .fudesa-countdown strong {
        font-size: 27px;
    }

    .fudesa-congreso-actions .btn {
        width: 100%;
    }
}


/********** Curso 13 - Inscripción y pagos **********/
.curso-inscripcion-destacada {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    margin: 24px 0 34px;
    background: linear-gradient(135deg, #ffffff 0%, var(--light) 100%);
    border: 1px solid rgba(19, 197, 221, 0.35);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(29, 42, 77, 0.08);
}

.curso-inscripcion-icono {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: #ffffff;
    font-size: 22px;
}

.curso-inscripcion-texto {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: var(--dark);
}

.curso-inscripcion-texto span {
    color: var(--secondary);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.curso-inscripcion-texto strong {
    font-size: 18px;
    line-height: 1.35;
}

.curso-btn-formulario {
    min-width: 245px;
    padding: 13px 24px;
}

.curso-pagos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0 34px;
    max-width: 100%;
}

.curso-btn-pago {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 20px;
    white-space: normal;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 767.98px) {
    .curso-inscripcion-destacada {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 22px 18px;
    }

    .curso-inscripcion-icono {
        margin: 0 auto;
    }

    .curso-btn-formulario {
        width: 100%;
        min-width: 0;
    }

    .curso-pagos-grid {
        grid-template-columns: 1fr;
    }

    .curso-btn-pago {
        width: 100%;
    }
}


/********** Reglamento de trabajos Congreso 2026 **********/
.trabajos-congreso-destacado {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    background: linear-gradient(135deg, #ffffff 0%, var(--light) 100%);
    border: 1px solid rgba(19, 197, 221, .35);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(29, 42, 77, .08);
}
.trabajos-congreso-icono {
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 23px;
}
.trabajos-congreso-texto {display:flex;flex-direction:column;flex:1;color:var(--dark)}
.trabajos-congreso-texto span {font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--secondary)}
.trabajos-congreso-texto strong {font-size:17px;line-height:1.4}
.trabajos-congreso-btn {min-width:290px;padding:13px 22px;white-space:normal}

.reglamento-trabajos-page {background:#fff}
.reglamento-hero {background:linear-gradient(135deg,#EFF5F9 0%,#fff 55%,rgba(19,197,221,.14) 100%)}
.reglamento-kicker {display:inline-block;margin-bottom:14px;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.8px}
.reglamento-hero h1 {max-width:900px;margin:0 auto 18px;color:var(--dark);font-size:clamp(2.1rem,5vw,4rem);line-height:1.08}
.reglamento-hero p {max-width:760px;margin:0 auto 25px;color:#526070;font-size:1.2rem}
.reglamento-fechas {padding:30px;border-radius:24px;background:var(--dark);box-shadow:0 18px 42px rgba(29,42,77,.16)}
.reglamento-fechas h2 {margin-bottom:24px;color:#fff;text-align:center}
.reglamento-fecha-card {height:100%;padding:25px 20px;text-align:center;border-radius:18px;background:#fff}
.reglamento-fecha-card>i {display:flex;width:54px;height:54px;margin:0 auto 14px;align-items:center;justify-content:center;border-radius:50%;background:var(--primary);color:#fff;font-size:23px}
.reglamento-fecha-card span,.reglamento-fecha-card strong,.reglamento-fecha-card small {display:block}
.reglamento-fecha-card span {margin-bottom:8px;color:var(--secondary);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.reglamento-fecha-card strong {color:var(--dark);font-size:19px;line-height:1.3}
.reglamento-fecha-card small {margin-top:7px;color:#637083}
.reglamento-contenido {max-width:980px;margin:0 auto}
.reglamento-bloque {margin-bottom:24px;padding:30px;border:1px solid #dce9ef;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(29,42,77,.06)}
.reglamento-bloque h2 {margin-bottom:20px;color:var(--dark);font-size:27px}
.reglamento-bloque h2 i {color:var(--primary)}
.reglamento-bloque p,.reglamento-bloque li {color:#46556b;font-size:16px;line-height:1.7}
.reglamento-bloque li {margin-bottom:8px}
.reglamento-email {display:flex;align-items:center;gap:10px;margin:18px 0;padding:15px 18px;border-left:5px solid var(--primary);border-radius:12px;background:var(--light);font-weight:700}
.reglamento-email i {color:var(--primary)}
.reglamento-lista-check {padding-left:0;list-style:none}
.reglamento-lista-check li {position:relative;padding-left:29px}
.reglamento-lista-check li::before {position:absolute;left:0;top:1px;content:'\f058';font-family:'Font Awesome 6 Free';font-weight:900;color:var(--primary)}
.reglamento-temas {display:flex;flex-wrap:wrap;gap:10px}
.reglamento-temas span {padding:9px 14px;border-radius:999px;background:var(--light);color:var(--dark);font-weight:700;font-size:14px}

@media(max-width:991.98px){
    .trabajos-congreso-destacado {flex-direction:column;align-items:stretch;text-align:center}
    .trabajos-congreso-icono {margin:0 auto}
    .trabajos-congreso-btn {width:100%;min-width:0}
}
@media(max-width:575.98px){
    .reglamento-fechas,.reglamento-bloque {padding:22px 18px}
    .reglamento-bloque h2 {font-size:23px}
    .reglamento-email {align-items:flex-start;flex-wrap:wrap}
}
