
.sec-login
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.login-div{
  height: 80%;
}
.modallog
{
    margin: 0;
    height: 100vh;
    padding: 0;
    display: flex;
    justify-content: center;
}
.generallogin
{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  background-color: #0000003b;
  height: 70%;
  padding: 10px;
}
.modal-license
{
    background-color: #00000021;
}
.titule
{
    display: none;
}

.form-group{
  width: fit-content;
}
.login-input{
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.inputLogin{
  display: flex;
  height: 2.9em;
  flex-direction: row;
  align-items: center;
  box-sizing: content-box;
}
.inputuser:hover
{
    border-radius: 15px;
    box-shadow: inset 0px 0px 1px 3px #f7f7f7;
    background-color: white;
    color: black;
}
.inputuser:focus
{
    border-radius: 15px;
    color: black;
    background-color: white;

}

.imgLogin{
  height: 2.2em;
}

.buttonLoginStyle{
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  height: 2.9em;
}

.register-popup{
  flex-direction: column;
  background-color: #07070754;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  height: 23em;
  border-radius: 20px;
  padding: 9px;
  color: white;
}
.row-information
{
    height: auto;
}

.sec-licenses
{
    padding: 0px;
}
.div-lis
{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.modal-lis
{
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    height: auto;
    background-color: #0000003d;
}
.row-log
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: auto;
    margin: 0;
}
.center-img
{
    width: auto;
}
.img-lis
{
    width: 100%;
}
.group-lis
{
    margin: 0;
}
.col-right-logo
{
    height: 30vh;
}
.ir
{
    width: 60px;
    height: 60px;
    background-color: bisque;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    transition: all 300ms ease;
}
.ir:hover{
    transform: scale(1.1);
    border-color: black;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media screen and (min-width: 1280px), screen and (min-width: 1080px){
  .channel-style{
    position: relative;
    width: 8em;
    height: 5.5em;
  }
  .img-style{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    margin: 0!important;
    color: #FFFFFF;
    text-align: center;
    display: grid;
    width: 12em;
  }
}

@media screen and (min-width: 1920px), screen and (min-width: 1792px) {
  .channel-style{
    position: relative;
    width: 12em;
    height: 8.5em;
  }
  .img-style{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    margin: 0!important;
    color: #FFFFFF;
    text-align: center;
    display: grid;
  }
}

.block{
  display: block !important;
}

.hidden {
  display: none;
}

.custom-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 100%;
  height: 100%;
  width: 100%;
  text-align: center;
}

.carousel-image{
  object-fit: contain;
  width: 100%;
}

.menu-grid{
  margin-bottom: 5em;
}

.publicidad-home-bottom {
  display: block;
  position: fixed;
  width: 100%;
  text-align: center;
  top: 92.8%;
  padding: 0em;
}

.carousel-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.publicidad-home-top{
  margin: 20px 0;
}

.publicidad-home-top,
.publicidad-home-bottom {
  display: none; /* Oculta inicialmente */
}

.publicidad-home-top.active,
.publicidad-home-bottom.active {
  display: block; /* Solo muestra si tiene contenido */
  height: 5.5em; /* Aplica altura fija */
}

.no-scroll {
  overflow: hidden !important;
}

/** Modal de udid **/
/* Contenedor principal del modal */
.external-login-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: 90%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 12px;
  padding: 2em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  font-size: 1.2em;
  text-align: center;
}

/* Título del modal */
.external-login-popup .modal-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
}

/* Contenedor del contenido del modal */
.external-login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2em;
}

/* Área donde va el QR o código */
#externalLoginCodeContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4em;
}

#externalLoginCode {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 2.2em;
  letter-spacing: .12em;
  background: rgba(255,255,255,.08);
  padding: .4em .8em;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.18);
  min-width: 8ch; /* se ajusta al largo del código */
}

#externalLoginCodeHint {
  font-size: .9em;
  color: #cfcfcf;
  opacity: .9;
}

#externalLoginCountdown {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 1.8em;
  font-weight: 600;
  color: #ffd700;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
  margin: 0.3em 0;
  min-height: 1.2em;
}

/* Loader/throbber */
.external-login-throbber {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(255,255,255,.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Botones */
#btnCancelExternalLogin, #btnRetryExternalLogin {
  width: 80%;
  max-width: 320px;
}

