.box-main{
  background-color: #1E1E1E;
}
.box-content-main{
  position: relative;
}
.box-content{
  max-width: 1280px;
  margin: auto;
  padding-bottom: 50px;
}
.banner-box{
  position: relative;
  height: 752px;
  max-width: 100%;
  padding: 0 10%;
}
.banner-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.banner-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(30, 30, 30, 1) 0%,
    rgba(30, 30, 30, 0.1) 100%
  );
}
.banner-content{
  position: relative;
  z-index: 1;
}
.banner-header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 23px 24px;
}
.banner-menu{
  display: flex;
  list-style: none;
  gap: 40px;
  align-items: center;
  font-weight: 700;
}
.banner-menu li a{
  color: #FFF;
  text-decoration: none;
}

.banner-menu-mobile{
  display: none;
  align-items: center;
  position: relative;
}

.banner-menu-mobile-list{
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 12;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  background-color: #262626;
  padding: 0;
  border-radius: 4px;
}

.banner-menu-mobile-list li a {
  text-decoration: none;
  padding: 12px;
  display: block;
  color: #FFF;
  font-weight: 600;
  border-bottom: 1px solid #363636;
}
.banner-menu-mobile-list li:last-of-type a{
  border-bottom: none;
}
.banner-title {
  font-family: 'TT Squares';
  font-size: 50px;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  padding: 120px 100px;
  line-height: 100%;
  animation: fadeInUp 1s ease forwards
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 100px;
  align-items: center;
  animation: fadeInUp 1s ease forwards
}
.boton{
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 10%;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  border: none;
}
.botones-box{
  display: flex;
  gap: 30px;
}
.action-button{
  background-color: #D1062D;
}

.secondary-action{
  background-color: transparent;
  border: 1px solid #FFF;
}
.lugar-box {
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
  line-height: 100%;
  letter-spacing: 0;
}

.lugar-box p{
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-content{
  background-color: #1E1E1E ;
}

.box-content-inner {
  margin: 0 100px;
  background: linear-gradient(  to right,  #D1D1D1, #F3F3F3);
  display: flex;
  height: 220px;
  align-items: center;
  gap: 70px;
  padding: 30px 50px;
}

.logo-big {
  width: 197px;
  height: 127px;
  box-sizing: border-box;
  flex: none;
}
.box-content-text{
  display: flex;
  gap: 30px;
}

.box-content-text p:first-of-type {
  font-size: 24px;
  font-weight: 700;
  box-sizing: border-box;
  flex-basis: 80%;
}

.box-content-text p:last-of-type{
  box-sizing: border-box;
  width: auto;
  flex-basis: 120%;
  padding: 0 30px;
}

.section-title{
  display: flex;
  color: #FFF;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  gap: 20px;
  margin: 0 100px;
  align-items: center;
  animation: fadeInUp 1s ease forwards
}

.section-title p{
  max-width: 400px;
  line-height: 100%;
  letter-spacing: 0;
}

.espacio-top{
  padding-top: 50px;
}

.ponente-card {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
}

.ponente-imagen{
  position: relative;
  width: 350px;
  height: 350px;
}
.ponente-imagen img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}
.ponente-nombre {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 100%;
  background: #FFF;
  width: fit-content;
  text-align: right;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ponente-nombre p:first-of-type{
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.ponente-nombre p:last-of-type{
  font-size: 12px;
}
.row-slider-movil .ponente-tema,
.ponente-tema{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.row-slider-movil .ponente-tema span,
.ponente-tema span{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
  color: #919191;
  font-weight: 700;
  letter-spacing: 12%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.row-slider-movil .ponente-tema h3,
.ponente-tema h3 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFF;
  max-width: 300px;
}

.row-slider-movil .ponente-tema .fecha,
.ponente-tema .fecha {
  display: flex;
  align-items: center;
  color: #FFF;
  gap: 10px;
  line-height: 20px;
  font-size: 13px;
}
.row-slider-movil .ponente-info .action-button,
.ponente-info .action-button{
 margin-top: 40px;
}

.box-shedule{
  margin: 0 100px;
  padding: 50px 0;
}

.tabs-eventos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
 .tabs-eventos li {
   flex: 100%;
 }
.tabs-eventos li button{
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 30px 0;
  width: 100%;
  border: none;
  background-color: transparent;
  color: rgba(255, 255, 255,0.3);
  font-weight: 700;
  border-bottom: 2px solid rgba(255, 255, 255,0.3);
}
.tabs-eventos li button span{
  font-size: 20px;
}

.tabs-eventos li button span.fecha-dia{
  font-size: 14px;
}


.tabs-eventos li button.active{
  color: #FFF;
  border-bottom: 2px solid #FFF;
}
.content-eventos{
  padding-top: 80px ;
}

.row-evento {
  display: flex;
}

.row-evento .horas{
  width: 25%;
  color: #D9D9D9;
  padding-top: 15px ;
}
.row-evento .info-evento {
  width: 75%;
  color: #A4A4A4;
  padding-top: 5px;
  padding-left: 50px;
  padding-bottom: 40px;
  border-left: 1px solid #D1062D;
  position: relative;
}

.content-eventos .row-evento:last-of-type .info-evento {
  border-left: none;
}

.row-evento .info-evento .evento-number {
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid #D1062D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'TT Squares';
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  background-color: #1E1E1E;
}
.row-evento .info-evento .evento-tema{
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 15px;
}

.row-evento .info-evento p {
  font-size: 14px;
  line-height: 20px;
}

.mapa-container {
  margin-top: 50px;
  height: 500px;
}


.ubicacion{
  padding-bottom:0 ;
  max-width: 100%;
}
.ubicacion .section-title{
  max-width: 1280px;
  margin: auto;
}

.ubicacion .section-title div{
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 1280px;
  margin: 0 100px;
}
footer{
  max-width: 100%;
  margin: auto;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 87px;
}

/* sliders*/
.box-slider{
  padding: 100px 0;
}

.row-slider{
  display: flex;
  align-items: center;
}
.img-prev{
  width: 200px;
  height: 300px;
}

.img-prev img {
  width: 200px;
  height: 300px;
  object-fit: cover;
  opacity: 0.3;
  visibility: hidden;
}

.box-boton-slider {
  position: absolute;
  bottom: 0;
  left: 390px;
  display: flex;
  gap: 15px;
  align-items: center;
  color:#919191;
}

.box-boton-slider button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #2C2C2C;
  border: none;
  border-radius: 4px;
}

.box-boton-slider div{
  padding-left: 10px;
}

.row-slider-movil{
  display: none;
}
.horas-movil{
  display: none;
}

.modal-header-reserva{
  display: flex;
  justify-content: end;
  padding: 12px 12px 0;
}
.modal-content-reserva{
  border-radius: 0;
}
.title-section-form{
  font-size: 14px;
}
.select-fecha{
  display: flex;
}

.boton-fecha{
  flex: 1;
}
.boton-fecha label{
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-bottom: 1px solid #D1062D;
  border-right: 1px solid #D1062D;
  border-top: 1px solid #D1062D;
  font-size: 12px;
  line-height: 14px;
  color: #D1062D;
  cursor: pointer;

}
.boton-fecha input[type="radio"]{
  display: none;
}
.boton-fecha input[type="radio"]:checked + label{
  background-color: #D1062D;
  color: #FFF;

}

.select-fecha .boton-fecha:last-child label{
  border-radius: 0 4px 4px 0;
}
.select-fecha .boton-fecha:first-child label{
  border-left: 1px solid #D1062D;
  border-radius: 4px 0 0 4px;
}
input[type="text"]:valid,
input[type="email"]:valid,
input[type="number"]:valid{
  color: #000;
}

.form-control.invalid{
  border: 1px solid red;
  color: red;
}

.content-section-form{
  margin-top: 10px;
  margin-bottom: 10px ;
  width: 100%;
}
.form-control{
  height: 44px;
  border: 1px solid #D0D0D0;
  background-color: #FFF;
  border-radius: 4px;
  font-size: 12px;
  width: 100%;
  color: #828282;
}

select:invalid.form-control{
  color: #828282;
}
select:valid.form-control{
  color: #000;
}
.opcion-alumno{
  display: flex;
}
.opcion-alumno div{
  flex: 1;
  display: flex;
  font-size: 12px;
  gap: 10px;
  align-items: center;
}

.btn-siguiente {
  height: 48px;
  border-radius: 4px;
  background-color: #D3052D;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: center;
}

.privacidad {
  display: flex;
  font-size: 10px;
  gap: 10px;
  align-items: center;
}

.privacidad a{
  color: #000;
}
.mensaje-campos{
  font-size: 8px;
  line-height: 14px;
  padding: 5px 0;
}
.btn-volver {
  height: 48px;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0;
  padding-left: 0;
  gap: 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.btn-volver:hover{
  background-color: transparent !important;
  color: #000 !important;
}


.btn-disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
#paso_1{
  display: block;
}
#paso_2{
  display: none;
}
#paso_3{
  display: none;
}

.content-paso3{
  padding: 20px 0;
  text-align: center;
}

.content-paso3 .info-reservacion{
  padding: 30px;
}

.content-paso3 .info-reservacion p{
  padding: 15px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.content-paso3 .info-reservacion p span:first-of-type{
  font-weight: 700;
}
.content-paso3 .mensaje-reservacion{
  font-size: 12px;
  text-align: left;
  line-height: 16px;
}
.content-paso3 .btn-descargar{
  height: 48px;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-weight: 700;
  border: none;
  margin: 30px auto 0;
}

.custom-marker {
  position: absolute;
  cursor: pointer;
  /* Centrar el pin sobre la coordenada */
  transform: translate(-50%, -100%);
}

.pin-diseno {
  width: 173px;
  height: 64px;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding: 15px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
}
.pin-diseno::after {
  content: "";
  position: absolute;
  bottom: -10px; /* Altura del triángulo */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D9D9D9; /* Mismo color que el fondo del pin */
}
.modal-box-video{
  position: relative;
}
.body-box-video{
  padding: 8px;
}
.btn-close-modal{
  position: absolute;
  background: #FFF;
  z-index: 1000;
  right: -10px;
  top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket .ticket-modal {
  width: 400px;
  border-radius: 0;
}
.ticket .ticket-modal .modal-box-ticket{
  border-radius: 0;
}

.ticket .ticket-modal .modal-box-ticket .body-box-ticket {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.ticket .ticket-modal .modal-box-ticket .body-box-ticket .content-ticket{
  margin: 30px;
  text-align: left;
  width: 100%;
}
.ticket .ticket-modal .modal-box-ticket .body-box-ticket .content-ticket.segunda-liena{
  margin: 0 30px;
}
.ticket .ticket-modal .modal-box-ticket .body-box-ticket .content-ticket.mensaje-info{
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 10px;
}


.ticket .ticket-modal .modal-box-ticket .body-box-ticket .content-ticket p{
  font-size: 14px;
  margin: 0;
}

.ticket .ticket-modal .modal-box-ticket .body-box-ticket .content-ticket p span:first-of-type{
  font-weight: 700;
}
.ticket .ticket-modal .modal-box-ticket .body-box-ticket .content-ticket.segunda-liena p span{
  font-weight: 400;
}

.error-mensaje {
  font-size: 10px;
  margin: 10px;
  color: red;
  opacity: 80%;
  display: none;
}

.egresados{
  max-width: 1000px;
  padding-top: 2rem;
}
.card-egresado img{
  aspect-ratio: 1;
  object-fit: cover;
}

.nombre-egresado {
  font-size: 0.75rem;
  color: #919191;
  text-transform: uppercase;
  letter-spacing: 15%;
  line-height: 100%;
  margin: 12px 0;
  display: block;
  font-weight: 700;
}
.ocupacion-egresado{
  font-size: 0.9rem;
  line-height: 100%;
  font-weight: 700;
  color: #FFF;
}

.slider-controls-custom  {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 1rem;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  padding-top: 1rem;
}
.contador{
  width: fit-content;
}
.btn-prev-egresados,
.btn-next-egresados{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #2C2C2C;
  border: none;
  border-radius: 4px;
}
.btn-whatsapp {
  display: block;
  width: 50px;
  position: fixed;
  bottom: 12px;
  right: 12px;
}

@media (max-width: 1281px) {
  .banner-box{
    padding: 0;
  }
}
@media (max-width: 559px) {
  .ticket .ticket-modal{
    width: 100%;
  }
  .fecha-de{
    display: none;
  }
  .banner-box{
    height: 564px;
  }
  .banner-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .logo{
    width: 100px;
  }
  .banner-menu{
    display: none;
  }
  .banner-menu-mobile{
    display: flex;
  }
  .banner-title{
    font-size: 24px;
    padding: 40px 20px;
  }
  .banner-info{
    flex-direction: column;
    padding: 0 20px;
    align-items: flex-start;
    gap: 20px;
    margin-top: 90px;
  }
  .botones-box{
    gap:15px;
  }
  .lugar-box{
    font-size: 12px;
  }
  .box-content-inner {
    flex-direction: column;
    padding: 20px 15px;
    height: auto;
    margin: 0 20px;
    align-items: flex-start;
    gap: 30px;
  }
  .box-content-text {
    flex-direction: column;
    gap: 0;
  }

  .box-content-text p:first-of-type {
    font-size: 18px;
  }
  .box-content-text p:last-of-type{
    padding: 0;
    flex: 100%;
    font-size: 14px;
  }

  .box-content .espacio-top{
    padding-top: 20px;
  }
  .section-title{
    margin: 0 20px;
    font-size: 20px;
  }
  .ponente-info{
    display: none;
  }
  .box-boton-slider{
    display: none;
  }

  .box-shedule{
    margin: 0;
    padding: 50px 0 0 0;
  }
 .tabs-eventos li button{

   align-items: self-start;
   padding-left: 8px;
   padding-top: 10px;
   padding-bottom: 10px;
 }
  .tabs-eventos li button span{
    font-size: 14px;
  }
  .tabs-eventos li button span.fecha-dia{
    font-size: 12px;
  }
  .content-eventos{
    padding-top: 60px;
    padding-left: 40px ;
  }
  .row-evento .horas{
    display: none;
  }
  .row-evento .info-evento {
    padding-left: 40px;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .box-slider{
    padding: 50px 0;
  }
  .row-slider-movil{
    display: block;
  }
  .row-slider-movil .ponente-info {
    display: block;
    margin-top: 30px;
    padding: 0 20px;
  }

  .row-slider-movil .ponente-info .action-button{
    width: 100%;
    justify-content: center;
    gap: 20%;
  }
  .row-slider-movil .box-boton-slider{
    display: flex;
    position: static;
    margin-top: 30px;
    justify-content: center;
  }
  .img-prev {
    width: 100%;
    height: 200px;
  }
  .img-prev img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 0.3;
    visibility: hidden;
  }
  .ponente-imagen{
    width: 250px;
    height: 250px;
  }
  .ponente-imagen img{
    width: 250px;
    height: 250px;
  }
  .espacio-top{
    padding-bottom:20px ;
  }
  .horas-movil {
    display: block;
    margin-top: -35px;
    font-size: 14px;
    padding: 5px 0;

  }
  .ubicacion .section-title div {
    margin: 0 20px;
  }
  .banner-menu-mobile-list {
    display: none;
  }

  .banner-menu-mobile-list.active {
    display: block;
  }
  .modal.show .modal-dialog {
    justify-content: center;
  }
  .modal-box-video{
    width: 95%;
  }
  .slider-egresados-container{
    padding: 1rem;
  }
  .slider-controls-custom{
    justify-content: center;
  }
}
