* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Georgia', serif;
	color: #6d4e37;
	background-color: #f5f1eb;
	line-height: 1.6;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Hero Section */
.hero {
	background-color: #e8dfd4;
	padding: 80px 20px;
	text-align: center;
}

.hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

.hero-text h1 {
	font-size: 3rem;
	color: #b8935f;
	margin-bottom: 30px;
	line-height: 1.2;
}

.hero-text p {
	font-size: 1.3rem;
	color: #b8935f;
	max-width: 500px;
}

.hero-logo {
	width: 300px;
	height: 300px;
	object-fit: contain;
}

/* Section Styles */
section {
	padding: 80px 20px;
}

.section-title {
	font-size: 2.5rem;
	color: #6d4e37;
	margin-bottom: 50px;
	text-align: center;
}

/* Nosso Carisma */
.carisma-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.carisma-text p {
	font-size: 1.1rem;
	margin-bottom: 15px;
	text-align: justify;
}

.div-carisma-image {
	padding-left: 25%;
}

.carisma-image {
	object-fit: cover;
    border-radius: 10px;
}

/* Nossa Fundadora */
.fundadora-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
	margin-bottom: 40px;
}

.fundadora-text p {
	font-size: 1.1rem;
	margin-bottom: 15px;
	text-align: justify;
}

.fundadora-image-container {
	text-align: center;
}

.fundadora-image {
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.fundadora-name {
	background-color: #b8935f;
	color: white;
	padding: 15px 30px;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
}

/* Frases */
.frases-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	max-width: 900px;
	margin: 50px auto;
}

.frase-box {
	background-color: #d4b896;
	padding: 40px 30px;
	text-align: center;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
}

.frase-box:nth-child(2) {
	background-color: #c9a877;
}

.frase-box:nth-child(3) {
	background-color: #b8935f;
}

/* Identidade do Carisma */
.identidade-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	max-width: 900px;
	margin: 50px auto;
}

.identidade-box {
	background-color: #d4b896;
	padding: 30px 20px;
	min-height: 350px;
}

.identidade-box:nth-child(2) {
	background-color: #c9a877;
}

.identidade-box:nth-child(3) {
	background-color: #b8935f;
}

.identidade-box h3 {
	font-size: 1.3rem;
	margin-bottom: 15px;
	color: #6d4e37;
}

.identidade-box p {
	font-size: 0.95rem;
	line-height: 1.6;
	text-align: justify;
}

/* Balurtes */
.balurtes-santos {
	text-align: center;
	margin-bottom: 40px;
}

.santos-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 900px;
	margin: 0 auto 50px;
}

.santo-item {
	text-align: center;
}

.santo-item h3 {
	font-size: 1.2rem;
	margin-bottom: 15px;
	color: #6d4e37;
}

.santo-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border: 8px solid #d4b896;
	border-radius: 5px;
}

/* Gallery */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.gallery-item {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 10px;
	transition: transform 0.3s;
}

.gallery-item:hover {
	transform: scale(1.05);
}

/* Contact Section */
.contact {
	background-color: #e8dfd4;
}

.contact-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.contact-info h2 {
	font-size: 2rem;
	color: #6d4e37;
	margin-bottom: 30px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	font-size: 1.1rem;
}

.contact-item svg {
	width: 30px;
	height: 30px;
	fill: #b8935f;
}

.social-title {
	font-size: 1.5rem;
	color: #6d4e37;
	margin: 40px 0 20px;
}

.social-links {
	display: flex;
	gap: 15px;
	align-items: center;
}

.social-icon {
	width: 40px;
	height: 40px;
	border: 2px solid #b8935f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s;
}

.social-icon:hover {
	background-color: #b8935f;
	transform: scale(1.1);
}

.vocacao-box {
	text-align: center;
}

.vocacao-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 5px;
}

.vocacao-box h3 {
	font-size: 1.5rem;
	color: #6d4e37;
	margin-bottom: 20px;
}

.vocacao-box p {
	font-size: 1.1rem;
	margin-bottom: 30px;
}

.contact-logo {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	display: block;
}

/* Responsive */
@media (max-width: 768px) {
	.hero-text h1 {
		font-size: 2rem;
	}

	.hero-text p {
		font-size: 1rem;
	}

	.hero-logo {
		width: 200px;
		height: 200px;
	}

	.section-title {
		font-size: 2rem;
	}

	.carisma-content,
	.fundadora-content,
	.contact-content {
		grid-template-columns: 1fr;
	}

	.frases-grid,
	.identidade-grid,
	.santos-grid {
		grid-template-columns: 1fr;
	}

	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.div-carisma-image{
		padding: 0%;
	}

	.social-links{
		display: flex;
		flex-direction: column;
	}
}