/*
Theme Name: leandro-gC2017
Author: Gabriel Reis - gCampaner
Author URI: http://www.gcampaner.com.br
Description: Tema Leandro-gC2017
Version: 1.0
*/

/*****==============
		BODY
==============*****/
* {
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	overflow-x: hidden ;
}
html {
   margin-top: 0px !important;
}
html.menu-active {
	overflow: hidden !important;
}

body {
	overflow-x: hidden;
	margin: 0;
}

body.admin-bar .navbar-fixed-top {
	top: 32px;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
main#main-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
img {
	max-width: 100%;
	height: auto;
}

a {
	color: #337ab7;
    text-decoration: none;
}
a:hover {
	color: #23527c;
    text-decoration: underline;
}

/* CLEARFIX */
.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/***========================
	CONFIGURAÇÕES PADRÃO
========================***/
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

/* ENTRY-CONTENT */
.entry-content,
.entry-content blockquote:before {
	color: #4c4c4c;
}

/* TÍTULOS */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 0 25px;
    color: #2494b2;
}

.widget {
	margin-bottom: 50px;
}
.widget .widget-title {
	text-align: center;
	margin-top: 0;
}

.widget:last-child {
	margin-bottom: 0;
}


/* P, LI */
.entry-content p,
.entry-content li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.entry-content p {
    margin: 0 0 20px;
}
.entry-content li {
	margin-bottom: 10px;
}

/* IMG */
.entry-content img {
	margin: 0 0 25px 0;
}
.alignleft, img.alignleft {
	margin-right: 25px;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 25px;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone { }

/* WP-CAPTION */
.wp-caption {
	max-width: 100%;
    margin-bottom: 25px;
    padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 18px;
	font-size: 14px;
	margin: 0;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

/* PRE */
.entry-content pre {
    font-family: monospace;
    background: transparent;
    border: none;
    padding: 0;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* LINK */
.entry-content p a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #2494b2;
    border-radius: 23px;
    padding: 8px;
    color: #fff;
    transition: 0.3s;
}
.entry-content p a:hover {
    background-color: rgba(36, 148, 178, 0.7);
    text-decoration: none;
    color: #fff;
}

/* BLOCKQUOTE */
.entry-content blockquote {
    position: relative;
    padding: 15px 30px;
    font-style: italic;
}
.entry-content blockquote:before {
    content: '“';
    position: absolute;
    left: 0;
    top: 0;
    font: italic 300%/1 Cochin,Georgia,"Times New Roman", serif;
}
.entry-content blockquote p {
    margin: 0;
}

/* GALLERIA */
.entry-content .gallery-item img { border: 0 !important; }
#gallery-6 .gallery-item { width: 16.66% !important; }
#gallery-7 .gallery-item { width: 14.28% !important; }
#gallery-8 .gallery-item { width: 12.50% !important; }
#gallery-9 .gallery-item { width: 11.11% !important; }

/* VIDEO RESPONSIVE */
.entry-video {
	position: relative;
	*padding-bottom: 56.25%;
	padding-bottom: 45%;
	padding-top: 60px;
	overflow: hidden;
}

.entry-video iframe,
.entry-video object,
.entry-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#copyright {
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding-top: 15px;
}
/***==================
		MENU
==================***/
.cont-menu {
    width: 100%;
    display: inline-block;
    position: absolute;
    z-index: 999;
}
.cont-bg {
    width: 100%;
    margin: 0 auto;
    background-image: url(/wp-content/themes/leandro-gC2017/images/bg-menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.cont-bg:before {
    content: '';
    display: block;
    padding-bottom: 6%;
}
ul#menu-menu-leandro {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.nav.navbar-nav {
	float: left;
	padding: 0;
}

.nav.navbar-nav,
form#searchform-menu {
    margin: 15px 0;
}
#cont-menu {
    position: relative;
    background-color: #222;
    border-color: #080808;
}
.menu-item {
	position: relative;
	display: inline-block;
	list-style: none;
}
.menu-item a {
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}
header.entry-header {
    display: none;
}
/*** BUSCA-MENU */
form#searchform-menu {
    float: right;
}
#campo-busca-menu {
    float: left;
    width: 80%;
}
#botao-busca-menu {
	float: right;
	width: 20%;
}

/**** MENU RESPONSIVO */

/*** CONTAINER GERAL */
#cont-geral {
	position: relative;
	top: 0;
	display: inline-block;
	width: 100%;
}

div#cont-menu {
	z-index: 999;
}
#cont-menu,
.wrapper-menu.menu-fixo {
	width: 100%;
	background-color: #222;
	border-color: #080808;
}
#cont-menu,
.content-menu,
.wrapper-menu.menu-fixo {
	position: relative;
	display: inline-block;
	height: 50px;
}
.content-menu {
	display: none;
}

/*** MENU HAMBURGUER */
#cont-menu .menu-anchor {
	position: relative;
	float: left;
	display: none;
	width: 35px;
	height: 25px;
	margin: 0;
	line-height: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
#cont-menu .menu-anchor .icon-menu {
	display: inline-block;
	width: 100%;
	height: 3px;
	margin: 2.5px 0;
	background: #FFF;
	transition: 0.3s;
}
#cont-menu .menu-active .icon-menu:first-child {
	transform: rotate(45deg) translate(6px, 6px);
	-webkit-transform: rotate(45deg) translate(6px, 6px);
	-moz-transform: rotate(45deg) translate(6px, 6px);
	-o-transform: rotate(45deg) translate(6px, 6px);
	-ms-transform: rotate(45deg) translate(6px, 6px);
}
#cont-menu .menu-active .icon-menu:nth-child(2) {
	opacity: 0;
}
#cont-menu .menu-active .icon-menu:last-child {
	transform: rotate(-45deg) translate(5.5px, -5px);
	-webkit-transform: rotate(-45deg) translate(5.5px, -5px);
	-moz-transform: rotate(-45deg) translate(5.5px, -5px);
	-o-transform: rotate(-45deg) translate(5.5px, -5px);
	-ms-transform: rotate(-45deg) translate(5.5px, -5px);
}

.bg-menu-responsive {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	z-index: 998;
	
}
/***==================
		HOME
==================***/
.content-img-home {
    width: 100%;
    height: 100vh;
    background-image: url(/wp-content/themes/leandro-gC2017/images/fundo-home.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.home .logo-home {
    width: 40%;
    background-image: url(/wp-content/themes/leandro-gC2017/images/logo-home.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
}
.home .logo-home:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.welcome-img {
    background-image: url(/wp-content/themes/leandro-gC2017/images/bemvindo.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.welcome-img:before {
    content: '';
    display: block;
    padding-bottom: 25%;
}
.welcome-text:before {
    content: '';
    display: block;
    padding-bottom: 5%;
}
.welcome-text {
    background-image: url(/wp-content/themes/leandro-gC2017/images/bem-vindo.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: -10%;
}
.cont-welcome {
    margin-top: 100px;
}

.work {
    margin-top: 4%;
    width: 100%;
    float: left;
}
.img-work {
    background-image: url(/wp-content/themes/leandro-gC2017/images/texto-home.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.img-work:before {
    content: '';
    display: block;
    padding-bottom: 45%;
}
.button-work:hover {
    background-color: rgba(36, 148, 178, 0.7);
    text-decoration: none;
    color: #fff;
}
.button-work {
    text-align: center;
    display: block;
    background-color: #2494b2;
    border-radius: 25px;
    width: 40%;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    transition: 0.3s;
    font-family: 'Lato', sans-serif;
}

.contribua {
    margin-top: 4%;
    width: 100%;
    float: left;
}
.img-contribua {
    background-image: url(/wp-content/themes/leandro-gC2017/images/img-contri.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.img-contribua:before {
    content: '';
    display: block;
    padding-bottom: 40%;
}
a.button-contribua {
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url(/wp-content/themes/leandro-gC2017/images/btn-contri.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    color: transparent;
}
a.button-contribua:before {
    content: '';
    display: block;
    padding-bottom: 38%;
}

.parceiros {
    margin-top: 4%;
    width: 48%;
    float: left;
    margin-right: 2%;
}
.img-parceiros {
    background-image: url(/wp-content/themes/leandro-gC2017/images/img-parceiros.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.img-parceiros:before {
    content: '';
    display: block;
    padding-bottom: 90%;
}
a.button-parceiros {
    position: absolute;
    top: 0;
    left: 0%;
    background-image: url(/wp-content/themes/leandro-gC2017/images/btn-parceiros.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    color: transparent;
}
a.button-parceiros:before {
    content: '';
    display: block;
    padding-bottom: 90%;
}
.eventos {
    margin-top: 4%;
    width: 48%;
    float: left;
    margin-left: 2%;
}
.img-eventos {
    background-image: url(/wp-content/themes/leandro-gC2017/images/img-eventos.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.img-eventos:before {
    content: '';
    display: block;
    padding-bottom: 90%;
}
a.button-eventos {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/leandro-gC2017/images/btn-eventos.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    color: transparent;
}
a.button-eventos:before {
    content: '';
    display: block;
    padding-bottom: 90%;
}
/***==================
		PAGE
==================***/
.primeiro-texto {
    width: 50%;
    float: left;
}
.img-primeiro-texto {
    width: 50%;
    float: left;
    padding-top: 25px;
}
.primeiro-content {
    display: inline-block;
}
.content-risca {
    width: 100%;
    background-image: url(/wp-content/themes/leandro-gC2017/images/risca_um.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    margin: 30px 0 30px;
}
.segundo-content .primeiro-texto {
    width: 60%;
}
h1.entry-title {
    text-align: center;
    text-transform: uppercase;
    color: #2494b2;
    font-family: 'Lato', sans-serif;
}
.page .cont-menu {
    top: 64%;
}
.page .content-img-home {
    width: 100%;
    max-height: 650px;
    background-image: url(/wp-content/themes/leandro-gC2017/images/single-header.png);
    background-position: top center;
    margin-bottom: 50px;
}
.page a.logo-leandro {
    background-image: url(/wp-content/themes/leandro-gC2017/images/logo-single.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%);
}
.page a.logo-leandro:before {
    content: '';
    display: block;
    padding-bottom: 82%;
}
/***==================
		FOOTER
==================***/
footer#footer {
    position: relative;
    background-color: #2494b2;
    margin-top: 70px;
}
#footer:before {
    content: '';
    display: block;
    padding-bottom: 18%;
}
.container-footer {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-38%);
}
.img-footer {
    width: 100%;
    background-image: url(/wp-content/themes/leandro-gC2017/images/footer-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    top: -28%;
}
.img-footer:before {
    content: '';
    display: block;
    padding-bottom: 9%;
}
.logo-footer {
    background-image: url(/wp-content/themes/leandro-gC2017/images/logo-footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    width: 26%;
	background-size: 100%;
}
.logo-footer:before {
    content: '';
    display: block;
    padding-bottom: 28%;
}
.social-box {
    text-align: center;
    padding-top: 15px;
}	
.social-box a {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 36px;
    transition: .5s;
    text-align: center;
}
.social-box a i {
    font-size: 24px;
    transition: .2s;
    color: #FFF !important;
    display: inline-block;
    position: relative;
    top: 6px;
}
.social-box a i:hover {
    cursor: pointer !important;
	top: 3px;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#copyright a {
    color: #fff;
}
/***==================
	POST THUMBNAIL
==================***/
a.img-post-thumbnail {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.img-post-thumbnail:before {
	content: '';
	display: inline-block;
	padding-bottom: 50%;
}
.sidebar {
    display: none;
}
.text {
    display: none;
}


/***======================
		RESPONSIVE
======================***/
@media (max-height:830px) {
	 .page .cont-menu {
		top: 69%;
	}
}
@media (max-height:760px) {
	.page .cont-menu {
		top: 76%;
	}
}
@media (max-height: 700px){
	.page .cont-menu {
		top: 80%;
	}
}
@media (max-height: 640px){
	.page .cont-menu {
		top: 83%;
	}
	.page a.logo-leandro {
		transform: translate(-50%,-56%);
	}
}

@media (max-width:1440px) {
	.logo-footer:before {
		content: '';
		display: block;
		padding-bottom: 28%;
	}
	#footer:before {
		content: '';
		display: block;
		padding-bottom: 20%;
	}
	.page a.logo-leandro {
		width: 50%;
	}
	.page a.logo-leandro:before {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.cont-bg:before {
		content: '';
		display: block;
		padding-bottom: 8%;
	}
	.entry-content p {
		margin: 30px 0 30px;
	}
}
@media (max-width:1200px) {
	.text {
		display: block;
	}
	.container {
		max-width: 970px;	
	}
	.page a.logo-leandro:before {
		content: '';
		display: block;
		padding-bottom: 90%;
	}
	.page a.logo-leandro {
		background-size: 100%;
	}
	.logo-footer {
		background-size: 100%;
		width: 30%;
	}
	#footer:before {
		content: '';
		display: block;
		padding-bottom: 25%;
	}
	/***==================
			MENU
	==================***/
	html.menu-active{
		overflow-y: hidden;
	}
	nav#main-menu {
		display: none;
	}
	menu#menu-mobile {
		display: inline-block;
		transition: 0.3s;
	}
	/*** CONTENT BODY */
	#content-body{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		overflow: hidden;
		transition: 0.3s;
	}
	.menu-active #content-body{
		-webkit-transform: translateX(260px);
		-moz-transform: translateX(260px);
		-ms-transform: translateX(260px);
		transform: translateX(260px);
	}
	/*** BOTÃO HAMBURGER */
	#button-menu {
		position: absolute;
		left: 90% !important;
		top: 7% !important;
		display: inline-block;
		width: 45px;
		transform: translate(-50%,-50%);
		transition: 0.3s;
		z-index: 99999;
	}
	.cont-bg:before {
		content: '';
		display: block;
		padding-bottom: 14%;
	}
	.cont-menu {
		background-color: #fff;
	}
	
	.nav.navbar-nav, form#searchform-menu {
		margin-top: 50px !important;
		margin-bottom: 0px !important;
		float: none !important;
		overflow: scroll !important;
	}
	.menu-item {
		width: 100%;
		padding: 26px;
		border-bottom: 1px solid #000;
		text-align: center;
		margin: 0 auto;
	}
	.menu-item a {
		color: #000;
	}
	.cont-bg {
		background-image: none;
	}
	ul#menu-menu-leandro {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
		transform: none;
		background-color: #fff;
		margin-top: 0 !important;
		height: 100vh;
	}
	.page .cont-menu {
		top: 0;
	}
	.menu-active div#button-menu {
		left: 20px;
	}
	.search-field {
		width: 90%;
		font-size: 13px;
	}
	input.submit-busca {
		top: 2%;
		left: 79%;
	}
	.menu-bar {
		float: left;
		width: 100%;
		height: 5px;
		margin: 3.5px 0;
		border-radius: 3px;
		background: #000;
		transition: 0.3s;
	}
	/** EFEITO - BOTÃO HAMBURGER */
	.menu-active .menu-bar {
		transition: 0.3s;
	}
	.menu-active .menu-bar:nth-child(2) {
		opacity: 0;
	}
	.menu-active .menu-bar:first-child {
		transform: rotate(45deg) translate(10px, 9px);
		-webkit-transform: rotate(45deg) translate(10px, 9px);
		-moz-transform: rotate(45deg) translate(10px, 9px);
		-o-transform: rotate(45deg) translate(10px, 9px);
		-ms-transform: rotate(45deg) translate(10px, 9px);
	}
	.menu-active .menu-bar:nth-child(3) {
		transform: rotate(-45deg) translate(8px, -7px);
		-webkit-transform: rotate(-45deg) translate(8px, -7px);
		-moz-transform: rotate(-45deg) translate(8px, -7px);
		-o-transform: rotate(-45deg) translate(8px, -7px);
		-ms-transform: rotate(-45deg) translate(8px, -7px);
	}
	/*** MENU - RESPONSIVE */
	menu{
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 260px;
		height: 100%;
		margin: 0;
		padding: 0;
		background: #666;
		border-right: 1px solid rgba(255, 255, 255, 0.4);
		-webkit-transform: translateX(-260px);
		-moz-transform: translateX(-260px);
		-ms-transform: translateX(-260px);
		transform: translateX(-260px);
		overflow: scroll;
		z-index: 1;
	}
	.menu-active menu {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	/*** BG DO MENU - RESPONSIVE */
	.menu-anchor {
		cursor: pointer;
	}
	.bg-menu-responsive {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		overflow: hidden;
		z-index: 998;
	}
	/*** MENU ITEM */
	#menu-mobile .menu {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#menu-mobile .menu li {
		width: 100%;
		margin: 0;
	}
	#menu-mobile .menu-item a {
		display: inline-block;
		width: 100%;
		padding: 25px 20px 25px;
		color: #FFF !important;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	#menu-mobile li a:hover {
		background: #FFF;
		color: #000 !important;
	}
	
}

@media (max-width:985px) {
	#cont-geral,
	.content-menu {
		left: 0 !important
	}
	.container {
		max-width: 750px;	
	}
	a.button-contribua {
		background-size: 100%;
	}
	.img-work {
		background-size: 100%;
	}
	.button-work {
		width: 50%;
		font-size: 19px;
	}
	.container-footer {
		transform: translate(-50%,-45%);
	}
}
@media (max-width:785px) {
	#cont-geral {
		padding-top: 50px;	
	}
	.content-img-home {
		background-size: 100%;
		height: auto;
	}
	.content-img-home:before {
		content: '';
		display: block;
		padding-bottom: 50%;
	}
	.welcome-text:before {
		content: '';
		display: block;
		padding-bottom: 9%;
	}
}

@media (max-width:600px) {
	.wrapper-menu.menu-fixo {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #222;
		border-color: #080808;
	}
}

@media (max-width:480px) {
	.primeiro-texto {
		width: 100%;
		text-align: center;
	}
	.img-primeiro-texto {
   		width: 100%;
	}
	.content-risca {
		background-size: 100%;
	}
	.segundo-content .primeiro-texto {
		width: 100%;
	}
	.logo-footer {
		background-size: 100%;
		width: 90%;
	}
	.img-work {
		background-size: 100%;
		height: auto;
	}
	.img-work:before {
		content: '';
		display: block;
		padding-bottom: 45%;
	}
	.button-work {
		width: 80%;
		font-size: 15px;
	}
	.welcome-text:before {
		content: '';
		display: block;
		padding-bottom: 13%;
	}
	.welcome-text {
		width: 100%;
		background-size: 100%;
		z-index: 0;
	}
	.cont-welcome {
		margin-top: 0px;
	}
	.welcome-img:before {
		content: '';
		display: block;
		padding-bottom: 80%;
	}
	#footer:before {
		content: '';
		display: block;
		padding-bottom: 75%;
	}
	.img-footer {
		top: -6%;
	}
	.logo-footer:before {
		content: '';
		display: block;
		padding-bottom: 30%;
	}
	.content-img-home:before {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.content-img-home {
		background-size: 200%;
	}
	a.button-parceiros {
		background-size: 100%;
	}
	a.button-eventos {
		background-size: 100%;
	}
	a.button-contribua {
		top: 30%;
		left: 50%;
	}
	.page .content-img-home {
		background-size: 300%;
	}
	.page a.logo-leandro {
		width: 80%;
	}
	.page a.logo-leandro:before {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.button-work {
		margin-bottom: 20px;
	}
}