* {
    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;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.25) !important;
}
/* Oculta el menú si no estás en la ruta ccombatiente */
/* .opciones-ccombatiente {
    display: none !important;
}
body.page-ccombatiente .opciones-ccombatiente {
    display: block !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 {
    transition: all 0.4s ease;
    border: none; /* Elimina todos los bordes */
    border-bottom: 1px solid #007bff; /* Agrega un borde inferior sólido */
    border-radius: 12px;
    /*     background-color: #bababa29; */
}

.form-select {
    /* transition: all 0.4s ease; */
    border: none; /* Elimina todos los bordes */
    border-bottom: 1px solid #007bff; /* Agrega un borde inferior sólido */
    border-radius: 12px;
    /*     background-color: #bababa29; */
}


.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-guardar {
    background-color: rgb(70, 162, 253);
    color: #fff;
    width: 10rem;
}

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

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

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

.a {
    width: 10px;
}
#alert {
    margin-bottom: 1rem;
}
h6 {
    font-size: 16px;
    text-align: left;
}
.header {
    background-color: white;
    border-radius: 0 0 15px 15px;
    width: 100%;
    height: auto;
    padding: 0;
}
.header img {
    height: 60.001px; /* Si quieres lo puedes cambiar a 60, solo lo hice para llevarle la contraria a mi compañero */
}
.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;

    width: 100%;
    height: auto;
    /*  background-color: rgb(234, 234, 234); */
    padding: 30px !important;
    z-index: 4;
    border-radius: 30px;
}
.content-login-2 {
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    background: #fff;
    margin-top: 10px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
/* .card {
    transition: all 0.4s ease;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 24px;
    display: flex;
    padding: 45px;
} */

.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;
}
/* footer {
    width: 100%;
    height: auto;
    padding: 20px;

    background-color: #303053;

    color: white;
    border-radius: 15px 15px 0 0;

    flex-shrink: 0;
    position: relative;
} */
.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;
}

/* 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: 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 {
        margin-top: 10%;
    } */

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