body {
    background: linear-gradient(rgba(151, 192, 204, 0.5), rgba(100, 133, 218, 0.582)),
        url(../imginicio/fondo3.webp );
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
/* barra de desplazamiento*/
body::-webkit-scrollbar{
    width: 10px;
    background-color: rgba(13, 96, 198, 0.62);

    
}
body::-webkit-scrollbar-thumb{
    background-color: rgb(34, 112, 202);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.card{
    background-color: rgba(0, 68, 255, 0.185) !important;
}
.alert {
    background-color: rgb(34, 112, 202, 0.465) !important;
    border: none !important;
    padding: 2%;
    font-size: 150%;
    font-family: "Roboto", "Times New Roman", Times, serif, "Times New Roman",
        Times, serif, "Gill Sans", "Gill Sans MT" !important;
    color: #fff;
    margin-top: 1%;
}
.table-info, .table-info > th, .table-info > td {
    background-color: rgba(0, 68, 255, 0.185) !important;
}

.btn-info {
    background-color: rgb(34, 112, 202) !important;
    border-color: rgb(34, 112, 202) !important;
    width: 21vw;
    padding: 2%;
    padding-left: 10%;
    margin: 2%;
    position: relative;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 5px 5px 20px black;
    text-align: start;
}