/*
Theme Name: Lili Castro
Author: Aline Honorato */

/* Fontes */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,400;1,600;1,700&display=swap');

/* Geral */

*{
	outline: none !important;
}

a{
	cursor: pointer;
}

a,
.call-to,
.owl-dots .owl-dot span,
a .imagem,
section#mini-banner a p{	
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}


a:hover, 
a:focus{
	text-decoration: none;
	color: #201747;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	font-family: 'Barlow', sans-serif;
	font-size: 16.6px;
	line-height: 25px;
	font-weight: 400;
	color: #727277;
	position: relative;
}

.padding-0{
	padding: 0 !important;
}

section{
	position: relative;
	padding: 60px 0;
}

.row{
	margin: 0;
	padding: 0;
}

h2.titulo{
	font-size: 62.89px;
	margin-bottom: 15px;
	font-weight: 300;
	line-height: 53.9px;
	letter-spacing: -1px;
	color: #784856;
	text-transform: lowercase;
}

.branco{
	color: #784856 !important;
}

.call-to{
	background: transparent;
	color: #784856;
	font-size: 17.5px;
	line-height: 24.72px;
	font-weight: 500;
	padding: 4px 20px;
	cursor: pointer;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #784856;
}

.call-to:hover{
	color: #fff;
	background-color: #784856;
}

.duas-colunas {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
}

.imagem{
	background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
	height: 190px;
}

/*Cabeçalho*/

header{
	background-color: rgba(255,255,255,0);
	width: 100%;
	z-index: 999;
	position: relative;
}

body.pagina-interna header{
	background-color: rgba(255,255,255,0.5);
}

header .topo{
	background-color: #784856;
	padding: 15px 0;
	display: block;
	font-size: 12px;
}

.infos > div{
	display: flex;
	align-items: center;
	margin-left: 25px;	
}

.infos i{
	color: #fff;
	font-size: 20px;
}

.infos a{
	color: #fff;
}

.infos a:hover{
	opacity: 0.5;
}

header .abrir-menu{
	align-items: center;
	color: #784856;
	display: none;
	font-size: 30px;
}

.logo{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.logo a.logo-menu{
	width: 100%;
}

.logo h1{
	width: 100%;
	background-image: url('img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 59px;
	background-position: left;
	margin: 0;
}

header .row{
	margin: 0 auto;
	padding: 0;	
}

.principal > div{
	padding: 0;
	margin-top: 10px;
}

.menu,
.menu-principal{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}

.menu-principal > ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.menu-principal > ul > li{
	padding: 20px 22px;
	display: inline-block;
}

.menu-principal > ul > li:last-child{
	padding-right: 0;
}

.menu-principal ul li a{
	color: #784856;
	font-size: 13.3px;
	font-weight: 500;
	display: block;	
	position: relative;
}

.menu-principal > ul > li.menu-item-has-children{
	padding-right: 20px;
	position: relative;
}

.menu-principal > ul > li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: bold;
    color: #784856;
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 12px;
    line-height: 27px;
}

.menu-principal ul li a:hover,
.menu-principal ul li a:focus,
.menu-principal ul:not(.sub-menu) > li.current-menu-item > a,
.menu-principal ul li:hover > a{
	font-weight: 800;
}

.menu-principal > ul > li > ul {
    position: absolute;
    background-color: rgba(120,72,86,0.3);
    list-style: none;
    padding: 15px;
    width: 128px;
    left: 25px;
    top: 50px;
	z-index: 999;
    display: none;
}

.menu-principal > ul > li > ul > li{
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.menu-principal > ul > li > ul > li > a{
	font-weight: 400;
	line-height: 1em;
}

.menu-principal > ul > li > ul > li:last-child{
	border-bottom: none;
	padding: 0;
	margin: 0;
}


/*Banner*/

section#banner{
	padding: 0;
	height: 580px;
	overflow: hidden;
	margin: -85px 0 0 0;
	color: #784856;
}

section#banner ul li{
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;	
	height: 580px;
}

section#banner .container{
	height: 100%;
}

section#banner h2.titulo{
	margin-bottom: 0;
	font-size: 75px;
	font-weight: 100;
	line-height: 59.44px;
	letter-spacing: 0;
}

body.pagina-interna section#banner h2.titulo{
	color: #fff;
	font-size: 134.71px;
	line-height: 89.26px;
	letter-spacing: -1px;
	font-weight: 300;
	margin-bottom: 50px;
}

body.pagina-interna section#banner h3 p{
	font-size: 41.67px;
	line-height: 37.5px;
	letter-spacing: -1px;
	font-weight: 300;
	margin-bottom: 50px;
	margin-left: 80px;
	color: #784856;
}

section#banner p strong{
	font-weight: 500;
}

body.pagina-interna section#banner h2.titulo span{
	margin-left: 85px;
}

body.pagina-interna section#banner h4{
	font-size: 204.25px;
	line-height: 80.19px;
	font-weight: 100;
	color: rgba(71,90,44,0.3);
	margin-bottom: 150px;
}

body.home section#banner p{
	display: block;
	font-weight: 300;
	font-size: 20.86px;
	line-height: 25px;
	padding: 30px 0 0 15px;
	margin-bottom: 30px;
}

body.pagina-interna section#banner .container{
	position: relative;
}

body.pagina-interna section#banner .container > p{
	position: absolute;
	bottom: 210px;
	right: 170px;
	font-weight: 500;
	font-size: 19.58px;
	line-height: 29.44px;
	color: #475a2c;
	padding: 0;
}

/* Sobre */

section#sobre{
	color: #784856;
	padding: 0;
	margin-top: 2px;
	font-size: 18.75px;
	font-weight: 400;
}

section#sobre .imagem{
	min-height: 542px;
	height: 100%;
}

section#sobre h2.titulo{
	margin-bottom: 10px;
	font-size: 161.34px;
	font-weight: 100;
	line-height: 110px;
}

section#sobre p > i,
section#sobre p > em{
	font-size: 25px;
	line-height: 29.17px;
	font-weight: 600;
	margin-top: 30px;
}

body.home section#sobre p:last-of-type{
	margin-bottom: 0;
	display: inline;
}

section#sobre a i{
	color: #475a2c;
}

body.pagina-interna section#sobre h2.titulo{
	margin-top: 50px;
	margin-bottom: 20px;
}

body.pagina-interna section#sobre h2.titulo + p{
	font-size: 25px;
	line-height: 29.17px;
	margin-bottom: 60px;
}

section#sobre .duas-colunas{
	padding-bottom: 20px;
}

body.pagina-interna section#sobre .texto-sobre > div{
	padding-left: 50px;
}

section#sobre + section#projetos{
	padding: 60px 0;
}

section#sobre + section#projetos .texto-projeto{
	margin-left: 20%;
}

section#sobre + section#projetos .texto-projeto h2.titulo,
section#metodo h2.titulo{
	text-transform: inherit;
}

section#sobre + section#projetos p{
	color: #784856;
	font-size: 18.75px;
}

/* Método */

section#metodo{
	background-color: rgba(120,72,86,0.2);
}

section#metodo ul{
	margin-top: 50px;
}

section#metodo ul li{
	padding: 0 30px;
	width: 20%;
}

section#metodo .fundo{
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	margin-bottom: 15px;
}

section#metodo h3{
	color: #000;
	font-weight: 700;
	font-size: 20.83px;
	line-height: 1em;
}

section#metodo p{
	color: #5b5b5f;
	font-size: 14.58px;
	line-height: 20.83px;
	margin-bottom: 0;
}

/* Mini Banners */

section#mini-banner a{
	height: 100%;
	color: #fff;
}

section#mini-banner .imagem{
	border-radius: 10px;
}

section#mini-banner a p{
	text-align: right;
	line-height: 37.5px;
	font-weight: 500;
	padding: 0 10px;
	background-color: rgba(0,0,0,0.3);
	margin-bottom: 0;
	border-radius: 0 0 10px 10px;
	height: 37.5px;
	width: 100%;
}

section#mini-banner a:hover p{
	height: 100%;
	border-radius: 10px;
}

/* Projetos */

section#projetos{
	border-bottom: 2px solid rgba(120,72,86,0.2);
	padding-top: 20px;
}

section#projetos .lista-projetos h2.titulo{
	margin: 40px 0;
}

section#projetos > h2.titulo{
	display: none;
}

section#projetos ul{
	margin-top: 40px;
}

section#projetos .texto-projeto{
	display: none;
	flex: 0 0 66%;
    max-width: 66%;
	margin-left: 10%;
}

section#projetos .imagem{
	min-height: 385px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section#projetos .texto-projeto.active{
	display: flex;
}

section#projetos a{
	height: 160px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

section#projetos a.imagem-ativa,
section#projetos a:hover{
	opacity: 0.5;
}

section#projetos h3{
	color: #475a2c;
	font-weight: 500;
	font-size: 29.17px;
	line-height: 25px;
	margin-bottom: 15px;
}

section#projetos p{
	color: #000;
}

section#projetos .detalhe-projeto{
	padding-right: 0;
}

.owl-theme .owl-nav [class*="owl-"]{
	top: calc(50% - 15px);
	display: block;
	cursor: pointer;
	position: absolute;
	left: -15px;
	z-index: 9999;
	font-size: 30px;
	color: #784856;
}

.owl-theme .owl-nav .owl-next{
	left: inherit;
	right: -15px;
}

/* Parceiros */

section#parceiros ul li a{
	background-position: center;
	background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
    display: block;
}

section#parceiros ul li a:hover{
    opacity: 0.5;
}

section#parceiros .owl-theme .owl-nav .owl-prev{
	top: calc(50% - 9px);
	font-size: 18.75px;
	left: -30px;
	color: #475a2c;
}

section#parceiros .owl-theme .owl-nav .owl-next,
section#depoimentos .owl-theme .owl-nav .owl-prev{
	display: none !important;
}

section#parceiros h2.titulo{
	font-weight: 700;
	font-size: 25px;
	line-height: 41.67px;
	color: #000;
	margin-bottom: 0;
}

/* Depoimentos */

section#depoimentos{
	border-top: 2px solid rgba(120,72,86,0.2);
}

section#depoimentos ul{
	margin-top: 30px;
}

section#depoimentos li{
	background-color: #e4dadd;
	border-radius: 10px;
	padding: 30px 40px;
	color: #000;
	height: 100%;
}

section#depoimentos .owl-carousel .owl-item img{
	width: auto;
	margin-bottom: 20px;
}

section#depoimentos h3{
	font-weight: 700;
	font-size: 20.83px;
	line-height: 24.92px;
	font-style: italic;
}

section#depoimentos li > p{
	font-weight: 700;
	font-size: 16.67px;
	line-height: 25px;
	font-style: italic;
}

section#depoimentos span{
	font-size: 16.72px;
	line-height: 25,08px;
}

section#depoimentos span > p{
	margin-bottom: 0;
}

section#depoimentos .owl-theme .owl-nav .owl-next{
	top: -83px;
	font-size: 40px;
	right: 0;
}

/* Cursos */

section#cursos{
	background-color: rgba(245,230,211,0.4);
}

section#cursos h2.titulo span{
	font-weight: 400;
	font-size: 20.83px;
	color: #000;
	letter-spacing: 0;
	text-transform: initial;
}

section#cursos .imagem{
	border-radius: 10px;
	height: 300px;
	margin-bottom: 30px;
}

section#cursos h3{
	font-weight: 600;
	font-size: 16.67px;
	line-height: 20.83px;
	color: #000;
	margin-top: 10px;
}

section#cursos p{
	font-weight: 400;
	font-size: 14.58px;
	line-height: 20.83px;
	color: #a09d9a;
}

section#cursos .call-to{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14.58px;
	line-height: 20.83px;
	padding: 5px 40px;
}

/* Blog */

section#blog{
	padding: 30px 0 0 0;
}

section#blog ul li{
	margin-bottom: 30px;
}

section#blog ul li .imagem,
section#servicos ul li .imagem{
	border-radius: 10px;
}

section#blog ul li > a{
	display: block;
	color: #727277;
	position: relative;
	padding-bottom: 20px;
}

section#blog ul li h3{
	margin-top: 15px;
	font-size: 25px;
	font-weight: 700;
	text-transform: lowercase;
	color: #784856;
}

section#blog ul li p{
	display: inline;
}

section#blog ul li > a strong{
	font-weight: 600;
	color: #475a2c;
}

section#blog ul li > a:hover strong{
	text-decoration: underline;
}

section#blog ul li > a span,
section#blog .lista-dicas > div > p{
	color: #784856;
}

section#blog .lista-dicas > div > h3{
	font-weight: 300 !important;
	font-size: 100px;
	line-height: 83.33px;
	margin-bottom: 15px;
	color: #784856;
}

section#blog .lista-dicas p{
	font-size: 14.58px;
	line-height: 20.83px;
}

section#blog .lista-dicas li > a span{
	color: #475a2c;
}

section#blog .lista-dicas li .imagem{
	height: 160px;
	border-radius: 20px;
}

section#blog .lista-dicas li h3{
	font-weight: 600;
	text-transform: inherit;
}

body.pagina-interna section#blog h2.titulo a{
	color: #784856;
	font-size: 20.83px;
	line-height: 24.72px;
	font-weight: 500;
	letter-spacing: 0;
}

body.pagina-interna section#blog h2.titulo a:hover{
	text-decoration: underline;
}

body.pagina-interna section#blog .lista-dicas a.call-to{
	font-size: 20.83px;
	line-height: 24.72px;
	padding: 5px 30px;
    border-radius: 15px;
}

.pagination{
	justify-content: center;	
	margin: 30px 0;
}

.pagination .page-numbers{
	color: #fff;
	background-color: #784856;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next{
	color: #784856;
	background-color: transparent;
	font-size: 25px;
	vertical-align: top;
}

.pagination .page-numbers:not(.current):not(.prev):not(.next):hover,
.pagination .page-numbers.current{
	background-color: #475a2c;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover{
	color: #475a2c;
}

section#post .texto h1,
section#post .texto h2,
section#post .texto h3,
section#post .texto h4,
section#post .texto h5,
section#post .texto h6{
	margin-bottom: 20px;
	font-weight: 700;
	color: #784856;
}

section#post .texto a{
	color: #784856;
	text-decoration: underline;
}

section#post .texto a:hover{
	text-decoration: none;
}

section#post h2.titulo{
	font-weight: 700;
	font-size: 54.17px;
	line-height: 34.13px;
	margin-bottom: 30px;
}

section#post h2.titulo + p{
	font-size: 29.17px;
	line-height: 37.5px;
	font-weight: 400;
	margin-bottom: 30px;
	font-style: italic;
}

section#post .texto img{
	border-radius: 10px;
	margin-bottom: 30px;
}

section#post .texto i,
section#post .texto em{
	color: #784856;
	font-weight: 700;
	font-size: 29.17px;
	line-height: 37.5px;
}

section#post .titulo-dica h2.titulo{
	font-weight: 300;
	font-size: 100px;
	line-height: 83.33px;
	color: #784856;
}

section#post .titulo-dica h3{
	font-weight: 700;
	font-size: 50px;
	line-height: 34.13px;
	color: #cccaca;
	margin-bottom: 30px;
	text-transform: lowercase;
}

/* Serviços */

section#servicos ul{
	margin-top: 50px;
}

section#servicos ul li{
	margin-bottom: 50px;
}

section#servicos a h3{
	font-weight: 600;
	font-size: 16.67px;
	line-height: 20.83px;
	color: #000;
	margin-top: 20px;
}

section#servicos a p{
	font-size: 14.58px;
	line-height: 20.83px;
	color: #a09d9a;
}

section#servicos .call-to{
	font-weight: 600;
	font-size: 14.58px;
	line-height: 20.83px;
}

/* Produtos */

section#produtos{
	padding-top: 0;
}

section#produtos ul{
	background-color: #e4dadd;
	border-radius: 50px;
	padding: 20px 30px;
}

section#produtos ul li{
	padding: 15px;
}

section#produtos ul li:first-child{
	padding: 15px 0;
}

section#produtos .vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
	position: relative;
}

section#produtos h2.titulo {
    font-size: 275.17px;
	line-height: 235.86px;
	color: rgba(120,70,86,0.15);
	margin: 0;
}

section#produtos .vertical-text p {
	font-weight: 300;
    font-size: 68.89px;
	line-height: 53.9px;
	letter-spacing: -1px;
	color: #784856;
	margin: 0;
	position: absolute;
	top: 235px;
    right: 30px;
}

section#produtos ul li a h3{
	font-weight: 600;
	font-size: 20.83px;
	line-height: 20.83px;
	color: #784856;
	margin-top: 15px;
}

section#produtos ul li a p{
	font-size: 14.58px;
	line-height: 20.83px;
	color: #784856;
	margin-bottom: 10px;
}

section#produtos .call-to{
	font-weight: 600;
	font-size: 14.58px;
	line-height: 20.83px;
	color: #e4dadd;
	background-color: #784856;
}

section#produtos a:hover .call-to{
	color: #784856;
	background-color: #e4dadd;
}

section#produtos ul li .imagem{
	height: 180px;
	border-radius: 20px;
}

section#produtos ul li:first-child .imagem{
	height: 230px;	
}

/* Contato */

section#contato{
	background-image: url('img/bg-footer.png');
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	border-top: 3px solid rgba(120,72,86,0.2);
	padding: 35px 0;
	font-size: 12.5px;
	line-height: 16.67px;
	font-weight: 500;
	color: #a09d9a;
}

.logo-rodape a{
	margin-bottom: 30px;
	display: block;	
}

section#contato h2.titulo{
	font-size: 18.75px;
	line-height: 41.67px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: inherit;
}

.redes-sociais{
	margin-top: 30px;
	margin-left: 0 !important;
}

.redes-sociais a{
	text-decoration: none !important;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.redes-sociais a i{
	color: #784856;
	margin-right: 0;
	font-size: 22px;
}

.redes-sociais a:hover{
	opacity: 0.7;
}

section#contato .infos i.borda{
	width: 22px;
	height: 22px;
	font-size: 13px;
	background-color: #784856;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-control{
	border-radius: 50px;
	border: 2px solid #edeef0;
	font-weight: 500;
	font-size: 12.5px;
	height: 40px;
}

.form-control:focus{
	border-color: #784856;
	box-shadow: none;
}

section#contato .call-to{
	background-color: #784856;
	color: #fff;
	font-weight: 500;
	font-size: 10.83px;
	line-height: 16.67px;
	padding: 5px 15px;
	display: table;
	margin: 10px auto 0 auto;
}

/*Rodapé*/

footer{
	background-color: #475a2c;
	padding: 25px 0;
	font-weight: 400;
	font-size: 12.5px;
}

footer,
footer a{
	color: #fff;
}

footer a:hover{
	text-decoration: underline;
	color: #fff;
}

footer p{
	margin-bottom: 0;
}

footer > div > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer strong{
	font-size: 14.58px;
}

footer i.borda{
	width: 24px;
	height: 24px;
	font-size: 13px;
	border-radius: 100%;
	border: 2px solid #fff;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

.back-to-top {
	background-color: #784856;
	border-radius: 65px;
	bottom: 14px;
	box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, .75);
	color: #fff;
	cursor: pointer;
	height: 40px;
	position: fixed;
	right: 22px;
	width: 40px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sml_thankyou{
	font-weight: 600;
	color: #475a2c;
}

/* Admin */

.login h1 a {
	background-image: url('img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 59px;
	box-shadow: none !important;
}

/*Responsivo*/

.fechar-menu {
	position: absolute;
	display: none;
	color: #000;
	font-size: 22px;
	width: 300px;
	right: -250px;
	top: 25px;
	z-index: 999;
}

@media only screen and (max-width: 1680px) {
	
	section#projetos .texto-projeto{
		flex: 0 0 70%;
		max-width: 70%;
		margin-left: 9%;
	}
	
	section#sobre + section#projetos .texto-projeto{
		margin-left: 17%;
	}
}

@media only screen and (max-width: 1440px) {
	
	section#projetos .texto-projeto{
		flex: 0 0 85%;
		max-width: 85%;
		margin-left: 0%;
	}
	
	section#sobre + section#projetos .texto-projeto{
		margin-left: 10%;
	}
}

@media only screen and (max-width: 1366px) {
	
	section#projetos .texto-projeto{
		flex: 0 0 90%;
		max-width: 90%;
	}
}


@media only screen and (max-width: 1199px) {
	
	header .abrir-menu{
		display: block;
	}
	
	header .logo{
		justify-content: space-between;
		padding: 10px 0 0 0;
		margin: 0 auto;
	}
	
	.logo a.logo-menu{
		width: 35%;
	}
	
	.fechar-menu{		
		display: block;
	}

	header .menu-principal{
		width: 100%;
		position: fixed;	
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.85);
		height: 100vh;
		z-index: 1000;
		display: none;
		margin: 0;
	}
	
	header .menu-principal > ul{
		display: block;
		width: 250px;
		background-color: #fff;
		height: 100%;
		padding: 60px 20px 20px 20px;
		margin-top: 0;
		-moz-transform: translateX(300px);
		-webkit-transform: translateX(300px);
		-o-transform: translateX(-300px);
		-ms-transform: translateX(300px);
		transform: translateX(300px);
		float: right;
		overflow: auto;
	}
	
	.menu-principal > ul > li{
		padding: 5px 0 !important;
		display: block;
		background-color: transparent !important;
	}

	header .menu-principal ul.transform{
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
	
	.menu-principal > ul > li > ul {
		position: relative;
		background-color: transparent !important;
		padding-left: 20px;
		left: inherit;
		top: 0 !important;
		display: block;
		width: auto;
	}
	
	.menu-principal > ul > li.menu-item-has-children > a:after{
		display: none;
	}
	
	.menu-principal > ul > li > ul > li{
		border: none;
	}
	
	section#banner{
		margin-top: -100px;
	}
	
	section#sobre h2.titulo{
		font-size: 134px;
	}
	
	section#projetos .texto-projeto{
		flex: 0 0 100%;
		max-width: 100%;
	}

	section#sobre + section#projetos .texto-projeto{
		margin-left: 15px;
	}
	
	body.pagina-interna section#banner h4{
		font-size: 160px;
	}
	
	body.pagina-interna section#banner p{
		right: 120px;
		bottom: 185px;
	}
	
	section#produtos h2.titulo{
		font-size: 215px;
		line-height: 200px;
	}
	
	section#produtos .vertical-text p{
		font-size: 50px;
		top: 345px;
	}
}

@media only screen and (max-width: 1140px) {
	
	
	
}

@media only screen and (max-width: 991px) {
	
	header .topo,
	section#parceiros .owl-theme .owl-nav .owl-prev{
		display: none !important;
	}
	
	section#banner,
	section#banner ul li{
		height: 450px;
	}
	
	section#sobre .container,
	section#mini-banner .container,
	section#produtos .container{
		max-width: 100%;
	}
	
	section#sobre h2.titulo{
		font-size: 125px;
	}
	
	section#cursos .imagem{
		margin-bottom: 15px;
	}
	
	.lista-cursos a{
		margin-bottom: 30px;
	}
	
	section#blog .lista-dicas > div > h3,
	section#post .titulo-dica h2.titulo{
		font-size: 80px;
	}
	
	section#contato{
		background-image: url('img/bg-footer-movel.png');
		background-size: cover;
	}
	
	body.pagina-interna section#banner h3{
		margin-left: 0;
	}
	
	section#metodo{
		padding-bottom: 30px;
	}
	
	section#metodo ul li{
		width: 33%;
		padding-bottom: 30px;
	}
	
	section#sobre + section#projetos .texto-projeto h2.titulo, 
	section#metodo h2.titulo{
		font-size: 50px;
		line-height: 40px;
	}
	
	body.pagina-interna section#sobre .texto-sobre > div{
		padding-left: 0;
	}
	
	body.pagina-interna section#banner h4{
		font-size: 130px;
		margin-bottom: 100px;
	}
	
	body.pagina-interna section#banner p {
		right: 30px;
		bottom: 130px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	header .logo .logo-menu{
		width: 50%;
	}
	
	section{
		padding: 20px 0;
	}
	
	section#banner,
	section#banner ul li{
		height: 400px;
	}
	
	section#banner h2.titulo{
		font-size: 50px;
		line-height: 40px;
	}
	
	section#banner p{
		font-size: 16.67px;
	}
	
	section#banner .call-to{
		font-size: 15px;
	}
	
	h2.titulo{
		font-size: 50px;
	}
	
	section#sobre .texto-sobre{
		order: 12;
	}
	
	section#mini-banner .imagem:last-of-type,
	section#servicos ul{
		margin-top: 30px;
	}
	
	section#projetos .texto-projeto.active{
		display: block;
	}
	
	section#projetos h2.titulo br{
		display: none;
	}
	
	body.pagina-interna section#banner h2.titulo{
		font-size: 100px;
		line-height: 65.5px;
	}
	
	body.pagina-interna section#banner h2.titulo span{
		margin-left: 65px
	}
	
	body.pagina-interna section#blog .lista-dicas > div{
		margin-bottom: 30px;
	}
	
	footer{
		padding: 10px 0;
	}
	
	footer > div > div{
		display: inline !important;
	}
	
	footer p{
		text-align: center !important;
		line-height: 25px;
	}
	
	.duas-colunas{
		webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	section#metodo ul li{
		width: 50%;
	}
	
	section#projetos .lista-projetos h2.titulo,
	body.pagina-interna section#sobre h2.titulo,
	section#depoimentos ul{
		margin-top: 0;
	}
	
	body.pagina-interna section#sobre h2.titulo + p{
		margin-bottom: 30px;
	}
	
	section#sobre + section#projetos .texto-projeto h2.titulo, 
	section#metodo h2.titulo{
		font-size: 42px;
	}
	
	section#sobre + section#projetos .texto-projeto > .row > .col-md-6:first-child{
		order: 12;
	}
	
	body.pagina-interna section#banner h4 {
		font-size: 95px;
		margin-bottom: 70px;
	}
	
	body.pagina-interna section#banner p {
		right: 0px;
		bottom: 95px;
		font-size: 16px;
	}
	
	section#produtos .vertical-text{
		writing-mode: inherit;
		transform: inherit;
	}
	
	section#produtos h2.titulo {
		font-size: 120px;
		line-height: 140px;
	}
	
	section#produtos .vertical-text p {
		font-size: 35px;
		top: 5px;
		left: 210px;
		right: inherit;
	}
	
	section#depoimentos .owl-theme .owl-nav .owl-next{
		top: -55px;
	}
	
	section#depoimentos li{
		height: auto;
	}

}

@media only screen and (max-width: 575px) {
	
	h2.titulo,
	section#post h2.titulo{
		font-size: 40px;
	}
	
	section#banner,
	section#banner ul li{
		height: 350px;
	}
	
	section#banner .container{
		align-items: end !important;
		padding-bottom: 20px;
	}
	
	body.home section#projetos,
	section#cursos + section#projetos{
		width: 90%;
		margin: 0 auto;
	}
	
	section#projetos a{
		height: 300px;
	}
	
	section#projetos .texto-projeto,
	section#projetos > h2.titulo,
	section#parceiros .owl-theme .owl-nav .owl-prev{
		display: block !important;
	}
	
	section#projetos a.imagem-ativa, 
	section#projetos a:hover{
		opacity: 1;
	}
	
	section#projetos ul,
	body.home section#projetos .lista-projetos h2.titulo,
	section#cursos + section#projetos > .lista-projetos h2.titulo,
	section#produtos .vertical-text p{
		display: none;
	}
	
	section#projetos .imagem{
		min-height: 300px;
	}
	
	section#projetos .owl-theme .owl-nav [class*="owl-"]{
		top: 142.5px;
		left: 0;
	}
	
	section#projetos .owl-theme .owl-nav .owl-next{
		left: inherit;
		right: 0;
	}
	
	section#projetos h3{
		margin-top: 15px;
	}
	
	section#parceiros h2.titulo{
		margin-bottom: 30px;
	}
	
	section#parceiros .owl-theme .owl-nav .owl-prev{
		left: 0;
	}
	
	body.pagina-interna section#banner h2.titulo{
		margin-bottom: 0;
	}
	
	.infos-rodape{
		margin-top: 30px;
	}
	
	section#post h2.titulo + p,
	section#post .texto i, 
	section#post .texto em{
		font-size: 20px;
		line-height: 25px;
	}
	
	body.pagina-interna section#banner h3{
		margin-bottom: 0;
		text-shadow: 0px 1px 0px rgb(255 255 255 / 75%);
	}
	
	section#sobre + section#projetos .texto-projeto{
		margin-left: 0;
	}
	
	body.pagina-interna section#banner h4 {
		font-size: 60px;
		margin-bottom: 25px;
	}
	
	body.pagina-interna section#banner p {
		right: 40px;
		bottom: 60px;
	}
	
	section#servicos{
		padding-bottom: 0;
	}
	
	section#produtos ul li:first-child > a > div:first-of-type{
		order: 12;
	}
	
	section#produtos h2.titulo{
		font-size: 40px;
		line-height: 53.9px;
		color: #784856;
		text-align: left;
		margin-bottom: 15px;
	}
	
}

@media only screen and (max-width: 475px) {
	
	section#banner h2.titulo{
		font-size: 40px;
		line-height: 30px;
	}
	
	section#banner p{
		font-size: 15px;
		line-height: 20px;
	}
	
	section#banner .call-to{
		font-size: 13px;
		padding: 4px 10px;
	}
	
	body.pagina-interna section#banner h2.titulo{
		font-size: 70px;
		line-height: 45.5px;
	}
	
	body.pagina-interna section#banner h2.titulo span{
		margin-left: 45px
	}
	
	body.pagina-interna section#banner p{
		bottom: -15px;
		right: 0;
	}
	
}

@media only screen and (max-width: 380px) {
	
	section#banner .col-8 {
		flex: 0 0 80% !important;
		max-width: 80% !important;
		margin-left: 20% !important;
	}
	
	section#sobre h2.titulo{
		font-size: 90px;
		line-height: 70px;
	}
	
	section#sobre .col-10{
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	section#metodo ul li{
		width: 100%;
		padding: 0 0 30px 0;
	}
	
	section#produtos ul{
		padding: 10px;
	}
	
	body.pagina-interna section#banner h4{
		word-break: break-word;
		line-height: 45px;
	}
	
}