html { font-family: Arial; background: #eee; padding: 1rem; }
body { max-width: 960px; margin: 0 auto; background: white; }
h1 { font-family: Arial; color: #377ba8; margin: 1rem 0; font-size: 18px; }
a { color: #377ba8; }
hr { border: none; border-top: 1px solid lightgray; }
nav { background: lightgray; display: flex; align-items: center; padding: 0 0.5rem; }
nav h1 {font-size: 18px; flex: auto; margin: 0; }
nav h1 a { text-decoration: none; padding: 0.25rem 0.5rem; }
nav ul  { display: flex; list-style: none; margin: 0; padding: 0; }
nav ul li a, nav ul li span, header .action { font-size: 18px; display: block; padding: 0 rem; }

.flash { margin: 1em 0; padding: 1em; background: #cae6f6; border: 1px solid #377ba8; }
.post > header { display: flex; align-items: flex-end; font-size: 0.85em; }
.post > header > div:first-of-type { flex: auto; }
.post > header h1 { font-size: 1.5em; margin-bottom: 0; }
.post .about { color: slategray; font-style: italic; }
.post .body { white-space: pre-line; }
.post img {width: 35px; height: 35px;}

.content { padding: 0 1rem 1rem; }
.content > header { border-bottom: 1px solid lightgray; display: flex; align-items: flex-end; }
.content > header h1 { flex: auto; margin: 1rem 0 0.25rem 0; }
.content:last-child { margin-bottom: 0; }
.content form { margin: 1em 0; display: flex; flex-direction: column; }
.content label { font-weight: bold; margin-bottom: 0.5em; }
.content input, .content textarea { margin-bottom: 1em; }
.content textarea { min-height: 12em; resize: vertical; }

input.danger { color: #cc2f2e; }

.Toppage{
    img {padding: 10px 10px;}
    background-color: #ffffff;
    h1{ font-size: 24px; text-align: center;}
    ul img {display: block; margin-left: auto; margin-right: auto; width:40px; height:40px;}
}
.header{
    h1{font-size: 24px ; text-align: center;}  
}

.firma{
    input[type=submit]{font-size: 20px; width: 100%; background-color: #b6e4f1; color: hsl(255, 95%, 16%); padding: 15px 15px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer;}
    input[type=password]{font-size: 20px; width: 100%; padding: 15px 15px; margin: 1px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box;}
    img {display: block; margin-left: auto; margin-right: auto; width:40px; height:40px;}
    label{font-size: 20px;}
}

.ingresar{
    input[type=submit]{font-size: 15px; width: 100%; background-color: #b6e4f1; color: hsl(255, 95%, 16%); padding: 10px 10px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer;}
    input{font-size: 15px; width: 100%; padding: 10px 10px; margin: 1px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box;}
    img {display: block; margin-left: auto; margin-right: auto; width:40px; height:40px;}
    label{font-size: 15px;}
    h1{text-align: center;}
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
.sms {
   form, .input-field{display: flex; flex-direction: column; align-items: center; justify-content: center;}
   * {margin: 0;  padding: 0;   box-sizing: border-box;  font-family: "Poppins", sans-serif; }
   body {min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #4070f4;}
   background: #fff;    
   padding: 30px 65px;
   border-radius: 12px;
   row-gap: 20px;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
   h4 { font-size: 1.25rem; color: #333; font-weight: 500; text-align: center;}
   form .input-field { flex-direction: row; column-gap: 10px;}
   .input-field input { height: 45px; width: 42px; border-radius: 6px; outline: none; font-size: 1.125rem; text-align: center; border: 1px solid #ddd;}
   .input-field input:focus { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);}
   .input-field input::-webkit-inner-spin-button,
   .input-field input::-webkit-outer-spin-button {display: none;}
   form button { margin-top: 25px; width: 100%; color: #fff; font-size: 1rem; border: none; padding: 9px 0; cursor: pointer; border-radius: 6px;  
                 pointer-events: none; background: #6e93f7;  transition: all 0.2s ease;}
   form button.active {background: #4070f4; pointer-events: auto;}
   form button:hover { background: #0e4bf1;}
}

.contenedor-responsivo { position: relative; overflow: hidden; padding-top: 100%;}
.iframe-responsivo {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.tabla-menu{width: 100%;}
.img-menu {width: 40px; height: 40px;}
.columna-70 {width: 70%; text-align: left}
.columna-30 {width: 30%; text-align: right;}

.tabla-login{width: 100%;}
.img-login {width: 50px; height: 50px;}
.img-infotic {width: 90px; height: 90px;}
.col-70 {width: 70%; text-align: left}
.col-30 {width: 30%; text-align: right;}
.header-login{h1{font-size: 24px ; text-align: left;}}

.re-captcha {text-align: center;}
.g-recaptcha {display: inline-block;}

/* Estilos para el activador del menú */
.dropdown-toggle { cursor: pointer; /* Indica que es clicable */ background-color: #fff; border: 0px solid rgba(0, 0, 0, 0.15);}
/* Estilos para el menú desplegable */
.dropdown-menu {position: absolute; /* Para posicionamiento relativo al activador */ top: 100%; /* Posiciona debajo del activador */
    left: 0; background-color: #fff; /* Fondo blanco por defecto */ border: 1px solid rgba(0, 0, 0, 0.15); /* Borde tenue */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* Sombra suave */z-index: 1000; /* Asegura que el menú esté por encima de otros elementos */
    display: none; /* Oculta el menú por defecto */}
/* Estilos cuando el menú está visible */
.dropdown-menu.show {display: block; /* Muestra el menú */}
/* Estilos para los elementos de menú */
.dropdown-menu a {display: block; /* Para que el espacio de cada elemento sea el de la altura */padding: 0.5rem 1rem; /* Espacio interior */
    color: #38699b; /* Color del texto por defecto */ text-decoration: none; /* Elimina el subrayado */background-color: transparent; /* Fondo transparente por defecto */
    font-size: 14px;}
.dropdown-menu a:hover,
.dropdown-menu a:focus {color: #fff; /* Color del texto al pasar el mouse */background-color: #007bff; /* Fondo al pasar el mouse */}
/* Estilos para el menú alineado a la derecha */
.dropdown-menu-right {left: auto; /* Desactiva la alineación a la izquierda */ right: 0; /* Alinea a la derecha */}
/* Estilos para un menú oscuro */
.dropdown-menu-dark {background-color: #343a40; /* Fondo oscuro */ color: #fff; /* Texto blanco */ border-color: rgba(0, 0, 0, 0.2); /* Borde oscuro */
}
/* Estilos para un menú desplegable en una barra de navegación */
.navbar-dropdown {position: relative;} /* Posicionamiento relativo para el menú desplegable */

.BotonOTP {
  background-color: #6661e5; 
  border: none;
  color: white;
  padding: 2% 13%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}