.conf-v2-hero{
    position:relative;
    /* background:#111; */
    background-image:url('../images/hero/fondo26.webp');
    color:#fff;
    overflow:hidden;
}
.conf-v2-overlay{
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at right,
    rgba(184,138,82,.15),
    transparent 55%);
}
.conf-v2-tag{
    display:inline-block;
    color:#B88A52;
    letter-spacing:4px;
    font-size:.80rem;
    margin-bottom:25px;
    text-transform:uppercase;
}
.conf-v2-title{
    font-family:'Cormorant Garamond', serif;
    font-size:5rem;
    line-height:.95;
    font-weight:600;
}
.conf-v2-title span{
    display:block;
    color:#B88A52;
}
.conf-v2-description{
    margin-top:35px;
    font-size:1.15rem;
    line-height:1.9;
    color:#d7d7d7;
    max-width:540px;
}
.conf-v2-info{
    display:flex;
    gap:70px;
    margin:45px 0;
}
.conf-v2-info small{
    display:block;
    color:#999;
    letter-spacing:2px;
}
.conf-v2-btn{
    background:#B88A52;
    color:#fff;
    padding:15px 38px;
    border-radius:50px;
    transition:.35s;
}
.conf-v2-btn:hover{
    background:#c6975e;
    transform:translateY(-3px);
    color:white;
}
.conf-v2-image{
    position:relative;
    border-radius:25px;
    overflow:hidden;
    box-shadow: 0 40px 90px rgba(0,0,0,.45);
}
.conf-v2-image img{
    transition:10s;
}
.conf-v2-hero:hover
.conf-v2-image img{
    transform:scale(1.05);
}




.conf-v2-about-image{
    position:relative;
}
.conf-v2-about-image::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border:2px solid #B88A52;
    left:20px;
    top:20px;
}
.conf-v2-about-image img{
    transition:.6s;
}

.conf-v2-about-image:hover img{
    transform:scale(1.03);
}



.conf-v2-speaker{
    background:#111;
    border-radius:0;
    overflow:hidden;
    transition:.45s;
    height:100%;
    position:relative;
}
.conf-v2-speaker:hover{
    transform:translateY(-10px);
}
.conf-v2-speaker::after{
    content:"";
    position:absolute;
    inset:18px;
    border:1px solid transparent;
    transition:.45s;
    pointer-events:none;
}
.conf-v2-speaker:hover::after{
    border-color:#B88A52;
}
.conf-v2-speaker-image{
    overflow:hidden;
    height:420px;
}
.conf-v2-speaker-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}
.conf-v2-speaker:hover img{
    transform:scale(1.08);
}
.conf-v2-speaker-body{
    padding:40px;
}
.conf-v2-country{
    color:#B88A52;
    letter-spacing:4px;
    font-size:.70rem;
}
.conf-v2-speaker-body h3{
    color:white;
    font-family:'Cormorant Garamond',serif;
    font-size:2.5rem;
    line-height:1;
    margin:20px 0;
}
.conf-v2-line{
    width:70px;
    height:2px;
    background:#B88A52;
    margin:25px 0;
}
.conf-v2-speaker-body p{
    color:#CCC;
    line-height:1.8;
    min-height:80px;
}
.conf-v2-more{
    color:#B88A52;
    font-weight:600;
}
.conf-v2-speaker-link{
    display:block;
    text-decoration:none !important;
}
.conf-v2-speaker-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.35s;
    height:100%;
    box-shadow:0 15px 35px rgba(0,0,0,.05);
}
.conf-v2-speaker-card:hover{
    transform:translateY(-10px);
    box-shadow:0 35px 70px rgba(0,0,0,.15);
}
.conf-v2-speaker-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.8s;
}
.conf-v2-speaker-card:hover img{
    transform:scale(1.08);
}
.conf-v2-speaker-content{
    padding:35px;
}
.conf-v2-country{
    color:#B88A52;
    letter-spacing:3px;
    font-size:.75rem;
    font-weight:600;
}
.conf-v2-speaker-content h3{
    font-family:'Cormorant Garamond',serif;
    font-size:2rem;
    margin:10px 0 20px;
    color:#222;
}
.conf-v2-speaker-content p{
    color:#666;
    line-height:1.8;
    min-height:70px;
}
.conf-v2-link{
    color:#B88A52;
    font-weight:600;
}
.conf-v2-speaker-card:hover .conf-v2-link{
    letter-spacing:1px;
}



.conf-v2-modal .modal-content{
    background:#111;
    border:none;
    border-radius:0;
    color:white;
}
.conf-v2-modal-image{
    height:100%;
}
.conf-v2-modal-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.conf-v2-modal-content{
    padding:70px;
}
.conf-v2-modal-content .conf-v2-country{
    color:#B88A52;
    letter-spacing:4px;
}
.conf-v2-modal-content h2{
    font-family:'Cormorant Garamond',serif;
    font-size:4rem;
    margin:20px 0;
}
.conf-v2-modal-content h5{
    color:#B88A52;
    margin-bottom:30px;
}
.conf-v2-modal-content p{
    color:#CCC;
    font-size:1.1rem;
    line-height:2;
}
.conf-v2-close{
    position:absolute;
    top:20px;
    right:25px;
    background:none;
    border:none;
    color:white;
    font-size:2rem;
    z-index:10;
}
.conf-v2-close:hover{
    color:#B88A52;
}


.conf-v2-agenda{
    background:#F8F5F2;
    padding:120px 0;
}
.conf-v2-timeline{
    position:relative;
    max-width:950px;
    margin:auto;
}
.conf-v2-timeline::before{
    content:"";
    position:absolute;
    left:145px;
    top:0;
    bottom:0;
    width:2px;
    background:#B88A52;
}
.conf-v2-event{
    display:flex;
    position:relative;
    margin-bottom:45px;
}
.conf-v2-hour{
    width:120px;
    text-align:right;
    padding-right:30px;
    color:#B88A52;
    font-weight:700;
    font-size:1rem;
}
.conf-v2-marker{
    width:50px;
    display:flex;
    justify-content:center;
    position:relative;
}
.conf-v2-marker span{
    width:18px;
    height:18px;
    border-radius:50%;
    background:#B88A52;
    display:block;
    margin-top:5px;
    border:4px solid white;
    z-index:5;
}
.conf-v2-card{
    flex:1;
    background:white;
    padding:35px;
    border-radius:18px;
    box-shadow:0 20px 40px rgba(0,0,0,.05);
    transition:.35s;
}
.conf-v2-card:hover{
    transform:translateY(-5px);
    box-shadow:0 35px 70px rgba(0,0,0,.10);
}
.conf-v2-speaker-mini{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}
.conf-v2-speaker-mini img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin-right:20px;
}
.conf-v2-speaker-mini small{
    color:#B88A52;
    letter-spacing:3px;
    font-size:.70rem;
}
.conf-v2-speaker-mini h5{
    margin:5px 0 0;
    font-family:'Cormorant Garamond',serif;
    font-size:2rem;
}
.conf-v2-card h4{
    font-family:'Cormorant Garamond',serif;
    font-size:2rem;
    margin-bottom:15px;
    color:#222;
}
.conf-v2-card p{
    margin:0;
    color:#666;
    line-height:1.8;
}


.conf-v2-pricing{
    background:#111;
    padding:120px 0;
    position:relative;
}
.conf-v2-pricing .conf-v2-section-title{
    color:#fff;
}
.conf-v2-price-card{
    background:#1A1A1A;
    border:1px solid rgba(255,255,255,.08);
    padding:50px;
    height:100%;
    transition:.35s;
    position:relative;
}
.conf-v2-price-card:hover{
    transform:translateY(-8px);
    border-color:#B88A52;
}
.conf-v2-price-card.featured{
    border:2px solid #B88A52;
}
.conf-v2-price-tag{
    color:#B88A52;
    letter-spacing:4px;
    font-size:.75rem;
}
.conf-v2-price-card h3{
    color:white;
    font-size:3.5rem;
    margin:25px 0;
    font-family:'Cormorant Garamond',serif;
}
.conf-v2-price-card h3 span{
    font-size:4.8rem;
}
.conf-v2-price-card ul{
    list-style:none;
    padding:0;
    margin:40px 0 0;
}
.conf-v2-price-card li{
    color:#DDD;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.conf-v2-price-card li::before{
    content:"✓";
    color:#B88A52;
    margin-right:12px;
}



.conf-v2-badge{
    position:absolute;
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    background:#B88A52;
    color:#fff;
    padding:6px 18px;
    font-size:.70rem;
    letter-spacing:2px;
    border-radius:30px;
}
.conf-v2-benefits{
    border-top:1px solid rgba(255,255,255,.10);
    margin-top:50px;
    padding-top:50px;
}
.conf-v2-benefit{
    /* text-align:center; */
    color:#DDD;
}
.conf-v2-benefit i{
    color:#B88A52;
    font-size:2rem;
    margin-bottom:15px;
}



.conf-v2-register{
    background:#F8F6F3;
    padding:120px 0;
}
.conf-v2-register-text{
    color:#666;
    line-height:2;
    margin:35px 0;
}
.conf-v2-register-items div{
    margin-bottom:20px;
    color:#444;
    font-weight:500;
}
.conf-v2-form-card{
    background:white;
    padding:50px;
    border-radius:18px;
    box-shadow:0 35px 80px rgba(0,0,0,.08);
}
.conf-v2-form-card .form-control{
    border-radius:12px;
    min-height:55px;
    border:1px solid #DDD;
}
.conf-v2-form-card .form-control:focus{
    border-color:#B88A52;
    box-shadow:0 0 0 .2rem rgba(184,138,82,.15);
}
.conf-v2-form-card .btn{
    border-radius:50px;
    padding:15px 40px;
}
.conf-v2-form-card{
    margin-top:-60px;
}

/* RESPONSIVE AREAS*/
@media(max-width:991px){
    .conf-v2-title{
        font-size:3.4rem;
    }

    .conf-v2-info{
        display:block;
    }

    .conf-v2-info>div{
        margin-bottom:25px;
    }

    .conf-v2-timeline::before{

        left:30px;

    }

    .conf-v2-event{

        flex-direction:column;

        padding-left:60px;

    }

    .conf-v2-hour{

        width:auto;

        text-align:left;

        margin-bottom:15px;

        padding-right:0;

    }

    .conf-v2-marker{

        position:absolute;

        left:5px;

        top:0;
    }

}
