/*
Theme Name: AKUN
Theme URI: http://akun.com.br
Author: Andrew Kuhn - AKUN
Author URI: http://akun.com.br
Description: Tema para o site da Mais Imoveis
Version: 1.0
Tags: website, imobiliaria,portfolio, akun, joomlastudio

*/




@font-face {
    font-family: 'Montserrat';
    src: url('library/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('library/fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('library/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('library/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Montserrat';
    src: url('library/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('library/fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('library/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('library/fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('library/fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('library/fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: 900;
        font-style: normal;
    font-display: swap;
}


/* =General
-------------------------------------------------------------- */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,

body {
   font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.618;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing:  0.01em;
    text-align: left;
    color: #fff;
	background: #0b0021;
	-webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
body .page {
	overflow: hidden;
    width: 100vw;
}
.container {
	max-width: 1790px;
}
ul {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none; 
    transition: all 0.3s ease-in;   
    
}

a:hover, a:hover{
    font-weight: 700;
    color: #094368;
}


p {
    word-break: break-word;
    font-size: 1em;
    font-weight: 300;
	margin-bottom: 0.5em;
}
.single-post p {
	margin-bottom: 1em;
}
li {
    padding-top: 0.5em;
}

.single-post ol{
	padding-left: 2em;
    padding-bottom: 1em;
}
.single-post li{
}
.single-post ol li{
	list-style: decimal;
	padding-left: 0;
}

iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

input {
    outline: none;
}


h1 {
    font-size: 4em;
	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 2.4px;
    
}
h2,h5 {
}
h2 {
    font-size: 4em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.125em;
    letter-spacing: 2.4px;
}
h3 { 
    font-size: 3.5em;
}
h4 { 
    font-size: 1.3rem;    
}
h5 {
    font-size: 1rem;   
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.285em;
    letter-spacing: 1.4px;
}
h5.chamada {
	font-family: "Montserrat", Sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 32.6px;
	color: rgba(27,31,41,0.3);
	padding-bottom: 35px;
}


h2.forte,h2.principal {
	font-family: "Montserrat", Sans-serif;

    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.13em;
	margin: 0;
}
h2.forte{
	font-weight: 800;
}
h2.titulo{

}
span.divisor {
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: #fff;
    width: 70px;
    display: inline-block;
}
strong {
    color: inherit;
}
blockquote {
    margin-left: 0.5em;
    padding-left: 1em;
    border-left: 2px solid white;
}
.container {
    max-width: 1280px;
    width: 100%;
}

.panel {
    font-size: 0.8rem;
}

.fade:before {
    content: "→";
    position: absolute;
    color: #383736;
    left: 88%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
}


.fade:hover:before {
    left: 91%;
    opacity: 1;
}

.fade:hover {
    border: 0px #fff solid;
    -webkit-transform: scale(1.04, 1.04);
    -webkit-transition: border 0.3s ease-out;
    -webkit-transition: transform 250ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
} 
.noscroll { 
    overflow-y: hidden;
}


.section {
    padding-left: 12vw;
}

.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}


#rank-math-analytics-stats-wrapper{
    display: none;
}

/* =Header
-------------------------------------------------------------- */
.home header {
}
header {

	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none;
    height: auto!important;
	
} 


header .navbar{
	background: none;
	height: 90%;
    flex-direction: column;
    align-items: flex-start;
	display: flex;
	justify-content: space-between;
	position: fixed;
}

header  .navbarContainer{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1790px;
	height: 100%;
    flex-direction: column;
    align-items: flex-start;
}
 
header .navbar>*{
	pointer-events: all;
}
	
header .navbarBurgerContainer {
	width: 100%;
}
header .navbarBurgerContainer {
	cursor: pointer;
}
header .navbarBurgerContainer>span{
	color: #fff;
	text-transform: uppercase;
	padding-top: 15px;
	display: block;
	letter-spacing: .15em;
}
header .logo{
    padding: 0px 0;
}
header .sociais{
    display: flex;
    flex-direction: column;	
}
header .sociais a{
	color: #fff;
}
header .logo a{
	margin: 0;
	padding: 0;
}
header .logo .navbar-item{
    padding: 0 10px;   
}


input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], select, textarea, .input {
	display: block;
    width: 100%;
    padding: 6px 20px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    color: #b7b7b7;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: none;
    border-bottom: 1px solid #515159;
	outline: none;
}
textarea {
	height: 5em;
}
.button, 
input[type=submit] {
		position: relative;
		overflow: hidden;
		display: inline-block;
		padding: 11px 30px;
		font-size: 1em;
		line-height: 1.34;
		border: 2px solid;
		font-weight: 400;
		letter-spacing: .06em;
		text-transform: uppercase;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: center;
		cursor: pointer;
		vertical-align: middle;
		user-select: none;
		transition: .2s all ease-in-out;
	    color: #fff;
		background-color: transparent;
		border: 2px solid #fff;
		font-weight: 500;
		text-transform: uppercase;
		padding: 22px 30px;
        height: auto;
}
.button:hover, input[type=submit]:hover {
	color: #0b0021;
    background-color: #fff;
}
.button.acessar {
    white-space:normal;
}
textarea.input {
    height: 4em;
    overflow: hidden;
}
.contato textarea::placeholder,
.contato input::placeholder {
    color: #ffffff;
    opacity: 0.9;
}
.contato input,
.contato textarea{
    border: 1px solid #e0e0e8;
    padding: 13px 20px;
    margin: 5px 0;
    color: #fff;
}

input.botaoLaranjaTransparente {
    font-family: "Oswald", Sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.714em;
    letter-spacing: 8.4px;
    color: #094368;
    border-color: #094368;
    background-color: rgba(0,0,0,0);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 28px 10px 37px;
    height: auto;
    transition: all 0.3s ease-in;
}
input.botaoLaranjaTransparente:hover {
    color: #fff;
    border-color:#fff;
}


.breadcrumb {
    text-transform: uppercase;
    font-family: "Oswald", Sans-serif;
    font-size: 1.2rem;
    padding: 20px 10px;
}
.breadcrumb a{
    color: #000000;
    display: inline-block;
}
.breadcrumb a:hover{
    color: #094368;
}
.breadcrumb .breadcrumb_last{
    font-weight: 700;
    color: #094368;
    padding: 0px 0px 0px 10px;
}
/* =Navbar
-------------------------------------------------------------- */
#navbar {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 3;
    background: #2b3238c7;
}

.navbar-item img {
	max-height: 3rem;
    width: auto;
    transform: rotate(270deg);
    left: 0;
    transform-origin: 0 0;
    margin-top: 100%;
}

#menuPrincipal .menu .column{
    display: flex;
}
#menuPrincipal {
    flex-direction: column;
}
.menu navbar-item {
    letter-spacing: 1.2em;
}
.navbar-item:first-child {
  
}
.navbar-item {
    transition: all 0.2s ease-in;
    font-style: normal;
    font-size: 5em;
    line-height: 1.618;
    margin: 0 0.5rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: lowercase;
	padding-left: 0.5em;
}
a.navbar-item:hover {
    color: #094368;
    background: none;
}
.navbar-brand  .navbar-item,
.navbar-brand  a.navbar-item:hover {
    background: none;
    border: none;
}
.navbar-burger {
    color: white!important;
    border-radius: 10px;
    margin-right: 8px;
    margin-top: 8px;
    z-index: 999;
	margin: 0;
	display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    height: 35px;
    width: 50px;
}
.navbar-burger span {
    height: 3px;
	width: 100%;
	transition: opacity .15s ease-in-out .3s;
	position: relative;
	top: auto !important;
	left: auto;
}
.navbarBurgerContainer:hover .navbar-burger span {
	animation: burger-hover .8s infinite ease-in-out alternate;
}
.navbarBurgerContainer:hover .navbar-burger span:nth-child(2) {
	animation: burger-hover .8s infinite ease-in-out alternate forwards .16s;
}
.navbarBurgerContainer:hover .navbar-burger span:nth-child(4) {
	animation: burger-hover .8s infinite ease-in-out alternate forwards .16s;
}
.navbar-burger span:nth-child(2) {
	width: 75%;

}
.navbar-burger span:nth-child(3) {
	width: 90%;
}
.navbar-burger span:nth-child(4) {
	width: 60%;
}



@keyframes burger-hover {
	0% {
		width: 100%
	}
	50% {
		width: 50%;
		background: #595967
	}
	100% {
		width: 100%
	}
}

#containerMenu {
   position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1080;
    width: 45%;
    padding: 70px;
    padding-left: 200px;
    padding-top: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%);
    border: 0;
	transition: all .3s ease-in-out;
	background: rgba(15,15,18,.95);
	    display: flex;
    flex-direction: column;
    justify-content: center;
}
#containerMenu.ativo {
	transform: translateX(0);
}

/* =homeSlideshow
-------------------------------------------------------------- */
#homeSlideshow {
    overflow: hidden;
    position:   relative;
    width: 100%;
    z-index: 1;
	height: 100vh;    
} 
#homeSlideshow .hero-body {
	padding: 0;
}
#homeSlideshow .columns {
    margin: 0 auto;
	max-width: 100%;
    width: 100%;
}
#homeSlideshow .containerImagemTexto {
    min-width: 90vw;   
}
#homeSlideshow .containerSlideshow {
	overflow: hidden;
	padding: 0;
	height: 100vh;
    max-height: 750px;
}
#homeSlideshow .containerSlideshow img{
    max-width: 100%;
    position: relative;
    height: auto;
    z-index: 1;
}
#homeSlideshow .containerTexto {
	margin-top: 20vh;
}

#homeSlideshow h2,
#homeSlideshow h3,
#homeSlideshow h4{
    text-align: left;
	color: #fff;
	margin: 0;
	line-height: 1em;
}
#homeSlideshow h2{
    font-size: 3vw;
    font-weight: 700;
    text-transform: none;
    padding: 10px 0;
    padding-right: 1vw;
}
h3.chamada{ 
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}	
#homeSlideshow h4{
    font-size: 1.8em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing:32px;
    align-self: center;
	padding-bottom: 20px;
	padding-top:5px;

}

#homeSlideshow p {
	color: #fff;
}
#homeSlideshow .verMais {
	color: #fff;
	padding-top: 40px;
	font-weight: 700;
}
#homeSlideshow .verMais::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 70px;
    background-color: #fff;
    transform: translate(0,-0.24em);
    margin-left: 15px;
    transition: all 0.5s ease-in-out;
}
#homeSlideshow .verMais:hover::after {
	width: 60%;
	margin-left: 20px;
}

.containerSliderSecundario {
	display: flex;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 40vw;
    max-height: 250px;
}
.containerSliderSecundario img{
    width: 180px;
    margin-left: 10px;
	padding: 2% 0;
	transition: all 0.3s ease-in ;
	opacity: 0.8;
    max-width: 210px;
}
#homeSlideshow .containerSliderSecundario img {
	opacity: 0.5;
    cursor: pointer;
}

#homeSlideshow .containerSliderSecundario img.slick-current {
	opacity: 1;
}
#homeSlideshow .containerSliderSecundario  img:hover{
	transform: scale(1.2);
	opacity: 1;
}
#homeSlideshow img.slick-slide.slick-current:hover {
	opacity: 1;
}
.grecaptcha-badge { visibility: hidden; }
#mailpoet_form_1 .mailpoet_form {
    display: flex;
    flex-wrap: wrap;
}
#mailpoet_form_1 .mailpoet_message {
    width: 100%;
}

/* =homeBemVindo
-------------------------------------------------------------- */
#homeBemVindo{
    z-index: 2;
    position: relative;
    min-height: 600px;
	padding-top: 200px;
}
#homeBemVindo .servicos .column{
    position: relative;
}
#homeBemVindo .servicos .column span{
    font-family: "Oswald", Sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.25em;
    letter-spacing: 1.2px;
    color: #fff;
}


#homeBemVindo .containerWidget {
	border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #1b1f29;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 114px 8px 15px;
    padding: 28px 15px 55px 15px;
}
#homeBemVindo .containerWidget h2,
#homeBemVindo .containerWidget h3,
#homeBemVindo .containerWidget h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
#homeBemVindo .containerWidget h2 {
	color: #fff;
	font-size: 4em;
	font-weight: 800;
}

#homeBemVindo .containerWidget h3 {
    font-size: 2.7em;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.1px;
	color: rgba(27,31,41,0.5);

}
#homeBemVindo .containerWidget h4 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
	color: rgba(27,31,41,0.5);
	}

#homeBemVindo .servicos .column:hover span{
    color: #094368;
}
.is-bottom{ 
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}
.comIntro .container.containerMenor{
    max-width: 1060px;
}
h1.title,
.comIntro h2{
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-template-page-home h1.title {
    color: #fff;
    font-weight: 700;
    TEXT-ALIGN: CENTER;
    margin-bottom: 10%;
    padding: 0 20px;
    font-size: 3vw;
	letter-spacing: 0.05em;
}
h1.title {
	color: #fff;
	font-weight: 700;
}
.comIntro p{
    padding-top: 40px;   
}

.servicos {
    
}
/* =homeSobre
-------------------------------------------------------------- */
#homeSobre {
    padding-bottom: 18vh;
} 
#homeSobre .columns {
	align-items: center;
}

h2.tituloDestaque{
    font-weight: 400;
	position: relative;
}
h2.tituloDestaque.inicialGrande{
	padding: .625em 0 .625em 1.8em;
    font-size: 4.1vw;
}
h2.tituloDestaque.inicialGrande span{
    font-weight: 900;   
}
h2.tituloDestaque span{
	z-index: 1;
	position: relative;
    font-weight: 700;	
}
h2 span.letraGrande{
	position: absolute;
    left: .02em;
    bottom: -.13em;
    font-size: 5.625em;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(255,255,255,.2);
    color: transparent;
	z-index: 0;
}
#homeSobre .imagens{

}
#homeSobre .informacoes h3 {
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
#homeSobre .informacoes h4 {
	font-weight: 600;
	text-transform: uppercase;
}


/* =internaBlog
-------------------------------------------------------------- */
#blog  article{
	margin-bottom: 10%;
	position: relative;
}
#blog  article picture{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    display: block;
} 
#blog  article img{
    min-width: 100%;
    display: block;
    transition: all .2s ease-in;
    position: absolute;
    top: 50%;
    left: 0;
    min-height: 100%;
    transform: scale(1) translateY(-50%);
    max-width: 150%;
}

#blog article:hover img {
    transform:scale(1.1) translateY(-50%);
}
.containerNoticia .containerImagem {
	position: relative;
	overflow: hidden;
    padding-bottom: 50%;
}
#blog  .boxTitulo{
   	position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 1% 2%; 
    transition: all .3s ease;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.27);
    top: 0;
	
}
#blog  .boxTitulo h3{ 
	color: #fff;
    font-size: 1.4em;
    font-weight: 700;
}
#blog  .data{
	display: none;
	
}
.blog a {
	display: block;
}
.boxTitulo {
	padding: 10px;
}
.wp-block-image {
    text-align: center;
}

.navigation.pagination {
    width: 100%;
    justify-content: center;
}
.navigation.pagination .nav-links{
    display: flex;
    justify-content: center;
}
.navigation.pagination span,
.navigation.pagination a.page-numbers {
    padding: 0 10px;
    white-space: nowrap;
}

/* =conteudoBlog
-------------------------------------------------------------- */
#conteudoBlog article {
    max-width: 800px;
    text-align: justify;
    margin: 0 auto;
}
#conteudoBlog article h3{
	font-size: 1.2em;
	font-weight: bold;
    padding-top: 2em;
    padding-bottom: 1em;
}
/* =homeProjetos
-------------------------------------------------------------- */
#homeProjetos .itensPortfolio  {
}
#homeProjetos .itensPortfolio .column {
	padding: 0;
}
#homeProjetos .itensPortfolio .column:nth-child(2){
}
#homeProjetos .itensPortfolio .column:nth-child(even) {

}
#homeProjetos .itensPortfolio .column:nth-child(6) {

}
#homeProjetos .itensPortfolio .column:nth-child(3),
#homeProjetos .itensPortfolio .column:nth-child(7) {

}
#homeProjetos .itensPortfolio .column:nth-child(4),
#homeProjetos .itensPortfolio .column:nth-child(8) {

}
#homeProjetos h2 { 
}

.itemPortfolio {
    position: relative;
}

.itemPortfolio .boxTexto{
    transition: all 0.3s ease-in;
    opacity: 0;
    background:  #0b00218c;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Oswald", Sans-serif;
    overflow: hidden;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
}

.itemPortfolio .boxImagem img{
    display: block;
	width: 100%;
}
.itemPortfolio .boxTexto h4{
    font-size: 1.2em;
    font-weight: 700;
}
.itemPortfolio:hover .boxTexto{
    opacity: 1;
    color: #FFF;
}
.slick-dots  {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 1em 0.5em;
}
.slick-dots li button {
    background: transparent;
    border: 2px solid #094368;
    border-radius: 30px;
    font-size: 0;
    height: 15px;
    width: 15px;
    padding: 5px;
    display: block;
    outline: none;
    cursor: pointer;
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
    background: #094368;
}
/* =homeClientes
-------------------------------------------------------------- */
.itemClientes {
    width: 200px;
    display: inline-block;
    padding: 0 10px;
	margin-bottom: 30px;
	flex: auto;
}
#homeClientes>.columns {
	align-items: center;
}
.containerClientes  {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#homeClientes .slick-track {
    display: flex;
    align-items: center;
}
.slick-initialized .slick-slide {
    outline: none;
}
#homeClientes img {
    padding: 0 10px;
    transition: 0.3s all ease-in;
}
#homeClientes img:hover{
    transform: scale(1.2);
}

.slick-list {
    width: 100%;  
    padding: 1em 0;
}

main {
}



/*
.containerBanner {
    height: 100vh;
    position: relative;
    width: 100vw;
    padding: 0;
    overflow: hidden;
}*/
/*
.slideBg {
    min-width: 100%;
    max-width: 300%;
    position: absolute;
    max-height: 200%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: auto;
}*/




/* =contato
-------------------------------------------------------------- */
#contato {
    margin-bottom: 150px;   
}
#contato .formularioContato{
    padding-top: 150px;
}
#contato p{
    padding-top: 0;
    font-size: 1.1rem;
}
#contato .formularioContato input.botaoLaranjaTransparente:hover{
    border-color: black;
    color: black;
}

/* =Eventos
-------------------------------------------------------------- */


/* =Footer
-------------------------------------------------------------- */
footer.section {
    color: #ffffff;
	background: #000;
	margin-top: 400px;
	padding: 0 0px 30px 12vw
}


footer .rodape{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0 0px 70px 0px;
}
footer .rodape .mailpoet_paragraph{
	width: 32%;
    display: inline-block;
    margin-right: 0;
    overflow: hidden;
}
footer .rodape h4 {
    font-size: 2em;
    padding-top: 4vw;
    line-height: 1;
    padding-bottom: 10px;
}
footer .rodape form{
	padding: 0;
	padding-top: 1vw;
	position: relative;
	
}
footer .rodape form .parsley-errors-list.filled{
	position: absolute;
	left: 0;
}

 .rodape #mailpoet_form_1 .mailpoet_text,
footer .rodape .mailpoet_paragraph input{ 
	background-color: #030C33;
	width: 100%;
    font-size: 18px;
    line-height: 1.8;
    border: 1px solid #030C33;
    border-left: 3px solid #ffffff;
    padding: 13px 19px;
	color: #fff;
}
footer .rodape .mailpoet_paragraph input[type=submit]{ 
	background: black;
	border: 1px solid black;
	transition: all 0.3s ease-in;
}
footer .rodape .mailpoet_paragraph input[type=submit]:hover{ 
	color: #000000;
	background: #ffffff;
}
footer .direita {
	background: #030C33;
    margin-top: 0;
    margin-bottom: -25%;
	padding: 6%;
	padding-bottom: 3%;
}
footer .direita label{
	font-weight: 700;
	font-size: 1.4em;
}

footer img {
    max-height: 140px;
    max-width: 100%;
    width: auto;
    height: auto;
}
footer form .column {
    padding-bottom: 6%;
}

footer .contatos{
    text-align: left;
}
footer .creditos {
    text-align: center;
    color: #fff;
}
footer a {
    color: #fff;   
}

footer .formularios {
	padding-bottom: 0;
}
footer .informacoes {
	background: black;
}
footer a:hover {
    color: #ffffff;
}


footer h3 {
	padding-bottom: 1em;
}


.xoo-wsc-header {
    font-size: 2.5em;
}

/* =Assitive Text
-------------------------------------------------------------- */

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

span.wpcf7-not-valid-tip {
    color: #fff;
}
div.wpcf7-validation-errors {
    padding: 10px;
    border-radius: 5px;
    color: #000;
}

div.wpcf7-mail-sent-ok {
    color:#398f14;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    
}


@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */

@media only screen and (max-width:1450px) {
	body {
		font-size: 15px;
	}
    section#slideshow .$-current {}
    #homeIntro {
    }
}

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

}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */

@media handheld,
only screen and (max-width: 1024px),
only screen and (max-device-width: 1024px) and (orientation: portrait) {
    body {
        font-size: 16px;   
    }
    body>* {
    }
	p,a {
		
	}
	h1 {
    	font-size: 2em;
	}
    h2 {
		font-size: 1.9em;
    }
    h3 {
		font-size: 1.8em;	
	}
    .breadcrumbs {
        margin-bottom: 40px;
        
    }
	h2.tituloDestaque{
		text-align: right;
	}
	h2.tituloDestaque.inicialGrande{
		padding-left:  0em;
        font-size: 2.9em;
	}
	h2.forte, h2.principal {
		
	}
    /* =home
    -------------------------------------------------------------- */    
    
    
    #homeSlideshow {
        margin-top: 60px;
		min-height: auto;
		height: auto;
    }
	#homeSlideshow .hero-body {
		display: block;
	}
	#homeSlideshow .containerTexto {
		margin-top: 0;
	}
	.containerSliderSecundario {
		position: relative;
		width: 100%;
		margin-top: 6vh;
	}
    #homeSlideshow .containerSlideshow {
        height: auto;
    }
	#homeSlideshow .containerSlideshow img {
		width: 85vw;
		margin: 0 auto;
		display: block;
	}

	#homeSlideshow img.slick-slide {
		padding: 0vh 0;
	}
   
    #homeSlideshow h3 {
		font-size: 3vw			
	}
    #homeSlideshow h2 {
		font-size: 6.8vw;
		padding-top: 1vh;
		padding-top: 1vh;
    }
	#homeSlideshow p {
		color: #fff;
		font-size: 4vw;
	}
	#homeSobre {
		padding-top: 4vh;
        padding-bottom: 10vh;
	}
    #infosTopo {
 
        padding-top: 60px;
        display: none;
    }
    
    #homeDepoimentos .containerDepoimentos {
        margin: 0;
        overflow: hidden;
        padding: .75rem;
    }
    #homeDepoimentos .column .conteudo {
        padding: 0;
        float: none;
    }

	#homeSobre  .is-multiline {
		display: flex;
	}
	#homeSobre  .is-multiline .is-half{
		width: 50%;
    	flex-basis: auto;
	}
	#homeSobre .informacoes {
		text-align: center;
	}
	#homeSobre .informacoes h3 {
	}
	#homeProjetos h2{
	}
	#homeProjetos .itensPortfolio .column {
	}
    
    
    h1.title {
        font-size: 1.4em;
        padding-bottom: 0;
    }
    /* =Menu
    -------------------------------------------------------------- */    
    #menuPrincipal {
        background: #000000c7;
        height: 100%;
        position: fixed;
        width: 100%;
        transition: all 0.3s ease-in;
        top: 100%;
        display: block;
    }
	#containerMenu {
		width: 70%;
		top: 60px;
		
	}
	#containerMenu.ativo {
		padding-left: 10px;
	}
    .navbar-item {
		font-size: 3em;
		margin-bottom: 2vh;
    }
 
    #navbar.is-active {
        background: #fff;
        transition: 0.3s all ease-in;
    }
    .navbar-burger {
            height: 35px;
			padding-top: 5px;
			width: 35px;    
		margin-top: 10px;
    }
	header .navbarBurgerContainer {
		width: 80px;
		overflow: hidden;
	}
    #navbarBurger span{
        
    }
    .navbar-burger span.mdi-magnify{
        border: none;
        background: none;
        font-size: 5em;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: auto;
        width: auto;
    }
    #menuPrincipal.is-active{
            top: 60px;
    }
    #sumario {
    
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #282629;
        z-index: 999;
    }
    #navbarSearch {
        display: none;
    }
    #blog  .containerNoticia {
        border: 1px solid #ffffff50;
    } 
    #blog  .containerNoticia .containerImagem {
        border-bottom: 1px solid #ffffff50;
        border-bottom: 0;
    }
	#blog  .boxTitulo h3{  
		font-size: 1.1em;
	}
	.page-template-page-home h1.title {
		font-size: 1em;
		padding: 0;
		display: block;
		margin-bottom: 9vh;
		margin-top: 0vh;

	}
    input[type=submit] {
        width: 100%;
    }
	.section {
		padding: 3rem 0.75rem;
	}
	footer.section {
		padding: 2rem 0.75rem;
		overflow: hidden;
	}
	footer .is-5 {
		padding: 0 1.5rem;	
		
	}
	footer .rodape,
	footer .rodape {
		padding-bottom: 0;
	}
	footer .direita {
		padding: 40px;
		margin: 0 -.75rem 0%;
	}
	footer .rodape .mailpoet_paragraph {
		width: 100%;
	}
	footer .creditos {
		margin-top: 30px;
	}
	.itemClientes {
		width: 50%;	
	}
    #mailpoet_form_1 .mailpoet_form {
        flex-direction: column;
        margin-bottom: 30px;
    }
    
}

/* =Media query for iPhone and smaller handheld devices
-------------------------------------------------------------- */

@media only screen and (max-width: 820px) and (orientation:portrait) {
    

    #sumario .barra-inicial{
        background: #282629;
        z-index: 999;
        position: relative;
        display: flex;
        margin: 0;
    }
    .navbar-burger:hover {

    }
    header .logo {
       
    }
    header {
        padding-top: 0;
    }
	header .navbar	{
		    flex-direction: row;
		background: #0b0021;
		left: 0;
		top: 0;
		width: 100%;
		height: 60px;
	}
    #navbar {
        position: fixed;
        top: 0;
        width: 100%;
    }
    #menuPrincipal .menu .column {
        display: block;
    }
    header .logo img {
		max-height: 100%;
        padding: 5px;
        width: auto;
		transform: none;
		margin-top: 0;
		max-width: 40vw;
		display: block;
		max-height: 60px;
    }
	header .navbarBurgerContainer>span {
		padding-top: 5px;
		display: none;
	}
    header .sociais{
		display: none;
	}

    .ofertas {
        text-align: center;
    }
    .lojas .column {
        padding-left: 20%;   
    }
    .newsletter{
        background: #fb7429;
        padding-bottom: 0;
    }
    
    
    .bannerLogo {
        top: 23%;
        width: 42%;
        left: 50%;
    }


   
    /* =footer
    -------------------------------------------------------------- */
    footer {

    }
    footer .js-grid {
        display: block;
    }
}

@media only screen and (min-width:2500px) {
    .containerPortfolio .coluna {
        width: 25%;
    }
    .js-grid {
        max-width: 1600px;
    }
    #servicos .containerPortfolio .coluna {
        width: 33%;
    }
    .galeriaPrimaria img {
        width: 100%;
    }
    
}


.leitorTela {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}