* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #bfbbbb;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: multiply;
  font-size: 20px;
}
.sep {
  width: 100%;
  height: 5%;
}
/* Web-Site */
main {
  border-radius: 15px;
  width: auto;
  height: auto;
  padding: 0;
}

li.submenu-origen:hover .submenu-origen-content {
  display: block;
  position: absolute;
  background-color: #575757;
  top: 100%; /* Ajusta la posición según tus preferencias */
  left: 0;
}

header,
footer {
  background-color: var(--hybridmag-color-tertiary);
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: auto;
  padding: 20px;
  flex-shrink: 0;
  position: relative;
}
header {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 0;
}
header img {
  width: 100%;
  height: 100%;
  margin-left: 3%;
}

.logo-2 {
  width: 250px;
  float: left;
}
.sep-header {
  width: 100%;
  height: 40px;
}
.logo {
  margin: 0;
  padding: 0;
}
.content-title {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 35px;
}
.sep-header,
.sep-footer {
  width: 100%;
  height: 50px;
}
.sep {
  width: 100%;
  height: 20px;
}
.sep2 {
  width: 100%;
  height: 10px;
}
.content-todo {
  width: 80%;
  height: auto;
  min-height: 600px;
  margin: auto;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 30px;
}
.menu {
  width: auto;
  height: 60px;
  background-color: #232323;
  color: rgb(189, 242, 246);
  border-radius: 25px 25px 0 0;
}
.menu-horizontal {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.menu-horizontal > li > a {
  display: block;
  padding: 15px 20px;
  color: white;
  text-decoration: none;
}
.menu-horizontal > li:hover {
  background-color: #111111;
}
.menu-vertical {
  position: absolute;
  display: none;
  list-style: none;
  width: 200px;
  background-color: #232323;
  z-index: 99999;
}
.menu-horizontal li:hover .menu-vertical {
  display: block;
}
.menu-vertical li:hover {
  background-color: #111111;
}
.menu-vertical li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px 15px 15px 20px;
}
.requid {
  color: #bf1f13;
}

@media (max-width: 768px) {
  footer {
    margin-top: 3%;
  }
}
@media (min-width: 1500px), (min-height: 1000px) {
  footer {
    margin-top: 3%;
  }
}
