:root {
	--azul: #009bdf;
	--azul2: #1774e6;
	--verde: #8ec89a;
	--verde2:  #447e66;
}

body{
	background-color: #efefef;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 25px;
	transition: background 0.2s linear;
	overflow-x: clip !important;
}


.dark {
	background: #292c35 !important;
	transition: background 0.2s linear;
}

.corpo-dark{
	transition: background 0.2s linear;
	color: #fff !important;
}
.corpo-modal-dark{
	transition: background 0.2s linear;
	color: #fff !important;
}

.comite{
	background-color: #fafafa;
	transition: background 0.2s linear;
	color: #333;
}
.comite-dark{
	background: #2e3343 !important;
	transition: background 0.2s linear;
	color: #fff !important;
}

.checkbox {
	opacity: 0;
	position: absolute;
}

.label {
	background-color: $transparent;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #fff;
	padding: 5px;
	position: relative;
	height: 25px;
	width: 50px;
	transform: scale(1.5);

}


.label .ball {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 1.5px;
	left: 2px;
	height: 17px;
	width: 17px;
	transform: translateX(0px);
	transition: transform 0.2s linear;
}

.checkbox:checked + .label .ball {
	transform: translateX(24px);
}

.fa-moon {
	color: #fff;
	font-size: 12px;
}

.fa-sun {
	color: #fff;
}


blockquote{
	font-size: 20px;
	line-height: 25px;
	font-style: italic;
	color: var(--azul);
	font-weight: bold;
	text-align: left;
}

a:hover , a:visited{
	text-decoration: none !important;
}

.vertical-center {
	display: flex;
	align-items: center;
}
.vertical-bottom{
	display: table;
	vertical-align: bottom;
}

h1{
	font-size: 45px;
	line-height: 50px;
}
h2{
	font-size: 30px;
	line-height: 32px;
}
h3{
	font-size: 25px;
	line-height: 30px;
}
h5{
	font-size: 18px;
	line-height: 22px;
}
section{
	padding: 30px;
}
header{
	padding: 10px 0;
	background-color: #88c9ee;
}
.logo{
	width: 200px;
}
.bg-img{
	background-size: cover;
	/*background-attachment: fixed;*/
}
.branco{
	color: #fff !important;
}
.preto{
	color:#333 !important;
}
.azul{
	color:var(--azul) !important;
}
.azul2{
	color:var(--azul2) !important;
}
.verde{
	color:var(--verde) !important;
}
.verde2{
	color:var(--verde2) !important;
}
.bg-branco{
	background-color: #ffffff;
}
.bg-azul{
	background-color: var(--azul);
}
.bg-azul2{
	background-color: var(--azul2);
}
.bg-verde{
	background-color: var(--verde);
}
.bg-verde2{
	background-color: var(--verde2);
}
.botao1{
	background-color: var(--azul);
	font-size: 12px;
	color: #fff;
	padding: 8px 15px;
	margin: 15px 0px;
	border: none;
	border-radius: 4px;
	text-transform: uppercase;
	transition: all ease 0.3s;
	font-weight: 700;
}
.botao1:hover{
	background-color: var(--azul2);
	transition: all ease 0.3s;
}
.botao2{
	background-color: #fcaf17;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	padding: 8px 15px;
	margin: 15px 0px;
	border: none;
	border-radius: 4px;
	text-transform: uppercase;
	transition: all ease 0.3s;
}
.botao2:hover{
	background-color: #f9e430;
	transition: all ease 0.3s;
}
.botao3{
	background-color: var(--azul);
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	line-height: 25px;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 10px;
	transition: all ease 0.3s;
}
.botao3:hover{
	background-color: var(--azul2);
	color: #fff;
	transition: all ease 0.3s;
}
.bt-whatsapp{
	background-color: var(--azul);
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	line-height: 25px;
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 10px;
	transition: all ease 0.3s;
}
.bt-whatsapp:hover{
	background-color: var(--azul2);
	color: #fff;
	transition: all ease 0.3s;
}
.noticia-principal h1{
	font-size: 35px;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.noticia-principal h3{
	font-size: 15px;
}
.box1{
	font-size: 18px;
	line-height: 23px;
}
.spacer-foto{
	width: 100%;
	display: block;
	height: 330px;
}

.pretitulo{
	background-color: var(--azul);
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding: 4px 15px;
	display: inline-block;
	text-transform: uppercase;
}
.pretitulo-interna{
	color: var(--azul);
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.titulo1{
	font-family: 'Montserrat', sans-serif;
	color: var(--azul);
	font-size: 45px;
	line-height: 50px;
	font-weight: 900;
	text-transform: uppercase;
}
.card{
	border-radius: 0;
	border:none;
}
.card-img-top{
	border-radius: 0;
}
.card h5{
	font-size: 25px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #fff;
}
.card h6{
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #fff;
}
.card-body{
	background-color: #82ca9c;
	padding: 15px;
}

.card2 .card-img-top{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.card2 .card-body{
	background: rgb(0,96,169);
	background: linear-gradient(90deg, rgba(0,96,169,1) 0%, rgba(130,202,156,1) 100%);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.card2 .card-body h5{
	font-size: 20px;
	line-height: 25px;
}
.card2{
	padding: 5px;
	background-color: transparent;
	transition: all ease 0.3s;
}
.card2:hover{
	padding: 0;
	transition: all ease 0.3s;
}

.noticia-grande-home h4{
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.noticia-grande-home h2{
	font-size: 20px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.noticia-grande-home h3{
	font-size: 14px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
}
.mais-videos h2{
	border-bottom: 1px solid #000;
	font-size: 23px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;

}
.mais-videos h3{
	font-size: 18px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.mais-videos h4{
	font-size: 14px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
.mais-videos h5{
	font-size: 10px;
	line-height: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.mais-videos article{
	margin: 10px 0;
}


.capa16{
	background-image: url('img/capa16.jpg');
	background-size: cover;
	background-position: center;
}

.materia{
	position: relative;
	text-align: center;
	color: white;
	text-align: left;
	/*background-size: cover;*/
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.materia h2{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}
.materia h2, .materia h4{
	z-index: 10;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.materia:hover .bottom-left{
	display: none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.materia-over{
	width: 100%;
	height: 100%;
	opacity: .6;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.materia-over h3{
	font-size: 16px;
	line-height: 21px;
	opacity: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.materia:hover .materia-over, .materia:hover .materia-over h3{
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.materia1{
	height: 130px;
}
.materia2{
	height: 260px;
}

.mais{
	width: 20px;
}
.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
}

.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}

.top-right {
	position: absolute;
	top: 8px;
	right: 16px;
}

.bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.modal,
.modal-dialog,
.modal-content {
    /* 80% of window height */
    width: 98%;
    height: 90%;
}
.modal-content object{
	height: 100%;
	width: 100%;
}
.modal-body {
    width: 100%;
}

.pointer:hover{
	cursor: pointer;
}




.edicao{
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
}
.edicao-sub{
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}

.redes{
	font-size: 25px;
	margin: 8px;
	color: #fff;
	transition: all ease 0.3s;
}
.redes:hover{
	transition: all ease 0.3s;
	color: var(--azul2);
}
.redes-base{
	color: #fff;
	padding: 20px 0;
}

.texto-over{
	z-index: 101;
	position: absolute;
	width: 97%;
	height: 97%;
}
.subtitulo{
	font-size: 16px !important;
	line-height: 20px !important;
}
.texto1{
	font-size: 12px !important;
	line-height: 14px !important;
}
.texto2{
	font-size: 14px !important;
	line-height: 20px !important;
}

.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	filter: brightness(60%);
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: brightness(35%);
}

.pelas-aguas{
	max-width:250px;
	margin: 20px 0;
}

.digital{
	font-size: 30px;
	color: var(--azul);
	font-weight: bold;
}

article h4{
	font-size: 16px;
	font-weight: bold;
}

article h5{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.filtro{
	filter: grayscale(10%) brightness(65%) hue-rotate(15deg) saturate(115%);
	-webkit-filter: grayscale(10%) brightness(65%) hue-rotate(15deg) saturate(115%);
	-moz-filter: grayscale(10%) brightness(65%) hue-rotate(15deg) saturate(115%);
}

.filtro-background{
	backdrop-filter: grayscale(10%) brightness(65%) hue-rotate(15deg) saturate(115%);
}

.indicators b{
	font-size: 40px;
	color: var(--azul);
	margin: 0 10px;
}
.indicators b:hover{
	color: var(--azul2);
	cursor: pointer;
}




.carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 10px;
	border-radius: 100%;
	background-color: var(--azul2);
}
.carousel-indicators li.active {
	background-color: var(--azul);
}
.carousel-indicators {
	bottom: -60px;
}





.order1{
	order: 1;
}
.order2{
	order: 2;
}
.order3{
	order:3;
}

.expediente{
	font-size: 12px;
	line-height: 16px;
}









@media (max-width: 575px) { 

	.order1{
		order: 2;
	}
	.order2{
		order: 1;
	}
	.order3{
		order:3;
	}

	.pelas-aguas{
		max-width:250px;
		margin: 20px 0;
	}
	.digital{
		font-size: 25px;
	}
	h1{
		font-size: 25px !important;
		line-height: 30px !important;
	}
	h2{
		font-size: 20px;
		line-height: 22px;
	}
	h3{
		font-size: 18px;
		line-height: 20px;
	}
	h5{
		font-size: 16px;
		line-height: 20px;
	}
	.logo{
		width: 180px;
	}
	.indicators b{
		font-size: 40px;
		color: var(--azul);
		margin: 0 5px;
	}
	.materia2{
		height: 130px;
	}




}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 767px) { 

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 

}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  


}

.full-bleed {
  width: 100vw !important;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.img-autor {
	aspect-ratio:1; object-fit: cover; object-position: top center;
}