* {
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;

}
html {
  background-color: #fbfbfb;

}
header{
  color: #e2007d;
}
body {
  position: relative;
  background-color: #1D1637;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  color: var(--text-color);
    font-family: "all-round-gothic", sans-serif;
}
h1 {
  font-size: 1.4em;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.text-center {
  text-align: center;
}
.banner {
  text-align: center;
}
.banner img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  max-width: 900px;
}
.botones {
  margin: 30px 0;
  display: flex;
  gap: 40px;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-seccion {
  background-color: var(--main-color);
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.article{
  color: #fff;
}
.qr-modal {
  position: absolute;
  display: none;
  z-index: 98;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.qr-modal.show {
  display: block;
}
.modal-bg {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal-asistencia{
  height: 80vh !important;

}
nav {
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fbfbfb;
  border-top: 1px solid #eee;
  z-index: 999;
}
nav .menu {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 60px;

}
.boton {
  padding: 20px;
}
aside {
  width: 300px;
  position: fixed;
  top: 0;
  right: -360px;
  height: 100%;
  background-color: rgb(238, 239, 243);
  padding: 20px;
  border-left: 1px solid #eee;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.main-menu.active {
  right: 0;
}
.avatar {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  overflow: hidden;
}
.avatar img {
  width: 100%;
}
.card {
  background-color: #fff;
  color: #666;
  padding: 6px 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.card p {
  padding: 10px 0;
  font-weight: bold;
}
h1 span {
  position: absolute;
  left: 20px;
  font-weight: bold;
}
.dia-selector {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.dia-unit {
  cursor: pointer;
}
.day1{
  border: 1px solid var(--main-color) !important;
  color: #004F5B !important;
}
.day1.active{
  background-color: var(--main-color) !important;
  color: #fff !important;

}

.dia {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-size: 2em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: bold;
  margin: 0 auto;
}

.dia.active {
  background-color: var(--main-color);
  color: #fff;
  border: 0;
}

.dia-info {
  max-width: 640px;
  margin: 0 auto;
  background-color: var(--main-color);
  padding: 10px 10px 1px 10px;
}
.ponentes-info {
  max-width: 640px;
  margin: 0 auto;
}
.dia-info > div,
.ponentes-info > div {
  display: none;
}
.dia-info > div.active,
.ponentes-info > div.active {
  display: block;
}


.grupo-info {
  max-width: 640px;
  margin: 0 auto;
  background-color: var(--main-color);
  padding: 10px 10px 1px 10px;
}
.grupo-info > div,
.ponentes-info > div {
  display: none;
}
.grupo-info > div.active,
.ponentes-info > div.active {
  display: block;
}

.item-programa {
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  color: #555b4e;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.item-programa p,
.item-ponentes p,
.item-workshop p{
  margin: 0;
  font-size: 1em;

}
.item-content{
  padding: 10px;
  padding-bottom: 5px;
      display: block;
    cursor: pointer;
}
.item-programa h2,
.item-ponentes h2 {
  margin: 0;
  color: var(--main-color);
  font-weight: bold;
  font-size: 1.2em;
}
.item-programa span,
.item-ponentes span {
  /* color: var(--main-color); */
}
/* .item-programa span{
  font-weight:400;
}

.item-ponentes b{
  font-weight: bold !important;
} */
.p-hora{
  margin-bottom: 0.5rem !important;
}
.detalle {
  max-width: 640px;
  margin: 0 auto;
}
.workshop-header {
  position: relative;
  color: var(--main-color);
  background-color: #eee;
  padding: 3px 25px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 20px;
}
.detalle-header,
.workshop-header.active {
  background-color: var(--main-color);
  color: #fff;
  padding: 3px 25px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 20px;
}
.workshop-hora {
  all:unset;
  color: var(--main-color);
  background-color: #eee;
  padding: 3px 25px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-top: 20px;
border:solid;

}
.workshop-hora.active {
  background-color: var(--text-color);
  color: #fff;
  padding: 3px 25px;
  border-color : var(--text-color);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-top: 20px;

}
.detalle-content {
  background-color: #eee;
  color: #555b4e;
  padding: 3px 25px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid var(--main-color);
  margin-bottom: 20px;
  font-size: 0.8em;
  text-wrap: balance;
}
.svg svg,
.pon-socials svg {
  color: var(--main-color);
}

.svg.active svg {
  color: #fff;
}
.item-foto img {
  width: 70px;
  aspect-ratio: 1 / 1;
}
.pon-content {
  padding: 5px 10px;
  font-size: 0.7em;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
  align-items: start;
  align-self: flex-start;
  padding-top: 15px;
  flex: 1;
}
.flecha {
  font-size: 1.1em !important;
  margin-bottom: 8px;
}
.item-ponentes {
  padding: 0 5px 0 0;
  background-color: #0E5F711A;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.ponente-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ponente-header p {
  margin: 0 auto;
}
.pon-nombre h2 {
  margin-bottom: 2px;
}
.pon-socials {
  width: 100%;
  max-width: 640px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.pregunta-form {
  width: 100%;
  max-width: 640px;
  margin: 20px auto;
}
.form-select {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 15px;
  background-color: #eee;
  outline: 0;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--main-color);
  font-weight: 600;
}
.form-pregunta {
  width: 100%;
  border: 0;
  background-color: #f8f5f5;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  margin-bottom: 15px;
  color: var(--main-color);
  font-weight: 600;
}
.btn-enviar {
  background-color: var(--main-color);
  color: #fff;
  padding: 7px 30px;
  border: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 1.1em;
  display: inline-block;
}
.btn-enviar:hover, .btn-reg:hover {
  opacity: 0.8;
}
.btn-reg {
  margin-top: 15px;
  background-color: #FFF;
  color: var(--main-color);
  padding: 7px 30px;
  border: 1px solid var(--main-color);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-size: 1.1em;
  display: inline-block;
}
.pon-nombre p,
.pon-socials a {
  filter: contrast(0.3);
  -webkit-filter: contrast(0.3);
}
/* .workshop-header span {
  display: none;
} */
.workshop-header.disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: rgba(255, 62, 62, 0.9);
  color: #fff;
}
/* .workshop-header.active span {
  color: #fff;
} */
.workshop-header.disabled span {
  color: #fff;
}

.workshop-hora.disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: rgba(255, 62, 62, 0.9);
  color: #fff;
}
.workshop-hora.active span {
  color: #fff;
}
.workshop-hora.disabled span {
  color: #fff;
}
/* .workshop-header span {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 10px;
  color: var(--main-color);
} */
.cambia-img {
  background-color: transparent;
  border: 0;
  color: #0d99ff;
  cursor: pointer;
}
.perfil-form {
  padding-top: 20px;
}
.input-item {
  width: 100%;
  max-width: 420px;
  margin: 5px auto;
  display: block;
}
.input-label {
  padding-inline: 5px;
  display: block;
  font-size: 0.8em;
}
.input-field input {
  display: block;
  width: 100%;
  padding-inline: 5px;
  height: 25px;
  border: 0;
  border-bottom: 1px solid #999;
  color: #333;
  margin-bottom: 15px;
  text-align: right;
}
.input-field input::placeholder {
  color: #aaa;
}
.input-field input:focus {
  outline: 0;
}
.center-login {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    flex-direction: column;

}
.center-registro {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
    flex-direction: column;

}
.login, .registro {
  width: 100%;
  max-width: 420px;
}
.footer-links{
     margin-top: 40px;
    text-align: center;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-right: 15px;
        align-content: flex-end;
}

.center-registro .footer-links{
  bottom: 10px;

}
.login p, .registro p{
  margin-bottom: 5px;
}
.login-form, .registro-form {
  background-color: var(--main-color);
  border-radius: 20px;
  color: #FFF;
  padding: 10px 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: block;
}
.registro-form {
  padding-bottom: 30px;
}
.form-control {
  width: 100%;
  height: 30px;
  border: 0;
  color: #333;
  padding-inline: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.login h1 {
  font-size: 1.8em;
  border: 0;
}

#select-espe{
  display: block;
  width: 100%;
  padding-inline: 5px;
  height: 25px;
  border: 0;
  border-bottom: 1px solid #999;
  color: #333;
  margin-bottom: 15px;
  text-align: right;
  font-size: 18px;
}


.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-align: center;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  text-wrap: balance;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  text-wrap: balance;
}
.bg-secondary {
  background-color: #fff !important;
}

.info-aviso p,
.info-aviso ul,
.info-aviso ol  {
  color:#000;
}

.text-head{
   max-width: 640px;
    margin: 0 auto;
}
.main-programa {
    padding: 20px 0 !important;
}


.textarea{
  height: auto;
}

.encuesta{
  text-align: center;
}

.item-localizacion{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.local-info{
  margin-left: 25px;
}

.img-hotel{
  width:50%;
}

.iframe-localizacion{
  border: 0;
  margin-top: 20px;
}
.iframe-localizacion iframe{
  width: 100%;
  height: 400px;
}
.text-encuesta{
  color:var(--main-color) !important;
}
.title-programa{
  color: var(--text-color);
  font-size: 16px !important;
}
.body-programa{
  font-size: 15px !important;
}
.footer-img{
  text-align: center;
  bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  color: #000;
  margin-top: 20px;
}
.dv-snds{
  text-align: center;
}
.mb-footer{
  margin-bottom: 60px;
}
.info-aviso{
    background-color: #fff;
    color: #1D1637;
}
.mb-texto{
  margin-bottom: 4px !important;
}
@media (max-width: 720px) {
  .footer-links a {
    display: block;
    margin-bottom: 10px;
    
  }
  .footer-links span {
    display: none;
  }
  .footer-links{
          flex-direction: column;
  }

  .item-localizacion{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .img-hotel{
    width:100%;
  }

}

.encuesta-title{
  color:var(--main-color) !important;
}