* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
  /* Estilos de link para realizar modificacion*/

.navIndex {
  background-color: #A1A1A1;
  display: flex;
  justify-content: space-around;
  padding: 1%;
  height: 15vh;
  width: 100vw;
}

.img-nav {
  width: 31%;
  padding: 1%;
}

.h1Login {
  width: 100%;
  text-align: center;
  background-color: #eb490e;
  color: #fff;
  padding: 1%;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); 
  border-top: 2px solid  #0CA7BE;
}

section#text-container > div > p {
    font: 1.2em "segoe ui", arial, sans-serif;
}

.divBotonesContenedor {
  display: flex;
  background-color: #e0d5d5;
  width: 100vw;
  height: 68vh;
  flex-direction: column;
  justify-content: center;
}


iframe {
  border: none;
  width: 100vw !important;
  height: 100vh !important;
}

.divNoLogeado {
  display: flex;
  flex-direction: column;
  align-items: center;
  color:#404040;
}
.sectionNoLogeado {
  box-shadow: 0 19px 38px #0000004d, 0 15px 12px rgb(0 0 0 / 22%);
  padding: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color:#404040;
  background-color: #e4e4e4;
}

.divIniciarSesion {
  border-radius: 2%;
  padding: 4%;
}

body{
  font-family: 'Encode Sans', sans-serif;
  font-weight: 400; 
  background-color: #f5f5f5;
  text-align: center;
  height: 100%;
}

.reporteContenedor {
  height: 100vh;
  width: 100vw;
  background-color: #e0d5d5;
}
.botonesContenedor {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
  background-color: #e0d5d5;
}
.botonesContenedor .boton{
  padding: 1%;
}
  /* Login.ejs*/
.contenedor-logo-campaña {
  display: flex;
  flex-direction: row;
}

.section-login-form {
  display: flex;  
  justify-content: center;
} 

.login-form {
    border: 2px solid #eb490e;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    border-radius: 2%;
    padding: 5%;
    width: 65%;
    background-color: #e4e4e4;
  }

.contenedor {
  width: 300px;
  margin: 0 auto;
}
.login-form h2 {
  text-align: center;
  color:#eb490e; ;
  font-size: 1.7rem;
  margin-bottom: 10%;
}
.login-form input[type="password"],
.login-form input[type="text"] {
  width: 90%;
  padding: 15px;
  border: 3px solid #eb490e;;
  margin-bottom: 10px;
  box-sizing:border-box;
  background-color: #FFF;
}

.contenedor-icono {
  display: flex;
  flex-direction: row-reverse;
}

/*Boton LOGIN*/
.container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
} 



.inputLogin{
  width: 100%;
  padding: 15px;
  background-color: #2360a2;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
  font-size: large;
  color: #ffffff;
}

.btn-login{
  width: 90%;
  padding: 14px;
  background-color: #eb490e;
  border: 3px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
  font-size: large;
}
.btn-login:hover,.btn-login:active{
  color:#fff;
  background-color:#df6d44;
  border-color:#eb490e
}

.img-logo-campaña {
  width: 25%;
  padding: 1%;
}

.img-logo-colomnas {
  width: 10%;
  position: absolute;
  top:50%;
}

/* Estilos de link para ir a LOGIN*/
.btnIniciar:link, .btnIniciar:visited {
  background-color: #00a965;
  color: black;
  border: 2px solid #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.btnIniciar:hover, .btnIniciar:active {
  background-color: #00a965;
  border: 3px solid  black;
  color:black;
}

/* Estilos de link para realizar el LOGOUT*/
.a-logout:link, .a-logout:visited {
  background-color:  #8F8F8F;
  border: 3px solid  #b3efff;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 19px 38px #0000004d, 0 15px 12px rgb(0 0 0 / 22%);
  border-radius: 12px;
  font-size: 1rem;
}

  .a-logout:hover, .a-logout:active {
    background-color: #AB350B;
    border: 3px solid #fff;
  }

  .a-registrar:link, .a-registrar:visited {
    background-color:  #8F8F8F;
    border: 3px solid  #b3efff;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 12px;
    font-size: 1rem;
    box-shadow: 0 19px 38px #0000004d, 0 15px 12px rgb(0 0 0 / 22%);
  }

  .a-registrar:hover, .a-resgistrar:active {
    background-color:  #1aa2c7;
    border: 3px solid  #fff ;
    color: white;
  }


  /* Estilos boton CANCELAR*/
  .btn-cancel{
    width: 90%;
    padding: 4%;
    background-color: #dc3545;
    border: 3px solid #da1a2d;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    font-size:medium;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    /* Para dar la apariencia de un boton */
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;  
  }
  .btn-cancel:hover,.btn-cancel:active{
    color: black;
    background-color: #dc3545;
    border: 3px solid #8a0613;
  }
  
  
  /* Estilos boton GUARDAR*/
  .btn-save{
    width: 90%;
    padding: 4%;
    background-color: #28a745;
    border: 3px solid #fff ;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    font-size:medium;
    color: #ffffff;
    margin-top: 20px;
    /* Para dar la apariencia de un boton */
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;  
  }
  .btn-save:hover,.btn-save:active{
    color:black;
    background-color: #28a745;
    border-color:#09601d;
  }
  .btn-save:focus{
    box-shadow:0 0 0 3px #09601d;
  }
  
  /* form User Registration */
.contenedor-register-form {
      margin-top: 2%;
      height: 100vh;
      width: 100vw;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
  }
  
  .register-form{
    width: 25%;
    flex-direction: column;
    align-items: center;
    background-color: #e4e4e4;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    border: 2px solid #00a965;
    border-radius: 2%;
    padding: 2%;
  }

  form {
    text-align: center;
  }
  
  .register-form h1 {
    text-align: center;
    color:#00a965;
    font-size: 1.4rem;
    margin: 4%;
  }
  .register-form input[type="password"],
  .register-form input[type="text"] {
    width: 90%;
    padding: 3%;
    border: 3px solid #00a965;
    margin-bottom: 10px;
    box-sizing:border-box;
  }
  
  /* Estilos para el select dropdown */
  .select-css {
    margin-bottom: 2%;
    font-size: 1rem;
    font-weight: 400;  
    line-height: 1.3;
    padding: 3%;
    width: 90%;
    max-width: 100%; 
    background-color: #f5f5f5;  
    border: 3px solid #00a965;
    }

    .select-css::-ms-expand {
    display: none;
    }

    .select-css:hover {
    border-color: #00a965;
    }

    .select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
    }


    /*  Vista usuarios */
    .mainUsuarios {
      height: 100%;
      margin-bottom: 5%;
    }
    .navUsuarios {
      background-color: #A1A1A1;
      display: flex;
      justify-content: space-around;
      height: 15vh;
      width: 100vw;
      border-bottom: 2px solid  #0CA7BE;
    }

    .divNombreUsuario {
      display: flex;
      align-items: center;
      width: 40%;
      justify-content: space-evenly;
    }

    .divNombreUsuario > h1 {
      color:  #fff;
      font-size: 1rem;
    }

    .div-btn-usuario-cerrar {
      display: flex;
      align-items: center;
      width: 35%;
      justify-content: space-around;
    }
    
    tr {
      background-color: #fff;
    }
    
    .divBotonesUsuarios {
      display: flex;
      justify-content: flex-end;
      border: 1px solid #fff;
      background-color:#1690BF;
      margin-top: 5%;
      padding: 0.3%;
    }
    
    .btn-tabla-usuario-atras {
    text-decoration: none !important;
    display: flex;
    padding: 0.3%;
    width: 4%;
    align-items: center;
    }

    .btn-tabla-usuario-atras span {
      text-decoration: none !important;
      color: black;
      font-size: 2rem;
    }

    .sectionTable{
      margin: 0.5%;
    }


    .btn-modificar:link, .btn-modificar:visited {
      background-color: #3ab8e9;
      border: 3px solid #037baa;
      color: #fff;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      border-radius: 12px;
      font-size: 1rem;
    }
      
    .btn-modificar:hover, .btn-modificar:active {
      background-color: #3ab8e9;
      border: 3px solid #fff;
      color: white;
    }

    
  .select-css option {
    font-weight:normal;
  }
    table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

  .td-table {
    background-color: #e4e4e4;
  }
  
  tr {
    text-align: center;
  }

  td {
    border: 1px solid #dddddd;
    padding: 5px;
  }

  th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 5px;
    width: 25%;
  }
  
  tr:nth-child(even) {
    background-color: #71CBEF;
  }

  .footer {
    background-color: #7C7677;
    height: 17vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer > div {
    height: 17vh;
    width: 40vw;
  }

  .img-min-footer {
    width: 48%;
    padding: 2%;
  }

  .img-pres-footer {
    width: 46%;
    padding: 1%;
  }



  /* desktops de más de 1200px   */
  @media (min-width: 1024px) and (max-width: 1328px) { 
    .section-login-form {
      width: 40%;
    }
     .btn-tabla-usuario-atras {
      width: 3%;
    }
   .img-nav {
      width: 40%;
      padding: 2%;
    } 
   }


  @media  (max-width: 960px) {
   
  }

  @media  (max-width: 768px) {
    .img-logo-colomnas {
      width: 30%;
      position: absolute;
      top: 50%;
    }

    .img-logo-campaña {
      width: 50%;
    }

    .container {
      position: absolute;
      top: 28%;
      right: 19%;
    }

    .img-pres-footer {
      width: 75%;
    }
    .img-min-footer {
      width: 100%;
    }
    .img-nav {
      width: 65%;
  }
  .divNombreUsuario > h1 {
    display: none;
  }

}

  @media  (max-width: 480px) {
    .img-logo-colomnas {
      display :none;
    }
    .img-logo-campaña {
      position: absolute;
      top: 10%;
      width: 100%;
    }
    .container{
      right: 3%;
      top: 40%;
    }
    
    .btn-tabla-usuario-atras {
      width: 10%;
    }
    .divNombreUsuario {
      display: flex;
      align-content: space-around;
      flex-direction: column-reverse;
      justify-content: flex-end;
      margin-top: 5%;
      margin-right: 2%;
    }


    .footer {
      display: flex;
      flex-direction: column;
    }
  }

  @media  (max-width: 320px) {
    .img-logo-colomnas {
      display :none;
    }
    .img-logo-campaña {
      position: absolute;
      top: 10%;
      width: 100%;
    }
    .container{
      position: absolute;
      top: 30%;
    }
  }