/*HEADER*/
.custom_header {
  background-color: #000000;
  margin-bottom:30px;
}

.custom_header__navbar {
  background-color: #000000 !important;
  width: 1000px;
}

@media screen and (min-width: 992px) {
  .custom_header__navbar {
    padding-top: 60px;
  }
  .custom_header__items {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .custom_header__items {
    margin-top: 20px;
  }
}

/*FOOTER*/
.custom_footer {
  padding-left: 30px;
  padding-right: 30px;
  bottom: 0;
  width: 100%;
  height: 60px;
}

/*LOGIN*/
.form_signin{
    width: 500px;
}

.custom_login{
    margin-top: 100px;
}

/* .contenidoPagina{
  min-height: 100vh;
}  */
