footer > div > div > ul > li > a{
    color: #fff;
}

a.recentes, .card-title{
    color: #1298D4!important;
}

a.footer-link {
    color: #fff!important;
}

a.footer-link:hover, a.recentes:hover, .card-title:hover {
    color: #23527c!important;
}

.mt-50{
    margin-top: 50px;
}
.road-content {
    border-left: none;
}

 .road-content a{
        color: #1298D4!important;
    }
            
    .road-content a:hover{
        color: #23527c!important;
    }

.c1 {
    padding: 2vh 2vw 2vh 4vw;
}

.p1{
    font-size: 21px;margin-top: 40px;
}

.p2 {
    font-size: 21px;margin-top: 40px;position: relative;z-index: 1;
}

.ceu02{
        position: absolute;bottom:0;height:50em;
    }

@media screen and (max-width: 991px) {
    .p1{
        margin-top: 10px;
    }
    .ceu02{
        height:40em;margin-left: 50vw;
    }
    .p2 {
        margin-top: -35px;
    }
}

@media screen and (max-width: 767px) {
    .p1{
        margin-top: -35px;
    }
}