/* ==========================================================
   WEBINARS GLACIAR
   Estilos exclusivos de page-webinars.php
   ========================================================== */

.webinars-glaciar {
    background: #2a2c33;
    color: #f5f5f5;
    overflow: hidden;
}

.webinars-glaciar * {
    box-sizing: border-box;
}

.wg-hero {
    position: relative;
    padding: 115px 0 90px;
    background:
        linear-gradient(120deg, rgba(16, 29, 45, .96), rgba(42, 44, 51, .92)),
        #2a2c33;
    border-bottom: 5px solid #01879e;
}

.wg-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -190px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(98, 162, 188, .18);
    transform: rotate(45deg);
}

.wg-eyebrow,
.wg-kicker {
    display: block;
    color: #62a2bc;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.wg-hero h1 {
    max-width: 820px;
    margin: 0 0 20px !important;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 700;
}

.wg-lead {
    max-width: 760px;
    margin: 0;
    color: #d7dde2;
    font-size: 19px;
    line-height: 1.65;
}

.wg-section {
    padding: 80px 0;
}

.wg-section-heading {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
}

.wg-number {
    color: rgba(98, 162, 188, .25);
    font-size: 72px;
    line-height: .9;
    font-weight: 700;
}

.wg-section-heading h2,
.wg-recording h2,
.wg-next h2,
.wg-follow h2 {
    margin: 10px 0 0 !important;
    font-size: 34px;
    line-height: 1.2;
}

.wg-status {
    display: inline-block;
    padding: 6px 11px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.wg-status-done {
    background: #01879e;
    color: #fff;
}

.wg-status-next {
    border: 1px solid #62a2bc;
    color: #62a2bc;
}

.wg-feature {
    display: grid;
    grid-template-columns: minmax(300px, .85fr) minmax(360px, 1.15fr);
    gap: 55px;
    align-items: center;
}

.wg-poster {
    min-height: 520px;
    background: #222;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.wg-poster-placeholder {
    min-height: 520px;
    padding: 55px 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(180deg, rgba(1, 135, 158, .08), rgba(12, 23, 38, .95)),
        radial-gradient(circle at 75% 20%, rgba(98, 162, 188, .26), transparent 35%),
        #17212d;
}

.wg-poster-placeholder span {
    color: #62a2bc;
    font-size: 13px;
    letter-spacing: 2px;
}

.wg-poster-placeholder strong {
    max-width: 430px;
    margin: 15px 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.18;
}

.wg-poster-placeholder small {
    color: #9faab4;
    line-height: 1.5;
}

.wg-date {
    color: #62a2bc;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wg-info h3 {
    margin: 10px 0 5px;
    color: #fff;
    font-size: 31px;
}

.wg-role {
    margin: 2px 0;
    color: #cbd2d8;
    font-size: 16px;
}

.wg-description {
    margin: 28px 0;
    color: #d9dde1;
    font-size: 16px;
    line-height: 1.75;
}

.wg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.webinars-glaciar .wg-btn {
    display: inline-block;
    padding: 12px 17px;
    border: 1px solid rgba(98, 162, 188, .65);
    border-radius: 3px;
    color: #fff !important;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .2s ease;
}

.webinars-glaciar .wg-btn:hover {
    color: #fff !important;
    background: #365b8a;
    border-color: #365b8a;
    transform: translateY(-1px);
}

.webinars-glaciar .wg-btn-primary {
    background: #01879e;
    border-color: #01879e;
}

.wg-sponsor {
    margin-top: 25px;
    color: #aeb6bd;
    font-size: 13px;
}

.wg-recording-section {
    background: #222;
}

.wg-recording {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 50px;
    align-items: center;
}

.wg-recording-copy p {
    margin: 20px 0 25px;
    color: #cdd3d8;
    line-height: 1.7;
}

.wg-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #111820;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 20px 55px rgba(0,0,0,.28);
}

.wg-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.wg-video-pending > div {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle, rgba(1, 135, 158, .22), transparent 38%),
        #111820;
    text-align: center;
}

.wg-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
    padding-left: 4px;
    border: 1px solid #62a2bc;
    border-radius: 50%;
    color: #62a2bc;
    font-size: 23px;
}

.wg-video-pending strong {
    color: #fff;
    font-size: 21px;
}

.wg-video-pending small {
    margin-top: 6px;
    color: #8f9ba5;
}

.wg-video-link {
    grid-column: 2;
    margin-top: -35px;
}

.wg-video-link a {
    color: #62a2bc !important;
}

.wg-next-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.wg-next {
    position: relative;
    display: grid;
    grid-template-columns: 170px 1fr;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid rgba(98, 162, 188, .28);
    background:
        linear-gradient(120deg, #202a35, #2a2c33 65%);
}

.wg-next-number {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(98, 162, 188, .18);
    background: rgba(0,0,0,.12);
    font-size: 105px;
    font-weight: 700;
}

.wg-next-content {
    padding: 55px 60px;
}

.wg-next-content > p {
    margin: 18px 0 35px;
    color: #c7ced4;
    font-size: 16px;
}

.wg-next-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.wg-next-grid div {
    padding: 17px 18px;
    border-top: 1px solid rgba(98, 162, 188, .35);
    background: rgba(255,255,255,.025);
}

.wg-next-grid span {
    display: block;
    margin-bottom: 5px;
    color: #7f8c96;
    font-size: 10px;
    letter-spacing: 1.5px;
}

.wg-next-grid strong {
    color: #e4e8eb;
    font-size: 15px;
}

.wg-follow {
    padding-top: 65px;
    padding-bottom: 75px;
    border-top: 1px solid rgba(255,255,255,.06);
    text-align: center;
}

.wg-follow p {
    max-width: 650px;
    margin: 18px auto 25px;
    color: #cbd1d6;
    line-height: 1.7;
}

.wg-actions-center {
    justify-content: center;
}

@media (max-width: 991px) {
    .wg-hero {
        padding: 85px 0 70px;
    }

    .wg-hero h1 {
        font-size: 42px;
    }

    .wg-feature,
    .wg-recording {
        grid-template-columns: 1fr;
    }

    .wg-poster,
    .wg-poster-placeholder {
        min-height: 440px;
    }

    .wg-video-link {
        grid-column: auto;
        margin-top: -30px;
    }
}

@media (max-width: 767px) {
    .wg-hero {
        padding: 65px 0 55px;
    }

    .wg-hero h1 {
        font-size: 34px;
    }

    .wg-lead {
        font-size: 17px;
    }

    .wg-section {
        padding: 55px 0;
    }

    .wg-section-heading {
        gap: 15px;
    }

    .wg-number {
        font-size: 50px;
    }

    .wg-section-heading h2,
    .wg-recording h2,
    .wg-next h2,
    .wg-follow h2 {
        font-size: 27px;
    }

    .wg-feature {
        gap: 35px;
    }

    .wg-poster,
    .wg-poster-placeholder {
        min-height: 390px;
    }

    .wg-poster-placeholder {
        padding: 35px 28px;
    }

    .wg-poster-placeholder strong {
        font-size: 25px;
    }

    .wg-next {
        grid-template-columns: 1fr;
    }

    .wg-next-number {
        justify-content: flex-start;
        height: 100px;
        padding-left: 25px;
        font-size: 70px;
    }

    .wg-next-content {
        padding: 35px 25px;
    }

    .wg-next-grid {
        grid-template-columns: 1fr;
    }

    .wg-actions .wg-btn {
        width: 100%;
        text-align: center;
    }
}
.wg-poster-image {
    display: block;
    width: 100%;
    height: auto;
}