/*
Theme Name: M de Maria (A Primeira Segunda-Feira)
Theme URI: http://mdemaria.co/
Author: Janine Duarte
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bsb_ca
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 bsb_ca is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 - Grid
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Sub-Menus
	5.4 - Header
	5.5 - Footer
6.0 - Accessibility
7.0 - Alignments
8.0 - Homepage
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Modelos
	10.3 - Comments
	10.4 - Portfolio
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
12.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0.0 - M de Maria Standard CSS
--------------------------------------------------------------*/

.aligncenter {
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.alignjustify{
	text-align:
}
.fullwidth {
	max-width: 100%;
}
.nopadding{
	padding: 0px!important;
}
.nopadding-left{
	padding-left: 0px;
}
.nopadding-right{
	padding-right: 0px;
}
.show-mobile{
	display: none;
}
.show-desk{

}
.absolute{
	position: absolute;
}
.white{
	background-color: #ffffff!important;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white{
	color: #ffffff!important;
	background-color: transparent!important;
}
.big {
	font-size: 1.5em;
}
.small {
	font-size: 0.8em;
}
.white-font {
	color: #ffffff;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}

/*--------------------------------------------------------------
0.0 - Grid
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

.menu .active>a {
    background: transparent;
    color: #fff;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a {
	color: #3f3b38; /*color detail*/
}
a:focus, a:hover {
	color: #777777; /*color detail darked*/
}
a:visited {
	color: #333333; /*color detail faded*/
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/

html, body, p, h1, h2, h3, h4, h5, h6 {
	color: #3f3b38;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1{
	font-size: 3.875em;
	font-family: 'nicky_sansbold';
}

h2{
	font-family: 'nicky_sanssemi_bold';
	font-size: 2.25em;
	line-height: 1.2em;
}

h3{
	font-family: 'montserratregular';
	font-size: 1.8125em;
}

h4{
	font-family: 'montserratregular';
	font-size: 1.6875em;
}

h5{
	font-family: 'montserratregular';
	font-size: 1.2em;
}

h6{
	font-family: 'montserratregular';
	font-size: 1em;
	line-height: 1.6;
}

p {
    margin-bottom: 1.1rem;
    font-size: 15px;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
		font-family: 'montserratregular';
}

b, strong{
	font-family: 'montserratbold';
}


/*********************
BUTTON
*********************/
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1.5rem;
    padding: 15px 30px 12px 30px;
    -webkit-appearance: none;
    border: 2px solid #f06134;
    border-radius: 50px;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: 1.0375em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #f06134;
    color: #fff;
    font-family: 'montserratmedium';
    letter-spacing: 0.2em;
		text-transform: uppercase;
}

.button:focus, .button:hover, .button:focus {
    background-color: transparent;
    color: #fff;
		border-color: #fff;
}

.button.botao-branco{
	background-color: #fff;
	color: #f06134 !important;
	border-color: #fff;
}

.button.botao-branco:hover, .button.botao-branco:active, .button.botao-branco:focus{
	background-color: transparent;
	color: #fff !important;
	border-color: #fff;
}

button.btn-close {
    color: #fff;
    float: right;
    font-size: 1.3em;
    font-family: 'nicky_sanssemi_bold';
    margin-top: -10px;
}
button.btn-close:hover {
    color: #09193A;
}

/*********************
CAMPOS
*********************/
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

.raleway {
	font-family: 'Raleway', sans-serif;
}

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.montserratbold{
  font-family: 'montserratbold';
}

@font-face {
    font-family: 'montserratextrabold';
    src: url('/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.montserratextrabold{
  font-family: 'montserratextrabold';
}

@font-face {
    font-family: 'montserratmedium';
    src: url('/fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.montserratmedium {
  font-family: 'montserratmedium';
}

@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.montserrat{
  font-family: 'montserratregular';
}

@font-face {
    font-family: 'nicky_sansextra_bold';
    src: url('/fonts/nickysans-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/nickysans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.nickysextrabold{
  font-family: 'nicky_sansextra_bold';
}

@font-face {
    font-family: 'nicky_sanssemi_bold';
    src: url('/fonts/nickysans-semibold-webfont.woff2') format('woff2'),
         url('/fonts/nickysans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.nickysemibold{
  font-family: 'nicky_sanssemi_bold';
}

@font-face {
    font-family: 'nicky_sansbold';
    src: url('/fonts/nickysans-bold-webfont.woff2') format('woff2'),
         url('/fonts/nickysans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.nickybold{
  font-family: 'nicky_sansbold';
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/



/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/



/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/




/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
nav.main-navigation li > a{
	color: black;
}

nav.main-navigation li:hover > a{
	color: gray;
}
nav.main-navigation ul li a {
    padding: 20px;
}

/*--------------------------------------------------------------
5.3 Sub-Menus
--------------------------------------------------------------*/



/*--------------------------------------------------------------
5.4 Header
--------------------------------------------------------------*/
body.logged-in.admin-bar div#header-menu{
	top: 32px;
}

div#header-menu {
    background-color: #00a7b4;
    padding: 13px 0px 0px 0px;
		position: fixed;
		box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 20%);
		z-index: 2;
		width: 100%;
		top: 0;
}

div#header-menu .ancor-logo {
    height: 34px;
    position: absolute;
    left: 15px;
}

div#lp-banner {
    margin-top: 57px;
}

body.page-template-template-full-width.page-template-template-full-width-php {
    margin-top: 140px;
}

body.page-template-template-full-width.page-template-template-full-width-php div#header-menu .logo {
    width: 150px;
    padding-bottom: 10px;
}

body.page-template-template-full-width.page-template-template-full-width-php div#header-menu.geral{
	display: none;
}

.top-bar, .top-bar ul {
		display: -webkit-inline-box;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.menu a{
	font-family: 'montserratmedium';
	font-size: 0.625em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
}

.menu a:hover,
.menu a:active,
.menu a:focus{
	color: #09193A;
}

li.destaquelaranja {
    background-color: #f06134;
    border-radius: 30px;
}

li.destaquelaranja a{
	color: #fff;
}

li.destaquelaranja:hover, li.destaquelaranja:active, li.destaquelaranja:focus{
    background-color: #fff !important;
}

li.destaquelaranja:hover a, li.destaquelaranja:active a, li.destaquelaranja:focus a{
	color: #f06134;
}

.slick-disabled {
    opacity: 0;
}

/*--------------------------------------------------------------
5.5 Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/







/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/






/*--------------------------------------------------------------
8.0 Homepage
--------------------------------------------------------------*/







/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/






/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.fixed-container {
    max-width: 1280px !important;
    margin: 0 auto;
		position: relative;
}

.orbit-container {
    height: 100%!important;
    width: 100% !important;
}

div#lp-banner img {
    width: 100%;
}

#content #inner-content {
    padding: 0px;
}

.orbit-previous {
    background: transparent !important;
    cursor: pointer;
		left: 2%;
}

.orbit-next {
    background: transparent !important;
    cursor: pointer;
		right: 2%;
}

div#lp-sobre {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
		background-color: #fff7f5;
}

div#lp-sobre .mockup1 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 557px;
}

div#lp-sobre .t1{
	margin-bottom: 30px;
}

div#lp-topicos {
    background-image: url(/images/onda1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 120px;
    background-color: #00a7b4;
}

div#lp-topicos .coluna-titulo {
    margin-bottom: 50px;
}

div#lp-topicos .coluna-selo {
    position: relative;
}

div#lp-topicos .selo {
    width: 121px;
    position: absolute;
    left: 0;
    top: -146px;
}

div#lp-topicos .t1{
	color: #fff;
}

.topico-bolinha{
	text-align: center;
}

.topico-bolinha .border {
    height: 212px;
    width: 212px;
    border: 3px solid #fff;
    position: relative;
    border-radius: 78%;
    display: -webkit-inline-box;
}

.topico-bolinha .topico {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
		transform: translate(-50%, -50%);
    width: 80%;
		margin-bottom: 0px;
}

div#lp-autoras{
	margin-bottom: 100px;
}

div#lp-autoras img.autoras {
    width: 100%;
    margin-top: -50px;
}

div#lp-autoras .t1{
	color: #02a0af;
}

div#lp-autoras .coluna-texto {
    height: 533px;
    position: relative;
}

div#lp-autoras .coluna-texto .content {
    position: absolute;
    width: 83%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#lp-autoras .coluna-texto .content p:last-child{
	margin-bottom: 0px;
}

div#lp-autoras-individual {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

div#lp-autoras-individual .autora-foto {
    margin-bottom: 18px;
    width: 172px;
}

div#lp-autoras-individual .coluna-autora1{
	padding-right: 24px;
}

div#lp-autoras-individual .coluna-autora2{
	padding-left: 24px;
}

div#lp-autoras-individual .content p {
    font-size: 13px;
    line-height: 1.5em;
}

div#lp-autoras-individual .content p:last-child {
	margin-bottom: 14px;
}

div#lp-autoras-individual .autora-midias i {
    color: #f84500;
    font-size: 1.5em;
		-webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}

div#lp-autoras-individual .autora-midias i:hover,
div#lp-autoras-individual .autora-midias i:active,
div#lp-autoras-individual .autora-midias i:focus {
    color: #00a7b4;
}

.botao-wpp {
    z-index: 1111111;
    background-color: #f06134;
    color: #fff !important;
    padding: 10px 30px 6px 30px;
    margin: 0px;
    margin: 0px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.2em;
    font-family: 'nicky_sanssemi_bold';
    border-radius: 100px;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 20%);
}

.botao-wpp:hover, .botao-wpp:active, .botao-wpp:focus{
	background-color: #00a7b4;
	color: #fff;
}

div#lp-comprar h1, div#lp-comprar h2, div#lp-comprar h3,
div#lp-comprar h4, div#lp-comprarh5 h6,
div#lp-comprar a, div#lp-comprar p {
	color: #fff;
}

div#lp-comprar {
		background-color: #00a7b4;
    background-image: url(/images/onda2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 50px;
}

div#lp-comprar .t2 {
    margin-bottom: 30px;
}

div#lp-comprar .info.i4 {
    font-size: 1.413125em;
		margin-left: 50px;
		margin-bottom: 30px;
}

div#lp-comprar .t3 {
    margin-bottom: 30px;
    margin-top: 10px;
    width: 79%;
}

div#lp-comprar .info {
    margin-bottom: 14px;
}

div#lp-comprar .info i {
    margin-right: 14px;
    width: 29px;
    text-align: center;
}

div#lp-comprar .info.i3 {
    margin-bottom: 0px;
}

.mockup2 {
    position: absolute;
    right: -150px;
    top: -280px;
}

div#lp-comprar .row-content{
	position: relative;
	z-index: 1;
}

div#lp-depoimentos .custom-slider-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

div#lp-depoimentos .custom-box {
    padding: 15px 60px 0px 0px;
    border: 0px;
    margin: 5px;
}

div#lp-depoimentos .depo-aspas {
    width: 54px;
    float: left;
    margin-right: 14px;
    margin-top: -15px;
}

div#lp-depoimentos p:last-child{
	margin-bottom: 14px;
}

div#lp-depoimentos .depo-foto {
    width: 66px;
    float: left;
    margin-right: 14px;
    border-radius: 100%;
}

div#lp-depoimentos .depo-nome {
    font-family: 'montserratbold';
    font-size: 12px;
	  padding-top: 12px;
	  float: right;
		width: 82%;
}

div#lp-depoimentos {
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(/images/background-calendario.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

div#lp-depoimentos .t1, div#lp-midia .t1{
	margin-bottom: 30px;
	font-size: 2.73125em;
}

div#lp-midia .t1{
	text-align: center;
}

div#lp-depoimentos .seta1, div#lp-midia .seta1 {
    position: absolute;
    top: 50%;
    left: 14px;
}

div#lp-depoimentos .seta2, div#lp-midia .seta2{
    position: absolute;
    top: 50%;
    right: 14px;
}

.seta2, .seta1 {
    cursor: pointer;
}

div#lp-midia .custom-slider-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

div#lp-midia .custom-box {
    padding: 0px 14px 0px 0px;
    border: 0px;
    margin: 5px;
}

div#lp-midia .md-imagem{
	height: 214px;
	background-size: cover;
	background-position: center;
	border-radius: 14px 14px 0px 0px;
}

div#lp-midia .button {
    font-size: 0.7em;
    padding: 10px 20px 8px 20px;
		margin-bottom: 0px;
		color: #fff;
}

div#lp-midia .button:focus, div#lp-midia .button:hover {
    background-color: transparent;
    color: #f06134;
		border-color: #f06134;
}

div#lp-midia {
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 100px;
}

div#lp-midia .md-box {
    background-color: #fff;
    border-radius: 0px 0px 14px 14px;
    padding: 20px 29px 29px 29px;
    min-height: 213px;
}

div#lp-midia .md-titulo{
	color: #00a3b0;
	font-family: 'montserratbold';
	font-size: 15px;
	margin-bottom: 14px;
}

div#lp-midia p{
	font-size: 10px;
}

div#lp-midia p:last-child{
	margin-bottom: 14px;
}

div#lp-footer {
		background-color: #00a3b0;
    background-image: url(/images/onda4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 250px;
    padding-bottom: 50px;
}

footer.footer {
    margin: 0px;
}

div#lp-footer .menu li a {
    margin-bottom: 6px;
}

div#lp-footer .menu li {
    display: list-item;
    width: 87%;
}

div#lp-footer .menu {
    column-count: 2;
		width: 100%;
}

div#lp-footer .menu-midias i {
    color: #fff;
    margin: 0px 5px;
    font-size: 1.5em;
}

div#lp-footer .menu-midias i:focus, div#lp-footer .menu-midias i:hover {
    color: #f06134;
}

div#lp-footer .menu-midias {
    text-align: right;
}

div#lp-footer .logo {
    margin-top: -53px;
}

div#lp-footer .mockup3 {
    height: 336px;
    position: absolute;
    right: -125px;
    top: -350px;
}

.inner-footer {
    background-color: #00a3b0;
    border-top: 1px solid #fff;
		padding-top: 14px;
}

.inner-footer p{
	color: #fff;
	font-family: 'montserratregular';
	font-size: 0.7em;
	margin-bottom: 14px;
}

.inner-footer a{
	color: #fff;
}

.inner-footer a:focus, .inner-footer a:hover {
    color: #09193A;
}

.site-footer-copy {
    text-align: right;
}

.menu .ocultar{
	display: none !important;
}

div#lp-footer .menu li a {
    margin-bottom: 0px;
}

:root {
    color-scheme: light !important; /* Garante que o site use o esquema de cores claro */
}

/*--------------------------------------------------------------
10.2 Modelos
--------------------------------------------------------------*/





/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.4 Portfolio
--------------------------------------------------------------*/


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/





/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/





/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/






/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 1920px) and (max-width: 2240px) {
	div#lp-topicos .selo {
	    top: -105px;
	}
}

@media screen and (min-width: 601px) and (max-width: 1024px) {

/* === CSS aqui === */

	div#lp-sobre .mockup1, .mockup2{
		display: none;
	}

	.topico-bolinha .border {
    margin-bottom: 20px;
	}

	div#lp-autoras .coluna-texto {
    height: auto;
	}

	div#lp-autoras .coluna-texto .content {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
	}

	div#lp-comprar .t3 {
    width: 100%;
	}

	div#lp-footer .menu li {
    width: 112%;
	}

	div#lp-footer .logo {
    margin-top: 0px;
	}

	div#lp-comprar .row-content {
    z-index: 0;
	}

}

@media screen and (max-width: 600px) {

/* === CSS aqui === */
	.show-mobile{
		display: inherit;
	}
	.show-desk{
		display: none;
	}

	.nopadding-left{
		padding-left: .625rem;
	}

	.nopadding-right{
		padding-right: .625rem;
	}

	.off-canvas {
	    background-color: #00a7b4 !important;
	    padding: 30px;
	    text-align: center;
	}

	.off-canvas .menu a{
		padding: 20px !important;
	}

	.off-canvas .destaquelaranja a{
		padding: .7rem 1rem !important;
	}

	.orbit-previous{
		left: 0;
	}

	.orbit-next{
		right: 0;
	}

	div#lp-sobre .mockup1 {
    display: none;
	}

	div#lp-topicos .coluna-selo {
    position: relative;
    text-align: center;
	}

	div#lp-topicos .selo {
  	position: relative;
    width: 25%;
		top: -39px;
  }

	div#lp-topicos {
	    background-image: url(/images/onda1_mob.jpg);
	    background-size: contain;
	    background-color: #00a7b4;
			padding-top: 0px;
			padding-bottom: 30px;
	}

	div#lp-topicos .coluna-titulo {
    margin-bottom: 30px;
	}

	.topico-bolinha {
    margin-bottom: 20px;
	}

	div#lp-autoras img.autoras {
    margin-top: 0px;
	}

	div#lp-autoras .coluna-texto .content {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 30px;
    margin-bottom: 30px;
	}

	div#lp-autoras .coluna-texto {
    height: auto;
	}

	div#lp-autoras {
    margin-bottom: 30px;
	}

	div#lp-autoras-individual{
		text-align: center;
	}

	div#lp-autoras-individual .coluna-autora1{
		padding-right: 0px;
		margin-bottom: 30px;
	}

	div#lp-autoras-individual .coluna-autora1{
		padding-left: 0px;
	}

	h1 {
    font-size: 2.4em;
	}

	h2 {
    font-size: 1.6em;
	}

	h4, div#lp-comprar .info.i4{
    font-size: 1.2em;
	}

	h3 {
    font-size: 1.4em;
	}

	.mockup2, div#lp-footer .mockup3 {
    display: none;
	}

	div#lp-comprar {
    padding-top: 50px;
    padding-bottom: 50px;
	}

	div#lp-comprar .t3 {
    width: 100%;
	}

	div#lp-comprar .info.i4 {
    margin-left: 0px;
	}

	.button {
    width: 100%;
	}

	div#lp-depoimentos .custom-box {
    padding: 15px 00px 0px 0px;
	}

	div#lp-midia {
    padding-bottom: 20px;
	}

	div#lp-footer {
    padding-top: 106px;
	}

	div#lp-footer .menu li {
    display: inline-block;
    width: inherit;
	}

	div#lp-footer .menu {
    column-count: 1;
    width: 70%;
    text-align: center;
		margin-left: 15%;
	}

	div#lp-footer .coluna-logo {
    text-align: center;
	}

	div#lp-footer .menu-midias {
    text-align: center;
    margin-top: 20px;
	}

	div#lp-footer .logo {
    margin-top: 0px;
    width: 50%;
    margin-bottom: 20px;
	}

	.inner-footer p {
    text-align: center;
		margin-bottom: 3px;
	}

	div#lp-comprar .row-content {
    z-index: 0;
	}

	body.logged-in.admin-bar div#header-menu {
        top: 0px;
        min-height: 57px;
  }

	div#header-menu {
        top: 0px;
        min-height: 57px;
  }

	body.page-template-template-full-width.page-template-template-full-width-php {
	    margin-top: 180px !important;
	}

	div#lp-banner {
    margin-top: 57px;
	}

	div#lp-depoimentos .depo-nome {
    padding-top: 0px;
    float: right;
    width: 71%;
  }

	.top-bar, .top-bar ul {
    float: right;
	}

}
