/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 12 2026 | 19:13:06 */
:root {
    --neutral-dark: rgb(240, 247, 240);
    --neutral-light: rgb(255, 255, 255);
    --orange: rgb(239, 121, 37);
    --neon-green: rgb(167, 255, 177);
    --dark-green: rgb(8, 72, 76);
    --green: rgb(0, 153, 93);
}

body {
    background-color: var(--neutral-light);
    color: var(--dark-green);
    overflow-x: hidden !important;
}

body.modal-open {
    overflow: hidden; /* Garante que o fundo não role quando o modal estiver aberto */
    padding-right: 0 !important; /* Evita o "pulo" do layout por causa da scrollbar */
}

.text-pretty {
    text-wrap: pretty;
}

.bg-dark-green {
    background-color: var(--dark-green);
}

.bg-green {
    background-color: var(--green);
}
.bg-neon-green {
    background-color: var(--neon-green);
}
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--neutral-dark);
}

.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 85%, var(--neutral-dark));
    z-index: 1;
}

.hero-section h1 {
    letter-spacing: -2px;
    font-size: clamp(2rem, 8vw, 5.5rem);
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hero-bg video {
    object-fit: cover; 
    height: 100%; 
    transform: scale(1.5);
}

.hero-content {
    background-color: rgba(var(--neutral-light), 0.5);
    border: 2px solid var(--neutral-dark);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    padding: 3.5rem;
    border-radius: 2rem;
    text-align: center;
}

.buy-ticket-btn {
    text-wrap: pretty;
    text-align: center;
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--orange);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100rem;
    box-shadow: inset 0 0 .4rem var(--neutral-dark);
    font-size: clamp(.75rem, 2vw, 1rem);
}

.buy-ticket-banner {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90dvw;
    max-width: 1100px;
    z-index: 9999;
    box-shadow: inset 0 0 35px rgba(255, 255, 255, 0.9);
    background-color: var(--neon-green);
    border: 1px solid var(--neutral-light);
    border-radius: 2rem;
}

.time-name {
    font-size: clamp(.5rem, 2.1vw, 1rem);
}

#days,
#hours,
#minutes,
#seconds {
    font-style: italic;
    font-weight: 900 !important;
    line-height: 1;
}

.dots {
    display: flex;
    line-height: 1;
    align-self: flex-start;
}

.slide-animation {
    overflow-x: hidden;
    white-space: nowrap;
    padding: 30px 0;
}

.slide-animation-inner {
    display: inline-block;
    animation: lettering-slide 30s infinite linear;
}

.slide-animation:hover .slide-animation-inner {
    animation-play-state: paused;
    cursor: pointer;
}

.slide-animation-inner span {
    margin: 0 10px;
}

.cfrh26-img {
    position: relative;
    height: 400px;
    width: 300px;
    display: inline-block;
    border-radius: 1rem;
    overflow: hidden;
    
}
.palestrantes-section .cfrh26-img{
    border: 3px solid var(--neutral-dark);
    border-style: inset;
    background-color: #000;
    filter: none !important;
    z-index: 1;
}
.palestrantes-section .cfrh26-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(25px);
    transition: transform 0.4s ease, filter 0.4s ease;
    z-index: 1;
    transform: scale(1.1);
}
.palestrantes-section .cfrh26-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.palestrantes-section .cfrh26-img.is-revealed::before {
    filter: blur(0);
}
.palestrantes-section .locked::after {
    background-image: url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/lock-keyhole.png);
}
.palestrantes-section .unlocked::after {
    background-image: url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/lock-keyhole-open.png);
}
.palestrantes-section .cfrh26-img:hover::before {
    filter: blur(0);
    transform: scale(1);
}

.palestrantes-section .cfrh26-img:hover::after {
    opacity: 0;
}
.block{
    pointer-events: none;
}

@keyframes lettering-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
@media (prefers-reduced-motion) {
    .slide-animation-inner {
        animation: none;
    }
}
@media (min-width:992px) {
    .slide-animation{
        white-space: normal !important;
    }
    .slide-animation-inner{
        animation: none !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }
    .palestrantes-slide .slide-animation {
        position: initial !important;
    }
}

.card-info {
    z-index: 4;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.img-1 {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card1.png);
}

.img-2 {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card2.png);
}

.img-3 {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card3.png);
}

.img-4 {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card4.png);
}

.img-5 {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card5.png);
}

.card-info h3 {
    color: #fff;
    font-size: 4rem;
}

.gradiente-bg {
    background: linear-gradient(to bottom, var(--neon-green), var(--neutral-light));
    border-radius: 2rem;
}

.palestrantes-slide {
    position: relative;
    min-height: 600px;
}

.palestrantes-slide .slide-animation {
    position: absolute;
}

.palestrante-1::before {
    background: center / contain no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card_palestrante1.png);
}

.palestrante-2::before {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card_palestrante2.png);
}

.palestrante-3::before {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card_palestrante3.png);
}
.palestrante-4::before {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/03/Card_palestrante4.png);
}
.palestrante-5::before {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/03/Card_palestrante5.png);
}

.palestrante-1:hover,
.palestrante-2:hover,
.palestrante-3:hover,
.palestrante-4:hover,
.palestrante-5:hover {
    filter: blur(0);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.palestrante-1:hover .card-info,
.palestrante-2:hover .card-info,
.palestrante-3:hover .card-info,
.palestrante-4:hover .card-info,
.palestrante-5:hover .card-info {
    display: flex !important;
}

.progresso-container {
    background-color: #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    height: 80px;
}

.progresso-barra {
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #08484C 40%, #00925C 90%, #A7FFB1 95%, #D9D9D9);
    border-radius: 10px;
    animation: loading 3s ease-in-out forwards;
}

@keyframes loading {
    from {
        width: 0;
    }

    to {
        width: 50%; /* Alterar aqui para a porcentagem aparecer */
    }
}

.stand-1 {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card_stand1.png);
}

.stand-2 {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card_stand2.png);
}

.stand-3 {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card_stand3.png);
}

.stand-4 {
    background: center / cover no-repeat url(https://www.unimedfortaleza.com.br/portaluploads/uploads/2026/02/Card_stand4.png);
}

.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:first-of-type>.accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    --bs-accordion-inner-border-radius: 1rem;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    outline: none;
}

button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.accordion-item {
    margin-bottom: 1rem;
    border-radius: 1rem;
}

.accordion-button {
    border-radius: 1rem;
}

footer {
    padding-bottom: 5rem;
}

@media (max-width:850px) {
    footer {
        padding-bottom: 15rem;
    }
}