*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body {
    background-image: url('../img/inicio-fondo1.jpg'); /* Sube un nivel desde css */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 20px;
}
.balc{
    color:white;
}

.caja{
    color:white;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 128, 255, 0.5);
    height: auto;margin-left: 80px;padding-left: 400px; 
}
.caja2{
    display: flex;align-items: center;width: 100%;max-width: 400px;position: relative;top: -185px;left: 10px;transition: left 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.caja_trasera-register{
    color: black;margin: 80px;transition: 500ms;
}
.caja-body{
    width: 100%;padding: 50px 20px;background: white;position: absolute;border-radius: 30px;
}
.sep{
    width: 100%;
    height: 5%;
}
/* Web-Site */


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;
  }


input{
    border-radius: 30px;
}


.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;
    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;
}