* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #dddddd !important;
  height: auto;
  background-image: url(../imagenes/login.png);

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: multiply;
  /* background-color: rgba(0, 0, 0, 0.178); */
  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: #163a7f;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: auto;
  padding: 20px;
  flex-shrink: 0;
  position: relative;
}
input {
  border-radius: 30px;
}
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: 30px 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;
}

.container-fecha {
  display: flex;
  justify-content: space-between;
  margin: 10px 50px;
  color: #303068;
}

.rounded-span {
  border-radius: 30px 0 0 30px;
}

.rounded-input {
  border-radius: 0 30px 30px 0;
}

.rounded-select {
  border-radius: 0 30px 30px 0;
}

.btn-guardar {
  background-color: #163a7f;
  color: #fff;
}

.btn-guardar:hover {
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
  color: #000;
  border: 1px solid rgb(70, 162, 253);
}

@media (max-width: 768px) {
  footer {
    margin-top: 3%;
  }
}
@media (min-width: 1500px), (min-height: 1000px) {
  footer {
    margin-top: 3%;
  }
}
