@import url('https://fonts.googleapis.com/css?family=Roboto');

*{
    box-sizing: border-box;
	margin: 0;
    padding: 0;
}

body {
	  font-family: 'Roboto', sans-serif;
	  background: #F2F2F2 0% 0% no-repeat padding-box;
}

/*
  Todo maquetado comienza con un contenedor, 
  para aplicar un ancho maximo a la pagina y 
  que no sea demasiado grande en pantallas actuales, 
  ademas de un centrado en el caso que el contenedor 
  sea mas pequenio que la ventana del navegador.
*/
.container {
    width: 100%;
    max-width: 100%;
}

header {
    background: #333333 0% 0% no-repeat padding-box;
    height: 76px;
    padding: 0rem 1rem;
    width: 100%;
}

header img {
    width: 150px;
}

section {
    border: 1px solid #707070;  
}

aside {  
  width: 15%;
}

.aside-div {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 8px #00000038;
  border-radius: 15px;
  height: 100%;
  padding-left: 8px;
  padding-top: 20px;
  position: relative;
}

aside img {
  margin-bottom: 1.5rem;
}

aside ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	list-style-type: none;
	font: normal normal normal 15px/25px Roboto;
	letter-spacing: 0px;
	color: #43425D;
	opacity: 1;
	text-align: left;
}

main {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.mainDiv {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cardAvanceRegSust {
  display: flex;
  flex-direction: column;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 8px #00000038;
  border-radius: 15px;
  padding: 1.4rem;
  padding-top: 20px;
  position: relative;
  height: 100%;
  width: 100%;
}
.cbo-filtro-homeExt {
	padding: 1px 8px 1px 8px;
}

footer {
  background: #333333 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 1rem;  
  font-size: 1.1rem;
}

.footer-block {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.footer-block-left {
	display: flex;
	align-items: center;
    gap: 30px;
    width: 30%;
}

.footer-block-center {
	width: 40%;
}

.footer-block-rigth {
	width: 30%;
	text-align: right;
}

.footer-link-ine {
	color: #fff;
    font-size: 13px;
    width:50%;
}

.footer-link-cau {
	font-size: 19px;
	color: #fff;
}

.footer-rev {
	font-size: 13px;
	color: #333;
	width: 50%;
}

.footer-font-deault {
	font-size: 13px;
	color: #fff;
}

.titulo-proceso{
  text-align: left;
  font: normal normal bold 20px/18px Roboto;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.titulo-p{
	text-align: left;
	font-size: 14px;
	color: #4D4F5C;
	opacity: 1;
  	padding-top: 10px;
}

.div-login-img{
	display: flex;
    flex-direction: row;
	text-decoration: none;
}

.ul-footer{
	display: flex;
	justify-content: space-between;
	padding: 2px;
}

.section-div-login{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.section-div-content{
	display: flex;
	gap: 20px;
	padding: 30px;
}

aside input {
	/*background: #FFFFFF 0% 0% no-repeat padding-box;*/
	background: #D5007F 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	opacity: 1;	
}

/*
  CONTENIDO
*/
mostrar-info{
  	flex:1;
}

hr.linea-horizontal{
  flex-grow: 1;
  border-top: 1px solid #929292;
}

.row-avance{
  display: flex;
  justify-content: space-around;
}

.card-avance{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 15px;
  box-shadow: 0px 0px 8px #00000038;
  width: calc(90% - 20px);
  margin: 3px 3px;
}

.card-1{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 15px;
  box-shadow: 0px 0px 8px #00000038;

  width: calc(30% - 20px);
  height: 260px;
  margin: 3px 3px;
}

.card-2{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 15px;
  box-shadow: 0px 0px 8px #00000038;

  width: calc(40% - 20px);
  height: 260px;
  margin: 3px 3px;
}

.card-3{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 15px;
  box-shadow: 0px 0px 8px #00000038;

  width: 100%;
  height: 438px;
  margin: 3px 3px;
}

.card-3-esqueleto {
  width: calc(30% - 15px);
  height: 438px;
}

.card-4 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 15px;
  box-shadow: 0px 0px 8px #00000038;

  width: calc(40% - 20px);
  height: 438px;
  margin: 3px 3px;
}

.div-estilos-avance{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.div-card-avance{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 80px;
}

.div-estilos-esp{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.div-card{
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

.card-fechas-imp{
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 20px;
}

.contenido-fechas-imp{
  display: flex;
  flex-direction: row;
  /*width: calc(75% - 20px);*/
}

.aside-espacio{
  padding-top: 6px;
  padding-bottom: 10px;
}

.aside-espacio_scrool {
  overflow-y: scroll;
  height: 535px;
}

.div-card-img{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.p-grafico{
  text-align: center;
}

/*
  ESTILOS DECORATIVOS
*/

.decorativo-color-1 {
  text-align: left;
  font: normal normal bold 20px Roboto;
  letter-spacing: 0px;
  color: #2CC9D6;
  opacity: 1;
}

.decorativo-color-2 {
  text-align: left;
  font: normal normal bold 20px Roboto;
  letter-spacing: 0px;
  color: #A867EE;
  opacity: 1;
}

.decorativo-color-3 {
  text-align: left;
  font: normal normal bold 30px Roboto;
  letter-spacing: 0px;
  color: #FD8C8C;
  opacity: 1;
}

.decorativo-color-4 {
  text-align: left;
  font: normal normal bold 30px Roboto;
  letter-spacing: 0px;
  color: #DB2491;
  opacity: 1;
}

.etiquetas-card-tipo-0 {
  text-align: left;
  font: normal normal bold 16px/19px Roboto;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.etiquetas-card-tipo-light-0 {
  text-align: left;
  font: normal normal 300 20px Roboto;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  padding-top: 0px;
}

.etiquetas-card-tipo-1 {
  text-align: left;
  font: normal normal 300 20px Roboto;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.etiquetas-card-tipo-2 {
  text-align: left;
  font: normal normal bold 22px Roboto;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.etiquetas-card-tipo-3 {
  text-align: left;
  font: normal normal 300 18px Roboto;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.div-card-int{
  padding-right: 30px;
}

.espacio-contenido{
  padding-top: 0px;
}

.espacio-parrafo{
  padding-top: 5px;
}

.espacio-parrafo-je{
  padding-bottom: 20px
}

.vertical-line {
  border-right: thick solid #c5c6cc;
  border-width: 2px;
  padding-right: 10px;
}

.espacio-vertical-line{
  padding-left: 12px;
}

.div-img-calendario{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: calc(25% - 20px);
}

.calendario-dimension {
  width: 100%;
  height: 100%;
}

.espacio-div-login {
  padding-top: 10px;
  padding-bottom: 0px;
}

/*
  EFECTO FLIP
*/
.div-flip {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/*
  Inicio de sesion
*/
.inicio-sesion-style {
  display: inline-flex;
  font: normal 16px/33px Roboto;
  color: #D5007F;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background-color: transparent !important;
}

.inicio-sesion-style:hover {
    color: #D5007F;
}

.boton-flip button {
    border: none;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    padding: 1em;
    background: transparent;
    border-radius: 34px;
    transition: background .3s;
}

.boton-flip button:hover, .boton-flip button:focus {
	border: none;
    color: white;
    background-color: #F2F2F2;
    border-color: #868686;
}

.pie-grafica {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pie-de-grafica {
	color: #aeaeae;
    font: normal normal bold 12px Roboto;
}

label {
    font-weight: 700;
}

.cbo-filtro-homeExt {
    padding: 1px 8px 1px 8px;
}

body .ui-selectonemenu {
	/*display: block; */
	box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1.02px solid #d9d9d9;
    border-radius: 4px;
    outline: none;
    user-select: none;

    list-style: none;
    position: relative;
    min-height: 32px;
    height: auto;
    cursor: pointer;

    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    font-feature-settings: "tnum","tnum";
}

body .ui-selectonemenu .ui-selectonemenu-label {
	height: auto;
	padding: 5px 6px;
}

@media all and (min-width: 3200px) {
	.calendario-dimension {
	  width: 50%;
	}
	
}

@media all and (max-width: 1530px) {
	.calendario-dimension {
	  width: 80%;
	}
	
	.aside-espacio_scrool {
	  overflow-y: hidden;
	  height: auto;
	}
	
}

@media all and (max-width: 1530px) {
	.card-1{
	  width: calc(50% - 20px);
	}
	
	.card-2, .card-4{
	  width: calc(100% - 15px);
	}
	
	.card-3-esqueleto {
	  width: calc(50% - 18px);
	}
	
	.calendario-dimension {
	  width: 65%;
	}
	
}

@media all and (max-width: 1167px) {
	.card-1{
	  width: calc(100% - 20px);
	}
	
	.card-2, .card-4{
	  width: calc(100% - 20px);
	}
	
	.card-3-esqueleto {
	  width: calc(100% - 15px);
	}
	
	.calendario-dimension {
	  width: 65%;
	}
}

@media all and (max-width: 930px) {
	
	.section-div-content {
		flex-wrap: wrap;
	}
	
	aside {
		width: calc(100% - 35px);	
	}
	
	main {
		width: calc(100% - 20px);
	}
	.card-1{
		width: calc(100% - 20px);
	}
	
	.card-2, .card-4{
	 	width: calc(100% - 20px);
	}
	
	.card-3-esqueleto {
	 	width: calc(100% - 15px);
	}
	
	.calendario-dimension {
	  width: 65%;
	}
}

@media all and (max-width: 650px) {
	
	.section-div-content {
		flex-wrap: wrap;
	}
	
	aside {
		width: calc(100% - 35px);
		min-width: 530px;	
	}
	
	main {
		width: calc(100% - 20px);
		min-width: 530px;		
	}
	.card-1{
		width: calc(100% - 20px);
		min-width: 530px;		
	}
	
	.card-2, .card-4{
	 	width: calc(100% - 20px);
	 	min-width: 530px;		
	}
	
	.card-3-esqueleto {
	 	width: calc(100% - 15px);
	 	min-width: 530px;		
	}
	
	.calendario-dimension {
	  width: 65%;
	}
	
	.footer-block {
		flex-direction: column;
	}
	
	.footer-block-left {
		flex-direction: column;
	    width: 100%;
	}
	
	.footer-block-center {
		width: 100%;
	}
	
	.footer-block-rigth {
		width: 100%;
		text-align: center;
	}
	
}