/*
Theme Name: Linear Interiores
Author: NascerWeb | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para a Linear Interiores.
Version: 1.0
*/
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;   
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
* {
	outline: none;
}
a{
	outline: none !important;
}
button{
    border: none;
    padding: 0;   
    cursor: pointer;
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}
.clearfix{
	clear:both;
}
.clearbox::after{
	content: "";
	display: table;
	clear:both;
}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html{
    background-color: #FFF;  
	height:100%;
}
body {
	background-color: #FFF;  
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;   
	color:#444;	
	overflow-x: hidden;    
	min-height: 100%;	
}
body.no-scroll{
    overflow-y: hidden;
}
h1, h2, h3{      
    font-optical-sizing: auto;
    font-weight: 600;   
    line-height: 1.15em;   
    color: #222;
}
h4, h5, h6{      
    line-height: 1.25em;
    color: #222;
}
h1{		
    font-size: 30px;
}
h2{   
	font-size: 26px;   
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.75em; 
}	
h3{
	font-size: 18px;	
    margin-bottom: 0.75em; 
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 16px;
}
a{
	color: #444;
	text-decoration:none;
	transition: all 200ms ease-in-out;	
	}
strong{
	font-weight: 600;
	}
em{
	font-style: italic;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	height: auto;
}
.site{
	width: 100%;
	height: auto;	   
	z-index: 0;
	position: relative;
	overflow: hidden;	
}
section{
	width: 100%;
	height: auto;
	position: relative;	
}
.inner{
    width: 1040px;	
    padding: 60px 0;
    height: auto;   
	margin: 0 auto;
    position: relative;   
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */	
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#ps2id-dummy-offset{
    height: 74px;
}
.sombra{
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);      
}
.green{
    background: #f2f7f2;
    background: linear-gradient(345deg, #e5efe5 25%, #f2f7f2 50%, #f2f7f2 100%);
}
.gray{
    background: #efefef;
    background: linear-gradient(345deg, #cfcfcf 25%, #efefef 50%, #efefef 100%);
}
/*EMENDAS OWL*/
.owl-nav {   
	width: 100%;
	height: 40px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;	
}
.owl-prev,
.owl-next {
    background: #006600 !important;         
    border: none !important;   
    border-radius: 5px;
	width: 40px;
    height: 40px;
    display: block;
    position: relative; 
    transition: all 200ms ease-in-out;   
}
.owl-prev{
    left: -50px;
}
.owl-next{
    right: -50px;
    transform: scaleX(-1);
}
.owl-prev span,
.owl-next span {
    content: "";
	border: 3px solid #FFF;
	width: 17px;
	height: 17px;
	display: block !important;
	position: absolute;
    transform-origin: top left;
	transform: rotate(-45deg);	
    font-size: 0;        
}
.owl-prev span,
.owl-next span{
    border-right: none;
    border-bottom: none;
    left: 11px;
}
.owl-prev:hover,
.owl-next:hover{
    background: #222 !important;   
}
.owl-dots{
    width: 100%;
    position: absolute;
    bottom: 20px;    
    text-align: center;
}
.owl-dots .owl-dot{
    background: #e5efe5 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    transition: all 200ms ease-in-out;    
}
.owl-dots .owl-dot.active{
    background: #006600 !important;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header {
	background-color: #FFF;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;	
	z-index: 3;
	transition: all 200ms ease-in-out;
}
.header-inner{   
    width: 1040px;     
    padding: 30px 0;   
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;   
    transition: all 200ms ease-in-out;   
}
header.fixo .header-inner{
    padding: 15px 0;   
}
.logo {	
    height: 40px;   
}
.logo img{
    width: auto;
    height: 100%;
}
.menu-principal ul {
    font-size: 0;	
}
.menu-principal ul li{
    display: inline-block;
    margin: 0 0 0 24px;
}
.menu-principal ul li:first-child{
    margin: 0;
}
.menu-principal ul li a{   
    width: max-content;
    height: 45px;
    display: block;
    position: relative;
    color: #222;   
    font-size: 15px;
    font-weight: 500;    
    line-height: 45px;
}
.menu-principal ul li a:hover{
    color: #006600;
}
.menu-principal ul li a.mPS2id-highlight{
    color: #006600;
}
a.btn-orcamento {
	background-color: #006600;	
	width: max-content;
	padding: 14px 20px;
	display: block;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	transition: all 200ms ease-in-out;
	margin: 0 auto;
	letter-spacing: 0.05em;
}
header a.btn-orcamento{
    padding: 8px 16px;
    font-size: 13px;
    margin: 0;
}
a.btn-orcamento span{   
   /*  display: inline-block;
    vertical-align: middle;   
    margin-left: 10px; */
}
a.btn-orcamento i{
    font-size: 24px;
    vertical-align: middle;   
}
a.btn-orcamento.small i{
    font-size: 20px;
}
a.btn-orcamento:hover{
    background-color: #222;      
}
/* MENU */
.btn-menu{	  
    display: none;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{  
    background: #000;
	width: 100vw;
	height: auto;	  
	position: relative;	
}
.footer-inner{    
    width: 1040px;	   
    display: flex;    
    margin: 0 auto;
}
.col-rodape.contato{
    width: 490px;   
    padding: 60px 0;	    
}
.col-rodape.contato h2{
    color: #FFF;
}
address p,
address a{	   
    color: #FFF;
    font-size: 16px;
    line-height: 1.7em;   	
}
address p{
    padding-left: 26px;
    position: relative;
    margin-bottom: 0;
}
address p i{
    color: #006600;
    position: absolute;
    top: 6px;
    left: 0;
}
address a:hover{
    color: #006600;
}
address p .show{
    display: none;
}
.col-rodape.mapa{
    width: 550px;    
    padding: 0 0 60px;  
    overflow: hidden;       
}
.col-rodape.mapa iframe{
    width: 100%;
    height: 340px;
}
.rodape{
    background-color: #000;  
    border-top: 1px solid #FFF;
    color: #FFF;
    font-size: 14px;  
}
.rodape .inner {
	padding: 30px 0;
	display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
}
p.direitos{
    line-height: 1.5em;
    margin: 0;    
}
p.direitos br{
    display: none;
}
p.direitos br.visivel{
    display: inline;
}
p.direitos a{
    color: #FFF;
}
p.direitos a:hover{
    text-decoration: underline;
}
.social{
    width: max-content;
    font-size: 0;
}
.social a {
	background-color: #FFF;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: inline-block;
	color: #000;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	margin: 0 0 0 10px;
}
.social a:hover{
    background-color: #006600;
    color: #000;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
/* BANNER */
.hero {
    background: #000;
	padding-top: 105px;
}
.hero-txt {
	width: 450px;
	height: 100%;
	padding: 0 0 70px;	
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;   	
}
.hero-txt h1 {	
    color: #FFF;	
    font-weight: 500;  
    text-align: center;
    margin-bottom: 20px;
}
.hero-form {
	width: 550px;
	min-height: 685px;
	padding: 30px;
	pointer-events: all;
}
.btn-cta{
    background-color: #006600;
    border-radius: 5px;
    width: 450px;
    padding: 14px 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,50%);
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
}
.btn-cta:hover{
    background-color: #8c978c;
    color: #222;
}
.hero-slider {
	background: #006600;	
	width: 100vw;
	position: relative;   
	overflow: hidden;
	z-index: 0;	
}
.hero-slider::before {
	content: "";
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0) 100%);
	width: 75%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
    z-index: 2;
}
.hero-img{
    width: 100%;
    height: 490px;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
/* QUEM SOMOS */
.quem-somos{
    background: #FFF;
}
.quem-somos .inner {
	padding: 0;
}
.sobre {
	height: auto;
	display: flex;
	flex-direction: row-reverse;
}
.sobre-txt{
    width: 490px;
    padding: 60px 30px 60px 0;
}
.sobre-img-container{
    width: 550px;
    position: relative;
}
.sobre-img {   
	width: 550px;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
/* SERVIÇOS */
.servicos{
    background: #000;
}
.servicos .inner{
    width: 1170px;
    padding: 60px 0;
}
.servicos-txt{
    padding: 0 290px 40px;
    color: #FFF;
    text-align: center;
}
.servicos-txt h2{
    color: #FFF;
}
/* GALERIA */
.galeria .inner{
    padding: 60px 0;
}
.galeria-container {
	width: 100%;
	padding: 10px 0 0;	
	display: flex;
	flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 50px;
}
.galeria-item {
    width: 350px;
    height: 400px;    	
	display: block;
}
.galeria-item:nth-child(7n+1),
.galeria-item:nth-child(4n+6){
    width: 430px;
}
.galeria-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* FAQ */
/* DÚVIDAS FREQUENTES */
.duvidas .inner{
    width: 840px;
    padding: 60px 0;
}
.accordion dt {
    border-bottom: 1px solid #006600;
    width: 100%;    
    height: auto;
    padding: 15px 32px 15px 0;
    position: relative;
    display: block;
    cursor: pointer;   
    transition: all 200ms ease-in; 
}
.accordion dt h4{      
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;    
}
.accordion dt::after{
    content: "\f107";       
    font-family: 'Font Awesome 6 Free';      
    font-weight: 900;      
    -webkit-font-smoothing: antialiased;     
    color: #006600;
    text-align: center;
    line-height: 23px;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    transform-origin: center center;
    transition: all 200ms ease-in; 
}
.accordion dt.active{
    border-bottom: 1px solid transparent;
}
.accordion dt.active::after{
    transform: rotate(180deg);
}
.accordion dd{
    border-bottom: 1px solid #006600;
    padding: 0 0 15px 0;
}
/*-------------------------------------------------------
ORÇAMENTO
-------------------------------------------------------*/
.orcamento{
    background-color: #000;
}
.orcamento .inner{
    width: 680px;
    padding: 60px 0;
}
.orcamento-container .orcamento-txt {
	color: #FFF;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 45px;
}
.orcamento-container .orcamento-txt *{
    color: #FFF;
}
.orcamento-container .orcamento-txt p strong{
    color: #FFF;    
}
/* FORMULÁRIOS */
.formulario .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fieldset{
    width: 100%;
    margin-bottom: 20px;
}
.fieldset.half{
    width: calc( 50% - 5px );
}
.fieldset > label{
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;   
    margin-bottom: 10px;
}
.fieldset label{
    color: #FFF;
    font-size: 14px;
}
.fieldset label a{
    color: #FFF;
}
.fieldset a:hover{
    text-decoration: underline;
}
.formulario legend {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	display: block;
    position: relative;
    margin: -5px 0 10px;
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
select{
    background: #FFF;
    border: 1px solid #444;         
    /* border-radius: 5px; */
	width: 100%;
    height: 40px;
	padding: 0 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	color:#444;	
    transition: all 200ms ease-in;
}
textarea{	    
	height: 160px;
	padding: 0 0 20px;	
    resize: none;
}
select{
    text-transform: uppercase;   
}
select::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #444;
    border-bottom: 0;
    position: absolute;
    top: 20px;
    right: 0;    
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus{
    border: 1px solid #006600;
}
input[type="submit"]{   
    background: #006600;   
    border: none;  
   /*  border-radius: 5px;    */ 
    width: 150px; 
    height: 45px;
    padding: 0; 
    display: block;   
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer; 
    transition: all 200ms ease-in;
}
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover{  
    background: #999;    
    color: #FFF;   
}
input[type="submit"]:hover{  
    background: #444;         
}
/* Esconde os inputs padrão mas mantém acessibilidade */
.wpcf7-acceptance input[type="checkbox"],
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Estilização personalizada para checkboxes e radiobuttons do Contact Form 7 */
.wpcf7-acceptance,
.wpcf7-checkbox,
.wpcf7-radio {
    display: flex;
    flex-wrap: wrap; 
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
    display: flex;
    align-items: center; 
    position: relative;
    margin: 0 20px 10px 0;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label{
    padding-left: 26px;
    line-height: 20px;
    display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    border: 1px solid #444;
    /* border-radius: 3px; */
    background-color: white;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}
.wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px; 
    border: 1px solid #444;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #006600;
    border-color: #006600;
    box-shadow: 0 0 5px rgba(0, 102, 0, 0.5);
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
    border-color: #006600;
    box-shadow: 0 0 5px rgba(0, 102, 0, 0.5);
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #006600;
}
.wpcf7-acceptance .wpcf7-list-item-label:hover::before,
.wpcf7-checkbox .wpcf7-list-item-label:hover::before,
.wpcf7-radio .wpcf7-list-item-label:hover::before {
    border-color: #006600;
}
.wpcf7-acceptance input[type="checkbox"]:focus + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type="checkbox"]:focus + .wpcf7-list-item-label::before,
.wpcf7-radio input[type="radio"]:focus + .wpcf7-list-item-label::before {
    box-shadow: 0 0 0 3px rgba(0, 102, 0, 0.5);
}
.wpcf7-acceptance input[type="checkbox"]:disabled + .wpcf7-list-item-label,
.wpcf7-checkbox input[type="checkbox"]:disabled + .wpcf7-list-item-label,
.wpcf7-radio input[type="radio"]:disabled + .wpcf7-list-item-label {
    opacity: 0.5;
    cursor: not-allowed;
}
.wpcf7-checkbox.inline .wpcf7-list-item,
.wpcf7-radio.inline .wpcf7-list-item {
    display: inline-flex;
    margin-right: 15px;
}
/* PLACEHOLDER */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#444;	   
    opacity: 1;   
}
::-moz-placeholder { /* Firefox 19+ */
    color:#444;	   
    opacity: 1;     
}
:-ms-input-placeholder { /* IE 10+ */
    color:#444;	   
    opacity: 1;  
}
:-moz-placeholder { /* Firefox 18- */
    color:#444;	   
    opacity: 1;      
}
:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0;   
}
:focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 0;  
}
:focus:-ms-input-placeholder { /* IE 10+ */
    opacity: 0;   
}
:focus:-moz-placeholder { /* Firefox 18- */
    opacity: 0;    
}
/* EMENDAS */
.fieldset .wpcf7-form-control-wrap{
    display: block;
}
.fieldset .wpcf7-form-control-wrap + .wpcf7-form-control-wrap{
    margin-top: 16px;
}
.wpcf7 form{
    position: relative;
}
.wpcf7 form .wpcf7-response-output {    
	border: 2px solid #006600 !important;	
    border-radius: 5px;
    width: 390px;
	padding: 20px !important;
	color: #006600 !important;
    font-size: 14px;
	font-weight: 600 !important;
    line-height: 1.5em;
	margin: 20px 0 0 !important;	
}
.wpcf7-not-valid-tip {
	color: #006600 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	display: block;
	text-transform: uppercase;
	margin: 5px 0 0 10px;
}
.wpcf7-not-valid-tip::before{
	content: "🡡 ";
	font-weight: normal !important;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
/*-------------------------------------------------------
ORÇAMENTO
-------------------------------------------------------*/
.padrao .inner{
    padding: 135px 100px 60px;
}
.padrao h1{
    margin-bottom: 1em;
}
p:empty {
	line-height: 0;
    margin-bottom: 0;
}
.padrao p{
    margin-bottom: 1.5rem;
}
.padrao p a{		
	text-decoration: underline;
}
.padrao p a:hover{
	color: #006600;
}
.padrao ul, .padrao ol{
	padding: 0 0 0 19px;
	margin-bottom: 2rem;	
}
.padrao ul{
    list-style: disc outside;	
}
.padrao ol{
	list-style: decimal outside;
}
.padrao li{
	position: relative;  
    font-weight: 400;	
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
/*-------------------------------------------------------
-------------------------------------------------------
RESPONSIVO
-------------------------------------------------------
-------------------------------------------------------*/
@media only screen and (max-width : 810px) {
    /*-------------------------------------------------------
    GERAIS
    -------------------------------------------------------*/    
    h1 {
        font-size: 22px;
    }
    .inner{
        width: 100vw;	
        padding: 40px 0;       
    }   
    #ps2id-dummy-offset{
        height: 54px;
    }    
    /*EMENDAS OWL*/   
    .owl-prev{
        left: -50px;
    }
    .owl-next{
        right: -50px;
        transform: scaleX(-1);
    } 
    .owl-dots{      
        bottom: 15px;           
    }   
    /*-------------------------------------------------------
    HEADER
    -------------------------------------------------------*/
    .header-inner {
        width: 100vw;
        padding: 10px 20px 10px 10px;
        display: block;
        position: relative;
    }
    header.fixo .header-inner{
        padding: 10px 20px 10px 10px;        
    }
    .logo {	
        width: max-content;
        height: 35px;   
        display: block;       
    }    
    .menu-principal {
        background: #FFF;
        width: 100vw;
        height: 100vh;
        padding: 85px 20px 0;
        display: block;
        position: absolute;
        top: 0;
        left: 100vw;
        z-index: -1;
        transition: all 300ms ease-in-out;
    }
    .menu-principal.ativo{
        left: 0;
    }    
    .menu-principal ul li{
        display: block;
        margin:  20px 0 0;
    }   
    .menu-principal ul li a{   
        width: 100%;       
        font-size: 20px;  
        text-align: left;     
    }    
    header a.btn-orcamento{
        width: 30px;
        height: 30px;
        padding: 5px 0;
        position: absolute;
        top: 10px;
        right: 70px;
    }
    header a.btn-orcamento span{
        display: none;    
    }
    a.btn-orcamento{   
        width: 100%;
    }
    a.btn-orcamento span br{
        display: none;       
    }    
    a.btn-orcamento i {
        font-size: 20px;       
    }
    /* MENU */
    .btn-menu{	  
        background: #006600;
        border: none;      
        width: 30px;
        height: 30px;
        padding: 0;
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 3;
    }
    .bar{
        background-color: #FFF;
        border-radius: 2px;
        width: 20px;
        height: 2px;
        display: block;  
        position: absolute;          
        left: 5px;        
        transition: all 200ms ease;
    }
    .bar.bar-1{
        top: 8px;
    }
    .bar.bar-2{
        top: 14px;
    }
    .bar.bar-3{
        top: 20px;
    }
    .btn-menu.ativo .bar.bar-1{
        top: 14px;
        transform: rotate(45deg);   
    }
    .btn-menu.ativo .bar.bar-2{
        opacity: 0;
    }
    .btn-menu.ativo .bar.bar-3{
        top: 14px;
        transform: rotate(-45deg); 
    }
    /*-------------------------------------------------------
    FOOTER
    -------------------------------------------------------*/
    footer{  
        width: 100vw;
        height: auto;	  
        position: relative;	
    }
    .footer-inner{    
        width: 100vw;	   
        display: block;       
    }
    .col-rodape.contato{
        width: 100vw;	  
        padding: 40px 20px;	    
    }   
    .col-rodape.mapa{
        width: 100vw;  
        padding: 0;      
    }
    .col-rodape.mapa iframe{        
        height: 300px;
    }   
    .rodape{
        border-top: none;
    } 
    .rodape .inner {
        padding: 20px 85px 20px 20px;
        flex-direction: row;
    }   
    p.direitos br{
        display: inline;
    }
    p.direitos span{
        display: none;
    }
    .social{
        width: max-content;
        font-size: 0;
    }
    .social a {       
        margin: 0 20px 0 0;
    }    
    /*-------------------------------------------------------
    HOME
    -------------------------------------------------------*/
    /* BANNER */
    .hero {
        padding-top: 55px;
    }   
    .hero-txt {
        width: 100vw;      
        padding: 0 20px 70px;
    }   
    .hero-form {
        width: 100%;
        min-height: unset;
        padding: 40px 20px;
    }    
    .hero-slider::before {      
        width: 100%;       
    }
    .hero-img{       
        height: 450px;     
    }
    /* QUEM SOMOS */    
    .sobre {        
        display: block;
    }
    .sobre-txt{
        width: 100vw;
        padding: 40px 20px;
    }
    .sobre-img-container{
        width: 100vw;       
    }
    .sobre-img {   
        width: 100vw;  
        height: 200px;
        position: relative;       
    }
    /* SERVIÇOS */
    .servicos .inner{
        width: 100vw;
        padding: 40px 20px;
    }
    .servicos-txt{
        padding: 0 0 20px;
    }   
    /* GALERIA */
    .galeria .inner{
        padding: 40px 20px;
    }
    .galeria-container {
        width: 100%;
        gap: 10px;      
    }   
    .galeria-item {
        width: calc( 50vw - 25px );
        height: calc( 50vw - 25px );
        display: block;
    }
    .galeria-item:nth-child(7n+1),
    .galeria-item:nth-child(4n+6) {
        width: calc( 50vw - 25px );       
    }
    /* FAQ */
    /* DÚVIDAS FREQUENTES */
    .duvidas .inner {
        width: 100vw;
        padding: 40px 20px;
    }    
    /*-------------------------------------------------------
    ORÇAMENTO
    -------------------------------------------------------*/
    .orcamento .inner {
        width: 100vw;
        padding: 40px 20px;
    }    
    /* FORMULÁRIOS */   
    .fieldset.half{
        width: 100%;
    }       
    input[type="submit"]{          
        width: 100%;       
    }     
    .wpcf7 form .wpcf7-response-output {        
        width: 100%;         
    }     
    /*-------------------------------------------------------
    PADRÃO
    -------------------------------------------------------*/
    .padrao .inner{
        padding: 95px 20px 40px;
    } 
}