body {
  display: flex;
  flex-direction: column;
}
.row.contenedor {
  flex: 1 0 auto;
}
.contenedor {
  padding-left: 20px;
  padding-right: 50px;
}

@media (max-width: 600px) {
  .contenedor {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.titulo-pasos {
  background-image: url("../images/pasos.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
}
.numero1 {
  background-image: url("../images/paso1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  float: left;
  height: 50px;
  width: 50px;
}
.numero2 {
  background-image: url("../images/paso2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  float: left;
  height: 50px;
  width: 50px;
}
.numero3 {
  background-image: url("../images/paso3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  float: left;
  height: 50px;
  width: 50px;
}
.numero4 {
  background-image: url("../images/paso4.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  float: left;
  height: 50px;
  width: 50px;
}

#squaredThree > label {
  font-size: 22px;
  text-transform: capitalize;
}

#hr-titulo {
  border-color: #ffffff !important;
  border-style: dotted !important;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}
.exportar-xls {
  width: 70px;
  color: darkgreen;
  text-decoration: none;
}

.exportar-xls .fas {
  font-size: 30px;
  color:darkgreen;
}
.filtro-anios {
  margin: 0 !important;
  padding: 20px !important;
}
#overflow-select1 {
  overflow: auto;
  width: 100%;
}
#indicador {
  width: auto;
  min-width: 100%;
}
