* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url("../img/fondo.png");
    background-color: #dddddd !important;
    background-size: contain; /* 👈 Ajusta la imagen completa sin recortar */
    background-repeat: no-repeat;
    background-position: right; /* 👈 Siempre centrada */
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.main-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    /* width: 100%; */
    z-index: 1030;
    background-color: #fff;
}
.content-wrapper {
    padding-bottom: 60px; /* espacio para que el contenido no tape el footer */
}
.form-control:disabled {
    background-color: #e9ecef82 !important;
}
.balc {
    color: white;
}
.caja {
    color: white;
    /* background-color: rgba(0, 128, 255, 0.5); */
    height: auto;
}
.caja2 {
    display: flex;

    width: 100%;
    max-width: 400px;
    position: relative;

    left: 10px;
    transition: left 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.caja_trasera-register {
    color: black;
    transition: 500ms;
}
.caja-body {
    width: 100%;
    padding: 50px 20px;
    background: white;
    /* position: absolute; */
    border-radius: 30px;
}
.sep {
    width: 100%;
    height: 5%;
}
/* Web-Site */
main {
    /* background-color: rgba(238, 238, 238, 0.57); */
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: auto;
    height: auto;
    padding: 0;
}

/* li.submenu-origen:hover .submenu-origen-content {
    display: block;
    position: absolute;
    background-color: #575757;
    top: 100%; 
    left: 0;
}
 */
.header,
footer {
    /* background-color: #303053; */
    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: 100%;
    height: auto;
    min-height: 600px;
    /*  margin: auto; */
    transition: all 0.4s ease;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 75px;
}
.content-todo2 {
    width: 80%;
    height: auto;
    min-height: 600px;
    margin: auto;
    margin-top: 0;
    transition: all 0.4s ease;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 75px;
}
.menu {
    width: auto;
    height: 60px;
    background-color: #303053;
    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: #303053;
}
.menu-vertical {
    position: absolute;
    display: none;
    list-style: none;
    width: 200px;
    background-color: #303053;
    z-index: 99999;
}
.menu-horizontal li:hover .menu-vertical {
    display: block;
}
.menu-vertical li:hover {
    background-color: #303053;
}
.menu-vertical li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 15px 15px 20px;
}
.requid {
    color: #bf1f13;
}

.text-blue {
    color: #004b9d;
}

@media (max-width: 768px) {
    /* footer {
        margin-top: 10%;
    } */
}
@media (min-width: 1500px), (min-height: 1000px) {
    /* footer {
        margin-top: 10%;
    } */
}
