.Proximamente {
    padding: 20px;
    position: relative;
    text-align: center;
    min-height: 400px;
    font-size: 40px;
    color: #FFFFFF;
    background-color: #b3b3b3 !important;
    display: block;
    transition: all 0.3s linear;
    border-right: 0px;
    border-bottom: 0px;
}

/*.Proximamente:after {
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
}*/

.Proximamente:hover {
    transition: all 0.3s linear;
    /*border-right: 4px solid #ef781e;
    border-bottom: 4px solid #ef781e;*/
}

.Proximamente .antetitulo {
    position: absolute;
    color: #fff;
    background-color:#7e4695;
    font-size:20px;
    top:0;
    left:0;
    text-align: center;
    width: 100%;
    text-decoration: none;
    z-index: 20;
    line-height: 1.1;
    padding: 10px;
}
.Finanzas div.antetitulo {
    position: absolute;
    color: #fff;
    background-color:#b2970f!important;
    font-size:20px;
    top:0;
    left:0;
    text-align: center;
    width: 100%;
    text-decoration: none;
    z-index: 20;
    line-height: 1.1;
    padding: 10px;
}

.Proximamente .titulo {
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    margin: 0px;
    font-size: 36px;
    font-weight: 700;
    z-index: 20;
    line-height: 1.1;
}
