[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.th-profuturo-menu {
  width: 100vw;
  display: block;
  padding: 0px 0%;
  position: relative;
}

.th-profuturo-menu .th-profuturo-top {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #00427a;
  flex-wrap: wrap;
}

.th-profuturo-menu .th-profuturo-p_menu {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 2%;
  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.5);
}
.th-profuturo-menu .th-profuturo-p_menu .th-profuturo-logo {
  width: 30%;
  display: flex;
  align-items: center;
}

.th-profuturo-footer {
  padding: 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #00427a;
}