.App {
	text-align: unset;
}

h5 {
	line-height: unset;
	text-align: center;
}

body {
    background-color: #fff;
    color: #575757;
    color: var(--rs-text-primary);
    font-family: "Fira Sans";
    font-size: 14px;
    line-height: unset;
}

p+p {
margin-top: 0;
}

.pageContainer {
	padding: 0px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
}

.pageContent {
	justify-content: center;
	margin-right: 20px;
	padding: 16px;
	text-align: center;
	width: 60%
}

#page {
	background-color: #f7f8f9;
}

.page {
	background-color: #f7f8f9;
}


input.rs-input {
	background-color: #fff;
}

.pageContent {
	background: #f7f8f9;
	border-radius: 10px !important;
	justify-content: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.pageContent p {
	display: none;
}

.listClero {
	display: flex;
	gap: 40px;
	margin-bottom: 60px;
    justify-content: flex-start;
	align-items: flex-start;
	width: 60%;
}



.listCleroColuna1 {
	height: 195px;
	margin-bottom: 30px;
    width: unset;
	height: unset;
}

.listCleroColuna2 {
	width: unset;
}

.fotoPadre {
	border-radius: 50%;
	height: 200px;
	margin-right: 40px;
	margin-top: 0;
	width: 200px;
	border-radius: 25px;
	height: 150px;
	margin-right: 0;
	margin-top: 0;
	width: 150px;
}

.semFoto {
	align-items: center;
	text-align: center;
	justify-content: center;
	background: azure;
	display: flex;
    border-radius: 25px;
	height: 150px;
	width: 150px;
	margin-right: 0;
	margin-top: 0;
}

.assunto {
	font-size: 16px;
	font-weight: 300
}

.assuntoP {
	font-size: 16px;
	font-weight: 800;
	margin-left: 10px
}

.assuntoFuncoes {
	border: 1px dotted #87ceeb;
	margin-bottom: 10px;
	padding: 5px;
	width: 500px
}


.App-header {
	align-items: center;
	background-color: #f7f8f9;
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	justify-content: center;
	min-height: unset;
}

.header {
	width: unset;
}

.assuntoFuncoes {
width: unset;
}

div.listClero:nth-child(2) > div:nth-child(2) > div:nth-child(6) {
width: unset !important;
}

.listClero:nth-child(2) > div:nth-child(2) > div:nth-child(6) {
width: unset !important;
}

.listCleroColuna2 > div:nth-child(6) {
width: unset !important;
}






@media (max-width: 768px) {

	.fotoPadre {
		border-radius: 20px;
		margin-right: 0px;
		margin-top: 0;
   		height: 100px;
		width: 100px;
	}

	.semFoto {
		background: azure;
		border-radius: 20px;
		justify-content: center;
		margin-top: -10px;
		text-align: center;
    	height: 100px;
		width: 100px;
	}

	.listClero {
	 	display: flex;
		flex-direction: row;
		align-items: flex-start;
    	justify-content: space-between;
    	width: 100%;
    	gap: 0px;
   		flex-wrap: nowrap;
	}

	.listCleroColuna1 {
		width: 20%;
	}

	.listCleroColuna2 {
		width: 75%;
	}

	.assunto {
		font-size: 14px;
		font-weight: normal;
	}

	.assuntoP {
		font-size: 14px;
		font-weight: bold;
	}

	.assuntoFuncoes {
		border: 1px dotted #87ceeb;
		margin-bottom: 10px;
		padding: 0;
		width: unset;
	    margin-left: calc(-35% - 10px);
	}
 
	.assuntoFuncoes p {
   		text-align: center;
	}

}
