/* ====== DEFAULT ====== */
html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	font-optical-sizing: auto;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.transition {
	transition: all 0.2s linear;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.topoPage {
	background: url(../images/bg-topo.jpeg) no-repeat center bottom;
	background-size: cover;
	padding: 70px 0 45px;
	border-radius: 0 0 30px 30px;
	height: 480px;
	margin-bottom: 80px;
}

.topoPage .row {
	height: 100%;
}

.topoPage .logo {
	margin-bottom: 25px;
	margin-top: 30px;
}

.topoPage h1 {
	font-size: 36px;
	font-weight: 700;
	color: var(--bs-white);
}

.titleSection {
	margin-bottom: 30px;
}

.titleSection h2 {
	font-size: 32px;
	font-weight: 700;
	color: #438949;
}

.titleSection p {
	font-size: 20px;
	color: #1F2D4C;
	margin-top: 5px;
	line-height: 30px;
}

.numeros {
	margin-bottom: 55px;
}

.numeros ul li {
	background-color: var(--bs-white);
	border-radius: 0 30px 0 30px;
	padding: 30px 5px 35px;
	margin-bottom: 30px;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.numeros ul li h5 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-top: 10px;
}

.conteudos,
.solucoes,
.agenda,
.social,
.galeria {
	margin-bottom: 70px;
}

.social .ff-stream{
    background-color: #fff;
}

.arrowLeft {
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
	font-size: 22px;
	color: #327989;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	left: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.arrowRight {
	width: 40px;
	height: 40px;
	background-color: var(--bs-white);
	font-size: 22px;
	color: #327989;
	cursor: pointer;
	outline: none;
	top: 50%;
	margin-top: -20px;
	right: 5px;
	z-index: 10;
	box-shadow: 0px 8px 40px 0px rgba(189, 223, 246, 0.45);
}

.arrowLeft:hover,
.arrowRight:hover {
	background-color: #438949;
	color: var(--bs-white);
}

.slidePosts,
.slideSoluces,
.slideAgenda,
.slideSocial {
	width: 84%;
	margin: 0 auto;
}

.slidePosts .swiper-slide,
.slideSoluces .swiper-slide {
	height: auto;
	padding: 5px 15px 30px;
}

.slidePosts .postagem {
	overflow: hidden;
	border-radius: 0 15px 0 15px;
	box-shadow: 0px 7px 20px 0px rgba(93, 93, 93, 0.2);
	max-width: 324px;
	margin: 0 auto;
}

.slidePosts .postagem .layer {
	width: 100%;
	height: 100%;
	padding: 30px 25px;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(6, 27, 55, 0) 0%, rgba(6, 27, 55, 0) 15%, rgba(6, 27, 55, 1) 100%);
}

.slidePosts .postagem .ratio img{
    object-fit: cover;
}

.slidePosts .postagem h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--bs-white);
	line-height: 26px;
	margin-bottom: 10px;
}

.slidePosts .postagem h3 a {
	color: var(--bs-white);
}

.slidePosts .postagem a.lkMore {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	padding: 8px 15px;
	border-radius: 8px;
	background: #DA3232;
}

.slidePosts .postagem a.lkMore:hover {
	background: #E36932;
}

.slideSoluces .solucao {
	overflow: hidden;
	border-radius: 0 15px 0 15px;
	box-shadow: 0px 7px 20px 0px rgba(93, 93, 93, 0.2);
	max-width: 268px;
	margin: 0 auto;
}

.slideSoluces .solucao .ratio img{
    object-fit: cover;
}

.slideSoluces .solucao a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 24px;
	font-weight: 700;
	color: var(--bs-white);
	line-height: 30px;
	z-index: 10;
	padding: 0 10px 20px;
	background: linear-gradient(180.00deg, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
}

.slideSoluces .solucao a i {
	font-size: 20px;
	margin-top: 10px;
	transition: all 0.2s linear;
}

.slideSoluces .solucao a:hover i {
	margin-left: 30px;
	transition: all 0.2s linear;
}

.slideSocial .swiper-slide {
	height: auto;
	padding: 5px 15px 30px;
	overflow: hidden;
	border-radius: 8px;
}

.slideSocial .swiper-slide img {
	border-radius: 8px;
	box-shadow: 0px 7px 20px 0px rgba(93, 93, 93, 0.2);
}

.slideAgenda .swiper-slide {
	height: auto !important;
	padding: 5px 15px 30px;
}

.slideAgenda .evento {
	border-radius: 0 12px 0 12px;
	box-shadow: 0px 8px 20px 0px rgba(189, 223, 246, 0.45);
	background-color: var(--bs-white);
	padding: 25px 25px 90px;
	height: 100%;
}

.slideAgenda .evento .data {
	font-size: 18px;
	font-weight: 400;
	color: #1F2D4C;
	margin-bottom: 15px;
}

.slideAgenda .evento .data span {
	font-size: 48px;
	font-weight: 700;
	line-height: 54px;
}

.slideAgenda .evento h3 {
	font-size: 22px;
	font-weight: 700;
	color: #1F2D4C;
	line-height: 30px;
}

.slideAgenda .evento h3 a {
	color: #1F2D4C;
}

.slideAgenda .evento h3 a:hover {
	color: #efa72b;
}

.slideAgenda .evento a.lkMore {
	font-size: 16px;
	font-weight: 700;
	color: var(--bs-white);
	padding: 8px 20px;
	background-color: #E36932;
	border-radius: 8px;
	left: 25px;
	bottom: 25px;
}

.slideAgenda .evento a.lkMore:hover {
	background-color: #DA3232;
}

.lkLoad {
	background: #E36932;
	width: 50px;
	height: 50px;
}

.lkLoad:hover {
	background: #438949;
}

.galeria .baseLista {
    margin-bottom: 40px;
}

.galeria .baseLista.hidden li:nth-child(n+9) {
    height: 0;
    visibility: 0;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;

}

.galeria .baseLista li {
    padding: 15px;
}

.galeria .baseLista li a{
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.galeria .baseLista li a img {
    object-fit: cover;
}

#page-veolia .footer {
	padding: 65px 0;
	background: #2C2C2C;
}

.footer .logo {
	max-width: 180px;
	height: auto;
}

.footer .links {
	margin-top: 30px;
}

.footer .links a {
	margin: 0 8px;
}

.footer .links a:hover {
	opacity: 0.7;
}

@media only screen and (min-width : 576px) {
	.topoPage {
		height: 540px;
		padding-top: 80px;
	}

	.titleSection h2 {
		font-size: 36px;
	}

	.numeros ul li {
		width: 220px;
	}

	.arrowLeft,
	.arrowRight {
		width: 50px;
		height: 50px;
		font-size: 28px;
		margin-top: -25px;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage h1 {
		font-size: 44px;
	}

	.titleSection h2 {
		font-size: 40px;
	}

	.numeros ul li {
		width: 310px;
	}

	.slidePosts,
	.slideSoluces,
	.slideAgenda,
	.slideSocial {
		width: 88%;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage h1 {
		font-size: 54px;
	}

	.titleSection h2 {
		font-size: 42px;
	}

	.numeros .baseLista {
		padding-left: 0;
		padding-right: 0;
	}

	.numeros ul li {
		width: 18%;
	}

	.slidePosts,
	.slideAgenda {
		width: 90%;
	}
}

@media only screen and (min-width : 1200px) {

	.slideSoluces,
	.slideSocial {
		width: 90%;
	}
}

@media only screen and (min-width : 1400px) {
	.numeros {
		max-width: 1430px;
	}

	.numeros ul li {
		width: 18.5%;
	}

	.slidePosts,
	.slideAgenda {
		width: 80%;
	}

	.arrowLeft {
		width: 60px;
		height: 60px;
		font-size: 30px;
		margin-top: -30px;
		left: 60px;
	}

	.arrowRight {
		width: 60px;
		height: 60px;
		font-size: 30px;
		margin-top: -30px;
		right: 60px;
	}

	.solucoes .arrowLeft,
	.social .arrowLeft {
		left: 5px;
	}

	.solucoes .arrowRight,
	.social .arrowRight {
		right: 5px;
	}
}

@media only screen and (min-width : 1520px) {
	.galeria .baseLista {
		max-width: 1520px;
	}

}

@media only screen and (min-width : 1600px) {
	.galeria .baseLista {
		max-width: 1580px;
	}
}