a, a:hover, a:visited, a:active {
    color: #0051a9;
}
.cabeza {
    display: flex;
    position: relative;
}
.cabeza img {
    width: 100%;
    min-height: 115px;
}
.oscuridad {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}
.sep {
    margin-top: 30px;
}
.card {
    background-color: #ffcd5c;
    border-radius: 10px;
    padding-top: 10px;
}
h1 {
    font-weight: bolder;
}
.fltbtn {
    position: absolute;
}
.fltbtn-tr {
    right: 12px;
}
.fltbtn-br {
    right: 12px;
    bottom: 12px;
}
.fltbtn-bl {
    bottom: 12px;
}
.fltbtn img {
    width: 50px;
}
.pie {
    margin-top: 30px;
    padding: 10px;
    background-color: black;
}
.pie a, .pie a:visited, .pie a:active {
    color: white;
    text-decoration: none;
}
.captcha {
    width: 100px;
    height: 100px;
    background-image: url(img/numbers.webp);
    background-repeat: no-repeat;
    background-position: 100px 0px;
}
.riski {
    border: 2px dashed red;
}
.popover-body {
    padding: 1.2em;
    border: 1px dotted red;
    background-color: lightgray;
}
#contactme {
    background-color: #eafbea;
}

.alert {
    position: fixed;
    top: 20%;
    left: 20%;
    width: 50%;
}
