body {
    font-family: 'Manrope', sans-serif;
}
.fondo {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
}
.fondologin {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3f5463;
    padding-top: 0.5cm;
    /* background-image: url('../images/fondologin.png'); */
    background-image: url('../images/fondo.png');
}
.footer {
   position: fixed;
   /* position: sticky; */
    bottom: 0;
    width: 100%;
    background-color: none;
    /* padding: 10px;
    font-family: 'Manrope', sans-serif;
    color: #87B867; */
}
.h3{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.texto-pie{
    display: block;
    color: #ffffff;
    font-size: 0.9em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight:bold;
    unicode-bidi: isolate;
}


/*del diseño de prensa */
.card-container-login {
  width: 100%; /* Usa porcentaje en lugar de píxeles */
  max-width: 650px; /* Establece un ancho máximo para pantallas grandes */
  height: 750px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3); */

  /* Offset-X | Offset-Y | Blur | Spread | Color */
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.2);
  margin: 1cm auto;
}

.card-body-top-login {
  width: 100%;
  height: 30%;
  background-color: #1d3140;
}

.card-body-bottom-login {
  width: 100%;
  height: 70%;
  background-color: #2b3e4c;
    display: flex;             
  justify-content: center;   
  align-items: center;       
}

.circulo-central-login {
  width: 100px;
  height: 100px;
  background-color: #1d3140;
  border-radius: 50%;
  border: 4px solid #2b3e4c;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.icono-login {
  color: #87b867;
  font-size: 45px;
}

/* --- Media Query para dispositivos móviles --- */
@media (max-width: 600px) {
  .circulo-central-login {
    width: 60px; /* Reduce el tamaño del círculo */
    height: 60px;
    border-width: 3px; /* Reduce el grosor del borde */
  }

  .icono-login {
    font-size: 24px; /* Reduce el tamaño del icono */
  }
}

@media (min-width: 640px){.anchologin{width:100%;}}
@media (max-width: 640px){.anchologin{width:100%;}}

.input-container {
  margin-top: 1cm;
  position: relative;
  display: inline-block; /* Or display: flex; if you prefer */
}

.input-rounded-login{
  border-radius: 6px; /* Adjust this value for desired roundness */
  width: 100%;
  padding: 10px 15px 10px 45px; 
/* El padding izquierdo es clave para dejar espacio para el icono */



  /* background-color: #939793; */
  /* font-size: 16px; */
  /* color: white; */
}

.icono-input-left {
  position: absolute;
  /* Adjust to move the icon to the right */
  left: 15px; 
  top:50%;
  /* Centra el icono verticalmente */
  transform: translateY(-50%); 
  color: #2b3e4c;
  /* z-index: 10; */
}

.icono-input-right {
  position: absolute;
  /* Adjust to move the icon to the right */
  right: 15px; 
  top: 50%;
  /* Centra el icono verticalmente */
  transform: translateY(-50%); 
  color: #888;
  z-index: 10;
}

.button-rounded-login {
    border-radius: 6px; /* Adjust this value for desired roundness */
  justify-content:center;
  width:50%;
  background-color:#87B867;
  color: #2b3e4c;
}

.button-rounded-login:hover{
  background-color: #fcf1db;
}


.imagen-logo-login{
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top: 10px; */
  /* z-index: 60; */

  /* padding: 1cm; */
  /* padding: 1cm; */
}

/* .imagen-logo-login img{ */
    /* width: 80%; */
    
/* } */

.h4-login{
  color: #fcf1db;
  justify-content: center;
  margin-top: 1cm;
  text-align: center;
}

.error-message{
   position: absolute; /* Takes the error message out of the normal flow */
    bottom: -20px; /* Positions it just below the input */
    left: 5px;
    color: #fcf1db;
    font-size: 14px;
    /* padding: 0; */
}

/*noo*/


.form-group {
    position: relative; /* This is the key: it's the positioning context for the error message */
}

/*boton instructivo*/

.contenedor-boton-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-split {
    display: flex; 
    text-decoration: none;
    font-weight: bold;
    overflow: hidden; 
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s ease;
}

.btn-split:hover {
    transform: translateY(-2px);
}

.btn-icon {
    background-color: #87B867; 
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B3E4C;
}

.btn-text {
    background-color: #fcf1db;
    color: #2B3E4C;
    padding: 12px 17px;
    display: flex;
    align-items: center;
}
