@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
*{
    font-family: 'Roboto',sans-serif;
  }
  body{
    overflow-x: hidden;
  }
  hr{
    border: solid 3px;
    color:green;
    width: auto;
  }
 
  h1.titulologin1{
    color:green;
    font-weight: 700;
    font-size: 5rem;
    margin: 0px;
  }
  .btnlogin1{
    margin-left:6%;
    margin-top: 19%;
    letter-spacing: 3px;

  }
  body.fondologin1{

    background-image: url('../img/background_login1.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  body.fondologin2{
    background-image: url('../img/background_login2.png');
    background-size: cover;
    background-repeat: no-repeat;
 

  }
  body.fondoprincipal{
    background-image: url('../img/background_principal.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
.container-menu{
    margin-left: 2%;
    margin-right: 2%;
    padding: 2px;
}
.contenido1{
    margin-left: 12%;
    margin-right: 2%;
    margin-top: 12%;
    width: 100%;
    height: 100%;
    align-items: center;
}
.contenido2{
  margin-left: 5%;
  margin-right: 0%;
  margin-top: 5%;
  width: auto;
  height: auto;
  align-items: center;
}
.piepaginalogin1{
  margin-top: 3%;

}
div.formlogin{
  border-radius: 1rem;
  padding: 50px 0px 50px 0px;
  display: flex;
  justify-content: center;
}
.piepaginalogin2{
  margin-top: 8%;

}
h3.titulo-ingreso{
  color:green;
  display: flex;
  justify-content: center; 
}
ul.calendario{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(7,1fr);
  padding: 5px;
  text-align: center;
  background-color: whitesmoke;
  font-size: 16px;
  color:black;
  gap: 5px; 
 
}
li.first-day{
  /*grid-column-start: auto;*/
  background-color: green;
  font-weight: bold;

}
.day-name{
  font-weight: bold;
  color: green;
}
.month-name{
  background-color: #D1E7DD;
  color: green;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 2px;
}
button.btnmore{
  letter-spacing: 3px;
}
div.btnmore{
  text-align: center;
}
label input{
  width: 100%;
  background-color: #F3F3F4;
  border:none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 11pt;
  display: flex;
  justify-content: center;
}

label input:hover{
  background-color: white;
  box-shadow: 0 0 4px green;
}
label input:focus-visible{
  background-color: white;
  border: solid 1px green;
  
}
/*label input:active{
  background-color: white;
  border: solid 1px #F3F3F4;
  box-shadow: 0 0 4px green;
}*/

label input::placeholder{
  color:gray;
  font-size: 10pt;
}
label select{
  width: 100%;
  background-color: #F3F3F4;
  border:none;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
label select option{
  font-size: 11pt;
}
label select option:checked {
  font-size: 11pt;
}
label select:hover{
  background-color: white;
  border: solid 1px #F3F3F4;
  box-shadow: 0 0 4px green;
}
label select:focus{
  background-color: white;
  border: solid 1px #F3F3F4;
  box-shadow: 0 0 4px green;
}
div button{
  display: flex;
  justify-content: center;
}
.input-user{
  background-image: url('../img/ico_user.png');
  background-repeat: no-repeat;
  background-position: 5px;
  padding-left: 40px;

}
.input-password{
  background-image: url('../img/ico-pass.png');
  background-repeat: no-repeat;
  background-position: 5px;
  padding-left: 40px;

}
.checkbox-label{
  display: inline-flex;
  align-items: center;
}
.checkbox-label input[type="checkbox"]{
  width: 20px;
}
.checkbox-label span{
  font-weight: 400;
  font-size: 11pt;
}
.olvide-pass a{ 
  display: inline-flex;
  font-weight: 400;
  font-size: 11pt;
  align-items: center;
}
h3.title-sub-menu{
  margin-top:3%;
  margin-left: 5%;
  color: green;
}
h2.title-today{
  color:green;
  margin-top:1%;
  padding: 0%;
}
footer.piepaginaprincipal{
  margin-top: 1%;
}
div.sub-menu{
  margin-left:2%;
  
}
div.sub-menu div{
  display: inline-flex;
  column-gap: 2%;
  justify-content: center;
}

img.icosubmenu{
  vertical-align: middle;
  padding: 5%;
  margin-left: 30%;
}
p.descripcion-submenu{
  font-size: 10pt;
  text-align: center;
}
.btnsubmenu{
  font-size: 11pt;
}
div.group-data{
  display:grid;
  border:1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  padding: 1rem 1rem;
  
}
.kkk{ 
  
width: 100%;
padding:0%;
font-size: 11pt;

}