:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
    --bg-gradient: linear-gradient(90deg, #3a6d7b 0%, #9ccfd9 60%);
  --bg-programa: #0f2f38;       /* fondo azul verdoso oscuro */
  --text: #eaf3f6;     /* texto principal */
  --muted: #cfe3ea;
  --accent: #c702a4;   /* magenta líneas + hora */
  --pill-bg: #ffffff;  /* pastilla */


}


@font-face {
     font-family:"soho";
    font-weight: 700;

    src: url("/assets/fonts/SohoGothicPro-bold.eot");
    src: url("/assets/fonts/SohoGothicPro-bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SohoGothicPro-bold.woff2") format("woff2"), url("/assets/fonts/SohoGothicPro-bold.woff") format("woff");
}

@font-face {
    font-family:"soho";
    font-weight: 500;
    font-style: normal;
    src: url("/assets/fonts/SohoGothicPro-Regular.eot");
    src: url("/assets/fonts/SohoGothicPro-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SohoGothicPro-Regular.woff2") format("woff2"), url("/assets/fonts/SohoGothicPro-Regular.woff") format("woff");
}




.color-accent {
    color: var(--accent) !important;
}

body {
    overflow: hidden;
   min-height: 100vh;
    background: linear-gradient(90deg, #3a6d7b 0%, #9ccfd9 60%);
     font-family: "soho", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: white;

}

p, ul li, ol li {
  font-family: "soho", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: white;
    font-size: 1rem;
    line-height: 1.875rem;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "soho", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
}
.form-control {
    border-radius: .65rem;
    height: calc(1.5em + .75rem + 11px);
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 45%);
}

.text-black {
    color: #000000 !important;
}
.navbar-activado {
        background: var(--bg-gradient);
}
.navbar-activado .nav-link {
    color: #ffffff !important;
}
.nav-link {
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.2rem;
    color: white;
}
#hero {
    background: url(/Assets/images/bg_hero.png) no-repeat center center;
    background-size: cover;
    height: 60vh;
    padding-top: 140px;
  

}
.hero-register {
    background: url(/Assets/images/header_registro-50.jpg) no-repeat center center;
    background-size: cover;
     gap: 30px;
         padding: 90px 0;
    
}
footer {
   background: url(/Assets/images/bg_footer.png) no-repeat center center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
}

h1 {
    
    font-weight: 700;

    
}

h2 {
    font-weight: 500;
    font-size: 1.2rem;
}

h3 {
    font-weight: 500;
    font-size: 3rem;
}



h4 {
    font-weight: 500;
    font-size: 2rem;
}

.h5,
h5 {
    font-size: 1.55rem;
}


p {
    
    color: white;
    line-height: 1.475rem;
}

.color-primary {
    color: #891a55;

}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.caja-verde {
    background-color: #001f3e99;
    color: white;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    
    padding: 20px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 30px;



}


.caja-informacion-fecha {
    background: #442700c4;

    text-align: center;
    line-height: 45px;
    color: #ffffff;
    
    padding: 20px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 30px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 600;
}

label a {
    color: #891a55;
}



.color-dorado {
    color: #b19258;
}






.primary-solid-btn {
    border: 1px solid #c7027f;
    background-color: #c7027f;
    padding: 12px 30px;
    
    font-weight: 300;
    font-size: 15px;
    transition: all .25s ease-in-out;
    color: #ffffff;
    border-radius: 60px;
    width: 50%;
}

.primary-solid-btn:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #c7027f;
}

.loader span {
    
    color: #891a55;
    font-weight: 600;
}

.loader-style-1.panelLoad .cube-face {
    color: #891a55;
    box-shadow: inset 0 0 0 1px #891a55, 0 0 1px 1px #891a55;
}

/* programa*/
.green-bg {
    background-color: rgb(158 201 110 / 10%);
}

.sec-ttl-inr {
    padding-bottom: 0px;
}

.evnt-orgn>img {
    max-width: 100px;
    border: 0.1rem solid #fff;
}

.evnt-orgn-inf>h6 {
    text-transform: none;
    font-size: 21px;
}

.evnt-orgn-inf>span {
    
    color: #389135;
    font-weight: 500;
    font-size: 15px;
}


/* ponentes*/
.text-inf>h4 {
    margin-bottom: 0;
    font-size: 1.25rem;
    position: relative;
    padding-bottom: 1.0625rem;
    color: #389135;
}

.cargo-ponentes {
    font-size: 15px;
    line-height: 22px;
}







.secondary-outline-btn {
    background-color: transparent;
    color: var(--accent);
    border: 2px solid var(--accent);
    padding: 12px 30px;
    font-weight: 300;
    font-size: 15px;
    transition: all .25s ease-in-out;
    border-radius: 60px;
    width: auto;
}

.secondary-outline-btn:hover {
    color: #ffffff;
    border: 2px solid var(--accent);
    background-color: var(--accent);
}



.btn-outline-secondary {
    color: #424141;
    border-color: #424141;
    border: 2px solid;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #7d0449;
    border-color: #7d0449;
}




.programa-section{
  background: var(--bg-programa);
  color: var(--text);
  padding: 120px 0;
 
}

.programa-title{
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: clamp(2rem, 2.6vw, 3rem);
  margin-left: 0.25rem;
}

.programa-list{
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Cada fila */
.programa-item{
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  column-gap: 28px;
  padding: 18px 6px;
  position: relative;
}

/* Línea separadora magenta */
.programa-item::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: color-mix(in srgb, var(--accent) 75%, transparent);
  opacity: 0.9;
}

/* Pastilla de hora */
.programa-time{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--pill-bg);
  color: var(--accent);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* Texto del evento */
.programa-text{
  font-weight: 500;
  color: var(--text);
  font-size: clamp(1.15rem, 1.5vw, 1.85rem);
  line-height: 1.2;
}









/* DETALLES LUGAR */
#details {
  background: url(/Assets/images/bg_details.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  position: relative;

}
#details::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8); 
  
}
.info-lugar {
    position: relative ;
    z-index: 2;
    line-height: 1.456em;
}


/* SECTION TIMER */
#timer {
    padding: 120px 0;
}
.super_title {
    color:  #272F36;
    font-size: 4.6rem;
    font-weight: 400;
}
.box-AddToCalendar  {
    box-shadow: 10px 10px 20px 0px #00000040;
    border: 2px solid;

border-image-source: radial-gradient(41.51% 41.51% at 41.51% 13.39%, #FFFFFF 0%, #999999 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

background: #3D4D56;
border-radius: 20px;
gap: 60px;

}


.countdown-container {
  display: flex;
  gap: 40px;
}

.circle-wrap {
  width: 33%;
  position: relative;
}

.label {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-align: center;
    font-size: 28px !important;
  font-weight: bold;
  color: black !important;
}

.progressbar-text {
     font-size: 68px !important;
    color: black !important;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 300;
}

.progressbar-text span {
display: block  ;
font-size: 24px;
    line-height: 1.1;
}

/* --- Responsive --- */
@media (max-width: 576px){
  .programa-item{
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding: 16px 2px;
  }

  .programa-time{
    width: fit-content;
  }

  .programa-text{
    font-size: 1.15rem;
  }

  .super_title {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  .progressbar-text {
    font-size: 27px !important;
        line-height: 23px; }
    .progressbar-text  span{
    font-size: 14px !important; }
    .ico-calendar {
           width: 90px;
    margin: auto;
    }
    .box-AddToCalendar {
        gap: 20px;
    }
    #details::after {
        left: 0;
    }
    .navbar-toggler {
  
    background-color: #ffffff29;
    border: 1px solid #ffffff5c;
    
}.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
}


