.box{
    width: 100%;
    height: 100vh;
    background-color:#6A6969 ;
    position: absolute;
}
#FrmCargando{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Color negro semitransparente */
    z-index: 5000; /* Asegura que el div esté por encima de todo */
    /* margin: auto;
    text-align: center; */
}
#FrmCargando .contenedor{
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#FrmCargando img{
    max-width: 50%;
    max-height: 50%;
    border-radius: 20px;
}

#FrmCargando h1{
    position: absolute;
    color: white;
    text-align: center;
}
.imgsunarp{
    margin-top: 5px;
    border:solid 1px #333;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    height: 300px;
}
.imgsunarp img {
    height: 100%;
    width: 100%;
    margin: auto;
    display: block;
}
.cajaimagen{
    display: flex;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
    overflow-x: scroll;
    height: 85px;
}
.cajaimagen img{
    height: 50px;
    border: solid 1px #333;
    margin: 5px;
}
.botone{
    background-color: rgba(40, 167, 69,0.5);
    color: white;
    padding: 10px;
    border-radius: 100%;
    position: absolute; 
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.botone:link{
    color: #ffffff;
}
.botone:hover{
    color: #B7E1C1;
}

.btnVarios{
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}
.btnVarios li{
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.OpcionCenter{
    padding-top: 10px;
    width:100%;
    margin:auto;
    text-align:center;
    font-size:8pt;
}
.card-title{
    height: 50px;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:5px;
}