﻿﻿body {
  overflow-x: hidden;
  overflow-y: auto !important;
}

.bannerCongreso {
  height: 75vh;
}

.body-access,
.html-access {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-y: auto; /* Permite el scroll vertical */
  overflow-x: hidden; /* Mantiene bloqueado el scroll horizontal */
}

/* Contenedor para la imagen y la superposición */
.fondo-container-access {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Pseudo-elemento para la capa de color rojo */

.fondo-access {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imagenFondo {
  background-image: url("/imagenes/fondo_modulor.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.imagenDivision {
  background-image: url("/imagenes/fondo_modulor.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.formulario-entero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.contenedor-formulario {
  border-radius: 12px;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contenedor-formulario h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}
.iconoAccess {
  filter: invert(100%);
  width: 175px;
}

.logoHero {
  max-width: 600px !important;
}

.input-contenedor {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #2f324f;
  border-radius: 8px;
  padding: 14px 18px;
  background-color: white;
  margin-bottom: 20px;
}

.input-contenedor input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.4rem;
  background-color: transparent;
}

.icono-info {
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 10px;
  color: #3f2a56;
}

.texto-danger {
  font-size: 1rem;
  margin-top: 5px;
  display: block;
  text-align: left;
}

.bannerDivision {
  height: 30vh;
}

.lineaTitulo {
  width: 120px;
  height: 4px;
  background-color: #f2a900;
  margin-top: 8px;
}

.elementoNav {
  color: white !important;
}

.ladoIzquierdo {
  background-color: #3f2a56;
}

.ladoDerecho {
  background-color: #aa1a2d;
  overflow-x: hidden;
}

.fondoIcono {
  background-color: #f4f1de;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.imagenConfe {
  width: 530px;
}

.fondoConferencista {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.fondoConferencista:hover {
  transform: scale(1.05);
}

.subtituloConferencista {
  margin-bottom: -15px;
}

.cartaSistemas {
  background-color: #3f2a56;
}

.cartaIndustrial {
  background-color: #00843d;
}

.cartaEconomicas {
  background-color: #f2a900;
}

.botonInicio {
  color: black !important;
  background-color: white;
  padding: 4px 12px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  transition:
    background-color 0.1s ease,
    transform 0.3s ease;
}

.botonInicio:hover {
  background-color: #3f2a56;
  color: white !important;
}

.botonLogin {
  text-decoration: none;
  padding: 6px 70px;
  font-size: 28px;
  background-color: #3f2a56;
  color: white;
  border-radius: 12px;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.3s ease;
}

.botonLogin:hover {
  color: white;
  background-color: #00843d;
}

@media (min-width: 992px) {
  .botonInicio {
    padding: 8px 24px;
    font-size: 18px;
    border-radius: 30px;
  }
}

@media (max-width: 576px) {
  .botonInicio {
    width: 100%;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 35px;
  }
}

.labelCustom {
  font-size: 25px;
}

.record-container {
  width: 850px;
}

@media (max-width: 768px) {
  .record-container {
    width: 340px;
    padding: 20px;
    margin: 20px;
  }
}

.selectCustom {
  border-radius: 5px;
  border-color: black;
  border-width: 1px;
}

.offcanvas.offcanvas-end {
  background-color: #3f2a56;
  color: white;
  width: 60%;
}

.offcanvas .nav-link {
  color: white !important;
}

.offcanvas .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.offcanvas .botonInicio {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 12px 30px;
  font-size: 20px;
  border-radius: 35px;
}

.navbar .botonInicio {
  display: inline-block;
  width: auto;
  margin-top: 0;
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 6px;
}

@media (min-width: 992px) {
  .navbar .botonInicio {
    padding: 8px 24px;
    font-size: 18px;
    border-radius: 8px;
  }
}

.piePagina {
  background-color: #3f2a56;
}

.contenedorLogin {
  width: 600px;
}

@media (max-width: 575px) {
  .contenedorLogin {
    width: 450px;
  }
}

@media (max-width: 480px) {
  .contenedorLogin {
    width: 380px;
  }
}

@media (max-width: 392px) {
  .contenedorLogin {
    width: 325px;
  }
}

.access-layout-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 1rem;
}

.fondo-login {
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.botonRegresar {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

.botonRegresar {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

@media (max-width: 768px) {
  .botonRegresar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    text-align: left;
    padding: 0 0 0 20px;
    z-index: 1;
  }

  .record-container {
    margin-top: 20px !important;
  }
}

.botonFlotanteLogin {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
  background-color: #aa1a2d;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
  pointer-events: auto;
}

.botonFlotanteLogin:hover {
  background-color: #00843d;
  color: white;
  transform: scale(1.05);
}

.boton-oculto {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.boton-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.botonFlotanteRegresar {
  position: fixed;
  bottom: 20px;
  right: 120px;
  z-index: 1050;
  background-color: #3f2a56;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out;
  pointer-events: auto;
}

.botonFlotanteRegresar:hover {
  background-color: #00843d;
  color: white;
  transform: scale(1.05);
}

.boton-oculto-Regresar {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  background-color: #3f2a56;
}

.boton-visible-Regresar {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background-color: #3f2a56;
}

@media (max-width: 800px) {
  .botonFlotanteRegresar {
    position: fixed;
    bottom: 70px;
    right: 40px;
    z-index: 1050;
    background-color: #3f2a56;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition:
      opacity 0.3s ease-out,
      transform 0.3s ease-out;
    pointer-events: auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .botonFlotanteRegresar:hover {
    background-color: #00843d;
    color: white;
    transform: scale(1.05);
  }
}

.botonFlotanteRegresar:active {
  background-color: #00843d;
  transform: scale(0.95);
}
