/*User*/
.principal-text {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: space-around;
}
.principal-text .log_text_menu {
  min-height: calc(90vh - 30px);
}
.principal-text .trans_integral {
  min-height: 10vh;
  background-color: var(--light-gray-4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.principal-text .trans_integral a {
  color: var(--text-color);
}
.principal-text .trans_integral a:hover {
  color: var(--text-color);
  text-decoration: underline;
}
.principal-text .content-menu {
  width: 100vw;
}

.login .principal-logos {
  display: none;
}

.com-users-login {
  box-shadow: rgba(0, 0, 0, 0.08) -5px 5px 15px, rgba(0, 0, 0, 0.08) -5px -5px 15px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.com-users-login .control-label {
  margin-bottom: 10px;
  margin-top: 10px;
}
.com-users-login input {
  width: 100% !important;
  height: 35px !important;
}
.com-users-login .brand {
  display: none;
}
.com-users-login{
padding: 40px;
    width: 50%;
    /* text-align: center; */
    justify-self: anchor-center;
}
.list-users {
  display: inline-flex;
  gap: 10px;
  list-style: none;
  align-content: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
}
.list-users a {
  color: var(--principal-color);
}

.principal-box-shadow {
  background: white;
  padding: 2rem;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  box-sizing: inherit;
  margin-bottom: 3rem;
}
.principal-box-shadow h1 {
  font-size: 1.5rem;
}

.copyright-int p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: var(--light-gray-5);
}

.transparencia_integral {
  height: 100px;
  padding: 10px;
  box-sizing: content-box;
  display: flex;
  align-items: end;
  justify-content: end;
}

.shadow-body {
  box-shadow: rgba(0, 0, 0, 0.08) -5px 10px 20px, rgba(0, 0, 0, 0.08) -5px -10px 20px;
}

.button-scroll {
  width: 35px;
  height: 35px;
  color: var(--white);
  background-color: var(--principal-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tintegral{
	font-size:0px!important;
}
.text-home{
	margin-left:12%;
}
.logostext{
  max-width: 600px;
}
@media (min-width: 1600px) {
  .link-portal{
    position: absolute;
    left: 30px;
  }
}
@media (max-width: 959px) {
  .principal-text {
    height: auto;
    min-height: auto;
  }
  .principal-text .log_text_menu {
    min-height: auto;
    height: auto;
  }
  .principal-text .log_text_menu img {
    width: 150px;
  }
  .logo-puebla{
	text-align:center!important;
	justify-content:space-around!important;
  }
  .logostext{
	max-width: 100%;
	text-align:center!important;
  }
  .text-home{
  	margin:20px 0px;
  }
  .logotransp{
  	text-align:center!important;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .menu li a {
    font-size: 11px;
  }
  .menu.uk-navbar-nav {
    gap: 2px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .logo-puebla {
    justify-content: center;
  }
  .boton-abajo {
    display: flex;
    position: initial !important;
    justify-content: right;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .text-home {
    text-align: center;
  }
  .logo-puebla {
    justify-content: center;
  }
  .boton-abajo {
    display: flex;
    position: initial !important;
    justify-content: right;
  }
}



/**************
  INICIO VEDA 
\************* /
html{
  filter: url('#grayscale');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray();
  filter: gray;
  background: #FFF;
}

/**************\
  FIN VEDA 
\**************/

