.topo{
	height: 190px;
}
.space2{
	height: 190px;
}

.banner-transp{
	width: 100%;
	height: 501px;
	background-image: url('../images/transp/banner-transparencia.png');
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
}
.bn-text{
	width: 200px;
	position: absolute;
	top: 52%;
    right: 28%;
}
.bn-text h2{
	color: #fff;
	font-size: 65px;
	font-family: typo-hoop-bold;
}

.relatorios{
	width: 100%;
	background-image: url('../images/transp/bg-relat2.png');
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 100px;
}
.relatorios-content{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	position: relative;
}
.rc-text{
	width: 35%;
    margin-top: 30px;
    margin-right: 50px;
}
.rc-text h2{
	font-size: 70px;
	color: #8724b9;
	margin-bottom: 15px;
	font-family: typo-hoop-bold;
}
.rc-text p{
	color: #868686;
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.rc-link{
	width: 100%;
}
.rc-link a.link1{
	background-color: #58d94c;
	color: #fff;
	border: 1px solid #58d94c;
	border-radius: 40px;
	padding: 10px;
	font-family: type-hoop-regular;
}
.rc-link a.link1:hover{
	background-color: #fff;
	color: #58d94c;
}
.rc-link a.link2{
	border: 1px solid #58d94c;
	background-color: #fff;
	color: #58d94c;
	border-radius: 40px;
	padding: 10px;
	font-weight: 700;
	margin-left: 12px;
	font-family: type-hoop-regular;
}
.rc-link a.link2:hover{
	border: 1px solid #fff;
	background-color: #58d94c;
	color: #fff;
}


.rc-box{
	width: 61%;
	display: flex;
    flex-flow: wrap;
    position: relative;
}
.rc-box h2{
	color: #0f266f;
	font-size: 55px;
	width: 25%;
	padding-right: 20px;
	margin-right: 80px;
	padding-left: 35px;
	font-family: typo-hoop-bold;
}
.rc-box h3{
	color: #868686;
	width: 25%;
	font-size: 17px;
	margin-right: 28px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif; 
}
.rc-box1, .rc-box2, .rc-box3, .rc-box4, .rc-box5, .rc-box6{
	width: 380px;
	height: 133px;
	border: 1px solid #dadada; 
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.rc-box1, .rc-box3, .rc-box5{
	margin-bottom: 30px;
	margin-right: 30px;
}
.box-img1, .box-img2, .box-img3, .box-img4, .box-img5, .box-img6{
	position: relative;
}
.box-img1{
	width: 48px;
	height: 48px;
	background-color: #f30043;
	border-radius: 50%;
}
.box-img2{
	width: 48px;
	height: 48px;
	background-color: #ff7f00;
	border-radius: 50%;
}
.box-img3{
	width: 48px;
	height: 48px;
	background-color: #58d94c;
	border-radius: 50%;
}
.box-img4{
	width: 48px;
	height: 48px;
	background-color: #5b98fe;
	border-radius: 50%;
}
.box-img5{
	width: 48px;
	height: 48px;
	background-color: #8724b9;
	border-radius: 50%;
}
.box-img6{
	width: 48px;
	height: 48px;
	background-color: #fe3161;
	border-radius: 50%;
}

.rc-box1 img, .rc-box2 img, .rc-box3 img, .rc-box4 img, .rc-box5 img, .rc-box6 img{
	width: 23px;
	height: 24px;
	position: absolute;
	cursor: pointer;
}
.rc-box1 img{
	top: 19%;
    right: 27%;
}
.rc-box2 img{
	top: 19%;
	right: 29%;
}
.rc-box3 img{
	top: 22%;
	right: 27%;
}
.rc-box4 img{
	top: 22%;
	right: 29%;
}
.rc-box5 img{
	top: 22%;
	right: 27%;
}
.rc-box6 img{
	top: 78%;
	right: 29%;
}

.rc-box1:hover{
	background-color: #f30043;
	border: 1px solid #f30043; 
}
.rc-box2:hover{
	background-color: #ff7f00;
	border: 1px solid #ff7f00; 
}
.rc-box3:hover{
	background-color: #58d94c;
	border: 1px solid #58d94c; 
}
.rc-box4:hover{
	background-color: #5b98fe;
	border: 1px solid #5b98fe; 
}
.rc-box5:hover{
	background-color: #8724b9;
	border: 1px solid #8724b9; 
}
.rc-box6:hover{
	background-color: #fe3161;
	border: 1px solid #fe3161; 
}
.rc-box1:hover .box-img1, .rc-box2:hover .box-img2, .rc-box3:hover .box-img3, .rc-box4:hover .box-img4, .rc-box5:hover .box-img5, .rc-box6:hover .box-img6{
	background-color: #fef977;
}
.rc-box1:hover img, .rc-box2:hover img, .rc-box3:hover img, .rc-box4:hover img, .rc-box5:hover img, .rc-box6:hover img{
	filter: brightness(0) saturate(100%) invert(31%) sepia(53%) saturate(5243%) hue-rotate(331deg) brightness(111%) contrast(99%);
}
.rc-box1:hover h2, .rc-box2:hover h2, .rc-box3:hover h2, .rc-box4:hover h2, .rc-box5:hover h2, .rc-box6:hover h2, .rc-box1:hover h3, .rc-box2:hover h3, .rc-box3:hover h3, .rc-box4:hover h3, .rc-box5:hover h3, .rc-box6:hover h3{
	color: #fff;
}

.mais{
	position: absolute;
	cursor: pointer;
	top: 100%;
    right: 46%;
}



.certificados{
	margin-top: 140px;
	width: 100%;
	height: 346px;
	background-image: url('../images/transp/bg-certi.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.certificados-content{
	width: 1300px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.cc-title{
	width: 35%;
}
.cc-title h2{
	font-size: 70px;
	color: #fff;
	margin-top: 14%;
	font-family: typo-hoop-bold;
}
.cc-img{
	width: 65%;
	margin-top: 5%;
	display: flex;
}
.cc-right{
    position: absolute;
    top: 44%;
    right: -8%;
}
.cc-slide span{
	display: flex;
	color: #fff;
	font-size: 18px;
	justify-content: center;
	margin-bottom: 8%;
}
.cc-slide a{
	display: flex;
    place-content: center;
}




.informacoes{
	margin-top: 100px;
	margin-bottom: 80px;
	width: 100%;
	background-image: url('../images/transp/bg-info.png');
	background-repeat: no-repeat;
	background-position: center left;
}
.informacoes-content{
	width: 1300px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.ic-box{
	width: 66%;
	display: flex;
    position: relative;
    flex-flow: wrap;
}
.ic-img{
	margin-top: 10px;
}
.ic-img img{
    width: 453px;
    height: 726px;
    border-radius: 4%;
    object-fit: cover;
}
.ic-margin1, .ic-margin2, .ic-margin3, .ic-margin4{
	width: 380px;
    height: 350px;
    margin: 0px;
    padding: 10px;
}
.ic-margin1{
	margin-bottom: 60px;
	margin-right: 55px;
}
.ic-margin3{
	margin-right: 55px;
}

.ic-box1, .ic-box2, .ic-box3, .ic-box4{
	width: 360px;
	height: 330px;
	border-radius: 20px;
}
.ic-box1{
	background-color: #58d94c;
	border: 1px solid #58d94c;
}
.ic-box2{
	background-color: #fe3161;
	border: 1px solid #fe3161;
}
.ic-box3{
	background-color: #ff7f00;
	border: 1px solid #ff7f00;
}
.ic-box4{
	background-color: #8724b9;
	border: 1px solid #8724b9;
}
.ic-text{
	width: 80%;
	margin: 30px auto 0 auto;
}
.ic-text h2{
	font-size: 30px;
	color: #fef977;
	margin-bottom: 30px;
	font-family: typo-hoop-bold;
	height: 60px;
}
.ic-text p{
	color: #fef977;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	height: 150px;
}
.ic-img1, .ic-img2, .ic-img3, .ic-img4{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #ef8e15;
	border: 1px solid #ef8e15;
	position: relative;
	margin-left: 43%;
    margin-top: 9%;
}
.ic-img1 img{
	position: absolute;
	top: 25%;
    right: 26%;
}
.ic-img2 img{
	position: absolute;
	top: 25%;
    right: 26%;
}
.ic-img3 img{
	position: absolute;
	top: 25%;
    right: 26%;
}
.ic-img4 img{
	position: absolute;
	top: 25%;
    right: 26%;
}


.ic-margin1:hover{
	border: 1px dashed #58d94c;
	border-radius: 20px;
}
.ic-margin2:hover{
	border: 1px dashed #fe3161;
	border-radius: 20px;
}
.ic-margin3:hover{
	border: 1px dashed #ff7f00;
	border-radius: 20px;
}
.ic-margin4:hover{
	border: 1px dashed #8724b9;
	border-radius: 20px;
}
.ic-hover{
	display: none;
}
.ic-hover a{
	color: #fff;
	font-family: type-hoop-regular;
}
.ic-hover img{
	padding-left: 10px;
}
.ic-margin1:hover .ic-hover, .ic-margin2:hover .ic-hover, .ic-margin3:hover .ic-hover, .ic-margin4:hover .ic-hover{
	display: block;
	width: 277px;
	height: 48px;
	background-color: #ef8e15;
	border: 1px solid #ef8e15;
	border-radius: 30px;
	text-align: center;
	padding-top: 2%;
	margin: 8% 0 0 12%;
}
.ic-margin1:hover .ic-img1, .ic-margin2:hover .ic-img2, .ic-margin3:hover .ic-img3, .ic-margin4:hover .ic-img4{
	display: none;
}




@media screen and (min-width: 1921px){
	.banner-transp{
		height: 1400px;
	}
	.certificados{
		background-size: cover;
	}
}

@media screen and (max-width: 1600px){
	.banner-transp{
		height: 421px;
	}
	.cc-title h2{
		font-size: 70px;
	}
	.cc-slide img{
		width: 150px;
	}
	.rc-text h2, .cc-title h2{
		font-size: 65px;
	}
}

@media screen and (max-width: 1440px){
	.topo{
		height: 170px;
	}
	.space2{
		height: 170px;
	}

	.banner-transp{
		height: 379px;
	}
	.relatorios-content, .certificados-content, .informacoes-content{
		width: 1100px;
	}
	.rc-text h2, .cc-title h2{
		font-size: 55px;
	}
	.rc-text p{
		font-size: 17px;
	}
	.rc-link a.link1, .rc-link a.link2{
		font-size: 13px;
	}
	.rc-box1, .rc-box2, .rc-box3, .rc-box4, .rc-box5, .rc-box6{
		width: 318px;
	}
	.rc-box h2{
		font-size: 45px;
		width: 16%;
		padding-left: 20px;
	}
	.rc-box h3{
		margin-right: 6px;
		width: 34%;
	}
	.cc-slide span{
		font-size: 17px;
	}
	.cc-slide img{
		width: 130px;
	}
	.ic-box{
		width: 700px;
	}
	.ic-margin1, .ic-margin2, .ic-margin3, .ic-margin4{
	    width: 329px;
    	height: 319px;
    	padding: 6px;
	}
	.ic-margin1, .ic-margin3{
		margin-right: 30px;
	}
	.ic-box1, .ic-box2, .ic-box3, .ic-box4{
		width: 314px;
    	height: 305px;
	}
	.ic-text h2{
		font-size: 35px;
	}
	.ic-text p{
		font-size: 13px;
	}
	.ic-img1, .ic-img2, .ic-img3, .ic-img4{
		margin-top: 3%;
	}
	.ic-img{
		width: 400px;
	}
	.ic-img img{
		width: 400px;
	}
	.ic-hover a{
		font-size: 11px;
	}
	.ic-hover img{
		width: 27px;
	}

	.ic-margin1:hover .ic-hover, .ic-margin2:hover .ic-hover, .ic-margin3:hover .ic-hover, .ic-margin4:hover .ic-hover{
		width: 220px;
		height: 40px;
		margin: 4% 0 0 15%;
		padding-top: 3%;
	}
}

@media screen and (max-width: 1366px){
	.topo{
		height: 170px;
	}
	.space2 {
    	height: 178px;
	}
	.banner-transp{
		height: 360px;
	}
	.informacoes{
		margin-top: 0px;
	}
	.rc-box2 img, .rc-box4 img{
		right: 5.9%;
	}
}

@media screen and (max-width: 1280px){
	.topo{
		height: 139px;
	}
	.space2 {
    	height: 145px;
	}
	.banner-transp{
		height: 337px;
	}
	.relatorios-content, .certificados-content, .informacoes-content{
		width: 950px;
	}
	.rc-text h2{
		font-size: 45px;
	}
	.rc-text p{
		font-size: 14px;
	}
	.rc-link a.link1, .rc-link a.link2{
		font-size: 11px;
	}
	.rc-box1, .rc-box2, .rc-box3, .rc-box4, .rc-box5, .rc-box6{
		width: 270px;
		height: 91px;
	}
	.rc-box h2{
		padding-left: 10px;
		font-size: 35px;
		width: 40%;
		margin-right: -8px;
	}
	.rc-box h3{
		font-size: 16px;
		margin-right: 13px;
	}
	.cc-title h2{
		font-size: 45px;
	}
	.cc-slide span{
		font-size: 16px;
	}
	.cc-slide img{
		width: 110px;
	}
	.rc-box1 img{	
		top: 24%;
		right: 29%;
	}
	.rc-box2 img{
		top: 24%;
		right: 27%;
	}
	.rc-box3 img{
		top: 27%;
		right: 29%;
	}
	.rc-box4 img{
		top: 27%;
		right: 27%;
	}
	.rc-box5 img{
		top: 27%;
    	right: 29%;
	}
	.rc-box6 img{
		top: 27%;
		right: 27%;
	}
	.certificados{
		height: 311px;
	}
	.mais{
		right: 43.5%;
	}
	.mais img{
		width: 86%;
	}
	.ic-img{
		width: 325px;
	}
	.ic-img img{
		width: 325px;
	}
	.ic-box{
		width: 625px;
	}
	.ic-box1, .ic-box2, .ic-box3, .ic-box4{
		width: 275px;
		height: 260px;
	}
	.ic-margin1, .ic-margin2, .ic-margin3, .ic-margin4{
		width: 290px;
   	 	height: 273px;
	}
	.ic-margin1{
		margin-bottom: 35px;
	}
	.ic-margin1, .ic-margin3{
		margin-right: 25px;
	}
	.ic-text h2{
		margin-bottom: 15px;
	}
	.ic-text p{
		font-size: 12px;
	}
	.ic-img1, .ic-img2, .ic-img3, .ic-img4{
		margin-top: -7%;
		width: 43px;
    	height: 43px;
	}
	.ic-img1 img, .ic-img2 img, .ic-img3 img, .ic-img4 img{
		width: 20px;
	}
	.ic-margin1:hover .ic-hover, .ic-margin2:hover .ic-hover, .ic-margin3:hover .ic-hover, .ic-margin4:hover .ic-hover{
		width: 190px;
    	height: 36px;
    	margin: -6% 0 0 15%;
    	padding-top: 2%;
	}
	.ic-hover a{
		font-size: 10px;
	}

}

@media screen and (max-width: 1024px){
	.banner-transp{
		height: 270px;
	}
	.relatorios-content, .certificados-content, .informacoes-content{
		width: 800px;
	}
	.rc-text h2{
		font-size: 37px;
	}
	.rc-text p{
		font-size: 12px;
	}
	.rc-link a.link1, .rc-link a.link2{
		font-size: 9px;
	}
	.rc-box1, .rc-box2, .rc-box3, .rc-box4, .rc-box5, .rc-box6{
		width: 223px;
	}
	.rc-box h2{
		padding-left: 10px;
		font-size: 25px;
		margin-right: 0px;
	}
	.rc-box h3{
		font-size: 12px;
		margin-right: 10px;
	}
	.box-img1, .box-img2, .box-img3, .box-img4, .box-img5, .box-img6{
		width: 35px;
		height: 35px;
	}
	.box-img1 img, .box-img2 img, .box-img3 img, .box-img4 img, .box-img5 img, .box-img6 img{
		width: 15px;
		height: 15px;
	}
	.rc-box1 img{
		top: 25%;
   		right: 30%;
	}
	.rc-box2 img{
		top: 25%;
		right: 30%;
	}
	.rc-box3 img{
		top: 29%;
    	right: 30%;
	}
	.rc-box4 img{
		top: 29%;
		right: 30%;
	}	
	.rc-box5 img{
		top: 29%;
		right: 30%;
	}
	.rc-box6 img{
		top: 29%;
		right: 30%;
	}
	.mais{
		right: 40.5%;
	}
	.mais img{
		width: 63%;
	}
	.certificados{
		margin-top: 90px;
		height: 255px;
	}
	.cc-title h2{
		font-size: 35px;
		margin-top: 17%;
	}
	.cc-slide img{
		width: 90px;
	}
	.ic-img{
		width: 250px;
	}
	.ic-img img{
		width: 250px;
	}
	.ic-box{
		width: 550px;
	}
	.ic-text h2{
		font-size: 30px;
	}
	.ic-text p{
		font-size: 10px;
	}
	.ic-margin1{
		margin-bottom: 30px;
	}
	.ic-margin1, .ic-margin3{
		margin-right: 15px;
	}
	.ic-box1, .ic-box2, .ic-box3, .ic-box4{
		width: 250px;
	}
	.ic-margin1, .ic-margin2, .ic-margin3, .ic-margin4{
		width: 260px;
    	height: 273px;
    	padding: 4px;
	}
	.ic-img1, .ic-img2, .ic-img3, .ic-img4{
		margin-top: -5%;
		width: 35px;
    	height: 35px;
	}
	.ic-img1 img, .ic-img2 img, .ic-img3 img, .ic-img4 img{
		width: 15px;
		height: 15px;
	}
	.ic-margin1:hover .ic-hover, .ic-margin2:hover .ic-hover, .ic-margin3:hover .ic-hover, .ic-margin4:hover .ic-hover{
		width: 150px;
    	height: 25px;
    	padding-top: 1%;
    	margin: -3% 0 0 20%;
	}
	.ic-hover a{
		font-size: 7px;
	}
	.ic-hover img{
		width: 20px;
    	height: 10px;
	}
}

@media screen and (max-width: 768px){
	.banner-transp {
    	height: 202px;
	}
	.bn-text h2{
		font-size: 55px;
	}
	.relatorios{
		background-image: unset;
	}
	.relatorios-content, .certificados-content, .informacoes-content{
		width: 700px;
	}
	.relatorios-content{
		display: unset;
	}
	.rc-text{
    	width: 80%;
    	margin: 0 auto;
    	text-align: center;
	}
	.rc-text p {
    	font-size: 15px;
	}
	.rc-box{
		width: 80%;
    	margin: 0 auto;
    	text-align: center;
    	margin-top: 10%;
	}
	.rc-box h2{
		margin-right: -15px;
	}
	.rc-box1, .rc-box2, .rc-box3, .rc-box4, .rc-box5, .rc-box6{
		width: 47%;
		height: 100px;
	}
	.mais {
    	right: 45.5%;
	}
	.rc-box1 img{
		right: 29%; 
	}
	.rc-box2 img{
		right: 29%;
	}
	.rc-box3 img{
		right: 29%;
	}
	.rc-box4 img{
		right: 29%;
	}
	.rc-box5 img{
		right: 29%;
	}
	.rc-box6 img{
		right: 29%;
	}
	.certificados{
		height: 195px;
	}
	.cc-img{
		margin-top: 2%;
	}
	.cc-title h2{
		margin-top: 14%;
	}
	.cc-right{
		right: -3%;
	}
	.ic-img{
		display: none;
	}
	.ic-box {
    	width: 100%;
    	text-align: center;
    	margin: 0 auto;
	}
	.ic-margin1, .ic-margin2, .ic-margin3, .ic-margin4{
		width: 331px;
    	height: 240px;
	}
	.ic-margin1 {
    	margin-bottom: 65px;
	}
	.ic-box1, .ic-box2, .ic-box3, .ic-box4{
		width: 320px;
		height: 230px;
	}
	.ic-img1, .ic-img2, .ic-img3, .ic-img4{
		margin-top: 0%;
	}
	.ic-text h2 {
    	font-size: 35px;
	}
	.ic-text p {
    	font-size: 12px;
    	padding-top: 13px;
    	height: 110px;
	}
	.ic-margin1:hover .ic-hover, .ic-margin2:hover .ic-hover, .ic-margin3:hover .ic-hover, .ic-margin4:hover .ic-hover{
		margin: 0% 0 0 27%;
		padding-top: 0%;
	}
}

@media screen and (max-width: 500px){
	.banner-transp {
    	height: 112px;
	}
	.bn-text{
		text-align: center;
		margin: 0 auto;
		position: relative;
		right: 0;
		top: 0;
	}
	.bn-text h2 {
    	font-size: 40px;
    	padding-top: 15%;
	}
	.relatorios-content, .certificados-content, .informacoes-content{
		width: 100%;
	}
	.relatorios{
		margin-top: 45px;
	}
	.rc-box1, .rc-box3, .rc-box5{
		margin-right: 0;
	}
	.rc-box{
		width: 60%;
	}
	.rc-box1, .rc-box2, .rc-box3, .rc-box4, .rc-box5, .rc-box6{
		width: 100%;
		margin-bottom: 20px;
	}
	.certificados{
    	background-size: cover;
    	height: 265px;
	}
	.certificados-content{
		display: unset;
	}
	.cc-title{
		width: 100%;
    	text-align: center;
	}
	.cc-title h2{
		width: 100%;
		margin-top: 0%;
		padding-top: 8%;
	}
	.cc-img{
		width: 80%;
		margin: 5% auto;
	}
	.informacoes {
    	margin-top: 35px;
    	margin-bottom: 10px;
	}
	.informacoes-content{
		width: 80%;
    	margin: 0 auto;
	}
	.ic-text h2 {
    	font-size: 30px;
	}
	.ic-margin1, .ic-margin2, .ic-margin3, .ic-margin4{
    	margin-bottom: 45px;
	}
}
@media screen and (max-width: 400px){
	.banner-transp {
    	height: 99px;
	}
	.bn-text h2 {
    	font-size: 35px;
	}
  	.rc-text p {
    	font-size: 12px;
	}
	.cc-title h2{
		font-size: 28px;
	}
	.ic-margin1, .ic-margin2, .ic-margin3, .ic-margin4{
		width: 100%;
	}
	.ic-box1, .ic-box2, .ic-box3, .ic-box4{
		width: 100%;
	}
	.ic-margin1:hover .ic-hover, .ic-margin2:hover .ic-hover, .ic-margin3:hover .ic-hover, .ic-margin4:hover .ic-hover{
		margin: 0% 0 0 22%;
    	padding-top: 0%;
	}
	.cc-right{
		right: -7%;
		top: 54%;
	}
}

@media screen and (max-width: 360px){
	.banner-transp {
    	height: 95px;
	}
}




