@charset "UTF-8";

body{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 100px;
}

p{
	margin-bottom: 10px;
}

h1{}

h2{}

h3{}

.full{
	width: 100%;
}

.hide{
		display: block;
	}

#topo{
	background: url(../img/bg-pattern2.png);
}

#marca{
	text-align: center;
	background: #fff;
}

#topo h3{
	text-align: right;
	margin-top: 50px;
	color:#fff;
}

#unidades .columns{
	padding: 0.3em!important;
}

#recreio, #jpa, #tijuca{
	background: #fff;
	color: #313131;
	position: relative;
	font-family: 'Lato', sans-serif;
	padding-bottom: 15px;
	transition: all .30s linear;
	overflow: hidden;
	box-shadow: 0px 0px 2px #333;
}

#recreio:hover, #jpa:hover, #tijuca:hover{
	margin-top: -10px;
    outline: 5px solid #fff;
    outline-offset: 1px;
}

#recreio button, #jpa button, #tijuca button{
	position: absolute;
	bottom: 30px;
	right: 0;
	margin-right: -100px;
	transition: all .30s linear;
	padding: 10px 20px!important;
}
#recreio:hover button,
#jpa:hover button,
#tijuca:hover button{
	margin-right: 0;
}

#recreio img, #jpa img, #tijuca img{
	margin-bottom: 15px;
	width: 100%;
}

h3 img{
	max-width: 30px;
	width: auto;
	display: inline-table;
}

#recreio p, #jpa p, #tijuca p{
	margin: 0 1em;
	font-size: 16px;
}
#recreio h3, #jpa h3, #tijuca h3{
	margin: 0 1em;
	font-size: 24px;
	margin:15px 0.6em;
	font-weight: bold;
}

#recreio h3{
	color: #f48034;
} 

#jpa h3{
	color: #b7393e;
} 

#tijuca h3{
	color:#1d3d85;
}

#recreio h2, #jpa h2, #tijuca h2{
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	padding: 20px 0;
	margin:0;
}
#recreio h2, #recreio button{
	background: #f48034;
	color:#fff;
}
#jpa h2, #jpa button{
	background: #b7393e;
	color:#fff;
}
#tijuca h2, #tijuca button{
	background: #1d3d85;
	color:#fff;
}


@media only screen and (max-width:640px) {
	.hide{
		display: none;
	}
}

@media only screen and (max-width:768px) {
	#recreio button,
	#jpa button,
	#tijuca button{
		bottom: 0;
	}

	#marca{
		padding: 10px 0;
	}

	#topo h3{
		text-align: center;
	}
}