*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Montserrat', sans-serif;
    background:#111;
    color:#fff;
    overflow-x:hidden;
}

a{
    text-decoration:none;
    color:inherit;
}

img{
    max-width:100%;
    display:block;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #00000082;
    display: none;
}

.hero{
    position:relative;
    min-height:100vh;
    background:
        linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.65)),
        url('ellas-en-el-umbral.jpg');
    background-size:cover;
    background-position:center top;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 20px 130px;
}

.overlay-pattern{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at center, rgba(180,130,20,.15), transparent 70%);
    z-index:1;
}

.container{
    width:100%;
    max-width:1200px;
    position:relative;
    z-index:2;
}

.main-card{
    background:rgba(30,20,5,.78);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.4);
}

.top-gallery{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    height:420px;
}

.speaker{
    position:relative;
    overflow:hidden;
}

.speaker img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.speaker:hover img{
    transform:scale(1.08);
}

.speaker-name{
    position:absolute;
    left:20px;
    bottom:20px;
    font-size:15px;
    font-weight:700;
    text-shadow:0 4px 10px rgba(0,0,0,.8);
}

.content{
    padding:70px 70px 90px;
    background:#a57916;
    background-image:
        radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
    background-size:30px 30px;
}

.subtitle{
    text-align:center;
    font-size:20px;
    font-weight:300;
    margin-bottom:18px;
}

.title{
    text-align:center;
    font-size:76px;
    line-height:1;
    font-weight:900;
    margin-bottom:30px;
    text-transform:uppercase;
}

.description-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,320px));
    justify-content:center;
    gap:30px;
    margin:110px 0;
}

.description-item{
    width:100%;
    text-align:center;
    background:rgba(255,255,255,.08);
    padding:25px;
    border-radius:18px;
    backdrop-filter:blur(8px);
    transition:.3s ease;
    border:1px solid rgba(255,255,255,.1);
}

.description-item:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,.12);
}

.description-item strong{
    display:block;
    font-size:18px;
    margin-bottom:10px;
    font-weight:700;
}

.description-item {
    font-size:15px;
    line-height:1.6;
    opacity:.9;
    cursor: pointer;
}

.event-box{
    max-width:760px;
    margin:0 auto;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.2);
    border-radius:24px;
    padding:40px;
    text-align:center;
}

.event-title{
    font-size:52px;
    font-weight:800;
    margin-bottom:10px;
}

.event-subtitle{
    margin-bottom:40px;
    opacity:.9;
}

.event-info{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.info-card{
    background:rgba(0,0,0,.15);
    border-radius:18px;
    padding:30px;
}

.info-card h3{
    font-size:22px;
    margin-bottom:12px;
}

.info-card p{
    line-height:1.7;
    font-size:17px;
}

.proyection{
    background:#111;
    padding:130px 20px 100px;
    text-align:center;
    position: relative;
}

.proyection h2{
    font-size:36px;
    margin-bottom:20px;
}

.proyection p{
    max-width:900px;
    margin:auto;
    line-height:1.8;
    font-size:18px;
    opacity:.85;
}

.proy_img {
    position: absolute;
    left: 50%;
    top: -87px;
    margin-left: -88px;
}

.btn{
    display:inline-block;
    margin-top:40px;
    padding:18px 38px;
    border-radius:100px;
    background:#fff;
    color:#111;
    font-weight:700;
    transition:.3s ease;
}

.btn:hover{
    transform:translateY(-4px);
    border: 1px #FFF solid;
}

.floating-badge{
    position:fixed;
    right:25px;
    bottom:25px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:#a57916;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    cursor:pointer;
    z-index:999;
    box-shadow:0 10px 30px rgba(0,0,0,.4);
}

@media(max-width:980px){

    .top-gallery{
        grid-template-columns:1fr;
        height:auto;
    }

    .speaker{
        height:320px;
    }

    .title{
        font-size:52px;
    }

    .content{
        padding:50px 30px 70px;
    }

    .description-grid,
    .event-info{
        grid-template-columns:1fr;
    }

    .event-title{
        font-size:40px;
    }

}

@media(max-width:600px){

    .title{
        font-size:40px;
    }

    .subtitle{
        font-size:18px;
    }

    .description-item{
        font-size:16px;
    }

    .event-title{
        font-size:34px;
    }

}

.bgFilms {
    background: url(/images/background-films.jpg);
    background-size: cover;
}

.films-item-card {
    position: fixed;
    padding: 2rem;
    background: #FFF;
    top: 20%;
    left: 50%;
    z-index: 9999;
    margin-left: -300px;
    display: none;
}

.films-item-content {
    position: relative;
}

.fliClose {
    position: absolute;
    top: -1.2rem;
    right: -1.2rem;
    color: black;
    cursor: pointer;
}

.pcmSignin {
    padding: 5rem 0;
    background-color: #a57916;
}

.form-floating > label {
    color: #333;
    font-size: .8rem;
}

.form-floating > .form-select {
    color: #333;
    font-size: .8rem;
}

#message {
    min-width: 250px;
    height: auto;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    max-width: 550px;
}

.spinner-border {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
}