@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Regular.woff2') format('woff2'),
        url('SegoeUI-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Bold.woff2') format('woff2'),
        url('SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Semibold.woff2') format('woff2'),
        url('SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}






body, html {
	font: 100%/1.4 'Segoe UI', sans-serif;

	margin: 0;
	padding: 0;
	color: #383d32;
	font-size: 16px;
	
	    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	
	background-color: #fff;
	
}


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-font-smoothing: auto;
    font-smoothing: auto;
    text-rendering: optimizeLegibility;
	color: #555;
	
	
}
ul, ol, dl {
	margin: 0;
}

li {
	list-style: none;
}

a img {
	border: none;
}
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none !important;
}


h2 {
	font-size: inherit;
	font-weight: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

input {
	outline: none;
}
textarea {
	outline: none;
	font-family: 'Segoe UI', sans-serif;
}
button {
	outline: none !important;
	border: none;
	font-family: 'Segoe UI', sans-serif;
	background-color: inherit;
}
input {
    font-family: 'Segoe UI', sans-serif;
    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #63675e;
    font-size: 16px;
}
select {
    font-family: 'Segoe UI', sans-serif;
    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #63675e;
    font-size: 16px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #080b3e;
font-size: 16px;
font-weight: 400;
font-family: 'Segoe UI', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #080b3e;
font-size: 16px;
font-weight: 400;
font-family: 'Segoe UI', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #080b3e;
font-size: 16px;
font-weight: 400;
font-family: 'Segoe UI', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color: #080b3e;
font-size: 16px;
font-weight: 400;
font-family: 'Segoe UI', sans-serif;
}


.center { max-width: 1400px; margin: 0 auto; padding: 0 1rem; }

.topo-container { display: flex; justify-content: space-between; }

.menu-social { display: flex;
    flex-direction: column;
align-items: flex-end; } 
.social { display: flex;
    gap: 0.8rem;
    font-size: 1.5rem;
}

.logo img { width: 100%; }

/* Estilos do topo */
header {
    background-color: #fff;
    color: #333;
    padding: 20px 0;
    text-align: center;
    border-top: 3px solid #555;
    box-shadow: 0 0 5px #000;
    z-index: 1;
    position: relative;
}

header h1 {
    margin-bottom: 10px;
    color: #555;
}


/* Estilos do rodapé */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.rodape-container { 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rodape-container .logo img {
	height: 130px;	
}

footer #menu,
footer i { color: #fff; }

#menu {
    margin-top: 20px;
}

#menu a {
    text-decoration: none;
    margin: 0 10px;
}

/* Estilos do banner */
#banner {
    width: 100%;
    height: 548px;
    background-color: #ccc;
    text-align: center;
    line-height: 300px;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease-in-out;
}


.section { padding: 2rem 0; }

/* Estilos da área de atuação */
#area-de-atuacao {

}

/* Estilos da equipe */
#nossa-equipe {
    background-color: #f5f5f5;
}



/* Estilos do formulário de contato */
#contato {
    padding: 40px 0;
    text-align: center;
    background-color: #fff;
    color: #333;
}

svg { 
	width: 18px;
    fill: #64CDAA; 
}


/* Estilos do overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 999;
}

.foto-div, .area-modal {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	max-width: 80%;
	width: 440px; 
    display: flex;
    flex-direction: column;
    gap: 1rem;
	border-radius: 10px;
}

.foto-div img {
	max-height: 400px; 
}

.foto-div span { 
    text-align: center;
    font-weight: bold;
}


.foto-bio {
    height: 200px;
    overflow: auto;
    text-align: justify;
    padding: 0 1rem;
}

.area-modal { 
    max-height: 70vh;
    overflow: auto;
}

.area-modal h3 {
	color: #64CDAA;
    font-weight: 900;
    font-size: 1.5rem;
}
.area-modal h4 {
	font-weight: 700;
}

.area-info { 
    height: 70%;
    overflow: auto;
    padding: 1rem;
    text-align: justify;
}





.close-button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}



.section h2 {
    text-align: center;
    color: #333;
	font-size: 2rem; 
	font-weight: bold;
	margin-bottom: 2rem;
}

.section h2::before {
	content: '';
	border-left: 5px solid #64CDAA;
	margin-right: 15px;
	height: 35px;
	display: inline-block;
	margin-bottom: -5px;
}


/* Estilos para cada área */
#area-de-atuacao .area-atuacao {
    display: flex;
    gap: 1rem;
	flex-wrap: wrap;
	min-width: 300px;
}

#area-de-atuacao .area {
    flex: 1;
    padding: 20px 30px;
    min-width: 300px;
    border-radius: 1rem;
    background: #F5F5F5;
}

#area-de-atuacao h3 {
	color: #555;
    font-weight: bold;
    border-bottom: 0px dotted #555;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#area-de-atuacao ul {
    display: flex;
	flex-direction: column;
	gap: 5px;
}

#area-de-atuacao li {
    padding-left: 0.2rem;
	font-style: italic;
    display: flex;
    align-items: center;
    justify-content: space-between;
	cursor: pointer;
	gap: 0.5rem;
    border-bottom: 1px solid #64CDAA;
    padding: 0.5rem 0;
}
##area-de-atuacao li::before {
	content: '-';
}


#nossa-equipe .equipe, .contatos { 
    display: flex;
    justify-content: space-evenly;
	gap: 2rem;
}

.equipe-member, .contato-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
	font-size: 1.2rem;
	cursor: pointer;
	width: -webkit-fill-available;
}

.contato-box {
	gap: 1rem;
    text-align: center;
    font-weight: 400;
    display: flex;
    justify-content: center;
}



.equipe-member img  {
    max-width: 200px;
    border-radius: 50%;
}

.contato-box img  {
    max-width: 100px;
}

.equipe-member p {
	margin-top: 1rem;
}

.equipe-member span {
	font-size: 0.8rem;
}

#galeria-fotos {
    padding: 40px 0;
    background-color: #F5F5F5; /* Fundo branco */
    text-align: center;
    color: #333333;
}

#galeria-fotos h2 {
    color: #333333; /* Título em preto */
    margin-bottom: 20px;
}

.foto-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.foto-box {
    flex: 0 1 30%;
    margin-bottom: 20px;
    cursor: pointer;
}

.foto-thumb {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.foto-thumb:hover {
    transform: scale(1.05);
}

/* Overlay para a imagem ampliada */
.overlayFoto {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.foto-ampliada {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    text-align: center;
    max-width: 90%;
    height: 90vh;
}

.foto-ampliada img {
    height: 100%;
}

.close-button2 {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #333333;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}


@media screen and (max-width: 768px) {
	.topo-container {
		flex-direction: column;
		gap: 1rem;
	}
	
	.logo { 
	}
	
	.menu-social { 
		align-items: center;
	} 

	.social { 
		width: 100%;
		justify-content: center;	
		margin-top: 1rem;
		gap: 2rem;
	}
	
	#menu { display: flex;
    justify-content: center;
    flex-wrap: wrap; }

	#banner {
		height: 200px;
	}


	#nossa-equipe .equipe, .contatos, .foto-grid {
		flex-direction: column;
	}
	
	.rodape-container { flex-direction: column; }
	
	.foto-ampliada { width: 90%; height: auto} 
	
	.foto-ampliada img { width: 100%; height: auto; }
	
	
}