.secao-contato {
	display: inline-block;
	background-color: #ECE2D8;
	color: #997059;
	width: 100%;
}
.secao-contato{
	background-image: url('/arquivos/imagens/fundo_contato.jpg');
}
.contato-centralizador {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.contato-centralizador::after {
	content: "";
	display: block;
	width: 144px;
	height: 100px;
	background-image: url('/arquivos/imagens/svg/fundacao-logo-marrom.svg');
	margin-left: auto;
	margin-right: auto;
}
.contato-informacoes,
.contato-centralizador form {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
}

.endereco {
	margin-top: 70px;
}
.endereco p {
	margin: 0;
}

.endereco,
.tel { margin-bottom: 20px; }

.tel,
.mail {	clear: left; }

.endereco div {	margin-top: -10px; }

.tel div,
.mail div {
	margin-left: 15px;
	margin-top: 10px;
}

.endereco div,
.tel div,
.mail div {	float: left; }

.endereco::before {
	display: inline-block;
	content: "";
	background-image: url('/arquivos/imagens/svg/localizacao.svg#localizacao-marrom-view');
	width: 72px;
	height: 48px;
	float: left;
}
.tel::before {
	display: inline-block;
	content: "";
	background-image: url('/arquivos/imagens/svg/telefone.svg#tel-marrom-view');
	width: 47px;
	height: 59px;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
}
.mail::before {
	display: inline-block;
	content: "";
	background-image: url('/arquivos/imagens/svg/mail.svg#mail-marrom-view');
	width: 57px;
	height: 36px;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
}
.contato-centralizador form {
	margin-top: 50px;
}
.secao-contato h1 {
	margin-bottom: 3px;
}
.secao-contato h1,
.secao-contato h2 {
	font-family: 'Fredoka One', cursive;
	margin-bottom: 0;
	font-weight: normal;
}
.secao-contato h2 {
	font-size: 1em;
}
.secao-contato a {
	display: block;
	text-decoration: none;
	color: #997059;
}
.secao-contato label {
	display: block;
	text-transform: uppercase;
	margin-left: 10px;
}
.secao-contato input {
	border: 2px solid #997059;
	border-radius: 15px;
	line-height: 1.7;
	width: 100%;
	background-color: #ECE2D8;
	margin-bottom: 20px;
	padding-left: 10px;
	box-sizing: border-box;
	outline: none;
	color: #997059;
	font-family: 'Roboto Condensed', sans-serif;
}
.secao-contato ::-webkit-input-placeholder{ color: #C7AB99; }
.secao-contato ::-moz-input-placeholder{ color: #C7AB99; }
.secao-contato ::-ms-input-placeholder { color: #C7AB99; }

#telefone {
	width: 50%;
}
.secao-contato textarea {
	border: 2px solid #997059;
	border-radius: 15px;
	line-height: 1.5;
	width: 100%;
	background-color: #ECE2D8;
	outline: none;
	color: #997059;
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 10px;
	box-sizing: border-box;
}
.secao-contato button {
	display: block;
	background-color: #997059;
	color: white;
	padding: 5px 20px;
	border-radius: 20px;
	border: none;
	text-transform: uppercase;
	border-bottom: 2px solid #7D4D38;
	margin: 20px auto;
}
.secao-contato::after {
	content: "";
	display: block;
	background-image: url("/arquivos/imagens/criancas-fundacao.jpg");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
	margin-top: 60px;
	background-size: cover;
	background-position: bottom;
}
.secao-contato #svgfundacao-logo {
	display: block;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
.secao-contato #svgfundacao-logo .cor-tema {
	fill: #997059;
}

/*Rodapé*/
.rodape-logo .cor-tema {
	fill: #997059;
}
.rodape a {
	color: #997059 !important;
}
.outros-links-rodape::before {
	background-color: #997059;
}


.cb-msg {
	max-width: 100% !important;
}


@media(min-width: 700px) {
	.contato-informacoes,
	.contato-centralizador form {
		width: 48%;
	}
	.contato-informacoes {
		text-align: initial;
	}
	.secao-contato p {
		max-width: 250px;
		margin: 0;
	}
	.secao-contato button {
		margin-bottom: 0;
		float: right;
	}
}
@charset "utf-8";

html {
	height: 100%;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	height: 100%;
}


/*Primeira seção*/
.secao-apresentacao {
	position: relative;
	width: 100%;
	background-image: url("/arquivos/imagens/bailarina.jpg");
	background-size: cover;
	margin-bottom: 5px;
	min-height: 100%;
}
.apresentacao-conteudo {
	position: absolute;
	max-width: 375px;
	text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    background-image: url('/arquivos/imagens/svg/curva-cabecalho.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.apresentacao-conteudo img{
	max-width: 175px;
}
.apresentacao-conteudo #svgfundacao-logo {
	width: 257px;
}
.apresentacao-conteudo #svgfundacao-logo .cor-tema {
	fill: red;
}
.apresentacao-conteudo #svgfundacao-logo .cor-branca {
	fill: white;
}
.apresentacao-conteudo a {
	background-image: url('/arquivos/imagens/svg/seta-baixo.svg');
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
	width: 40px;
    height: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.secao-apresentacao p {
	position: absolute;
	max-width: 450px;
	max-height: 200px;
	font-size: 0;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 140px;
	left: 0;
	margin: auto;
	padding-left: 15px;
    padding-right: 15px;
	color: white;
}
.secao-apresentacao p::before {
	display: block;
	background-image: url('/arquivos/imagens/svg/sapatinhos.svg');
    width: 242px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-height: 360px) {
	.secao-apresentacao p {
		font-size: 2em;
	}
	.secao-apresentacao p::before {
		content: "";
	}
}
@media(min-height: 650px) {
	.apresentacao-conteudo img{
		max-width: 375px;
	}
	.secao-apresentacao p {
		bottom: 0;
	}
}

/*Seção empresa*/
.secao-empresa {
	position: relative;
	background-color: #CCF0F7;
	color: #00599C;
}
.secao-empresa::before {
	content: "";
	display: block;
	background-image: url("/arquivos/imagens/svg/curva-criancas2.svg");
	width: 100%;
	height: 300px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.secao-empresa::after {
	content: "";
	display: block;
	background-image: url("/arquivos/imagens/svg/montanhas.svg");
	width: 100%;
	height: 150px;
    background-position: bottom;
    background-repeat:repeat-x;
    position: absolute;
    bottom: 0;
}
.empresa-centralizador {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 40px;
    padding-bottom: 50px;
    padding-right: 40px;
    padding-left: 40px;
}
.empresa-centralizador::before {
	position: absolute;
	content: "";
	display: block;
    width: 256px;
    height: 256px;
	background-image: url('/arquivos/imagens/svg/sol.svg');
    background-position: center;
    left: 0;
    right: 50%;
    margin-right: 300px;
    margin-left: auto;
    margin-top: 80px;
}
.nuvens {
	position: absolute;
	background-image: url('/arquivos/imagens/svg/nuvem.svg');
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
}
.nuvem-um {
	top: 680px;
	left: 0;
	right: 0;
	margin-left:auto;
  	animation: sky 100s infinite;
  	animation-direction: alternate;
}
@keyframes sky {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.nuvem-dois {
	transform: rotateY(180deg);
	top: 580px;
    right: 0;
    left: 0;
    margin-left: auto;
    background-position: right center;
    animation: sky 100s infinite;
  	animation-direction: alternate;
}

.nuvem-tres {
	display: none;
	top: 710px;
    right: 0;
    left: 0;
    height: 67px;
    background-size: contain;
    background-position: right center;
    animation: sky 100s infinite;
  	animation-direction: alternate-reverse;
  	animation-timing-function: linear;
}
.nuvem-quatro {
    top: 780px;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
    height: 44px;
    background-size: contain;
    background-position: right center;
    animation: sky 50s infinite;
  	animation-direction: alternate;
}
.empresa-descricao::before {
	content: "";
	display: block;
	background-image: url('/arquivos/imagens/svg/aramado-separador-duplo.svg');
	width: 187px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 50px;
}
svg#svg4161 {
	width: 100px;
}
.empresa-descricao {
	text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.secao-empresa .frase-destacada {
	position: relative;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.5em;
    font-weight: normal;
    z-index: 2;
}
.secao-empresa .frase-destacada::after {
	content: "";
	display: block;
	background-image: url('/arquivos/imagens/svg/aramado-separador-simples.svg');
    width: 42px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.secao-empresa h2 {
	font-weight: normal;
	text-transform: uppercase;
}
.empresa-principios {
	display: flex;
	flex-direction: column;
}
.empresa-principios div	{
	text-align: center;
	margin-bottom: 40px;
	z-index: 1;
}
.empresa-principios canvas {
	width: auto;
	height: auto;
	max-width: 120px;
}
.missao canvas {
	display: block;
	width: 100%;
	height: auto;
	background-image: url("/arquivos/imagens/svg/foguete.svg");
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
}
.visao canvas {
	display: block;
	width: 100%;
	height: auto;
	background-image: url("/arquivos/imagens/svg/binoculos.svg");
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
}
.objetivo canvas {
	display: block;
	width: 100%;
	height: auto;
	background-image: url("/arquivos/imagens/svg/alvo.svg");
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
}
@media(min-width: 400px) {
	.empresa-principios {
		flex-direction: row;
	}
	.empresa-principios p {
		opacity: 0;
		width: 205%;
	}
	.missao p {
		text-align: left;
		margin-left: 28%;
	}
	.visao p {
		text-align: center;
		margin-left: -48%;
	}
	.objetivo p {
		text-align: right;
		margin-left: -128%;
	}
	.empresa-principios p::before {
		content: "";
		display: block;
		background-image: url('/arquivos/imagens/svg/marca-item.svg');
	    width: 90px;
	    height: 12px;
	    margin-bottom: 10px;
	    margin-left: auto;
	    margin-right: auto;
	}
}
.visivel {
	opacity: 1 !important;
}
.links-js {
    font-size: 1.5em;
    text-decoration: none;
    color: #00599C;
    z-index: 1;
}
.links-js h2 {
	font-size: 1em;
    margin: 0;
    text-transform: initial;
}
.missao p::before {
	margin-left: 0;
}
.visao p::before {
	margin-right: auto;
	margin-left: auto;
}
.objetivo p::before {
	margin-left: auto;
	margin-right: 0;
}

/*Seção Projetos*/

.secao-projetos {
	background-color: #DFF2E4;
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.secao-projetos::before {
	position: absolute;
	content: "";
	display: block;
	background-image: url('/arquivos/imagens/svg/flor.svg');
	background-position: right bottom;
	background-repeat: no-repeat;
	max-width: 310px;
	height: 683px;
	left: 0;
	bottom: 0;
	right: 50%;
	margin-right: 300px;
}
.secao-projetos::after {
	content: "";
	display: block;
	background-image: url('/arquivos/imagens/svg/grama.svg');
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: 49px;
}
.projetos-centralizador {
	position: relative;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.projetos {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: black;
}
.projetos-centralizador p {
	position: relative;
    max-width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    color: #666666;
}
.projetos-casa_sopa::before {
	position: relative;
	content: "";
	display: block;
	background-image: url("/arquivos/imagens/crianca-comendo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 260px;
	height: 316px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
.projetos-bem_querer {
	position: relative;
}
.projetos-bem_querer::before {
	position: relative;
	content: "";
	display: block;
	background-image: url("/arquivos/imagens/bailarina.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 260px;
	height: 316px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

/*bolinhas*/
.bola {
	display: none;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.bola-cheia {
	background-image: url('/arquivos/imagens/svg/bola-cheia.svg');
}
.bola-vazada {
	background-image: url('/arquivos/imagens/svg/bola-vazada.svg');
}
.bola-cheia:nth-child(1) {
	transition: margin 2s, top 2s;
	margin-left: 74%;
	top: 40px;
}
.bola-cheia:nth-child(2) {
	transition: margin 2s, top 2s;
	margin-left: 58%;
	top: 100px;
}
.bola-cheia:nth-child(3) {
	transition: margin 2s, top 2s;
	margin-left: 4%;
	top: 200px;
}
.bola-cheia:nth-child(4) {
	transition: margin 2s, top 2s;
	margin-left: 45%;
	top: 20px;
}
.bola-cheia:nth-child(5) {
	transition: margin 2s, top 2s;
	margin-left: 30%;
	top: 75px;
}
.bola-cheia:nth-child(6) {
	transition: margin 2s, top 2s;
	margin-left: 50%;
	top:230px;
}
.bola-cheia:nth-child(7) {
	transition: margin 2s, top 2s;
	margin-left: 37%;
	top: 200px;
}
.bola-cheia:nth-child(8) {
	transition: margin 2s, top 2s;
	margin-left: 79%;
	top: 180px;
}
.bola-vazada:nth-child(9){
	transition: margin 2s, top 2s;
    margin-left: 40%;
    top: 140px;
}
.bola-vazada:nth-child(10){
	transition: margin 2s, top 2s;
    margin-left: 49%;
    top: 55px;
}
.bola-vazada:nth-child(11){
	transition: margin 2s, top 2s;
    margin-left: 60%;
    top: 215px;
}

.menina .bola-cheia:nth-child(1) {
	transition: top 2s, margin-left 2s;
	top: 0;
	margin-left: 64%;
	width: 50px;
	height: 50px;
}
.menina .bola-cheia:nth-child(2) {
	transition: top 2s, margin-left 2s;
	top: 30px;
	width: 60px;
	height: 60px;
	margin-left: 50%;
}
.menina .bola-cheia:nth-child(3){
	transition: top 2s, margin-left 2s;
    top: -25px;
    margin-left: 85%;
}
.menina .bola-cheia:nth-child(4){
	transition: top 2s, margin-left 2s;
    top: 78px;
    margin-left: 100%;
}
.menina .bola-cheia:nth-child(5){
	transition: top 2s, margin-left 2s;
    top: 200px;
    margin-left: 88%;
}
.menina .bola-cheia:nth-child(6){
	transition: top 2s, margin-left 2s;
    top: 40px;
    margin-left: 89%;
    width: 30px;
    height: 30px;
}
.menina .bola-cheia:nth-child(7){
	transition: top 2s, margin-left 2s;
	width: 20px;
	height: 20px;
    margin-left: 53%;
    top: 100px
}
.menina .bola-cheia:nth-child(8){
	transition: top 2s, margin-left 2s;
	width: 20px;
	height: 20px;
    margin-left: 54%;
    top: 230px;
}
.menina .bola-vazada:nth-child(9){
	transition: top 2s, margin-left 2s;
    margin-left: 59%;
    top: 180px;
}
.menina .bola-vazada:nth-child(10){
	transition: top 2s, margin-left 2s;
    margin-left: 58%;
    top: -10px;
    width: 30px;
    height: 30px;
}
.menina .bola-vazada:nth-child(11){
	transition: top 2s, margin-left 2s;
    margin-left: 82%;
    top: 85px;
    width: 100px;
    height: 100px;
}

/*.menino svg.bolha-laranja,
.menino.bola-vazada {
	fill: #F0AF9F;
}*/
.menina .bola {
	transition: -webkit-filter 2s;
	-webkit-filter: hue-rotate(0deg) contrast(105%) brightness(1);
}
.menino .bola {
	transition: -webkit-filter 2s;
    -webkit-filter: hue-rotate(-863deg) contrast(85%) brightness(155%);
}
.menino .bola-cheia:nth-child(1){
	transition: top 2s, margin-left 2s;
    top: 170px;
    margin-left: 36%;
    width: 50px;
    height: 50px;
}
.menino .bola-cheia:nth-child(2){
	transition: top 2s, margin-left 2s;
    top: 175px;
    width: 60px;
    height: 60px;
    margin-left: 44%;
}
.menino .bola-cheia:nth-child(3){
	transition: top 2s, margin-left 2s;
    top: 227px;
    margin-left: 22%;
}
.menino .bola-cheia:nth-child(4){
	transition: top 2s, margin-left 2s;
    top: 150px;
    margin-left: 0;
}
.menino .bola-cheia:nth-child(5){
	transition: top 2s, margin-left 2s;
	top: 15px;
    margin-left: 2%;
}
.menino .bola-cheia:nth-child(6){
	transition: top 2s, margin-left 2s;
    top: 230px;
    margin-left: 11%;
    width: 30px;
    height: 30px;
    z-index: 3;
}
.menino .bola-cheia:nth-child(7){
	transition: top 2s, margin-left 2s;
    width: 20px;
    height: 20px;
    margin-left: 40%;
    top: 148px
}
.menino .bola-cheia:nth-child(8){
	transition: top 2s, margin-left 2s;
    width: 20px;
    height: 20px;
    margin-left: 37%;
    top: 30px;
}
.menino .bola-vazada:nth-child(9){
	transition: top 2s, margin-left 2s;
	margin-left: 36%;
    top: 90px;
}
.menino .bola-vazada:nth-child(10){
	transition: top 2s, margin-left 2s;
    margin-left: 41%;
    top: 234px;
    width: 30px;
    height: 30px;
}
.menino .bola-vazada:nth-child(11){
	transition: top 2s, margin-left 2s;
	margin-left: 7%;
    top: 64px;
    width: 100px;
    height: 100px;
}


.projetos-bem_querer::after {
	position: absolute;
	content: "";
	display: block;
	background-image: url("/arquivos/imagens/svg/circulo-riscado.svg");
	background-size: contain;
	width: 220px;
	height: 220px;
	top: 50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.secao-projetos img {
	position: relative;
	z-index: 6;
}
.projetos-casa_sopa {
	position: relative;
	margin-bottom: 60px;
}
svg#svg10662 path#path3888 {
	fill: #F0AF9F !important;
}
.projetos-casa_sopa::after {
	position: absolute;
	content: "";
	display: block;
	background-image: url("/arquivos/imagens/svg/circulo-riscado.svg");
	background-size: contain;
	width: 220px;
	height: 220px;
	top: 50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    -webkit-filter: hue-rotate(220deg);
}

@media(min-width: 300px){
	.secao-projetos {
		padding-left: 0;
		padding-right: 0;
	}
}
@media(min-width: 700px ) {
	.empresa-centralizador {
		padding-right: 0;
		padding-left: 0;
	}
	.nuvem-tres {
		display: block;
	}
	.links-js {
    	font-size: 1.7em;
	}
	.projetos {
		vertical-align: top;
		width: 48%;
	}
	.bola {
		display: block;
	}
	.secao-projetos img {
		width: 45%;
	}
	.projetos-casa_sopa {
		margin-bottom: 0;
	}
}
@media(min-width: 960px) {
	.projetos-centralizador::before {
		position: absolute;
		content: "";
		display: block;
		background-image: url('/arquivos/imagens/svg/folha-1.svg');
		background-repeat: no-repeat;
		width: 123px;
		height: 60px;
		right: -40px;
		bottom: 200px;
		z-index: 3;
	}
	.projetos-centralizador::after {
		position: absolute;
		content: "";
		display: block;
		background-image: url('/arquivos/imagens/svg/folha-2.svg');
		background-repeat: no-repeat;
		width: 96px;
		height: 88px;
		right: -120px;
		bottom: 125px;
	}
}

