@charset "utf-8";
/* CSS Document */

/*==============================================================
Tipography
==============================================================*/

/* Fonts */
@font-face {
    font-family: 'fairviewregular';
    src: url('../fonts/fairview_regular-webfont.eot');
    src: url('../fonts/fairview_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fairview_regular-webfont.woff') format('woff'),
         url('../fonts/fairview_regular-webfont.ttf') format('truetype'),
         url('../fonts/fairview_regular-webfont.svg#fairviewregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 .8em;
}

h1, h3 {
	font-family: 'fairviewregular', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 2.5em;
}

h4 {
	color: #645F66;
	font-size: 1.125em; /* 18/16 */
}

h5 {
	color: #645F66;
	font-size: 1em; /* 18/16 */
}

p {
	margin: 0 0 1.25em;
	line-height: 1.5;
}

/*==============================================================
General
==============================================================*/

html, body {
	background-color: #FEC26A;
}

.row {
	background-color: #f8f4f3;
}

.row:last-child {
	border-bottom: 0;
	margin-bottom:0;
}

.divider {
	border-bottom: 1px solid #cccccc;  
	position: relative;
}

.divider:before {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../images/arrow-down.png") no-repeat 0 0;
	position: absolute;
	bottom: -25px;
	z-index: 10;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.hideme{
	display:none;
}

.btn-over {
	display: none
}

.sheet-css {
	margin-top: 1.5em !important;
}

/*----------------------- Buttons general styles ----------------------------*/
.btn {
	font-family: 'fairviewregular', sans-serif;
	position: relative;
	text-transform: uppercase;
	font-size: 1.562em; /* 25 / 16 */
	padding: .5em 1em;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin-right: .5em;
	z-index: 99999;
}

.btn:hover {
	-webkit-box-shadow: none;
    box-shadow: none;
	top: 5px;
} 

/* Button colors */
.red-btn {
	background-color: #e8534f;
	-webkit-box-shadow:  0px 5px 0px 0px #dd403c;
    box-shadow:  0px 5px 0px 0px #dd403c;
}


/*---------- Preloader  ----------*/

#preloader {
	position: absolute;
	width: auto;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #FEC358;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: hidden;
}

#status {
	width:300px;
	height:300px;
	margin: 10% auto;
	background: url("../images/loading.gif") no-repeat center;
}




/*--------------------- Sections ---------------------*/

section {
	height: 40em; /* 640 | 16 */
}

.ad-divider {
	padding: 10em 0 24em 0;
}

.box-adwords {
	margin-top: 8em;
}

.adwords .columns {
	margin-top: 4em;
}

.margin {
	margin-top: 6em;
}

#fbsection11 .columns .large-2 {
		padding-bottom: 1em;
		text-align: center;
}

.bg-mask-top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 15%;
	background: #fec26a;
	z-index: 999;
}


.bg-mask-top-yellow {
	background: #fec26a;
}

.bg-mask-top-green {
	background: #7fb4a4;
}

.bg-mask-top-white {
	background: #f79484;
}

.bg-mask-top-blue {
	background: #7cbee0;
}

.bg-mask-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 15%;
	background: #fec26a;
	z-index: 999;
}

.bg-gray {
	background: #f8f4f3;
	z-index: -2;
}

.bg-mask-bottom-yellow {
	background: #fec26a;
}

.bg-mask-bottom-green {
	background: #7fb4a4;
}

.bg-mask-bottom-white {
	background: #f79484;
}

.bg-mask-bottom-blue {
	background: #7cbee0;
}


/*--------------------- Section Colors ---------------------*/

/* Green Color */
.green h1,
.green h2,
.green h3,
.green p a,
.green p strong,
.anuncios .green span {
	color: #51a188;
}

.green h1:before {
	content: "1";
	background-color: #51a188;
}

/* Red Color */
.red h1,
.red h2,
.red h3,
.red p a,
.red p strong,
.red .row .grid-sizes {
	color: #e8534f;
}

.red h1:before {
	content: "2";
	background-color: #e8534f;
}

/* Blue Color */
.blue h1,
.blue h2,
.blue h3,
.blue p a,
.blue p strong,
.blue .row .grid-sizes {
	color: #65abd8;

}

.blue h1:before {
	content: "3";
	background-color: #65abd8;
}


/*==============================================================
Nav bullets
==============================================================*/
#cbp-fbscroller .nav-bullets {
	position: fixed;
	display: block;
	z-index: 9989;
	right: 2%;
	top: 50%;
	width: 12px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#cbp-fbscroller .nav-bullets a {
	display: block;
	position: relative;
	z-index: 9999;
	text-indent:9999px;
	background:#393939;
	width: 12px;
	height: 12px;
	outline: none;
	margin: 12px 0;
	border-radius: 50%;
}

.no-touch #cbp-fbscroller .nav-bullets a:hover {
	background: #ff873e;
}

#cbp-fbscroller .nav-bullets a.cbp-fbcurrent {
	background: #e8534f;
}

@media (max-width: 1024px) {
	#cbp-fbscroller .nav-bullets{
		display:none;
	}
}


/*==============================================================
Top site
==============================================================*/
.top-site {
	padding-top: 1.5em;
}

.top-site .row .large-12 h1 {
	color: #FF873E;
	font-size: 7.187em; /* 115/16 */
	font-weight: normal;
	margin: 0.121em 0 0 0;
	text-align: center;
	position: relative;
}

.top-site .row .large-12 h1 span {
	background-color: #FFBC5C;
	box-shadow: 0 5px 0 0 #FCAA35;
	display: block;
	font-family: 'Muli',sans-serif;
	font-size: 0.173em; /* 20/115  */
	font-weight: 300;
	margin: 0 auto;
	padding: 0.3em;
	width: 200px;
	color: #ffffff;
}

.top-site .row .large-12 p {
	text-align: center;
}

@media only screen and (max-width: 770px) {
	.top-site {
		padding-top: 0em;
	}
}


@media only screen and (min-width: 400px) {
	.top-site .row .large-12 h1:before {
		background: url("../images/icon-mobile.png") no-repeat scroll -16px -59px rgba(0, 0, 0, 0);
		content: "";
		display: block;
		height: 28px;
		left: 10%;
		position: absolute;
		top: 50%;
		width: 28px;
	}
	
	.top-site .row .large-12 h1:after {
		background: url("../images/icon-mobile.png") no-repeat scroll -16px -59px rgba(0, 0, 0, 0);
		content: "";
		display: block;
		height: 28px;
		position: absolute;
		right: 10%;
		top: 50%;
		width: 28px;
	}
	
	.top-site .row .large-12 p {
		margin-top: 0em;
	}
}

@media only screen and (min-width: 500px) {
	.top-site .row .large-12 h1 {
		font-size: 10em; /* 115/16 */
	}
	
	.top-site .row .large-12 h1:before {
		background: url("../images/icon-mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 59px;
		left: 5%;
		top: 50%;
		width: 59px;
	}
	
	.top-site .row .large-12 h1:after {
		background: url("../images/icon-mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 59px;
		right: 5%;
		top: 50%;
		width: 59px;
	}
	
	.top-site .row .large-12 h1 span {
		width: 250px;
	}
	
	.top-site .row .large-12 p {
		margin-top: 0em;
	}
}

@media only screen and (min-width: 680px) {
	.top-site .row .large-12 h1 {
		font-size: 15.375em; /* 246/16 */
		margin: 0.121em 0 0;
	}
	
	.top-site .row .large-12 h1 span {
		font-size: 0.121em; /* 30/246 */
		width: 280px;
	}

	.top-site .row .large-12 h1:before {
		top: 50%;
	}
	
	.top-site .row .large-12 h1:after {
		top: 50%;
	}
}

@media only screen and (min-width: 900px) {
	.top-site .row .large-12 p {
		text-align: center;
		margin-top: -2em;
	}
	
}

/*==============================================================
Main
==============================================================*/
#cbp-fbscroller .fbsec h1 {
	font-size: 3em;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: uppercase;
}

#cbp-fbscroller .fbsec h1:before {
	-webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    float: left;
    height: 1.2em;
    margin-right: 0.4em;
    text-align: center;
    width: 1.2em;
	color: #ffffff;
}

#cbp-fbscroller .row h2 {
	font-size: 1.2em;
}

.green .row .columns,
.green .columns {
	text-align: center;
}

.green .row .large-4,
.green .large-4 {
	margin-bottom: 2em;
}

.green .row .megafone {
	margin-bottom: 0;
	margin-top: -2em;
}

.green .row .columns .img-box {
	min-height: 5em;
	margin-bottom: .8em;
} 

.red .row .devices-img {
	height: 12em;
	margin-bottom: .8em;
}

.red .row .devices-img .notebook-img {
	position: absolute;
	z-index: 10;
}

.red .row .devices-img .tablet-img { 
	position: absolute;
    right: 4%;
    top: 1.5em;
    z-index: 5;
}

.red .row .devices-img .celular-img { 
	position: absolute;
    right: 10%;
    top: 4.1em;
    z-index: 20;
}

.red .row .grid-img {
	margin-top: -1em;
}

.red .row .columns img {
	display: block;
    margin: 0 auto 1em;
}

.red .row .grid-sizes {
	list-style: none;
	font-family: 'fairviewregular', sans-serif;
	font-size: 4em; /* 64/16 */
	line-height: 1em;
	margin-bottom: 0.31em;
}

.red .row .code-img img {
	margin-top: 2em;
}

.red .row .row .show-for-small p {
	text-align: center;
	margin-bottom: 0.3em;
}

.red .row .row .show-for-small a {
	display: block;
    margin: 0 auto;
    width: 6em;
}

.text-urls { 
}

.text-urls p {
	margin-bottom: 0;
}

.urls-separados {
	position: relative;
	height: 19.2em;
}

.urls-separados .layout-mobile,
.urls-separados .layout-desktop {
	position: absolute;
}

.urls-separados .layout-desktop {
	left: 2%;
}

.urls-separados .layout-mobile {
	z-index: 10;
	right: 10%;
	margin-top: 10%;
}

.content-page,
.sitemap {
	display: block;
    margin: 0 auto 2em;
}

.anuncios .green h1:before {
	content: "4";
}

.anuncios .large-4 span {
	font-size: 3.75em; /* 60/16 */
	font-family: 'fairviewregular', sans-serif;
	display: block;
	margin-top: 1em;
}

.green .tipos h3 {
	text-align: left;
} 

.green .link-ads {
	margin-top: 4em;
}

.green .tipos img {
	margin-bottom: 1em;
} 

.adwords .large-5 {
	margin-bottom: 4em;
}

.adwords .large-5 {
	text-align: center;
}

/*==============================================================
Footer
==============================================================*/
footer {
	position: relative;
	z-index: 2000;
	background-color: #fec26a;
	padding: 3em 0;
}

footer .row,
.bottom .row {
	background-color: transparent;
}

footer .news {
	border-bottom: 1px solid #FF873E;
	padding-bottom: 2.5em;
	margin-bottom: 4em;
}

footer .row .columns .novidades {
	font-family: 'fairviewregular', sans-serif;
	color: #fff;
	margin: 0 0 0.1em;
	font-size: 3em;
	display: block;
	text-transform: uppercase;
}

footer .row .columns .form {
	width: 100%;
	font-family: 'fairviewregular', sans-serif;
	font-size: 2.625em;
	text-transform: uppercase;
	background-color: #FFD89D;
	border: 1px solid #FF873E;
	padding: 0.5em;
	color: #FF873E;
}

footer .row .columns .box-enviar {
	margin: 1.5em 0;
}

footer .row .columns .box-enviar .btn-enviar {
	width: 100%;
	font-family: 'fairviewregular', sans-serif;
	box-shadow: 0 7px #ff7418;
	font-size: 2em;
	position: relative;
	border: none;
	text-transform: uppercase;
	background-color: #ff8433;
	padding: 0.5em;
	color: #fff;
}

footer .row .columns .box-enviar .btn-enviar:hover {
	box-shadow: 0 5px #ff7418;
	top: 2px;
}

footer .row .columns .box-enviar .btn-enviar:active {
	box-shadow: 0 0px #ff7418;
	top: 7px;
}

footer .row .columns .pergunta {
	font-family: 'fairviewregular', sans-serif;
	color: #ffffff;
	font-size: 3em;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

footer .row .columns .compartilhe {
	font-family: 'fairviewregular', sans-serif;
	color: #FF873E;
	font-size: 4.5em;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin-bottom: .5em;
}

footer .row .columns ul {
	background: url("../images/linhas.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    margin: 0 auto 5%;
    padding: 3em;
    width: 638px;
	height: 13em;
}

footer .row .columns ul li {
	list-style: none;
	float: left;
	margin-right: 5%;
	border: .3em solid #fec26a;
	height: 120px;
    width: 115px;
	padding: 25px;
}

footer .row .columns ul li:last-child {
	margin: 0;
}

footer .row .columns ul li:hover {
	background-image: none !important;
	background-color: #fec26a !important;
	cursor: pointer;
}

footer .row .columns ul li a,
footer .row .columns ul li iframe,
footer .row .columns ul li div {
	opacity: 0;
}

footer .row .columns ul li:hover a,
footer .row .columns ul li:hover iframe,
footer .row .columns ul li:hover div {
	opacity: 1;
}

footer .row .columns ul li.facebook {
	background: url("../images/social-sprite.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

footer .row .columns ul li.googleplus {
	background: url("../images/social-sprite.jpg") no-repeat scroll -107px 0 rgba(0, 0, 0, 0);
}

footer .row .columns ul li.twitter {
	background: url("../images/social-sprite.jpg") no-repeat scroll -214px 0 rgba(0, 0, 0, 0);
}

footer .row .columns ul li.pinterest {
	background: url("../images/social-sprite.jpg") no-repeat scroll -321px 0 rgba(0, 0, 0, 0);
	padding: 40px 34px;
}

footer .row .columns p {
	color: #ff5e3e;
}

footer .row .columns .embed form textarea {
	width: 100%;
	background-color: #FFD89D;
	border: 1px solid #FF873E;
	padding: 2em;
	font-size: 12px;
	color: #FF873E;
}

@media only screen and (min-width: 200px) and (max-width: 320px) {
	footer .row .columns ul {
		padding: 0.8em;
		width: 16.6em;
		height: 17.5em;
	}
	
	footer .row .columns ul li:last-child {
		margin-top: 2%;
	}
	
	footer .row .columns ul li {
		margin: 2% 2% 0 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 510px) {
	footer .row .columns ul {
		padding: 1.5em;
    	width: 18em;
		height: 19em;
	}
	
	footer .row .columns ul li:last-child {
		margin-top: 2%;
	}
	
	footer .row .columns ul li {
		margin: 2% 2% 0 0;
	}
}

@media only screen and (min-width: 510px) and (max-width: 620px) {
	footer .row .columns ul {
		padding: 1em;
		width: 20em;
		height: 21em;
	}
	
	.adwords .columns {
		text-align:center;
	}
	
	footer .row .columns ul li:last-child {
		margin-top: 5%;
	}
	
	footer .row .columns ul {
		padding: 2em;
		width: 20em;
	}
	
	footer .row .columns ul li {
		margin: 5% 5% 0 0;
	}
}


@media only screen and (min-width: 620px) and (max-width: 770px) {
	footer .row .columns ul {
		padding: 1em;
		width: 36em;
		height: 10em;
	}
}

/*==============================================================
Bottom
==============================================================*/
.bottom {
	background-color: #ffffff;
	position: relative;
	z-index: 2000;
	border-top: 15px solid #FF873E;
	padding: 1.562em 0; /* 25/16 */
}

.bottom h6 {
	font-family: 'fairviewregular', sans-serif;
	font-weight: lighter;
	margin: 0;
	font-size: 2.25em; /* 36 /16 */
	color: #ff873e;
}

.text-bottom {
	font-size: .82em;
	color: #ff873e;
	margin-top: 1em;
}

.bottom-logo {
	background: url(../images/logo-agencamestre.jpg) no-repeat;
	height: 48px;
    width: 274px;
	display: block;
	text-align: center;
	margin: 1em auto;
}

.bottom a {
	color: #ff873e;
}


/*--------------------- Tablet BG ---------------------*/
@media only screen and (min-width: 770px) and (max-width: 999px) {
	.row {
		max-width: 730px;
	}
	
	#cbp-fbscroller .row .columns {
		margin-bottom: 0;
	}
	
	.bg-devices {
		background-image: url(../images/bg-tablet.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;
		min-width: 100%;
		min-height: 100%;
		position: fixed;
		z-index: 1000;
	}
	
	.bg-mask-top {
		position: fixed;
		top: 0;
		width: 100%;
		height: 15%;
		background: #fec26a;
		z-index: 999;
	}
	
	
	.bg-mask-top-yellow {
		background: #fec26a;
	}
	
	.bg-mask-top-green {
		background: #7fb4a4;
	}
	
	.bg-mask-top-white {
		background: #f79484;
	}
	
	.bg-mask-top-blue {
		background: #7cbee0;
	}
	
	.anuncios .large-4 span {
		margin-top: 0 !important;
	}
	
	.bottom-logo {
		float: right;
		margin-top: 25% !important;
	}
}

/*--------------------- Desktop BG ---------------------*/
@media only screen and (min-width: 1000px) {
	.row {
		max-width: 890px;
	}
	
	#cbp-fbscroller .row .columns {
		margin-bottom: 0;
	}
	
	 .green .box-adwords {
		text-align: left;
	}
	
	.bg-devices {
		background-image: url(../images/bg-notebook.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center 40%;
		min-width: 100%;
		min-height: 100%;
		position: fixed;
		z-index: 1000;
	}
	
	
	.anuncios .green h2,
	.anuncios .green h3,
	.anuncios .green h4,
	.anuncios .green p {
		text-align: left;
	}
	
	.bottom-logo {
		float: right;
		margin-top: 15% !important;
	}
}


/*==============Media Querie - Changes ===============*/

@media only screen and (min-width: 200px) and (max-width: 770px) {

	.ad-divider {
		padding: 0em 0 24em 0;
	}
	
	.box-adwords {
		margin-top: 0;
	}
	
	.margin {
		margin: 0;
	}
	
	.adwords .columns {
		margin-top: 0;
	}
	
	.divider {
		padding: 6em 0;
		border-bottom: 1px solid #cccccc;  
	}
	
	footer .row .columns .form {
		margin-bottom: 0.5em;
	}
}

@media only screen and (min-width: 200px) and (max-width: 580px) {
	.divider {
		padding: 4em 0;
	}
}


@media only screen and (min-width: 580px) and (max-width: 810px) {
	.divider {
		padding: 6em 0;
	}
}



/*==============Media Querie - Sections ===============*/

@media only screen and (min-width: 200px){
	#fbsection1 {
		height: 14em;
	}
	
	#fbsection2 {
		height: 65em;
	}
	
	#fbsection3 {
		height: 42em;
	}
	
	#fbsection4 {
		height: 50em;
	}
	
	#fbsection5 {
		height: 48em;
	}
	
	#fbsection6 {
		height: 59em;
	}
	
	#fbsection7 {
		height: 65em;
	}
	
	#fbsection8 {
		height: 48em;
	}
	
	#fbsection9 {
		height: 60em;
	}
	
	#fbsection10 {
		height: 65em;
	}
	
	#fbsection11 {
		height: 76em;
	}
	
	#fbsection12 {
		height: 56em;
	}
	
	#fbsection13 {
		height: 59em;
	}
	
	#fbsection14 {
		height: 85em;
	}
	
	#fbsection15 {
		height: 38em;
	}
	
	#fbsection16 {
		height: 66em;
	}
	
	#fbsection17 {
		height: 69em;
	}
	
	.bottom-logo {
		background: url(../images/logo-agencamestre-mobile.jpg) no-repeat;
		height: 41px;
		width: 230px;
		display: block;
		text-align: center;
		margin: 1em auto;
	}
	
	.bg-mask-top, .bg-mask-bottom {
		display: none;
	}
	
	.hideme {
		display: block;
	}
	
	.notebook-img {
		width: 270px;
		height: 142px;
	}
	
	.layout-desktop {
		height: 176px;
    	width: 270px;
	}
	
	.divider:before {
		left: 43%;
	}
}
	
@media only screen and (min-width: 320px){
	#fbsection1 {
		height: 14em;
	}
	
	#fbsection2 {
		height: 65em;
	}
	
	#fbsection3 {
		height: 41em;
	}
	
	#fbsection4 {
		height: 50em;
	}
	
	#fbsection5 {
		height: 48em;
	}
	
	#fbsection6 {
		height: 54em;
	}
	
	#fbsection7 {
		height: 64em;
	}
	
	#fbsection8 {
		height: 43em;
	}
	
	#fbsection9 {
		height: 58em;
	}
	
	#fbsection10 {
		height: 60em;
	}
	
	#fbsection11 {
		height: 66em;
	}
	
	#fbsection12 {
		height: 50em;
	}
	
	#fbsection13 {
		height: 50em;
	}
	
	#fbsection14 {
		height: 77em;
	}
	
	#fbsection15 {
		height: 34em;
	}
	
	#fbsection16 {
		height: 59em;
	}
	
	#fbsection17 {
		height: 60em;
	}
	
	.hideme {
		display: block;
	}
}

@media only screen and (min-width: 400px){
	#fbsection1 {
		height: 14em;
	}
	
	#fbsection5 {
		height: 50em;
	}
	
	#fbsection9 {
		height: 62em;
	}
	
	#fbsection11 {
		height: 70em;
	}
	
	#fbsection14 {
		height: 85em;
	}
}

@media only screen and (min-width: 500px){
	#fbsection1 {
		height: 16em;
	}
	
	#fbsection6 {
    	height: 53em;
	}
	
	#fbsection7 {
    	height: 67em;
	}
	
	#fbsection9 {
    	height: 60em;
	}
	
	#fbsection11 {
    	height: 64em;
	}
	
	.notebook-img {
		width: 332px;
		height: 190px;
	}
	
	.layout-desktop {
		width: 339px;
		height: 239px;
	}
	
	.divider:before {
		left: 45%;
	}
}

@media only screen and (min-width: 680px){
	#fbsection1 {
		height: 22em;
	}
	
}

@media only screen and (min-width: 770px){
	#fbsection1 {
		height: 28em;
	}
	
	#fbsection2, #fbsection3, #fbsection4,
	#fbsection5, #fbsection6, #fbsection7,
	#fbsection8, #fbsection10, #fbsection12, 
	#fbsection13,#fbsection14, #fbsection16 {
		height: 38em;
	}
	
	#fbsection2, #fbsection9, #fbsection11 {
		height: 43em;
	}
	
	#fbsection15 {
		height: 34em;
	}
	
	.bg-mask-top, .bg-mask-bottom {
		display: block;
	}
	
	.top-site {
    	padding-top: 6em;
	}
	
	.divider:before {
		left: 47%;
	}
}

@media only screen and (min-width: 800px){
	#fbsection1 {
		height: 28em;
	}
	
	.top-site {
    	padding-top: 1.2em;
	}
}

@media only screen and (min-width: 1000px){
	#fbsection1 {
		height: 28em;
	}
	
	#fbsection2, #fbsection3, #fbsection4,
	#fbsection5, #fbsection6, #fbsection7,
	#fbsection8, #fbsection10, #fbsection12, 
	#fbsection13,#fbsection14, #fbsection16 {
		height: 38em;
	}
	
	#fbsection2, #fbsection9, #fbsection11 {
		height: 43em;
	}
	
	#fbsection15 {
		height: 36em;
	}
	
	 #fbsection17 {
		height: 48em;
	 }
	
	#fbsection5 img  {
		margin-top: 3em;
	}
	
	#fade12 {
		margin-top: 1.6em;
	}
	
	.green .box-adwords {
    	margin-top: 7em;
	}
	
	.bg-mask-top, .bg-mask-bottom {
		display: block;
	}
	
	.hideme {
		display: none;
	}
	
	footer .row .columns .box-enviar .btn-enviar {
		margin-left: 1em;F
	}
}


@media only screen and (min-width: 1600px){
	#fbsection2, #fbsection3, #fbsection4,
	#fbsection5, #fbsection6, #fbsection7,
	#fbsection8, #fbsection10, #fbsection12, 
	#fbsection13,#fbsection14, #fbsection16 {
		height: 45em;
	}
	
	#fbsection2, #fbsection9, #fbsection11 {
		height: 50em;
	}
	
	#fbsection15 {
		height: 43em;
	}
	
	 #fbsection17 {
		height: 55em;
	 }
}


/*============== Media Querie - Screen height ===============*/
@media only screen and (min-width: 800px) and (min-height: 400px) {
	.divider {
		padding: 7.5em 0 0 0;
		border-bottom: 1px solid #cccccc;  
	}
	
	.top-site .row .large-12 h1 {
		margin-top: 0.55em;
	}
	
	.bg-mask-top, .bg-mask-bottom {
		height: 14%;
	}
	
	.ad-divider {
    	padding-top: 7em;
	}
}

@media only screen and (min-width: 1000px) and (min-height: 600px) {
	.divider {
		padding: 9em 0 0 0;
		border-bottom: 1px solid #cccccc;  
	}
	
	.top-site .row .large-12 h1 {
		margin-top: 0.55em;
	}
	
	.bg-mask-top, .bg-mask-bottom {
		height: 19%;
	}
	
	.ad-divider {
    	padding-top: 10em;
	}
}

@media only screen and (min-width: 1000px) and (min-height: 700px) {
	.divider {
		padding: 12.3em 0 0 0;
		border-bottom: 1px solid #cccccc;  
	}
	
	.top-site .row .large-12 h1 {
		margin-top: 0.75em;
	}
	
	.bg-mask-top, .bg-mask-bottom {
		height: 21%;
	}
	
	#fbsection1 {
		height: 32em;
	}
	
	.ad-divider {
    	padding-top: 12.3em;
	}
}


@media only screen and (min-width: 800px) and (min-height: 800px) {
	.divider {
		padding: 15em 0 0 0;
		border-bottom: 1px solid #cccccc;  
	}
	
	.bg-mask-top, .bg-mask-bottom {
		height: 23%;
	}
	
	.ad-divider {
    	padding-top: 15em;
	}
}


@media only screen and (min-width: 800px) and (min-height: 900px) {
	.divider {
		padding: 18em 0 0 0;
		border-bottom: 1px solid #cccccc;  
	}
	
	.top-site .row .large-12 h1 {
		margin-top: 1.1em;
	}
	
	#fbsection1 {
		height: 36em;
	}
	
	.bg-mask-top, .bg-mask-bottom {
		height: 25%;
	}
	
	.ad-divider {
    	padding-top:18em;
	}
}
