#div-title{
    top: -20%;
    /* display: block; */
    position: relative;
    z-index: 2;
    /* background-color: rgb(0, 66, 66); */
}
a{
    text-decoration: none;
}
.banner-crc{
    display: none !important;
}
.wellcome{
    position: absolute;
    top: 20vw;
    font-family: 'OTTIS_Titulo1';
    color: white;
}
.div-test{
    background:linear-gradient(to right, #00528D, #001C51);
    min-height: 75vh;
}
.text-date{
    /* position: absolute; */
    text-align: center;
    font-family: 'OTTIS_Titulo1'; 
    color: #ffffff;
    /* font-size: 4vw;  */
}
.text-card{
    /* font-size: 20px; */
    text-align: justify;
    font-family: 'OTTIS_Titulo5';
    color: #ffffff;
    bottom: 0%;
}
.sub-title-card{
    top: calc(50% - 11px);
    font-size: 22px;
    font-family: 'OTTIS';
    text-align: left;
    color: #ffffff;
}
.card-body{
    padding: 5%;
    border-radius: 40px;
    background-color: #001C51;
    height: 100%;

}
.card{
    background-color: transparent;
    border: none;
}

.title-text{
    text-align: center;
    font-family: 'OTTIS_Titulo1'; 
    color: #ffffff;
}
.sub-title-text{
    text-align: center;
    font-family: 'OTTIS_Titulo5'; 
    color: #ffffff;
}
.row-card{
    padding: 5%;
    height: 75%;
}
.img-pasos{
    height: 10vh;
    width: auto;
}