:root {
    --red-wai: #f9271c;
    --alert-wai: #ea180d;
    --dblue-wai: #2863A3;
    --blue-wai: #afcfe8;
    --owhite-wai: #EBEBEB;
    --white-wai: #ffffff;
    --gray-wai: #727272;
}

/* ACCESSIBILITY CONRAST */

.header-top {
    background: var(--alert-wai);
}

.header-top ul li,
.header-top ul li ul li a {
    color: var(--white-wai);
    text-shadow: 0px 0px 1px rgb(55, 90, 99);
}

.header-btm .head-rgt ul.mu1 li.search .search-pad input[type="text"] {
    color: var(--gray-wai);
}

.header-shadow div.hdr-top div.row div.hdr-div div.top-rht ul li a {
    color: var(--owhite-wai);
}

.header-top ul li img.warning {
    filter: drop-shadow(0px 0px 1px var(--owhite-wai));
}

span.pojo-sr-only.sr-only {
    background: #fff;
    color: #000;
}

/* END ACCESSIBILITY CONRAST */

/* HOME */
.banner .flexslider ul.slides li .flex-caption .row .flex-cont h1 {
    text-shadow: 0px 0px 1px var(--dblue-wai);
}

.noti-pad .noti-cnt h2 {
    font-family: 'TitilliumWeb-Bold';
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 30px;
    text-align: left;
    padding-right: 30px;
    color: #353535;
    margin-bottom: 10px;
}

.anar ul li .soba h2 {
    text-transform: uppercase;
}

/* END HOME */

/* PLUGUIN COOKIES */
.cli-privacy-overview>p {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0;
    font-weight: bold;
}

.cli-btn:focus {
    outline: 1;
}

/* END PLUGUIN COOKIES */

/* ALTRES */
.imgtext-lft h2 {
    font-family: 'TitilliumWeb-bold';
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
    color: #343434;
    text-align: left;
    width: 100%;
}

.norma.tarifes .tarifes-width.comptador h2 {
    font-family: "TitilliumWeb-semibold";
    font-size: 25px;
    line-height: 30px;
    color: #3C414B;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.tarraquanins h2 {
    font-family: 'TitilliumWeb-Semibold';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
}

.content-area .cercador h1 {
    font-family: 'TitilliumWeb-Bold';
    font-size: 48px;
    letter-spacing: normal;
    line-height: 50px;
    color: #2863A3;
    margin-bottom: 25px;
    margin-top: 60px;
    text-align: center;
}


.info-contacte.est-ingo-lst ul li:first-child {
    border-top: none;
    padding-top: 0px;
}

.per-telefone h2 {
    font-size: 30px;
    line-height: 46px;
    color: #0050A0;
    font-family: "TitilliumWeb-bold";
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.per-telefone ul li h3 {
    font-family: 'TitilliumWeb-SemiBold';
    font-size: 18px;
    line-height: 30px;
    color: #343434;
    margin-bottom: 10px;
}

.banner-text-center h2 {
    font-size: 30px;
    line-height: 46px;
    color: #0050A0;
    font-family: "TitilliumWeb-bold";
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.norma.tarifes .tarifes-width h2 {
    font-family: "TitilliumWeb-semibold";
    font-size: 25px;
    line-height: 30px;
    color: #3C414B;
    float: left;
    width: 100%;
    margin-bottom: 35px;
    letter-spacing: normal;
}

.cicle-aigua .atencio-cont h2 {
    font-family: 'TitilliumWeb-SemiBold';
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 40px;
    color: #343434;
    width: 100%;
    text-align: left;
}

/* END ALTRES */


/* MEDIAS */
@media screen and (max-width: 767px) {
    .noti-pad .noti-cnt h2 {
        padding-right: 0;
    }

    .content-area .info-contacte ul#sistems-search-results li a .ser-pad {
        display: block;
    }

    .content-area .info-contacte ul#sistems-search-results li a .ser-pad .ser-rgt {
        padding-right: 0;
    }

    .per-telefone h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .per-telefone ul li h3 {
        line-height: 20px;
    }

    .banner-text-center h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

/* END MEDIAS */




/* JIRA EADT-127 ACCESSIBILITAT */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.accessible-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -9999px;
}

/* END JIRA EADT-127 ACCESSIBILITAT */