@charset "UTF-8";

@media screen and (max-width: 355px) {
  .img-header {
/*    width: 55%;*/
  }
  .header-sedeco{
	font-size: 22px !important;
  }
  .header-siapem{
	font-size: 8px !important;
  }
}

/*
body{
	margin: 0 0;
    display: flex;
    flex-direction: column;
    height: auto;
    
}
/* Esta hoja de estilos es utilizada por el header de la aplicacion para que el header permanezca presente en la pagina en la parte superior cuando
   en la pantalla se hace un scroll. El style .header es utilizado en el div del default.xhtml y el style .sticky es utilizado en el javascript onScrollHeader.js  */


 /* Style the header */
.header {
  padding: 15px 2%;
  min-height: 3em !important;
  height: auto !important;
  background: #FFFFFF; 
  color: #f1f1f1;
  border-bottom: 4px solid #f0f0f0; 
  flex: 0 0 auto;
}

.line {
  float: left;
  width: 0.3px !important;
  height: 34.6px;
  border-right: solid 2px #898d8d;
  margin: 5px auto !important;
  padding-left: 10px !important;
  
}

.header-sedeco{
	font-family: sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #898d8d;
	margin: 5px auto !important;
	padding: 6px 5px 2px 10px;
}

.header-siapem{
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #898d8d;
	margin: 5px auto !important;
	padding: 6px 5px 8px 5px;
}

.menu-header {
	display: flex;
	justify-content: left;
	text-underline-position: under;
}

.menu-header:hover {
	text-decoration: none;
}

.menu-header-tags {
	display: flex;
    text-underline-position: under;
    background: transparent !important;
}

.adjustContent .grid{
	margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
}

.divicion {
	margin: 0 auto;
	width: 100%;
	height: 32px !important;
	background: #f8f8f8;
}

/* Page content */
.content {
  padding: 0px;
  width: 100%;
  height: 90%;
  flex: 0 0 auto;
}
.contenido{
	width: 100%;
	height: 90%;
	flex: 0 0 auto;
	
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

/*
NUEVOS ESTILOS PARA EL NUEVO PORTAL
*/

.ZeroPadding-menu {
    padding-left: 0!important;
    padding-right: 8px !important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}


@media screen and (max-width: 768px) {
	.menu-normal {
		display: none !important;
		padding-bottom: 0px;
	}	
	
	.espacioIndicador{
		padding-top: 33px;
	}
	
	.espacio{
		padding-top: 40px;
	
	} 
	
	.espacio-cintillo{
		padding-top: 47px;
	}
	
}

@media screen and (min-width: 700px) {
/*	.menu-responsive {*/
/*		display: none !important;*/
/*		padding-right: 0!important;*/
/*	}*/
	
	#idGridMenuRespon{
		display: none;
	}	
		
	.menu-normal {
		padding-bottom: 0px;
	    height: 70px;
	}
	
	.espacio{
		padding-top: 50px;
	
	} 
	
	.espacioIndicador{
		padding-top: 27px;
	}
	.espacio-cintillo{
		padding-top: 37px;
	}
}



.claseButttonHeader .ui-button .ui-icon-triangle-1-s {
	background-image: none !important;
}

.fontRespSidebar {
	font-size: 17px !important;
}

.opcionmenuGreen {
	text-decoration: none;
	color: #000 !important;
	font-weight: bold;
	color: #104C42 !important;
}

.opcionmenuGreen:hover {
	text-decoration: none;
	color: #691c32 !important;
	font-weight: bold;
}

.imagexgreenMenu {
	top: 20px !important;
}

.header-cdmx-tramites {
	padding: 10px;
	min-height: 3em !important;
	background: #FFFFFF;
	border-bottom: 1px solid #f0f0f0;
}

.menu-header {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 10px;
	text-align: center;	
    text-decoration: none;
	color: #104C42 !important;
	align-self: center;
}

.menu-header:hover {
	text-decoration: underline;
}

.menu-header-principal {
	font-family: Inter !important;
	font-style: normal;
	font-weight: 700;
	font-size: 13px !important;
	line-height: 17px;
	text-align: center;
	text-decoration-line: underline !important;
	color: #104C42 !important;
}

.img-header-sidebar{
	width: 100%;
}

/*.ui-icon-closethick {
	display: none !important;
}*/

@media screen and (max-width: 361px) {
	.imagexgreenMenu {
		top: -35px !important;
	}
	
	.espacio-cintillo{
		padding-top: 0px;
	}
}

@media screen and (min-width: 641px) {
	.imagexgreenMenu {
		top: -35px !important;
	}
	
	.espacio-cintillo{
		padding-top: 37px;
	}
}

@media screen and (min-width: 425px) and (max-width: 441px) {
	.imagexgreenMenu {
		bottom: 45px !important;
	}
	
	.espacio-cintillo{
		padding-top: 7px;
	}
}

@media screen and (min-width: 442px) and (max-width: 640px) {
	.imagexgreenMenu {
		top: 8px !important;
	}
	.espacio-cintillo{
		padding-top: 27px;
	}
}

.loginExpediente-Mobile {
	padding-left: 15px;
}


.loginExpediente-Mobile>span>button{
	background-image: url(/resources/img/expediente/icon-login.svg) !important;
    background-repeat: no-repeat !important;
    width: 60px !important;
	background-position-y: center !important;
	background-position-x: center !important;
    margin-left: 8px;
    background-size: auto;
 
} 


.loginExpediente-Mobile>span>button:hover{
	background: transparent !important;	
	background-image: url(/resources/img/expediente/icon-login.svg) !important;
	background-repeat: no-repeat !important;
	background-position-y: center !important;
	background-position-x: center !important;
}


.loginExpediente-Mobile>.ui-menubutton .ui-button {
    margin: 0;
    border: none !important;
    width: 71px !important;
    text-align-last: start;
}

.loginExpediente-Mobile>span{
	background-color: transparent !important;
}

.loginExpediente {
	padding-left: 15px;
}

.columna {
	flex-basis: calc(33.33% - 10px);
	display: flex;	
	justify-content: flex-end;
    
}
.label-login-expediente{
	font-family: Montserrat !important;
    font-style: normal;
    font-weight: 900;
    font-size: 12.4461px !important;
	line-height: 11px;	
    text-decoration-line: underline !important;
    color: #9482A3 !important;
}

.label-login-nombre{
	font-family: Montserrat !important;
    font-style: normal;
    font-weight: 400;
    font-size: 15.7667px !important;
    line-height: 16px;
    color: #9482A3;
}


@media screen and (max-width: 768px) {
	.columna {
		flex-basis: 100%;
	}
}

.loginExpediente>.columna>div>span>button{
	background-image: url(/resources/img/expediente/icon-login.svg) !important;
    background-repeat: no-repeat !important;
    width: 60px !important;
    background-position-y: center;
    background-position-x: center;
    margin-left: 8px;
    background-size: auto;
 
} 


.loginExpediente>.columna>div>span>button:hover{
	background: transparent !important;	
	background-image: url(/resources/img/expediente/icon-login.svg) !important;
	background-repeat: no-repeat !important;
	background-position-y: center !important;
	background-position-x: center !important;
}

.adip-menu-output-03 {
	font-family: 'Montserrat' !important;
	color: #9482A3;
	font-size: 15.767px !important;
	font-weight: 500;
	line-height: 14.719px;
}


.adip-menu-btn-llave {
    width: 100%;
    vertical-align: super;
    border-radius: 6px;
    border: 3px solid #EFEFEF;
    height: 56px;
    max-width: 243px !important;
    background-image: url(/resources/img/expediente/logo-con-rayita.svg) !important;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-origin: content-box;
    text-align: right !important;
}
.adip-menu-btn-llave .ui-button {
    width: 55% !important;
    height: 100% !important;
    max-width: 138px;
}
.adip-menu-btn-llave .ui-button.ui-button-text-icon-right .ui-icon {
    color: #BFBFBF;
    font-size: 24px;
    font-weight: 700;
    top: 40%;
}
.adip-menu-btn-llave .ui-button .ui-button-text {
    color: #525251 !important;
    font-family: 'Montserrat' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 18px !important;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding: 0px 38px 0 0 !important;
}
.ui-button {
    background: transparent !important;
    border: none !important;
}
.ui-button.ui-state-hover {
/* 	background: transparent !important; */
    border: none !important;
	box-shadow: none !important;
}

.ui-button.ui-state-focus {
/*     background: transparent !important; */
    border: none !important;
	box-shadow: none !important;
}

.adip-img-header-desktop {
	max-width: 415px;
	width: -webkit-fill-available;
}

.adip-menu-btn-user-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text
	{
	color: #9482A3 !important;
	font-size: 15px !important;
	font-family: 'Montserrat' !important;
	font-weight: 700;
	line-height: 14px;
}

.adip-menu-btn-user-menu {
	padding: 0 !important;
}

.adip-menu-btn-user-menu.ui-shadow {
	border-radius: 0 0 10px 10px !important;
	top: 70px !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.adip-menu-btn-user-menu .ui-menu-list .ui-menuitem {
	padding-right: 0 !important;
	height: auto !important;
	padding: 0em;
	margin: 0px 0px 5px 0px;
}

.adip-menu-btn-user-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
	align-items: center;
	display: flex;
	height: auto !important;
	padding: 8px !important;
}

.adip-menu-btn-user-menu .ui-menu-list .ui-menuitem .ui-menuitem-link.ui-state-hover
	{
	background: linear-gradient(133deg, rgba(243, 218, 218, 0.50) 0%,
		rgba(191, 178, 220, 0.11) 100%) !important;
}
/*se añaden tamaños personalizados para el header ya que se enciman con las medidas de primefaces*/
@media screen and (min-width: 40.063em){
#formHeader\:pnlMenus .ui-md-5 {
    width: 35%;
}
#formHeader\:pnlMenus .ui-md-3 {
    width: 31%;
}
}
