#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;
}
.wellcome{
    position: absolute;
    top: 20vw;
    font-family: 'OTTIS_Titulo1'; 
    color: white;
}
.conecta{
    background:linear-gradient(to right, #00528D, #001C51);
    padding-top: 2%;
    
}

.title-card{
    /* position: absolute; */
    text-align: right;
    font-family: 'OTTIS_Titulo1'; 
    color: #ffffff;
    font-size: 78px;
    font-weight: 300;
    /* font-size: 4vw;  */
}
.sub-title-card{
    font-family: 'OTTIS';
    text-align: right;
    color: #ffffff;
    font-size: 78px;
    font-weight: 300;
}
.text-card{
    text-align: right;
    font-family: 'OTTIS';
    color: #ffffff;
    vertical-align: middle;
    font-size: 32px;
    font-weight: 200;
}
#resaltado{
    font-weight: bolder; 
}
.card-slider{
    /* background-color: white; */
    text-align: center;
    width: 350px;
    height: 400px;
    /* left: 50%; */
}
.img-card{
    width: 100%;
}
.card-body{
    padding: 2%;
}
@media (max-width:769px) {
    .img-card{
        display: none;
    }
    .title-card{
        font-size: 44px ;
    }
    .sub-title-card{
        font-size: 44px;
    }
    .text-card{
        font-size: 28px;
    }
}
@media (max-width:991px) {
    .title-card{
        font-size: 44px ;
    }
    .sub-title-card{
        font-size: 44px;
    }
    .text-card{
        font-size: 28px;
    }
}