@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Regular.woff2') format('woff2'),
        url('SegoeUI-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Bold.woff2') format('woff2'),
        url('SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('SegoeUI-Semibold.woff2') format('woff2'),
        url('SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}






body, html {
	font: 100%/1.4 'Segoe UI', sans-serif;

	margin: 0;
	padding: 0;
	color: #383d32;
	font-size: 16px;
	
	    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	
	background-color: #fff;
	
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	    -webkit-font-smoothing: auto;
    font-smoothing: auto;
    text-rendering: optimizeLegibility;
	
	
}
ul, ol, dl {
	margin: 0;
}
img {
	
	display: block;
	    max-width: 100%;
    height: auto;
}
a img {
	border: none;
}
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none !important;
}


h2 {
	font-size: inherit;
	font-weight: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

input {
	outline: none;
}
textarea {
	outline: none;
	font-family: 'Segoe UI', sans-serif;
}
button {
	outline: none !important;
	border: none;
	font-family: 'Segoe UI', sans-serif;
	background-color: inherit;
}
input {
    font-family: 'Segoe UI', sans-serif;
    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #63675e;
    font-size: 16px;
}
select {
    font-family: 'Segoe UI', sans-serif;
    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #63675e;
    font-size: 16px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #080b3e;
font-size: 16px;
font-weight: 400;
font-family: 'Segoe UI', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #080b3e;
font-size: 16px;
font-weight: 400;
font-family: 'Segoe UI', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #080b3e;
font-size: 16px;
font-weight: 400;
font-family: 'Segoe UI', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color: #080b3e;
font-size: 16px;
font-weight: 400;
font-family: 'Segoe UI', sans-serif;
}
 .busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #080b3e;
font-size: 20px;
font-weight: 600;
font-family: 'Segoe UI', sans-serif;
}
.busca::-moz-placeholder { /* Firefox 19+ */
 color: #080b3e;
font-size: 20px;
font-weight: 600;
font-family: 'Segoe UI', sans-serif;
}
.busca:-ms-input-placeholder { /* IE 10+ */
 color: #080b3e;
font-size: 20px;
font-weight: 600;
font-family: 'Segoe UI', sans-serif;
}
.busca:-moz-placeholder { /* Firefox 18- */
 color: #080b3e;
font-size: 20px;
font-weight: 600;
font-family: 'Segoe UI', sans-serif;
}
 .formulario_busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #080b3e;
font-size: 16px;
font-weight: 400;

}

.formulario_busca::-moz-placeholder { /* Firefox 19+ */
 color: #080b3e;
font-size: 16px;
font-weight: 400;

}

.formulario_busca:-ms-input-placeholder { /* IE 10+ */
 color: #080b3e;
font-size: 16px;
font-weight: 400;

}
.formulario_busca:-moz-placeholder { /* Firefox 18- */
 color: #080b3e;
font-size: 16px;
font-weight: 400;
	
}
.formulario_busca {
	
color: #666;
    background-color: #f8f8f8;
    font-size: 16px;
    width: 460px;
    padding: 10px;
    border-radius: 5px;
    padding-left: 10px;
    border: 0;
    border: solid 1px transparent;
    -webkit-box-shadow: 0 4px 5px -5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 4px 5px -5px rgb(0 0 0/30%);
    box-shadow: 0 4px 5px -5px rgb(0 0 0 / 30%);
	
}




.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.rowwrap {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.columnwrap {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}


.right {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.space-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.space-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.space-evenly {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
}
.align {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}


.start {
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
}


.container {
	padding: 0px;
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	display: block;
}


.topo{
	
}


.header{
	clear: both;
	position: relative; 
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: 1920px 100%;
	
}


.content{
	clear: both;
	position: relative;
		width: 100%;
	float: left;
	
}


.footer{
	background-image: url(/site/imagens/bg_roda2.jpg); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center top; 
	width: 100%; 
	float: left; 
	position: relative; 
}


.size{
	width: 100%;
	max-width: 1250px;

}


.menu{
	list-style: none;
	float: left;
	padding: 0;
	position: relative; 
	    padding-top: 5px;

}

.menu li{
	
    font-size: 18px;
    font-weight: 600;
    padding: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 1px;
    margin-top: 0;
    color: #383d32;
    float: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    border: solid 1px transparent;
		
}


.menu li:last-child{
	
	padding-right: 0px;
	
}



.stabled .menu a{
	
	height: 74px;
	
}

.stabled .sub_menu {

    top: 74px;
	
}

.menu li a{
	
	position: relative;
      float: left;
}







.menu li:hover:before{

	visibility: visible;
	opacity: 1;
	
	
}


.active{
	
  border-bottom: solid 3px #64cdaa !important;
		
}


.menu a{
border-bottom: solid 3px transparent;
	min-height: 30px;
}

.menu a:hover{
	    border-bottom: solid 3px #64cdaa;
   
}






.menu li:hover:before{
visibility: 1;
    opacity: 1;
    margin-top: 30px;
}




.sub_menu{

float: left;
    text-align: left;
    min-width: 480px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: absolute !important;
    z-index: 9;
    top: 94px;
    border-radius: 0;
    left: 0;
    padding: 13px !important;
    -webkit-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    border-bottom: solid 4px #d88235;
}



.menu li:last-child .sub_menu{

float: left;
    text-align: left;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: absolute !important;
    z-index: 9;
    border-radius: 0;
	right: 0;
    left: auto;
    padding: 13px !important;
    -webkit-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    border-bottom: solid 4px #d88235;
}

.menu li:last-child .sub_menu a {
    position: relative;
    float: left;
    width: 100%;
    color: #3d3d3d;
    background-color: transparent !important;
    min-height: auto !important;
}


.menu li:last-child .sub_menu li {
    color: #7b7b7b;
    font-size: 13px;
    line-height: 14px;
    text-align: right;
    position: relative;
    list-style: none;
    float: right;
    padding-right: 17px;
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    display: block;
    height: auto;
}


.menu li:last-child .sub_menu li:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    transform: rotate(180deg);
    font-size: 13px;
    right: 3px;
    left: auto;
    color: #ed7000;
    top: 8px;
}




.menu li:hover > .sub_menu{
	
	visibility: visible;
	opacity: 1;

	
	
}





.menu li:hover > .sombra{
	
	visibility: visible;
	opacity: 1;
display: block;
	
	
}

.menu li:hover a{


}



.sub_menu li{
    color: #7b7b7b;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    list-style: none;
    float: left;
    padding-left: 17px;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    display: block;
    height: auto !important;
}

.sub_menu a {
    position: relative;
    float: left;
	width: 50%;
	    color: #3d3d3d;
	background-color: transparent !important;
	min-height: auto !important;
}


.sub_menu li:hover {

    margin-top: 0 !important;
    color: #ed7000 !important;
    z-index: 999;
    background-color: transparent !important;
}

.sub_menu li:hover a{
	   color: #ed7000 !important;
}



.sub_menu a:before{
	display: none !important;
}

.sub_menu li:before{
display: none !important;	
}



.sub_menu li:after{
content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    font-size: 13px;
    left: 3px;
    color: #ed7000;
    top: 10px;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
	
}


.sub_menu a:after {

    display:none !important;
 
}




.sub_menu li:hover:after{
	visibility:visible;
	opacity: 1;
	
}


.mn_mob{
	display: none;
}

.cor{
	background-color: #f8d800;
}

.cor_txt{
	color: #f8d800;
}



.fa-magnifying-glass:before{
    transform: rotate(90deg);
    position: absolute;
    left: 0;
}



.botao{
	color: #0055a1; 
	display: block; 
	padding: 5px; 
	background-color: #0055a1; 
	border-radius: 5px; 
	padding-left: 15px; 
	padding-right: 15px; 
	font-size: 12px; 
	font-weight: 500; 
	cursor: pointer;
	
	text-transform: uppercase;
	
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}


.botao:hover{
	color: #fff !important; 
	background-color: #0094d9; 

	
}


.botao2{
	
	color: #fff; 
	display: block; 
	padding: 10px; 
	border-radius: 25px; 
	padding-left: 30px; 
	padding-right: 30px; 
	font-size: 18px; 
	font-weight: 500; 
		
	
background: rgb(76,196,227);
background: -moz-linear-gradient(94deg, rgba(76,196,227,1) 0%, rgba(42,149,223,1) 45%, rgba(48,183,238,1) 100%);
background: -webkit-linear-gradient(94deg, rgba(76,196,227,1) 0%, rgba(42,149,223,1) 45%, rgba(48,183,238,1) 100%);
background: linear-gradient(94deg, rgba(76,196,227,1) 0%, rgba(42,149,223,1) 45%, rgba(48,183,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc4e3",endColorstr="#30b7ee",GradientType=1);
	
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
	border: solid 2px transparent; 
	
	cursor: pointer;
}




.botao2:hover{
	
    color: #ff4600 !important;
    border: solid 2px #ff4600 !important;
    background: transparent !important;
	
}



.item_serv{
	    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}



.item_serv:hover{
  margin-top: -5px !important;

	
}

.item_serv:hover img{
  border-color: #afdaff !important;

	
}


.sombra{
	
    -webkit-box-shadow: 0 0 80px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 80px 0 rgb(0 0 0 / 10%);
	
}



.full{
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full:hover{
    color: #fff !important;
    background-color: #64cdaa !important;
    border-color: #64cdaa !important;
	
}



.full2{
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full2:hover{
color: #fff !important;
    background-color: #64cdaa !important;
    border-color: #64cdaa !important;
	
}



.toggled {
 
	
	visibility: visible;
	opacity: 1;
	
}


.item-target1, .item-target2, .item-target3, .item-target4, .item-target5 {

 display: none;
}




.dis-none {
    display: none !important;
}


.btn, .btn2, .btn3, .btn4, .btn5{
	    font-size: inherit;
    background-color: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
	
	
}


.toggled{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 9;
    background-color: #f3f3f3;
}


.item_roda{
    padding: 60px;
    padding-bottom: 30px;
    padding-top: 0;
    padding-left: 0;
}




.item_roda ul li{
	    color: #8caeda;
    font-size: 16px;
    font-weight: 300;
	list-style: none;
	margin-bottom: 8px;
}




.botao_hover3 {
    color: #31799e;
    border: solid 1px #e7b00d;
    border-bottom: solid 2px #e7b00d;
    background-color: #fff;
    transition-duration: .2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.zap{
padding: 1px;
    position: absolute;
    right: 0;
    top: 15px;
    text-align: center;
    font-size: 0.71em;
    line-height: 16px;
    border: solid 1px #a1e4be;
    border-radius: 10px;
    color: #05944e !important;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
}


.banner_mob{
	
	display: none;
	
	
}





.redes i{
    color: #575c51; 
	font-size: 22px;
	line-height: 22px;
    display: block;
    margin-left: 15px;
    
    float: left;
}


	.default{opacity:1;}


.stabled{    
	
	box-shadow: 0 0 10px rgb(0 0 0 / 17%);
   -webkit-box-shadow: 0px 5px 5px -7px #666, 5px 5px 5px -7px rgb(0 0 0 / 0%);    box-shadow: 0px 5px 5px -7px #999, 5px 5px 5px -7px rgb(0 0 0 / 0%);
    position: fixed !important;
    height: 80px !important;
      opacity: 1;
    z-index: 9999;
    background-color: #fff;
    transition-duration: 0.2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	
	border-top: solid 6px #ed7000;
	
	    background-image: url(/site/imagens/bg_mn.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 100%;

}


.logo{
	padding: 20px;
}
	
.stabled .logo img{    
	    max-width: 250px;
    height: auto;
	
		}


.nossas_obras{
	width: 100%; 
	position: relative; 
	float: left; 
	clear: both;
	background-image: url(/site/imagens/bg_content.jpg);
	background-repeat: no-repeat;
	background-size: 1920px auto;
	min-height: 1920px;
	    background-position: center top;
}


.item_obras{
	
	background-color: #fff;
	width: 31%;
	margin: 1%;
	margin-bottom: 50px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	
	    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
	
	    border-bottom: solid 3px #fff;
	
}


.item_obras:hover{
/*	box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);*/
	    border-bottom: solid 3px #ed7000;
}


.item_obras img{
		    transition-duration: 0.2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	
	    filter: brightness(0.85);
	
}



.item_obras:hover img{
	
	
	    transform: scale(1.03);
    filter: brightness(1.1) contrast(1.05);

}


.item_obras div{
	
	width: 100%;
	
}



.item_blog{
	
	
	width: 29%;
    margin: 2%;
	float: left;
	position: relative;
	
	
}

.item_blog img{
	
	width: 100%;
	float: left;
	
}

.item_blog strong{
	
	font-size: 22px;
	line-height: 24px;
	color: #57525a;
	width: 100%;
	text-transform: uppercase;
	
}

.item_blog span{
	color: #353238;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
}



.item_roda{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
	float: left;
}

.item_roda strong{
	
font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.item_roda a{
    padding-left: 0px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    float: left;
    font-weight: 500;
}





.item_roda a:before{
	
/*	color: #dc8b1a;
	content: '\f0da';
	 font-family: "Font Awesome 6 Free";
    font-weight: 900;
	position: absolute;
	left: 0px;*/
	
}


.item_roda a:hover{
	color:#20ab7e;
}


	.carousel-nav .flickity-viewport {
    overflow:visible;
    position: relative;
  
}
		
		.carousel-nav .carousel-cell{
			position: relative !important;
			    transform: none !important;
		}
		
		
		.carousel-nav .flickity-slider{
		
		transform: none !important;
	
		}
		
	.mn_obras .flickity-slider {
    position: relative;
    width: 100%;
		height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    float: left;
    clear: both;
    padding-bottom: 20px;
}
		
		
		.item_lista_banner:before{
			
			background-image: url(/site/imagens/linha_sep.png);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			content: '';
			position: absolute;
			width: 1px;
			left: -1px;
			height: 100%;
			
			
			
		}	
		
		
			.item_lista_banner:last-child:after{
			
			background-image: url(/site/imagens/linha_sep.png);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			content: '';
			position: absolute;
			width: 1px;
			right: -1px;
			height: 100%;
			
		}	
		
		
		.mn_obras .is-nav-selected span{
			
			color: #fabc00 !important;
			
			
		}



.bg_motivos{
	 background-image: url(/site/imagens/bg_centro_n.jpg); 
	background-position: center top; 
	background-repeat: no-repeat; 
	background-size: 110% auto;
}


.esconde_desk{
	
	display: none;
	
}


@media (min-width: 220px) and (max-width:1080px) {
	
.rowwrap_mob {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
	
	
	.depoimentos .flickity-button {
    display: block !important;
}
	
	.depoimentos .flickity-prev-next-button.previous {
    left: 10px;
}
	
	.depoimentos .flickity-prev-next-button.next {
    right: 10px;
}
	
	.depoimentos .flickity-prev-next-button {
    width: 35px;
    height: 35px;
		top: 61%;

}
	
	
	.depoimentos .flickity-button {
    position: absolute;
    background: white;
    border: none;
    color: #7e7e7e;
    border: solid 1px;
    z-index: 9;
}
	
	
	.hauto{
		height: auto !important;
		min-height: auto !important;
	}
	
	
	.relativo{
		position: relative !important;
	}
	
	
	.bg_banner{
		    background-size: cover !important;
	}
	
	
	.esconde_desk{
	
	display: block;
	
}
	
	
	.item_banner{
	background-size: 1000px !important;
    background-position: right top !important;
    background-repeat: no-repeat;
		filter: brightness(0.8);
	}
	
	
	.item_banner img{
		min-height: 830px !important;
	}
	
	
	.bg_motivos{
    background-image: url(/site/imagens/bg_cinza.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
}
	
	
	
	.banner_mob{
	
	display: block;
	
	
}
	
	
	.size {
    width: 100%;
    max-width: 100%;

}
	
	
	.flickity-page-dots .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #b88b1c;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
	
		
	
	.banner {
    margin-bottom: 20px !important;
/*		min-height: 460px !important;*/
		
}

.banner_mob {
	display: block !important;
}

	
	.item_banner{
min-height: auto;
    background-position: center center;
    background-size: cover;
    display: block;
}
	

	
			.menu{

	display: none !important;
	

}
	
	.zap{
    padding: 1px;
    position: relative;
    right: 0;
    left: 0;
    top: 0px;
    text-align: center;
    font-size: 0.71em;
    line-height: 16px;
    border: solid 1px #a1e4be;
    border-radius: 10px;
    color: #05944e;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 15px !important;
    margin: auto;
}
	
	

	.mob{
	
    min-width: 100% !important;
    width: 100% !important;
     clear: both !important;
    float: left !important;

	
	
}
	
	
		.half_mob{
	
	min-width:48% !important;
	width:48% !important;
	margin-left:1% !important;
	float:left !important;
	
}
	
	
		.logo img{
		    margin: auto !important;
	}
	

	select{
		-webkit-appearance:none;-moz-appearance:none;appearance:none;  -moz-border-radius: 0; -webkit-border-radius: 0; font-size: 16px !important;border-radius: 0;
	}
	
		input{
		-webkit-appearance:none;-moz-appearance:none;appearance:none;  -moz-border-radius: 0; -webkit-border-radius: 0; font-size: 16px !important;border-radius: 0; 
	}
	button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance:button;-moz-appearance:button;appearance:button;

}
	
	input[type="button"] {
    -webkit-appearance: none !important;
		-moz-appearance:    none !important;
   appearance:         none !important;

}
		
		
			input[type="submit"] {
    -webkit-appearance: none !important;
		-moz-appearance:    none !important;
   appearance:         none !important;

}
	
			input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
		-moz-appearance:    checkbox !important;
   appearance:         checkbox !important;

}
	
		input[type="radio"] {
    -webkit-appearance: radio !important;
		-moz-appearance:    radio !important;
   appearance:         radio !important;

}	
	
	
	.esconde_mob{
		display: none !important;
	}
	
	.bloco_mob{
		
		display: block !important;
	}
	
	
		.pad_mob{
		padding: 15px !important;
	}
	
		.pad_10{
		padding: 10px !important;
	}
	
		.pad_20{
		padding: 20px !important;
	}
	
		.pad_30{
		padding: 30px !important;
	}
	
			.mg_mob{
		margin: 15px !important;
	}
	
	
		.pad_0{
		padding: 0px !important;
	}
	
		.mg_0{
		margin: 0px !important;
	}
	
		.mg_tp10{
		margin-top: 10px !important;
	}
	
			.mg_tp20{
		margin-top: 20px !important;
	}
	
	
		.tittle {
    font-size: 24px !important;
    line-height: 24px !important;

		
}
	
		.tittle2 {
    font-size: 18px !important;
    line-height: 18px !important;

}
	
	
	.tittle3 {
    font-size: 36px !important;
    line-height: 36px !important;
}
	
	
		
	.logo{
		    margin: auto;
		width: 100%;
	}
	
	
	
}

.banner_mob{
		display: none;
	}

	.aparece_mob{
		display: none;
	}

@media (min-width: 220px) and (max-width:1024px) {
	
	.aparece_mob{
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	}
	
	.banner_mob{
		display: block;
	}
	
	
	.esconde_mob{
		
		display: none !important;
		
	}
	
	.contato span{
		text-align: left !important;
	}
	
}


@media (min-width: 220px) and (max-width:778px) {

.item_area {

    width: 33% !important;
	    padding: 8px !important;
}

}

@media (min-width: 220px) and (max-width:448px) {
	

		.half_mob{
	
	min-width:100% !important;
	width:100% !important;
	margin-left:0% !important;
	float:left !important;
	
}
	
	
}