* {box-sizing: border-box}

html{
	scroll-behavior: smooth;
}

body {
	align-items: center;
	display: flex;
	height: 100%;
	flex-direction: column;
  font-size: 100%;
  justify-content: space-around;
	overflow-x: hidden;

	width: 100%;
}

header, main, footer {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

header {
	background-color: #fff;
	/*position: fixed;*/
	top: 0;
	z-index: 999;
}

a {
	text-decoration: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[href^=”tel:”]{
    text-decoration: none;
    color: #fff;
}

.caixaAlta {
	text-transform: uppercase;
}

.logo {
	display: flex;
	padding: 1em 0 1em 0;
	width: 100%;
}

.logoPK img{
	width: 5.4em;
}

.menu {
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);	
}

.cabecalhoPag {
	width: 100%;
	background-repeat: no-repeat;
}


.titulo {
	color: #DC2560;
	font-family: poppins, sans-serif;
	font-size: 2em;
	font-weight: 900;
	max-width: 1080px;
	text-align: center;
	
}

.subtitulo {
	font-size: 1.5em;
	font-weight: 600;
	max-width: 1080px;
}

.texto {
	text-align: justify;
	max-width: 1080px;
	font-family: poppins, sans-serif;
	
}

.box {
	align-items: center;
	align-content: center;
	display: flex;
	flex-flow: column nowrap;
	padding: 1em 0em 1em 0em;
}

.menu {
	align-items: center;
	align-content: center;
	display: flex;
	flex-flow: column nowrap;
	padding: 1em 0em 1em 0em;
}

.inerBox {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 4em 0 4em 0;
	max-width: 800px;
	width: 90%;
}

.backgroundColor {
	align-items: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 4em 0 4em 0;
}

.sobreNos, .nossaHistoria, .estrutura, .chamadaMatricula {
	align-self: center;	
	display: flex;
	font-family: poppins, sans-serif;	
	flex-flow: column nowrap;
	/*line-height: 1.5em;	*/
	max-width: 1280px;
	width: 90%;

}

.botao {
	align-self: center;	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;

	box-shadow: 1px 1px 2px #C3C0C0;
	-moz-box-shadow: 1px 1px 2px #C3C0C0;
	-webkit-box-shadow: 1px 1px 2px #C3C0C0;
	-o-box-shadow: 1px 1px 2px #C3C0C0;

	border-style: none;
	-moz-border-style: none;
	-webkit-border-style: none;
	-o-border-style: none;

	font-weight: 600;
	height: 60px;
	margin: 2em 0 2em 0;
	max-width: 700px;
	padding: 0 2em 0 2em;
	text-align: center;

}

.destaque {
	font-weight: 600;

}

/*------------------------------------------------FOOTER-VISITE------------------------------------------*/

.voltarTopo, .voltar-conteudo {
	align-content: center;
	display: flex;
	flex-flow: column nowrap;
}

.voltar-link {
	align-items: center;
	color: #E96992;
	display: flex;
	flex-flow: column nowrap;
	font-family: poppins, sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	opacity: 0.6;
	position: relative;
	text-decoration: none;
}

.voltar-link:before {
	border: 3px solid #E96992;
	border-radius: 50%;
	content: "";
	padding: 2em;
	position: absolute;
	top: -4.8em;
		
}

.voltar-link:after {
	content: '\02C2';
	font-size: 2.5em;
	position: absolute;
	top: -1.5em;

}


.grafismo {
	height: 50vh;
	background-image: url("../img/grafismo.webp");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.footerBackground {
	align-items: center;
	background-color: #263A57;
	display: flex;
	flex-flow: column nowrap;
	width: 100%;

}

.contato-conteudo{
	max-width: 1280px;
}

.contato-visite {
	width: 100%;
}

.contato {
	display: flex;
	flex-flow: column nowrap;
	font-family: poppins, sans-serif;
	justify-content: center;
	line-height: 1.5em;	
	padding: 0 3em 0 0;
	text-align: left;
	width: 100%;
	
}

.contato-titulo {
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 2em; 
	color: #fff;

}

.telefones, .email, .endereco {
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
	font-weight: 500;

}

.telefones a{
	color: #fff;
	text-decoration: none;

}

.email {
	padding-bottom: 1em;

}

.emailLink {
	color: #fff;

}

.emailLink:hover, .telefones a:hover {
	color: #fff;
	opacity: 0.5; 
	text-decoration: none;
}

.redesSociais-contato {
	display: flex;
  	flex-direction: row;
  	margin-top: 1em;
  	text-indent: -9999px;
  	width: 50%;
 
}

.facebook, .instagram , .youtube{
  	height: 2.3em;
	width: 2.3em;
}

.facebook {
	background-image: url("../icon/facebook.webp");
	background-repeat:no-repeat;
	background-size: contain;
	margin: 0 1em 0 0;
}

.instagram {
	background-image: url("../icon/instagram.webp");
	background-repeat:no-repeat;
	background-size: contain;
	margin: 0 1em 0 0;
}

.youtube {
	background-image: url("../icon/youtube.webp");
	background-repeat:no-repeat;
	background-size: contain;
}


.mapa {
	max-width: 1280px;
	width: 100%;

}


.desenvolvedor {
	background-color: #263A57;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	width: 100%;
}

.desenvolvedorTexto {
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2em;
	padding: 1em;
	text-align: center;
}

.ajw {
	color: #fff;
	text-decoration: none;
}