@charset "utf-8";
/* CSS Document */

body, html {
	font: 100%/1.4 'Lexend', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	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%;
}
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: 'Montserrat', sans-serif;
}
button {
	outline: none !important;
	border: none;
	font-family: 'Montserrat', sans-serif;
	background-color: inherit;
}
input {
	font-family: 'Montserrat', sans-serif;
	color: #363a36;
	font-size: 16px;
}
select {
	font-family: 'Montserrat', sans-serif;
	color: #363a36;
	font-size: 16px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #6f6651;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #6f6651;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #6f6651;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color: #6f6651;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
 .busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #949494;
font-size: 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.busca::-moz-placeholder { /* Firefox 19+ */
 color: #949494;
font-size: 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.busca:-ms-input-placeholder { /* IE 10+ */
 color: #949494;
font-size: 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.busca:-moz-placeholder { /* Firefox 18- */
 color: #949494;
font-size: 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
 .formulario_busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #808080;
font-size: 16px;
font-weight: 400;

}

.formulario_busca::-moz-placeholder { /* Firefox 19+ */
 color: #808080;
font-size: 16px;
font-weight: 400;

}

.formulario_busca:-ms-input-placeholder { /* IE 10+ */
 color: #808080;
font-size: 16px;
font-weight: 400;

}
.formulario_busca:-moz-placeholder { /* Firefox 18- */
 color: #808080;
font-size: 16px;
font-weight: 400;
	
}


.form_contato::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 18px;
}

.form_contato::-moz-placeholder { /* Firefox 19+ */
font-size: 18px;
}

.form_contato:-ms-input-placeholder { /* IE 10+ */
font-size: 18px;
}

.form_contato:-moz-placeholder { /* Firefox 18- */
font-size: 18px;
}

.form_contato { 
font-size: 16px !important;
}

.formulario_busca {
	
color: #666;
    background-color: #f8f8f8;
    font-size: 16px;
    width: 460px;
    padding: 17px;
    border-radius: 5px;
    padding-left: 15px;
    border: 0;
    border: solid 1px transparent;
    -webkit-box-shadow: 0px 4px 5px -5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 4px 5px -5px rgb(0 0 0 / 30%);
    box-shadow: 0px 4px 5px -5px rgb(0 0 0 / 30%);
	
}

.formulario_busca:hover, .formulario_busca:focus {
	
	    background-color: #f6f6f6;
    border: solid 1px #e2e2e2 !important;
	
	    border-left: solid 4px #0055a1 !important;
}


.form_contato{
	background-color: transparent; 
	color: #ebb333; 
	font-size: 18px;
}

.form_contato::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #ebb333;
font-size: 18px;

}

.form_contato::-moz-placeholder { /* Firefox 19+ */
color: #ebb333;
font-size: 18px;

}

.form_contato:-ms-input-placeholder { /* IE 10+ */
color: #ebb333;
font-size: 18px;

}

.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;
}

.base {
-webkit-align-items:baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
}

.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;
	display: block;
}


.footer{
	background-image: url(/websites/conscape/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: 1200px;

}


.wrap_menu{
	position: relative;
}

.wrap_menu:before{
content: '';
    width: 100%;
    display: block;
    border-bottom: solid 1px #fff;
    float: left;
    position: absolute;
    left: 14px;
    bottom: 0;
	
}



.menu{
	list-style: none;
	float: left;
	padding: 0;
	position: relative; 
	    padding-top: 15px;

}

.menu a{
	
    font-size: 13px;
    font-weight: 300;
    padding: 13px;
     margin: 1px;
    margin-top: 0;
    color: #fff;
    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;
    
		
}


.menu a{
	
    font-size: 13px;
    font-weight: 300;
    padding: 13px;
     margin: 1px;
    margin-top: 0;
    color: #fff;
    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;
    
		
}


.active{
	
    border: solid 1px #ffd412 !important;
    border-radius: 10px;
    margin-top: 0px;
    z-index: 999;
		
}

.stabled .menu li{
	
	height: 74px;
	
}



.menu li{
	
	position: relative;
      float: left;
}







.menu li:hover:before{

	visibility: visible;
	opacity: 1;
	
	
}



.menu a:hover{
    border-radius: 3px;
    margin-top: 0px;
    z-index: 999;
        color: #83e2ca;
   
}



.sub_menu{

float: left;
    text-align: left;
    min-width: 170px;
    opacity: 0;
    visibility: hidden;
    position: absolute !important;
    z-index: 9;
    top: 45px;
    left: 10px;
    padding-top: 14px;
  

}


.sub_menu_wrap{

    float: left;
    text-align: left;
    width: 170px;
     background-color: #fffffff2;
    border-radius: 10px;
    padding: 13px !important;

}





.menu li:hover > .sub_menu{
	
	visibility: visible;
	opacity: 1;
	
}



.sombra{
	
    visibility: hidden;
    opacity: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0000001f;
    pointer-events: none;
    z-index: 1;
    left: 0;
    top: 0;
	
}


.menu li:hover > .sombra{
	
	visibility: visible;
	opacity: 1;
display: block;
	
	
}

.menu li:hover a{


}



.sub_menu li{
    color: #519b6b;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    list-style: none;
    float: left;
    padding-left: 9px;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    width: 100%;
    display: block;
    height: auto !important;
}

.sub_menu a {
    position: relative;
    float: left;
    width: 100%;
    color: #467a58;
    background-color: transparent !important;
    min-height: auto !important;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}


.sub_menu li:hover {

    margin-top: 0 !important;
    color: #333 !important;
    z-index: 999;
    background-color: transparent !important;
}

.sub_menu li:hover a{
	   color: #333 !important;
}




.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;
}


.txt_red_hover:hover{
	color: #e50f0f !important; 
}

.txt_amarelo_hover:hover{
	color: #fbbe16 !important; 
}

.txt_green_hover:hover{
	color: #497d5b !important; 
}

.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;
}



.prod{
	    float: left;  
	width: 31%; 
	margin: 1%;  
	margin-bottom: 13px; 
	margin-bottom: 30px; 
	border-radius: 20px; 
	background-color: #fff; 
	background-size: cover; 
	background-position: center center; 
	padding-top: 45px; 
	padding-bottom: 35px; 
	-webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);  
	-moz-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%); 
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}



.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;

	
}


.full{
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full:hover{
    color: #fff !important;
    background-color: #e9b038 !important;
    border-color: #e9b038 !important;
	
}



.full2{
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full2:hover{
color: #fff !important;
    background-color: #39a07a !important;
    border-color: #39a07a !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{
 color: #b2b2b2;
}




.item_roda a, .item_roda span{
	   
    font-size: 12px;
	line-height: 12px;
    font-weight: 300;
	list-style: none;
	margin-bottom: 15px;
	display: block;
}




.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;
}





.banner_mob{
	
	display: none;
	
	
}





.redes i{
    color: #ffc653; 
	font-size: 24px;
	line-height: 24px;
    display: block;
    margin-right: 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:90px !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;
	
}


.logo{
	padding: 20px;
}
	
.stabled .logo img{    
	    max-width: 250px;
    height: auto;
	
		}


.nossas_obras{
	width: 100%; 
	position: relative; 
	float: left; 
	clear: both;
	background-image: url(/websites/conscape/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{
	
color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}



.item_roda i{
	font-size: 10px; 
	line-height: 10px;
	color: #fff;
}


.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:#fff;
}

.item_roda2 a:hover{
	color:#b2b2b2 !important;
}


	.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(/websites/conscape/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(/websites/conscape/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(/websites/infinite/imagens/bg_centro_n.jpg); 
	background-position: center top; 
	background-repeat: no-repeat; 
	background-size: 110% auto;
}


.esconde_desk{
	
	display: none !important;
	
}


@media (min-width: 220px) and (max-width:1080px) {
	
	
	
	.marcas_mob{
		margin-left: 50% !important;
    left: -75px !important;
	}
		
	.txt_center{
		text-align: center;
	}


	
	
	.hz{
		
    position: static !important;
    transform: rotate(0deg) !important;
    width: 100% !important;
    height: auto !important;
       margin-bottom: 20px;
	}
	
	
	.wrap_menu:before {
    content: '';
    display: none;
  
}
	
	
	.static{
		position: static !important;
	}
	
	
	.halto{
		    min-height: auto !important;
		height: auto !important;
	}
	
	.esconde_desk{
	
	display: block !important;
	
}
	
	
	.item_banner{
	background-size: 100% auto !important;

	}
	
	
	.item_banner img{
		height: auto !important;
		min-height: auto !important;
	}
	
	
	.bg_motivos{
    background-image: url(/websites/infinite/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%;
    padding-left: 15px;
    padding-right: 15px;
}
	
	
	.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 {

		
}

.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;
    min-height: auto !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:20px !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: 26px !important;

		
}
	
		.tittle2 {
    font-size: 18px !important;
    line-height: 18px !important;

}
	
	
	.tittle3 {
    font-size: 36px !important;
    line-height: 36px !important;
}
	
	
		
	.logo{
		    margin: auto;
		width: 100%;
	}
	
	
	
	.prod{
	 
	width:98%; 
	margin: 1%;  
	margin-bottom: 30px; 

}

	
	.txt_p{
	font-size: 16px !important;
    line-height: 22px !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;
	
}
	
	
}