@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
    font-family: 'Noto Sans', sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
  }

  body {
    margin: 0;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: #611232;
    
}

.container.max {
    max-width: none !important;
    width: 100% !important;
}

.containerMin{
    min-height: 400px;
}

.btn-guinda {
    background-color: #611232; /* Color de fondo del botón */
    color: white; /* Color del texto */
    padding: 0.375rem 0.75rem; /* Espaciado interno, típico de Bootstrap */
    font-size: 1rem; /* Tamaño de fuente estándar */
    font-weight: 400; /* Grosor de fuente normal */
    line-height: 1.5; /* Altura de línea para el texto */
    text-align: center; /* Alineación del texto */
    vertical-align: middle; /* Alineación vertical */
    user-select: none; /* Evitar que el texto del botón sea seleccionable */
    border: 1px solid transparent; /* Borde transparente para mantener la forma */
    border-radius: 0.25rem; /* Bordes redondeados al estilo Bootstrap */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* Transiciones suaves */
    cursor: pointer; /* Cursor tipo puntero */
    display: inline-block; /* Mostrar como bloque en línea */
  }

  
  .btn-guinda:hover {
    background-color: #8a2a4b; /* Color de fondo al pasar el mouse */
    border-color: #8a2a4b; /* Cambio del color del borde al pasar el mouse */
  }
  
  .btn-guinda:focus {
    box-shadow: 0 0 0 0.25rem rgba(105, 28, 50, 0.5); /* Sombra de foco similar a Bootstrap */
    outline: 0; /* Eliminar el contorno predeterminado al enfocar */
  }

  /* Tamaño pequeño */
.btn-guinda-sm {
    padding: 0.25rem 0.5rem; /* Padding más pequeño */
    font-size: 0.875rem; /* Tamaño de fuente más pequeño */
    border-radius: 0.2rem; /* Radio de borde más pequeño */
  }
  
  /* Tamaño grande */
  .btn-guinda-lg {
    padding: 0.5rem 1rem; /* Padding más grande */
    font-size: 1.25rem; /* Tamaño de fuente más grande */
    border-radius: 0.3rem; /* Radio de borde más grande */
  }


    .text-justify {
        text-align: justify;
    }
/********** LETRAS *****************/



.letraGuinda{
    color: #6e152e;
}

.leyendaAcepto{
    color: #6e152e;
    font-weight: bold;
    font-size: 12px;
}


.textoTituloPrincipalLogin{
    font-size: 24px;
    color: #611232;
    font-weight: bold;
    text-align: justify;
}

.textoTituloPrincipal{
    font-size: 24px;
    color: #611232;
}

.textoNombreUsuario{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.letraVerde{
    font-size: 14px;
    color: #235c4f;
    font-weight: bold;
}

.tituloTablaMenu{
    font-size: 14px;
    color: #235c4f;
    font-weight: bold;
}

.opcionesTablaMenu{
    color: #235c4f;
    font-weight: bold;
}
.opcionesTablaSubMenu{
    text-align: center;
    color: #235c4f;
    font-weight: bold;
}

.textoIconoPrincipal{
    font-size: 24px;
    background: #611232;
    color: white;
    text-align: center;
}


.iconosActualizacionDatos{
    font-size: 60px;
    color: #b8925f;
  }

  .textoIconosActualizacionDatos{
    font-size: 13px;
    font-weight: bold;
  }

.tituloDatosGenerales{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.letraIconosPasos{
    font-weight: bold;
    color: #611232;
    text-align: center;
  }

  .cerrarSesion{
    text-decoration: none;
    color: red;
  }

/******************************************/



/************ ICONOS ******************/

.password-container {
    position: relative;
}
.password-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

/*****************************************/
/************  FONDOS / IMAGENES  *******************/

.fondoBlanco{
    width: 100%;
    background: #FFFFFF;
}

.fondoDorado{
    background: #a57f2c;
}

.fondoGuinda{
    background: #9b2347;
}   

.lineaCafe{
    height: 2px;
    width: 100%;
    background-color: #ba925a;
}

.fondoGuindaImagen{
    min-height: 300px;
    width: 100%;
    background-image: url('/img/fondos/fondo_guinda.png');
    background-size: cover; /* Ajusta el tamaño de la imagen al contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen en el contenedor */
}

.fondoVerdeDegradado{
    background: linear-gradient(
        #13322b, 
        #14332c,  
        #15342d, 
        #16342d, 
        #1d3b34, 
        #2f4a44,  
        #38524c, 
        #465e59, 
        #526964, 
        #617571,  
        #718480
    );
}

.fondoVerdeDegradadoTitulo{
    background: linear-gradient(
        #13322b, 
        #14332c
    );
}

.fondoDoradoImagen{
    width: 100%;
    background-image: url('/img/fondos/fondo_dorado_sin_linea.png');
    background-size: cover; /* Ajusta el tamaño de la imagen al contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen en el contenedor */
}

.logo_educacion_dgeti{
    max-height: 200px;
    max-width: 100%;
}


.encabezadoLogo{
    background: #611232;
    padding-top: 5px;
    padding-bottom: 5px;
}

.encabezadoLogo a {
    color: white; /* Color del texto blanco */
    text-decoration: none; /* Sin subrayado */
    transition: color 0.3s; /* Transición suave al cambiar el color */
}

/* Define el estilo cuando el cursor está sobre el enlace */
.encabezadoLogo a:hover {
    color: #a9a184; /* Color del texto negro al pasar el cursor por encima */
}

.logoGob{
    height: 45px;
}

.fondoPricipalLogoAguila{
    min-height: 300px;
    width: 100%;
    background-image: url('/img/fondos/Fondo_Alas_Aguila.png');
    background-size: cover; /* Ajusta el tamaño de la imagen al contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen en el contenedor */
}

.logo_educacion_dgeti{
    max-height: 140px;
}

.Icono_VENUS{
    max-height: 120px; 
    max-width: 100%;
}

.Icono_Mensaje{
    max-height: 60px; 
    max-width: 100%;
}

.logoMexicodgeti{
    height: 80px;
    width: 100%;
    background-image: url('/img/logos/encabezado-app.jpg');
    background-size: cover; /* Ajusta el tamaño de la imagen al contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen en el contenedor */
}

/*********** MENU ******************/



.custom-navbar .white-text {
    color: white;
  }
  
  .custom-navbar .white-text:hover {
    background-color: #d4c19c;
    color: white; /* Cambia el color del texto si deseas, o elimínalo si quieres que siga siendo blanco */
  }
  
  .custom-navbar .navbar-light .navbar-nav .nav-link {
    color: black;
  }
  
  .custom-navbar .dropdown-item {
    color: black;
  }
  
  .custom-navbar .dropdown-item:hover {
    background-color: #d4c19c;
    color: black; /* Cambia el color del texto si deseas, o elimínalo si quieres que siga siendo blanco */
  }
  
  .custom-navbar .navbar-nav {
    margin-left: auto; /* Desplaza todos los elementos del menú a la derecha */
  }




 

/****************PIE DE PAGINA******************/

.pieLogo{
    background: #611232;
    padding-top: 40px;
    padding-bottom: 40px;
}

.piePleca{
    height: 50px;
    width: 100%;
    background: #ffffff;
    background-image: url('/img/logos/pleca.svg');
}


.logoGobPie{
    height: 55px;
}

.logoGobPie{
    height: 55px;
}

.piePagina{
    font-size: 14px;
    color: white;
}

.piePagina a {
    color: white; /* Color del texto blanco */
    text-decoration: none; /* Sin subrayado */
    transition: color 0.3s; /* Transición suave al cambiar el color */
}

/* Define el estilo cuando el cursor está sobre el enlace */
.piePagina a:hover {
    color: #a9a184; /* Color del texto negro al pasar el cursor por encima */
}

.pie{
    height: 55px;
    width: 100%;
    background-image: url('/img/logos/pleca_plumaje_con_fondo.svg');
    background-size: cover; /* Ajusta el tamaño de la imagen al contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen en el contenedor */
}

