@import url(../fonts/fonts.min.css);
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

/**
* Remove default margin.
*/

body {
	color: #000;
	font-family: 'Signika', sans-serif;
	margin: 0;
	font-weight: 300;
	padding: 0;
}

a, .btn, .botao, h1, h2, h3, h4 {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

img:not(.hovereffect):not(.imgLoaded) {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.fa {font-family: 'FontAwesome'; margin: 0 3px;}

/*ESTRUTURA DO SITE*/

.container-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}


/* ARTICLES */

.article-info-term { display: none; }

.article-info dd { display: inline; }

/*CONTACT FORM*/
.contact-form,
.contact-form fieldset {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	height: 30px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	padding: 8px;
}

.form-actions {
	border:none;
	background: none;
	text-align: center;
}

/* FORM LOGIN*/

.login {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}

.login fieldset,
.remember {
	max-width: 350px;
	margin: 0 auto;
	padding: 0;
}

.login input[type="text"],
.login input[type="password"] {
	display: block;
	margin: 0 auto;
	padding: 8px;
	width: 95%;
	min-height: 30px;
	margin-bottom: 10px;
}

.login .controls input[type="checkbox"] {
	float: left;
	margin: 8px 10px;
}

.form-horizontal .controls { margin-left: 0; }

.login .well {
	background: none;
	border: none;
}

.align-left { text-align: left; }

.remember ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.remember ul li{
	display: inline;
}

ul.nav.nav-tabs.nav-stacked li a {
	font-size: 12px;
}

/*EDITOR*/
#jform_title {
	display: block;
	width: 100%;
	min-height: 40px;
	font-size: 20px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#b2jcontainer_c127.b2jcontainer {
background: none;
border: none;
}

/* Propriedades predefinidas Detalhar */

.detalink {
	position: relative;
}

.detalink-borda-br {
	background-color: #fff;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.detalink-borda-pr {
	background-color: #000;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.dt-copy p {font-size: 14px;}

.cfull {width: 100%; min-width: 1170px;}

.fll {float: left;}
.flr {float: right;}
.cb {clear: both;}
.dinline {display: inline;}

.bdrds8 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.cz {background-color: #ccc;}
.pr {background-color: #999;}

.auto0, .row-fluid {max-width: 1170px; width: 100%; padding: 0;margin: 0 auto;}

/*  -----------------------   */

ul.nav.nav-pills {
	margin: 0;
}

.items-row {
	margin-bottom: 40px;
}

section .bt-cs a.prev,
section .bt-cs a.next {
	margin: -15px;
}

section .bt-cs .bt-inner {
	margin: 0 16px;
	position: relative;
	padding: 7px 12px 15px;
	background: #fff;
	border-radius: 8px;	
}

section .bt-cs .bt-inner .bt-title {
	color: #000;
	text-transform: none;
	margin: 5px 0 10px;
}

section .bt-cs .bt-inner .bt-introtext {
	font-size: 13px;
	text-align: justify;	
}


/* ORGANIZAR AS CLASSES CSS COM COMENTÁRIOS */

















/* FORMULÁRIO CENTRALZADO B2J CONTACT */

.formulario-centralizado .control-group {
	width: 60% !important;
	float: none !important;
	margin: 0 auto !important;
}

.formulario-centralizado .controls {
	width: 100%;
	text-align: center;
	margin: 5px 0 !important;
}

.formulario-centralizado input[type="text"], 
.formulario-centralizado .b2j_form textarea{
	height: auto !important;
	padding: 11px 10px !important;
	width: 100% !important;
	margin: 0 auto !important;
}

.formulario-centralizado .b2j_form a.chzn-single {
	height: auto !important;
	padding: 6px 10px !important;	
}

.formulario-centralizado .b2j_form textarea {
	height: 120px !important;
}

.formulario-centralizado .b2j_form button {
	background: #ff121e !important;
	padding: 8px 35px !important;
	text-align: center;
	margin: 0 auto;	
	width: 100%;
}

.formulario-centralizado .b2j_form button span {
	background-image: none !important;
	padding: 0 !important;
}






.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
} 

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUp { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInDown { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

.animated-pulse { 
    -webkit-animation-duration: 0.3s; 
    animation-duration: 0.3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 

/* Chrono Forms*/
.chronoform  input[type="text"]{
	width: 400px !important;
}
.chrono_credits {
	display: none;
}







	/* topo e menu */





.dt-topo{
	background: rgba(7,9,9,0.69) !important;
    position: absolute;
    z-index: 999;
    width: 100%;
}
 
.dt-topo .contato-topo{
	width: 81% !important;
	position: absolute;
	z-index: 999;

}
.dt-topo .contato-topo p{
	float: right;
	color: #fff;
	background:url(../img/icone-contato.png) no-repeat 1% 46% ;
	 background-size: 8%;
    padding: 12px 27px;
    font-size: 13px;
}
.dt-topo .linha-verde p{

	color: transparent;
}
.dt-topo .linha-verde{
	 position: absolute;
       width: 80%;
    margin: 95px 0px 0px 96px;
    border-top: 2px solid #008322;
}
.dt-topo ul {
	position: relative;
	display: flex;
	align-content: center;
	align-items:center;
	justify-content: center;
}

.dt-topo ul.nav.nav-pills{

	text-transform: uppercase;
	    padding: 10px 0px;
	   margin: 0px 45px 0px 0px;


}
.dt-topo .nav > li{

	margin-top: 36px;

}
.dt-topo .nav .item-178{

	margin-top:0px !important;

}
.dt-topo .nav > li > a{

	color: #fff;
	font-weight: 900;
	padding: 41px 12px !important;
	background: center bottom;
	font-size: 18px !important;
	letter-spacing: 2px;


}


.dt-topo .nav > li > a:hover{
	color:#fff; 
	font-size: 18px !important;
	font-weight: 900;
	transition: 1s;
	background:url(../img/folhinha.png) no-repeat center bottom;
	padding: 0px;
	background-size: 33%;
	
}	
.dt-topo .nav > .item-127 > a:hover{
	background-size: 25% ;
}
.dt-topo .nav > .item-178 > a:hover{
	background: transparent !important;
	padding: 8px 12px !important;
}
.dt-topo .nav > .item-178 > a{

	padding: 8px 12px !important;

}
.dt-topo .nav > li.active > a{

	padding: 47px 5px;
	background:url(../img/paisagismo.png) no-repeat center bottom;
	
}

.dt-topo .nav > li.active > a:hover{

	background:url(../img/paisagismo.png) no-repeat center bottom;
	padding: 44px 5px;

}

.dt-topo nav > li > a:hover, .nav > li > a:focus{

	background: transparent !important;
}

.dt-topo .span12{
	text-align: center;
}


	/* fim do topo e menu  */




	

			/*dt-slideshow   */

.home .dt-slideshow{
background:none !important; 
min-height: 0px !important; 
padding:0px !important;
}
.dt-slideshow{
	background:url(../img/slide-paisagismo.jpg) no-repeat;
	padding: 30px 0px;
	min-height: 144px; 

}

 .dt-slideshow .grama-slide p{
	    font-size: 18px !important;
    line-height: 23px !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 300 !important;
    margin-bottom: 25px !important;
    background: url(../img/icon.png) no-repeat -2% 7% !important;

    padding: 0px 50px 0px 17px !important;
    letter-spacing:1px !important; 
}
.dt-slideshow .grama-slide p:nth-child(1){

	font-size: 18px !important;
	
	
	
}
.dt-slideshow .grama-slide p:nth-child(2){
	color: #000 !important;
	


}
.tp-caption.excerpt.tp-fade.tp-resizeme.start .title{

	width: 50% !important;
	max-width: 50% !important;
	min-width: 50% !important;

}
.dt-slideshow .tp-caption.excerpt.tp-fade.tp-resizeme.start h3{
	text-align: center !important;
    background-size: 100% !important;
    padding: 70px 0px 50px 0px !important;
    margin: -135px 0px 0px -1px !important;
    position: absolute;
    width: 100.3%;
    z-index: 999 !important;
    background: url(../img/fundo-h3-slide.png) no-repeat center center;
    font-weight: 600 !important;
    letter-spacing: 5px !important;
    font-size: 22px !important;
    font-family: 'Signika', sans-serif !important;
    color: transparent !important;


	
}

.dt-slideshow .tp-caption.excerpt.tp-fade.tp-resizeme.start h4{
	
    text-align: center !important;
    font-size: 19px !important;
    margin: 23px 0px 0px 0px !important;
    padding: 50px 0px 0px 16px !important;
    font-family: 'Signika', sans-serif !important;
    letter-spacing: 1px !important;

}
.tp-caption.excerpt.tp-fade.tp-resizeme.start:last-child{
	width: 35.5% !important;
	font-family: 'Signika', sans-serif !important;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 20px 60px 0px 5px !important;
    min-height: 50px !important;
    line-height:10px;
    
}
.tp-caption.excerpt.tp-fade.tp-resizeme.start:last-child{
line-height:20px !important;
font-size: 23px !important;
}

.tp-caption.excerpt.tp-fade.tp-resizeme.start strong:last-child{
	font-weight: 300;

}

.tp-caption.excerpt.tp-fade.tp-resizeme.start strong{

	color:#102904;
	font-weight: 600;

}
.tp-caption.excerpt.tp-fade.tp-resizeme.start span{
	color:#fff !important;
	font-weight: 600;
	font-size: 19px !important;

}
.tp-caption.excerpt.tp-fade.tp-resizeme.start:first-child{
	opacity: 0;
	width: 18% !important;
		background: rgba(7,9,9,0.69) !important;
		padding:20px 0px !important;
		border-bottom: 25px solid rgba(7,9,9,0.69) !important;
    	min-height: 227px !important;
}
.tp-caption.excerpt.tp-fade.tp-resizeme.start .grama-slide .fazemos-servico{
	width: 100%;
	margin: 0px 0px 0px 44px; 
} 
.tp-caption.excerpt.tp-fade.tp-resizeme.start{
	opacity: 0;
	width: 20.5% !important;
		background: rgba(7,9,9,0.69) !important;
		padding:20px 0px !important;
		border-bottom: 10px solid rgba(7,9,9,0.69) ;
		border-bottom: 25px solid rgba(7,9,9,0.69) !important;
    	min-height: 227px !important;
}
.dt-slideshow .grama-slide{

		width: 100% !important;
		
	

}


		/* FIM  dt-slideshow  */

.home .borda{
	margin-top: -44px;
    z-index: 99999;
    position: relative;
    display: block !important;
}
.home .borda {
	color: transparent;
}
.home .borda .span6{

background:#fff;
padding: 10px 0px;
margin: 0 auto !important;
margin-top: 3px !important;


}

.home .borda .span6.esquerda{

	width: 50%;
	border-radius: 0px 100px 0px 0px;
	
}
.home .borda .span6.direita{
	width: 50%;
	border-radius:  100px 0px 0px 0px;
	


}
.home .borda .row-fluid{
	max-width: 100% !important;
}
.borda{
	display: none !important;
}
		/*  dt-body-a  */



.dt-body-a{


	margin:20px 0px 30px 0px;
}

.dt-body-a .moduletable .custom{
	color: #015b1d;
}

.dt-body-a .moduletable .custom p{

	margin: 10px 0px;
	font-size: 32px !important;
	font-weight: 700;
}
.dt-body-a .moduletable .texto p{

	font-size: 34px !important;
	font-weight: 500 !important;
}

.dt-body-a .moduletable .texto{
	font-size: 23px !important;
	margin-bottom: 30px;

}
.dt-body-a .moduletable .texto p{
	font-size: 28px !important;
	margin: 0px !important; 

}
.dt-body-a .servicos-produtos-home{
	   
    	float: left;
    	width: 87%;
    	margin: 0px 0px 0px 91px;


}

.dt-body-a .moduletable .custom .manutencao{
	background: url(../img/manutencao.jpg) no-repeat;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    border: 5px solid #008321;
        margin: 0 auto;
   

}


	
.dt-body-a .moduletable .custom .gramas{
	background: url(../img/grama.jpg) no-repeat;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    border: 5px solid #008321;
        margin: 0 auto;
   

}
.dt-body-a .moduletable .custom .plantas{
	background: url(../img/plantas.jpg) no-repeat;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    border: 5px solid #008321;
        margin: 0 auto;
   
}



.dt-body-a .moduletable .custom .manutencao:after,
.dt-body-a .moduletable .custom .gramas:after,
.dt-body-a .moduletable .custom .plantas:after{
	position: relative;
	display: block;
	content:'';
	width: 104px;
	height: 104px;
	border-radius: 50%;
	    float: right;
    margin-top: 145px;
}
.dt-body-a .moduletable .custom .manutencao:after {
background: url(../img/icon-monstr.png) #008321 center center no-repeat;
}

.dt-body-a .moduletable .custom .gramas:after {
	background: url(../img/gramas.png) #008321 center center no-repeat;
}

.dt-body-a .moduletable .custom .plantas:after {
background: url(../img/fundo-titulo-paisagem.png) #008321 center center no-repeat;
}

.dt-body-a .moduletable .custom .linha{
	    border-top: 2px solid #2b8300;
	    width: 30%;
	    margin: 0 auto;
}


.dt-body-a .span12:last-child p{
	text-align: center;
}


.dt-body-a .span12:last-child p a{
	color: #fff;
	background: #008321;
	padding: 10px;
	font-size: 19px;
	border-radius: 5px;
}



	/* fim do td-body-a  */




	/*  dt-body-b  */

.dt-body-b .moduletable{
	margin: 0px !important;
	width: 50%;
	border-top: 1px solid #fff;
	max-height: 660px;

}

.dt-body-b .row-fluid{

	width: 100% !important;
	max-width: 100% !important;
}

.dt-body-b{
    margin-bottom: 50px;
    background: #008321;
    padding-top: 5px;
}

.dt-body-b .moduletable h3{

	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 76px 0px 5px 0px;
	    font-size: 25pt;
    
}
.dt-body-b .moduletable.paisagismo{

	background:#008321;

}
.dt-body-b .paisagismo h3{

	
	background:url(../img/fundo-titulo-paisagem.png) no-repeat 50% 23%;

}
.dt-body-b .custom.paisagismo{

	background:url(../img/background-paisagismo.jpg)no-repeat;
	    padding: 77px 0px;
}

.dt-body-b .custom.paisagismo p,
.dt-body-b .custom.jardinagem p{
		font-family: 'Signika', sans-serif !important;
		font-size: 23px !important;
   		line-height: 20px;
}
.dt-body-b .custom.jardinagem{

	background:url(../img/background-jardinagem.jpg)no-repeat;
	    padding: 77px 0px;
}


.dt-body-b .moduletable.jardinagem{

	background:#054615 ;
}
.dt-body-b .jardinagem h3{

background:url(../img/fundo-titulo-jardinagem.png) no-repeat 50% 23%;
	
}
.dt-body-b .moduletable .fundo-texto{

    background: rgba(7,9,9,0.50);
    color: #fff;
    max-width: 69%;
    padding: 67px 0px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    line-height: 13px;
    border-radius: 5px;
}
.dt-body-b .moduletable .fundo-texto a{
	    text-align: center;
    background: #2b8300;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
}


.dt-body-b .moduletable .fundo-texto a:hover{
	box-shadow: 0px 0px 6px 1px #2b8300;
	text-decoration: none;
}
.dt-body-b .moduletable .custom .linha{

	    border-top: 1px solid #fff;
	    width: 30%;
	    margin: 0 auto;
}


	/* fim dt-body-b  */




	/* dt-body-c  */


.dt-body-c h3{

	color: #1a4d03 !important;
    border-bottom: 3px solid #2b8300;
    background: url(../img/home.png)  0px 0px no-repeat;
    padding: 8px 38px;
    font-weight: 500 !important;
}

.dt-body-c  .moduletable.dt-body-c-texto.span12{

	margin: 48px 0px;
    font-size: 20px;

}
.omega-powered{
display: none;

}

.dt-body-c  .dt-body-c-texto p{

	color:#398b11;
	text-align:center;
	font-size: 23px;

}
.dt-body-c .moduletable img{

	width: 98%;
	border: 3px solid #2b8300;



}


.dt-body-c .entre-em-contato{

	width: 13%;
	padding: 13px 0px;
	margin: -52px 0px 22px 520px;
}

.dt-body-c .entre-em-contato a{
	background: #2b8300;
	color: #fff;
	border-radius: 5px;
	padding: 6px 10px;
}
.dt-body-c .entre-em-contato a:hover{
	box-shadow: 0px 0px 6px 1px #2b8300;
	text-decoration: none;
}

	/* fim dt-body-c  */


	/* PAGINAS DO SITE */	


.dt-conteudo .page-header + div {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto !important;
}


.dt-conteudo h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background:#008321;
    padding: 23px 0px;
    margin: -2px;
}



.dt-conteudo h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background:#008321;
    padding: 23px 0px;
    margin-top: -2px;
}
.pg-produtos .dt-conteudo img{

	border: 3px solid #2b8300;
	width: 350px;

}
.dt-conteudo .gbs3 h1, .gbs3 .h1 {
    font-size: 36px;
    color: #fff;
   margin-top: -41px;
    margin-bottom: 3%;

}


.dt-conteudo{

background: url(../img/fundo-conteudo.jpg) no-repeat;
background-size: 100%;
padding-bottom: 50px;

}

.home .dt-conteudo{
	display: none !important;
}

.dt-conteudo .pg-producao{

	background: #fff !important;
}
.dt-conteudo .row-fluid{
	max-width: 100% !important;
}
 
.page-header{
	border:none !important;
}

.pg-contato .dt-conteudo{
	background:#fff;
 }
.pg-contato form .span6{
			padding: 60px;
}
/*pg-empresa*/
.pg-empresa .dt-conteudo p{
	text-align:justify !important; 
	font-size: 18px;
	color: #545252;
}

.pg-empresa .dt-conteudo h3{
	text-transform: uppercase;
	text-align: center;
	color: #008321;
	letter-spacing: 1px;
	font-size: 21px;
	border-bottom: 2px solid;
	padding: 0 0 5px;
}




/*formulario*/

.gbs3 input.A {
  width: 181% !important;
}
.pg-contato .gbs3 .A {
    width: 287px !important;
}

.pg-contato .gbs3 p {
    margin: 0 0 10px;
    color: #004b8e;
    margin-bottom: 40px !important;
}
.pg-contato .btn.btn-default.form-control.A{
	width: 160px !important;
}
.pg-contato .chrono_credits {
  display: none;
}



.pg-contato form h2{
	text-align: center;
	background: url(../img/fundo-texto.png)no-repeat;
    background-size: 100%;
    font-size: 25px;
    padding: 23px 0px;
    color: #016827;
    border: 3px solid #016827;
    margin-bottom: 30px;
    margin-top: -31px;
} 
.pg-contato form h2:before{
	    content: '\f1d9'!important;
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 31px;
}
.pg-contato .local h3{
	text-align: center;
	background: url(../img/fundo-texto.png)no-repeat;
    background-size: 100%;
    font-size: 25px;
    padding: 23px 0px;
    color: #016827 !important;
    border: 3px solid #016827;
    margin-bottom: 30px !important;
    margin-top: -31px !important;

}
.pg-contato .local h3:before{
	    content: '\f041' !important;
    	font-family: FontAwesome;
    	margin-right: 8px;
    	font-size: 39px;
}

div#fin-enviar.gcore-input {
  margin: 0 auto;
}

#pg-msnr-container{
	text-align: center !important;
width: 88% !important;
margin: 0 auto !important;
}



	/* FIM-PAGINAS DO SITE */


	/* rodape  */


.dt-rodape .moduletable .custom p{
	margin: 0px !important;
}

.dt-rodape-2{

	position: absolute;
	background:#4aac4c;
	opacity: 0.87;
    margin-top: -422px;
    margin-left: 100px;
    padding: 20px 0px;
    box-shadow: 0px 0px 5px 0px;
    border-top: 2px solid #4a8b48;
}

.nossos-conatos{
		width: 300px !important;
    margin-left: 30px;
    border-left: 1px solid #fff;
}

.dt-rodape-2 .nossos-conatos h3{
		color: #fff;
		font-size: 21px;
		margin-left:14px;
}

.dt-rodape-2 .nossos-conatos p{
		color: #fff;
		margin: 30px 6px;
		padding: 10px 44px;
}
.dt-rodape-2 .nossos-conatos p:nth-child(2){
	background:url(../img/icone-contato.png) no-repeat 1% 22%;
}
.dt-rodape-2 .nossos-conatos p:nth-child(3){
	background:url(../img/mensagem-icon.png) no-repeat 1% 41%;
}
.dt-rodape-2 .nossos-conatos p:nth-child(4){
	background:url(../img/mapa-icon.png) no-repeat 1% 22%;
}

.dt-copy{

	background:#008321;
	color: #fff;
	padding: 11px 0px;
}
.dt-copy .detalink{

	margin: 6px  0px 0px !important;

}
.dt-copy p{
	margin: 10px 0px 0px 0px !important;
	text-align: center;
    width: 54%;

}

	/* fim do rodape  */



/*BLOG*/

.span6 .item h2{
	background: transparent;
	color: #fff;
}

.span6 .item h2 a {
	color: #377e30;	
}

.pg-blog .dt-conteudo{
	background: transparent !important;
}







				@media screen and (max-width: 768px){
					.visible-phone img{
						width: 100% !important;
						margin: 34px 0px 0px 0px;

					}

					#pg-msnr-container{
						text-align: center !important;
						width: 100% !important;
						margin: 0 auto !important;
					}

					/*dt-topo*/
					.dt-topo{
						background:transparent !important; 
						padding: 
					}

					.dt-topo .contato-topo{
						display:none; 
					}

					.dt-topo .nav.menu.nav.nav-pills .item-178{
							display: none !important;
					}

					.dt-topo{
						    position: relative;
   							 z-index: 999999;
					}
					.dt-topo .nav > .item-127 > a:hover{
						background-size: none !important;
					}

					.dt-topo .nav > li > a{
						padding: 30px 0 17px !important;
						background: top center no-repeat !important;
					}

					.dt-topo .nav > li{
						margin:2px 0 !important; 
					}

					.dt-topo .nav > li > a:hover{
						background: #fff url(../img/icon-folha.png)top center no-repeat !important;
						color: #555;
						
					}

					.dt-topo ul.nav.nav-pills{
						margin:0; 
					}

					.dt-topo .nav > li.active > a{
						background: #fff url(../img/icon-folha.png)top center no-repeat !important;
						transition: 0.5s;
						padding: 30px 0 17px !important;
						transition:0.5s;
					}

					.dt-topo .nav > li > a:hover{
						background: #fff url(../img/icon-folha.png)top center no-repeat !important;
						transition: 0.5s;
					}

					

					/*dt-body-a*/
					.dt-body-a .servicos-produtos-home{
						float: none !important;
						margin:0px 0px 0px 0px !important;
						width: 100% !important; 
					}

					.dt-body-a .moduletable .custom .manutencao,
					.dt-body-a .moduletable .custom .gramas,
					.dt-body-a .moduletable .custom .plantas{
						margin: 0px -20px;



					}
					.home .borda{
						display: none !important;

					}

					.dt-body-a .moduletable .custom .manutencao:after,
					.dt-body-a .moduletable .custom .gramas:after,
					.dt-body-a .moduletable .custom .plantas:after{

						margin-top: 118px;

					}

					.dt-body-a .moduletable .custom p{

						    margin: 0px 16px 10px 23px !important;
					}

					.dt-body-a .moduletable .texto p{

						margin:0 auto !important;
						font-size: 16px !important;

					}
					.dt-body-a .moduletable .texto{

						margin: 50px 0px 30px 0px;
					}
					.dt-body-a .moduletable .custom .linha{
						border-top: none !important;
					}

					.dt-body-a .moduletable .custom{

						margin: 0px 30px;
					}

					.dt-topo .contato-topo{
						width: 100% !important;
					}
					.linha-verde{

						display: none;
					}
					/*  fim dt-body-a */

					.borda{
						display: none;
					}

					/*dt-slideshow*/

					.tp-caption.excerpt.tp-fade.tp-resizeme.start{

						display: none;
					}
					.tp-caption.excerpt.tp-fade.tp-resizeme.start:last-child{

						display:block;

					}
					/*Fim-dt-slideshow*/

					/*  dt-body-b */


					.dt-body-b .moduletable{
						
						width: 100% !important;
	
					}
					.dt-body-b .custom.jardinagem{


						background-size: 411% !important;
					}

					.dt-body-b .custom.paisagismo{

						
						background-size: 411% !important;
					}
					.dt-body-b .moduletable .fundo-texto{

						line-height: 19px;
					}
					/*  fim dt-body-b */




					/*  dt-body-c */


					.dt-body-c .dt-body-c-texto p{
						margin-bottom: 40px;
					}
					.dt-body-c h3{
						text-align: center;
					}

					.dt-body-c .entre-em-contato{

						width: 100%;

						margin: 0px 0px 20px 0px !important;

					}

					/*  fim dt-body-c */


					/*paginas do site*/

					.dt-conteudo img{

						width: 95%;

					}


					/*pg-empresa*/
					.pg-empresa .dt-conteudo {
						padding:10px 20px; 
					}

					.pg-empresa .dt-conteudo p{
						text-align:center !important; 
					}

					/*fim paginas do site*/

					/*dt-rodape*/
					.dt-rodape-2{
							position: relative;
							margin: 0px !important;
							width: 100% !important;
							background: #008321 !important;
												
					}
					.nossos-conatos{
						margin-left:0px !important;

					}

					.dt-copy p{
						text-align: center;
					}

					/*fim-dt-rodape*/
				}