/* Footer */
.footer-news:nth-child(1) {width: calc(270/1190*100%);}

.footer-news .title {
    margin-bottom: 30px;
}

.footer-news .title h3 {
    font-family: "UTM Davida";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F0CC60 0%, #FFEDB2 50%, #F0CC60 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-news .title span {
    color: #FFF;
    font-family: "UTM Davida";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F0CC60 0%, #FFEDB2 50%, #F0CC60 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-news:nth-child(2) {width: calc(240/1190*100%);}
.footer-news:nth-child(3) {width: calc(250/1190*100%);}
.footer-news:nth-child(4) {width: calc(280/1190*100%);}
.footer-ul { }
.footer-ul li {position: relative;padding-left: 35px;margin-bottom: 16px !important;!i;!;}
.footer-ul li:after {position: absolute;content: '';background: url('../images/css20.png') no-repeat;width: 26px;height: 17px;left: 0;}
.footer-ul li a {color: #FFF;font-family: Montserrat;font-size: 14px;font-style: normal;font-weight: 500;line-height: normal;text-transform: capitalize;}
.footer-ul li a:hover {background: linear-gradient(90deg, #F0CC60 0%, #FFEDB2 50%, #F0CC60 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.info-footer .flex-footer { display: flex; justify-content: space-between; gap: 20px; }
.info-footer .flex-footer .box-footer .social-footer { display: flex; gap: 5px; margin: 10px 0px; }
.info-footer .flex-footer .box-footer:nth-child(1) { width: 33.3%; }
.info-footer .flex-footer .box-footer:nth-child(2) { width: 40%; }
.info-footer .flex-footer .box-footer:nth-child(3) { width: 25%; }
.info-footer .flex-footer .title-footer { text-transform: uppercase; margin-bottom: 20px; font-weight: 700; font-size: 14px; }
.info-footer .flex-footer .service-footer { margin-top: 20px; }
.info-footer .flex-footer .service-footer ul { padding: 0px; margin: 0px; }
.info-footer .flex-footer .service-footer ul li { list-style: none; padding: 5px 0px; }
.info-footer a { color: #fff; }
.footer-map { }
.footer-map iframe {width: 100%;height: 500px;border-radius: 20px;}
.footer-article {overflow: hidden;background-image: url(../images/bgft.png);background-position: center;background-size: cover;position: relative;color: #fff;}

.footer-article:before {
    content: '';
    position: absolute;
    background: url('../images/css19.png');
    width: 100%;
    height: 48px;
    top: 0;
    left: 0;
}
.title-footer {margin-bottom: 1rem;font-family: Montserrat;font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;text-transform: uppercase;background: linear-gradient(90deg, #F0CC60 0%, #FFEDB2 50%, #F0CC60 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;position: relative;padding-bottom: 12px;}

.title-footer:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: rgba(255, 237, 178, 0.30);
    bottom: 0;
    left: 0;
}

/* Tags */
.title-tags { position: relative; font-size: 1em; font-weight: 600; padding-bottom: 15px; margin-bottom: 15px; color: #777; }
.title-tags:after { content: ''; position: absolute; left: 0px; bottom: 0px; background-color: rgba(0, 0, 0, 0.1); display: block; height: 3px; width: 30px; }
.flex-tags { display: flex; gap: 5px; }
.flex-tags a { color: #333; border: 1px solid; border-radius: 3px; display: inline-block; font-size: 0.8em !important; opacity: 0.8; padding: 2px 5px; }
.flex-tags a:hover { background-color: #446084; border-color: #446084; color: #fff; opacity: 1; }
.footer-powered {
    color: var(--FFFFFF, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.021px;
}

.footer-powered .wrap-content {
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    padding-top: 20px;
}

.footer-powered span {
    color: #FFEDB2;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.021px;
}