* {
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
html {
  background-color: #fbfbfb;
}
body {
  position: relative;
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  color: var(--main-color);
}
h1 {
  font-size: 1.4em;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.w-100 {
  width: 100%;
}
.d-flex {
  display: flex;
}
.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 400px;
}
.imglogin{
  max-width:300px;
}
.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;
}
.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;
}
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;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
h1 span {
  position: absolute;
  left: 20px;
  font-weight: bold;
}
h1 .qr {
  position: absolute;
  left: 90%;
}
.dia-selector {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
}
.dia-unit {
  cursor: pointer;
}
.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;
}

.grupo-selector {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.grupo {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 1.5em;
  color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-weight: bold;
  margin: 0 auto;
}
.grupo-unit {
  cursor: pointer;
}
.grupo1 {
  background-color: #e94e1b;
  border: 1px solid #e94e1b;
}
.grupo1.active {
  background-color: #fff;
  color: #e94e1b;
}
#bgrupo1 {
  background-color: #e94e1b !important;
}
.grupo2 {
  background-color: #009fe3;
  border: 1px solid #009fe3;
}
.grupo2.active {
  background-color: #fff;
  color: #009fe3;
}
#bgrupo2 {
  background-color: #009fe3 !important;
}
.grupo3 {
  background-color: #f39200;
  border: 1px solid #f39200;
}
.grupo3.active {
  background-color: #fff;
  color: #f39200;
}
#bgrupo3 {
  background-color: #f39200 !important;
}
.grupo4 {
  background-color: #7d65a9;
  border: 1px solid #7d65a9;
}
.grupo4.active {
  background-color: #fff;
  color: #7d65a9;
}
#bgrupo4 {
  background-color: #7d65a9 !important;
}
.grupo5 {
  background-color: #e6007e;
  border: 1px solid #e6007e;
}
.grupo5.active {
  background-color: #fff;
  color: #e6007e;
}
#bgrupo5 {
  background-color: #e6007e !important;
}
.grupo6 {
  background-color: #c8c700;
  border: 1px solid #c8c700;
}
.grupo6.active {
  background-color: #fff;
  color: #c8c700;
}
#bgrupo6 {
  background-color: #c8c700 !important;
}

.hidden {
  display: none;
}

.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 {
  display: none;
}
.grupo-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 {
  margin: 0;
  font-size: 1em;
}
.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);
}
.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;
}

.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: #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #555b4e;
  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;
}
.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;
}
.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.disabled span {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 10px;
  color: #fff;
}
.cambia-img {
  background-color: transparent;
  border: 0;
  color: #0d99ff;
  cursor: pointer;
}
.perfil-form {
  padding-top: 20px;
}
.input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  margin: 5px auto;
  background-color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 35px;
}
.input-group input[type="checkbox"] {
  margin-inline: 10px;
  width: 20px;
  height: 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 {
  display: flex;
  padding-top: 5px;
}
.input-field input {
  /* display: block; */
  width: 93%;
  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;
}

.check {
  width: 5% !important;
}

.input-link {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.text-pre {
  color: #333;
}
.text-remarc {
  color: rgb(25, 124, 28);
  font-weight: bold;
}
.center-login {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-registro {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.login,
.registro {
  width: 100%;
  max-width: 420px;
}

.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;
}
.regis {
  width: 93% !important;
}
.checkAcep {
  margin-top: 15px;
}
.login h1 {
  font-size: 1.8em;
  border: 0;
}

.pon-foto img {
  border-radius: 10%;
}

.video-qr {
  width: 100% !important;
  padding: 2rem !important;
}

.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;
}

.video {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.err {
  color: red !important;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 90%;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:hover {
  background: #00d9ff;
}

.help {
  cursor: help;
  font-size: 20px !important;
}

.text-aviso {
  color: #000 !important;
}

.pon-info {
  text-align: center;
  line-height: 2em;
}

.textos {
  font-size: 0.85em !important;
  padding-top: 5px;
}

.main-programa {
  padding: 20px 0 !important;
}

.p-reg {
  margin-left: 2px !important;
}
.i-sin-ch {
  margin-left: 25px !important;
}
.big-img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
}
.big-img.show {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 15px;
}

.big-img .big-photo {
  width: 100%;
  max-width: 480px;
}
.ranking-item {
  width: 100%;
  display: flex;
  border: 1px solid #EEE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px;
  font-size: 3em;
  justify-content: space-between;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ranking-item small {
  font-size: 0.4em;
}
