@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@200;300;400;700;800&family=Kalam:wght@300;400;700&family=Londrina+Solid:wght@100;300;400;900&family=Oswald:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');

/*
font-family: 'BioRhyme', serif;
font-family: 'Kalam', cursive;
font-family: 'Londrina Solid', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Quicksand', sans-serif;
*/



* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html {
	font-size: 1px;
}

body {
	font-family: 'BioRhyme', sans-serif;
	color: #888;
	font-size: 12px;
	background: #fff;
}

h1,
h2,
h3 {
	font-family: 'Londrina Solid', serif;
	font-weight: 400;
	margin: 24px 0;
	font-size: 40px;
	color: #888;
	text-transform: capitalize;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

h1 {
	display: none;
	width: 100%;
	height: 100vh;
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 150%;
	text-align: center;
	margin: 0 auto !important;
	padding: 0;
	background: url(imagens/logo.png) center no-repeat;
	background-size: 80%;
	background-position: 50% 50%;
	text-indent: -9999px;
	background-color: rgba(0,0,0,0);
}

h2 {
	font-size: 60px;
	line-height: 100%;
	color: #01913F;
	letter-spacing: 3px;
	display: flow-root;
	max-width: 85%;
	white-space: normal !important;;
}

h3 {
	font-size: 25px;
	font-weight: 300;
	color: #888;
	letter-spacing: 1px;
}

p,
p strong {
	margin: 25px 0;
	font-size: 18px;
	line-height: 150%;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5rem;
	font-weight: 300;
}

p strong {
	font-weight: 500;
	letter-spacing: 0;
}

.menuBtn {
	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}

.clear {
	clear: both;
}

.wrap {
	/*background:url(../images/bg.png) top left repeat-x;*/
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.section {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 60px 0 20px 0;
}

.section a {
	color: #fff;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding: 0 10px;
	font-size: 18px;
	font-family: 'Londrina Solid', serif;
	font-weight: 300;
	padding: 30px 0;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */

#mini-logo {
	display: block;
	float: left;
	clear: none;
	width: 50px;
	height: 50px;
	background-color: #111;
}

.barra-menu {
	width: 100%;
	background: #01913F;
	background: url(imagens/fundo-triangulos.jpg) left no-repeat;
	background-size: cover;	
}

.video-capa {
    object-fit: cover;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.subMenu {
	position: fixed;
	top: 0;
	height: auto;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	background: url(imagens/fundo_desktop.jpg) center no-repeat;
	background-color: #01913F;
	background-size: cover;
	margin: auto;
	/*box-shadow: 0 -10px 10px 10px #000*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.subMenu .inner {
	padding: 0;
	font-weight: 400;
}

.subNavBtn {
	font-family: 'Oswald', sans-serif;
	display: block;
	width: 12.65%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
}

.subNavBtn.ativo {
	background: #888;
}

.subNavBtn:hover {
	background: #111;
}

.subNavBtn.linkExterno {
	color: #FFF780;
}

.end {
	margin: 0;
}

.meia-tela {
	display: block;
    float: left;
    clear: right;
    width: 44%;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 3%;
}

.coluna {
	width: 50%;
	float: left;
	display: block;
	clear: right;
}

#formulario-contato  {
	width: auto;
	background: rgba(255,255,255,0.9);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

#pg-contato h3 {
	color: #01913F !important;
	text-transform: none;
}

#pg-contato p {
	padding-left: 20px;
	color: #444 !important;
}

#formulario-contato .formulario label {
	display: block;
	float: left;
	clear: both;
	padding: 5px 0;
	font-weight: 300 !important;
	font-size: 15px;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
}

#formulario-contato .formulario input,
.formulario textarea {
	display: block;
	float: left;
	clear: both;
	padding: 10px;
	margin-top: 5px;
	width: 335px;
	max-width: 100%;
	border: 2px solid #ddd;
	background: #eee;
	font-size: 15px;
	color: #888;
}

#formulario-contato .formulario input[type=submit] {
	display: block;
	float: left;
	clear: both;
	background: #aaa;
	color: #fff;
	text-transform: uppercase;
	font-weight: strong;
	font-size: 20px;
	width: 200px;
	margin: 30px 0;
	border: none;
	cursor: pointer;
}

.caixa-contatos {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    margin-left: 40px;
    width: 95%;
    margin-top: -25px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}


/* SECTIONS */

#pg-home,
#pg-final {
	min-height: 500px;
	color: #333;
	padding-top: 150px;
	background: url(imagens/fundo-riscado.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;	
}

#pg-escola {
	min-height: 600px;
	background-color: #FFF;
	color: #5f5f5f;
	background: url(imagens/fundo-riscado.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;	
}

#pg-video,
#pg-video-2 {
	min-height: 100px !important;
	background-color: #222;	
	padding: 0;
}

#pg-video .inner,
#pg-video-2 .inner {
	padding: 0;
    display: flex;
}

#pg-video .inner video,
#pg-video-2 .inner video {
	max-width: 1200px;
	width: 90%;
	margin: 5%;
	cursor: pointer;
}

#pg-atividades {
	min-height: 800px;
	background: #FEF400;
}

#pg-destaques {
	min-height: 800px;
	width: 100%;
	background: url(imagens/fundo-quadro.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 80px;
}

#pg-espaco .meia-tela {
	margin-bottom: 0;
	margin-bottom: 0;
}

#pg-espaco h3 {
	margin: 0 auto -10px auto;
}

#pg-espaco img {
	border-radius: 0;
	width: 95%;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

.legenda-foto {
	font-size: 16px;
	margin-top: -25px;
	margin-bottom: 50px;
}

#pg-contato {
	min-height: 200px;	
    /* background: #01913F; */
    color: white;
    padding-bottom: 0;
}

.subMenu a p {
	display: block;
	height: 25vh;
	background: url(imagens/seta.png) top center no-repeat;
	background-size: 25%;
	margin: auto;
	margin-top: -25vh;
	padding: 0;
	color: #01913F;
	text-indent: -100px;
}

#pg-atividades h2 {
	color: #000;
	font-weight: 200;
}

#pg-atividades h2 span {
	font-weight: 700;
}

#pg-atividades p {
	color: #000;
}

#pg-atividades p strong {
	font-weight: 800;
}


#pg-destaques h2 {
	font-family: 'Londrina Solid', sans-serif !important;
	color: #01913F;
	line-height:90%;
}

#pg-destaques h3 {
	color: #FEF400;
	margin-top: 20px;
}

#pg-destaques p {
	color: #ddd;
	font-size: 15px;	
}

#pg-destaques .meia-tela {
	margin-top: 0;
	margin-bottom: -10px;
	height: auto !important;
}

#pg-destaques .meia-tela p {
	margin: 0;
	font-size: 20px;	
}

#pg-destaques form select {
	border: none;
	padding: 3%;
	margin-left: 2%;
	margin-bottom: 0;
	width: 87%;
	background: #fff;
	/*box-shadow: -3px 3px 0 0 rgba(0,0,0,.15);*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

#pg-destaques form select option {
	padding-left: 10px;
}

#pg-destaques  .marcador-local {
	color: #000;
	font-weight: 500;
	line-height: 140%;
	font-size: 18px;
}

#pg-destaques  .marcador-local img {
	float: left;
	display: block;
	clear: left;
	margin-top: -5px;
	margin-right: 15px;
	width: 60px;
}

#pg-contato {
	background: url(imagens/fundo-coracao.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.icone-menu {
	display: none;
}

#pg-contato h2 {
	color: #EAA469;
	font-weight: 600;
}


a.link-amarelo{
	background: #FFF780;
	color: #444 !important;
	text-decoration: none;
}

.destaque-verde {
	color: #01913F;
}

.destaque-verde {
	color: #01913F;
}

.caixa-programacao,
.caixa-locais {
	display: block;
	margin: auto 10%;
	padding: 7% 1%;
	/*margin-left: 2%;
	margin-bottom: -30px;*/
	width: 80%;
	background: #EAA469;
	/*box-shadow: -3px 3px 0 0 rgba(0,0,0,.15);*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

.caixa-locais {
	margin-top: 30px;
	padding: 1% 0 1% 3% !important;
	background: #fff;
}

.caixa-programacao.azul {
	background: #01913F;
}

.caixa-programacao  p{
	width: 100% !important;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}

.caixa-programacao  p strong,
.caixa-locais p strong  {
	color: #FEF400;
	text-transform: uppercase;
	font-size: 32px;
}

.caixa-locais > p {
	color: #222;
	padding: 1% !important;
	margin: 3% 1% !important;
}

.caixa-locais p em {
	font-weight: 500;
	color: #DD338B;
}

.caixa-locais p strong {
	font-weight: 800;
	color: #DD338B;
	font-family: 'Londrina Solid', sans-serif;
	font-style: italic;
}

.caixa-programacao  p img {
	width: 17%;
	margin-top: 15px;
}




.caixa-programacao,
.caixa-programacao {
	padding: 0;
	font-family: 'Londrina Solid', sans-serif;
}

.caixa-programacao .aberto,
.caixa-programacao .fechado {
	display: block;
}	

.caixa-programacao .fechado {
	cursor: pointer;
	padding-top: 30px;
	padding-bottom: 20px;
}	

.caixa-programacao .aberto .titulo {
	background: none;
	padding: 10px 15px;
	color: #fff;
	font-size: 26px;
}

.caixa-programacao .aberto .titulo a {
	float: right;
	font-family: 'BioRhyme', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	background: #222;
	padding: 10px 15px;
	margin: -10px -15px -10px 15px;
	cursor: pointer;
	font-size: 20px;
}

.caixa-programacao .aberto .titulo em {
	float: right;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 300;
	margin-right: 0;
}

.caixa-programacao .aberto .titulo strong {
	text-transform: uppercase;
	font-weight: 300;
	color: #FEF400;
	color: #fff;
	letter-spacing: 2px;
}	

.caixa-programacao .aberto .lista {
	background: #fff;
	padding: 15px;
	color: #888 !important;
}

.caixa-programacao .aberto .lista  em{
	color: #DD338B;
	font-style: normal;
	font-weight: 500;
}

.caixa-programacao .aberto .lista  strong{
	color: #222;
	font-weight: 700;
}

.caixa-programacao .aberto .lista  span{
	color: #888;
	font-weight: 500;
}

.caixa-programacao .aberto .lista img{
	width: 75%;
    border-radius: 200px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    margin: auto;
    display: flow-root;
    margin: 5px auto 25px auto;	
}

.caixa-programacao.azul .aberto .lista  em{
	color: #01913F;
}

.caixa-programacao .aberto p {
	color: #444 !important;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    margin: 0;
    width: auto !important;
    padding: 20px;
    letter-spacing: 0px;
}








.galeria-fotos {
	color: #EBEBEB;
	background: #EBEBEB;
	min-height: 50px;
	overflow: hidden;
	width: 322px;
	min-height: 640px;
	padding: 5px;
	/*box-shadow: -3px 3px 0 0 rgba(0,0,0,.15);*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

.galeria-fotos h4{
	padding: 100px !important;
	line-height: 50px;
	text-align: center;
}

.galeria-fotos span {
	display: block;
	float: left;
	clear: right;
	padding: 2px 0 0 2px;
	margin: 0;
}

.galeria-fotos ul {
	display: block;
	float: left;
	clear: right;
	padding: 0;
	margin: 0;
}

.galeria-fotos ul li {
	display: block;
	float: left;
	clear: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.galeria-fotos ul li a {
	display: block;
	float: left;
	clear: right;
	padding: 5px;
	margin: 0;
	min-width: 96px;
	min-height: 86px;
	text-align: center;
}

.galeria-fotos ul li a:hover img{
	border: 2px solid #2dc7f2;
	margin: -2px;
}

.galeria-fotos ul li a img {
	padding: 0;
	margin: 0;
}

.galeria-fotos form {
	display: inline-block;
	float: left;
	clear: both;
	width: 100%;	
	margin: auto;
	text-align: center;
	white-space: nowrap !important;
	margin-bottom: 5px;		
}

.galeria-fotos form div {
	display: inline-block;
	clear: both;
	margin: auto;
	text-align: center;
	white-space: nowrap !important;
}

.galeria-fotos .pg-form {
	display: inline-block;
	float: left !important;
	clear: none !important;
	font-size: 15px;
	margin: 5px auto;
	padding: 5px;
	height: 36px;
	background: #2DC7F2;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: none;
	border-left: solid 2px #EBEBEB;
	border-right: solid 2px #EBEBEB;
	color: #fff;
	white-space: nowrap !important;
}

.galeria-fotos form select, .galeria-fotos form input {
	float: left;
	clear: none;
	border: none !important;
	margin: 5px !important;
	/*box-shadow: -3px 3px 0 0 rgba(0,0,0,.15);*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

.galeria-fotos .lendo {
	display: block;
	float: none;
	clear: both;
	text-align: center;
	padding: 120px 80px 0 80px;
	height: 280px;
}

.galeria-fotos .lendo img {
	width: 100px;
}


.volta-home {
	cursor: pointer;
}

.notas-rodape {
	display:inline-block;
	width:95%;
	text-align:center;
	margin-top:50px;
	font-size:15px;
}


#mapa {
	border-top: 5px solid #ccc !important; 
	width: 100%;
	height: 60vh;
	margin: 0;
	margin-bottom: -10px;
}

.meia-tela p {
	line-height: 175%;
	
}


@media screen and (max-width: 799px) {
	html {
		font-size: 1px !important;
	}
	h1 {
		margin: 10px auto;
	}
	h2,
	h3 {
		margin: 0;
		margin-left: 10px;
		padding-top: 50px;
	}
	h2 {
		font-size: 50px;
	}		
	h3 {
		padding-top: 10px;
		padding-bottom: 20px;
	}	
	p {	
		max-width: 85%;
		padding-left: 3%;
		padding-right: 3%;
		margin: 30px 0;
		line-height: 150%;
		font-size: 20px;
	}
	iframe {
		width: 100%;
		height: 200px;
	}
	.wrap,
	.section,
	.inner,
	.subMenu {
		width: 100%;
		max-width: auto;
		min-width: auto;
	}
	
	.inner {
		padding: 20px;
	}
	
	.section {
		padding: 50px 0;
	}
	
	
	
	
	.subNavBtn {
		clear: both;
		padding-top: 3%;
		padding-bottom: 3%;
	}
	
	.subNavBtn.ativo {
		
	}
	
	.barra-menu div {
		display: none;
	}
	
	.barra-menu > .inner > img {
		display: block;
		float: none;
		width: 40%;
		padding: 10% 30%;
	}	
	
	.coluna {
		width: 100%;
		clear: both;
	}
	.meia-tela {
		clear: both;
		width: 100%;
		padding: 2px
	}
	
	.caixa-programacao,
	.caixa-locais {
		margin: 0;
		width: 88%;
	}	
	
	#formulario-contato {
		width: 84%;
		padding: 10px;
	}
	#pg-home,
	#pg-final {
		min-height: 100px;
	}
	#pg-home {
		padding-top: 200px;
	}
	#pg-atividades h2 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.logo-menu {
		display: block;
		height: 70px;
		float: left;
		clear: none;
		margin: 10px 0 -60px 15px;
	}
	
	.icone-menu {
		display: block;
		padding: 15px 15px 5px 0;
		clear: both;
		height: 50px
	}
	
	.icone-menu img {
	    display: block;
		width: 40px;
		float: right;
		margin-right: 15px;
		margin-top: -20px;
		padding: 10px;
	}
	
	html,
	body {
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: auto;
		overflow-x: hidden;
	}
	#formulario-contato .formulario input,
	.formulario textarea {
		max-width: 80%;
	}
	
	.caixa-contatos {
		padding: 0;
		margin-left: 0;
		width: 88%;
		margin-top: 0;
	}
	
	
	.subMenu {
		position: fixed;
		min-height: 60px;
	}
	.barra-menu a {
		display: block;
		clear: both;
		width: 100%;
		text-align: center;
		font-size: 24px;
	}

	.caixa-programacao  p{
		float: none;
		clear: both;
		margin: auto;
		width: 100% !important;	
		color: #fff !important;
	}
	
	
	
	
	
	.desktop-apenas {
		display: none !important;
	}
	
}

@media screen and (min-width: 800px) {

	.barra-menu,
	.barra-menu .inner {
		display: block;
		float: none;
		clear: both;
	}

	.barra-menu > .inner > img {
		height: 80px;
		margin-top: 0;
	}
	
	.barra-menu > .inner > span {
		float: right;
	}
	
	.barra-menu > .inner > span > a.ativo ,
	.barra-menu > .inner > span > a:hover {
		padding-bottom: 7px;
		border-bottom: 5px solid  rgba(255,255,255,0.25);
		background: none;
	}
	
	.barra-menu > .inner > span > a.ativo {
		border-bottom: 5px solid #fff;
	}	
	
	.subMenu,
	.section,
	.wrap {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	.subMenu {
		
	}
	
	.subMenu h1, h1 {
		background-size: 50vh;
	}
	
	.subMenu a p {
		background-size: 15vh;
		background-color: inherit;
	}
	
	.subNavBtn {
		display: block;
		float: left;
		clear: none;		
		padding: 30px 20px;
		margin: 0;
		width: auto;
		white-space: nowrap;
		line-height: 100%;
		vertical-align: center;
	}
	
	#pg-escola img {
		width: 400px;
		padding: 40px;
	}
	
	
	.caixa-programacao  p{
		color: #fff !important;
	}	
	
	.section {
		min-height: 100vh !important;
	}
	
	#pg-home.section {
		min-height: 25vh !important;
		height: 25vh !important;
	}
	
	#pg-espaco .meia-tela {
		
	}
	
	#pg-contato {
		min-height: 10vh !important;
	}
	

	.galeria-fotos {
		width: 854px;
		min-height: inherit;
		height: 260px;
		margin-top: 20px;
	}
	
	
	.galeria-fotos span.lendo img{
		margin-top: -45px !important;
	}
	
	
	.mobile-apenas {
		display: none !important;
	}	
	
}



.oculto {
	display: none !important;
}