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

.container-body {
    height: 100dvh;
    font-family: "poppins", sans-serif;
    display: grid;
    grid-template: 
        "header" 70px
        "article" 1fr
        "footer" 75px
}

header{
    grid-area: header;
    background-color: white;
    border-radius:0 0 15px 15px;
    width: 100%;
    /* height: auto; */
    padding: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.25) !important;
}

article {
    grid-area: article;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

footer {
    grid-area: footer;
    /* padding: 20px; */
    background: #DC3545;
    background: linear-gradient(90deg,rgba(220, 53, 69, 1) 34%, rgba(76, 76, 76, 1) 49%);
    color: white;
    border-radius: 15px 15px 0 0;
    font-size: 14px;   
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.25) !important;
}

/* body{
    background-color: azure;
    background-image: url(../imagenes/login.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
} */
.form-control, .form-select{
    transition: all 0.4s ease;
    border: none; /* Elimina todos los bordes */
    border-bottom: 1px solid #dc3545; /* Agrega un borde inferior sólido */
    border-radius: 12px;
/*     background-color: #bababa29; */
}

.form-control:focus, .form-select:focus{
    border-color: #dc3545; /* Cambia el color del borde inferior al hacer foco */
    outline: none; /* Elimina el contorno predeterminado */
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.4); /* Agrega un efecto de sombra al hacer foco */
    /* box-shadow: 0 0 0 .25rem rgba(255, 3, 28, 0.4); */
}

.accordion-button:not(.collapsed) {
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.4) !important; /* Agrega un efecto de sombra al hacer foco */
    }
    
.accordion-button:focus{
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.4) !important; /* Agrega un efecto de sombra al hacer foco */
}


.buttom{
    width: 75%; background-color: rgb(70, 162, 253); 
    color: rgb(255, 255, 255); 
    border: 1px solid rgb(70, 162, 253); 
    padding: 5px 10px; border-radius: 30px; 
    font-size: 14px; flex-grow: 1;
}

.btn-width-10 {
    width: 10rem !important;
}

.btn-guardar {
	background-color: rgb(70, 162, 253);
	color: #fff;
	width: 10rem;	
}

.btn-limpiar {
    background-color: darkgray;
    color: #fff;
    width: 10rem;
}

.btn-guardar:hover {
	transition: .25s;
	background-color: rgb(255, 255, 255);
	color: rgb(70, 162, 253);	
	border: 1px solid rgb(70, 162, 253);
}

.btn-limpiar:hover {
    transition: .25s	;
	background-color: rgb(255, 255, 255);
	color: darkgray;	
	border: 1px solid darkgray;
}


.a{
  
    width: 10px;
}
h6{
    font-size: 16px;
    text-align: left;
}


.centro{
    text-align: center;
}
.der{
    text-align: center;
    margin: auto;
}
.content-3d{
    width: 85% ;
    height: auto;
    background-color: #303068;

    border-radius: 30px;
    box-shadow: 2px 2px 5px gray;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 7%;
    z-index: 5;
    margin-bottom: 50px auto;
    margin-right: 0;
}
.content-login{
    transition: all 0.4s ease;
    margin-top:100px;
    width: 100%;
    height: auto;
   /*  background-color: rgb(234, 234, 234); */
    padding: 30px !important;
    z-index: 4;
    border-radius:30px;

}.content-login-2{
    transition: all 0.4s ease;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    padding: 30px !important;
    z-index: 4;
    border-radius:30px;

}
.card{
    transition: all 0.4s ease;
    /* box-shadow: 0 3px 6px #00000029; */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.25) !important;
    border-radius: 24px;
    display: flex;
    padding: 45px;
    max-width: 65rem;
    height: fit-content;
}

.card1 {
    transition: all 0.4s ease;
    box-shadow: 0 3px 6px #00000029;
border-radius: 24px;
display: flex;
}

.type-titulo{
    color: #004B9D;
}
/* .content-login img{
    height: 70px;
    margin-left: 5%;
} */
.content-login h1{
    font-weight: normal;
    color: rgb(35, 96, 249);
}
/* .content-login button{
    margin-top: 15px;
} */
.sep{
    width: 100%;
    height: 20px;
}

.input-imagen{
    max-height: 20px;
    margin-left: -1px;
}
input{
    border-radius: 30px;
}
/* .sep-3{
    margin-top: 26px;
    margin-left: 100px;
} */
.obligatorio{
    text-align: right;
    color: #BF1F13;
    font-size: 16px;
}
.requerido{
    color: #BF1F13;
}
/* th{
    border:3px solid rgb(35, 96, 249);
}
table{
    padding: 10px;
}tr{
    margin: 3px;
    border: 3px solid rgb(35, 96, 249);
}
tbody{
    border-color: none; 
    border-style: none;
    border-width: none;
} */
.menu{
    z-index: 3;
    border-radius:25px 25px 0  0 ;
    width: 100%;
    height: 60px;
    background-color: #303053;
    color: rgb(189, 242, 246);
}
.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;
}
i{
    text-align: center;
}

/* estilos para foto de perfil */
.btn-delete-image {
    background-color: rgba(220, 53, 69, 0.9); /* rojo semi-transparente */
    border: none;
    font-size: 0.85rem;
    line-height: 1;
    transform: translateY(-5px) !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    
}

.btn-delete-image:hover {
    background-color: rgba(220, 53, 69, 1);
}

.image-preview-container:hover .btn-delete-image {
    opacity: 1 !important;
    transform: translateY(0) !important;
}



/* media queries */
@media (min-width: 1500px), (min-height: 1000px){

    .content-login img{
        height: 80px;
        margin-bottom: 0;
    }

   

    .content-login hr{
        margin-bottom: 30px;
    }

   /*  .content-login button{
        margin-top: 15px;
    }
     */

    .content-3d{
        height: auto;
    }

}

/* @media (max-width: 872px){
    footer{
        height: 120px;
    }
} */

@media (max-width: 768px){

    .header img{
        height: 30px; /* Si quieres lo puedes cambiar a 60, solo lo hice para llevarle la contraria a mi compañero */
    }

    .content-3d{
        width: 90%;
        margin-left: 5%;
        height: 510px;
    }

    .content-login img{
        margin-left: 20%;
    }

    /* footer{
        height: 120px;
    } */

    .sep-3{
        margin-top: 0;
        margin-left: 0;
    }

}


/* @media (max-width: 550px){
    footer{
        height: 170px;
    }
} */