

/*************  HOME  *************/

.banner .flexslider .slides {
    height: 700px;
}

.banner .flexslider .slides li,
.banner .flexslider .slides li img {
    height: 100%;
}

.ult-noti {
    padding-top: 100px;
}

section.ult-noti.no-home{
	padding-top: 0;
}

.noti-pad .noti-img img {
    aspect-ratio: 13.2/9;
    object-fit: cover;
}

.ema-onli .onli-rgt {
    width: 100%;
}

.ema-onli .onli-rgt .o-rgt-cnt {
    width: 100%;
    /* left: calc((100% - 1170px) / 2); */
    left: 0;
}

.ate ul li .ate-cnt span.im {
    background-size: contain !important;
}


/*************  SOBRE NOSALTRES  *************/

.atencio-para.canal a {
    align-items: center;
    justify-content: center;
    background: #0050A0;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'TitilliumWeb-SemiBold';
    line-height: 16px;
    padding: 0 45px;
    cursor: pointer;
    transition: all 0.5s ease;
    letter-spacing: 0.06em;
    display: inline-flex;
    height: 46px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.atencio-para.canal a:hover {
    background: #f9271c;
}

.comprovacio-interiors ul li .interior-img img {
    width: 50px;
    height: 50px;
}


/*************  LA TEVA AIGUA  *************/

.mapa ul li.map-po .map-cnt ul li {
    font-family: 'TitilliumWeb-Regular';
    font-size: 14px;
    padding: 0;
    letter-spacing: 0em;
    line-height: 18px;
    text-align: left;
    color: #fff;
    background: none;
    border: none;
    justify-content: left;
    height: auto;
    width: 100%;
    position: relative;
}

/*************  HEADER  *************/


.hdr-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hdr-div .top-rht {
    padding-top: 0px;
}


.hdr-div .buttons .ajuda a {
    font-family: 'TitilliumWeb-Bold';
    font-size: 14px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 7px 15px 7px 40px;
    background: url(../images/help-circle-w.svg) no-repeat left 8px center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.hdr-div .buttons .ajuda a:hover {
    background: #fff url(../images/help-circle.svg) no-repeat left 8px center;
    color: #0050a0;
}

footer {
    padding-bottom: 30px;
}

.otgs-development-site-front-end {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hdr-div {
        display: none;
    }
}

.header-btm .head-rgt ul.mu1 li.ajuda a {
    background: url(../images/canals-contacte.svg) no-repeat left 8px center;
}

.header-btm .head-rgt ul.mu1 li.ajuda a:hover {
    background: #0050a0 url(../images/canals-contacte-w.svg) no-repeat left 8px center;
    color: #fff;
}

.mapa ul li.map-po .map-cnt h2::after {
    content: "";
    position: absolute;
    background: url(../../resources/v1/images/w-arr.svg) no-repeat;
    width: 8px;
    height: 14px;
    right: 15px;
    top: 20px;
}

.mapa ul li.map-po .map-cnt h2 {
    transition: all .5s ease;
    padding-right: 20px;
}

.mapa ul li.map-po .map-cnt h2:hover {
    cursor: pointer;
    text-decoration: underline;
}

.login {
    width: 100%;
    position: relative;
    float: left;
}

/* section.bred-crem.blue {
    background: #004d9d;
} */

.login .login-lft-cont h2, .login .login-lft-cont ul {
    width: auto;
    max-width: 80%;
}

.pagi {
	text-align: center;
}

.pagi .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 8px;
    font-family: 'TitilliumWeb-Regular';
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #343434;
    padding: 0 18px;
}

.pagi .prev img {
    transform: rotate(180deg);
}

.pagi .page-numbers.current {
    background: #2863A3;
    font-family: 'TitilliumWeb-Bold';
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.legal_page a {
    font-family: 'TitilliumWeb-semibold';
    font-size: 16px;
    line-height: 26px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    letter-spacing: -0.2px;
    color: #0050A0;
    border-bottom: 2px solid #0050A0;
}

.legal_page strong{
    font-family: 'TitilliumWeb-Bold';
}


@media screen and (max-width: 767px) {
	.hdr-div {
		display: none;
	}

	/* .ema-onli .onli-rgt .o-rgt-cnt {
        left: 40px;
    } */

	.ult-noti {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.ai-teu {
		padding: 64px 0 76px 0;
	}

    .ult-noti .uti-tit a {
        /* display: inline; */
    }

	.header-btm .head-lft ul { flex-flow: wrap; justify-content: center; }
	.header-btm .head-lft ul li.logo::after { display: none; }
	.logo { width: 100%; }

	.news-list ul {
		padding-top: 20px;
	}
}

@media screen and (min-width: 639px) {
	.normativa-cont p .alignleft {
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.normativa-cont p .alignright {
		float: right;
		margin-left: 15px;
		margin-bottom: 15px;
	}

}

@media screen and (max-width: 639px) {
	.normativa-cont p img{
		width: 100%!important;
	}

	.content-area {
		padding-bottom: 40px;
	}
}