@font-face{
	src: url(../Helvetica57-Condensed.ttf);
	font-family: "Helvetica57-Condensed";
}
.font57{
	font-family: "Helvetica57-Condensed";
}



body{
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: 'Nimbus Sans';
	margin: 0;
	padding: 0; 
	overflow-x: hidden; 
}

ul{
	padding: 0px;
}
li{
	padding: 0px;
}
p{
	margin: 0px;
}

/*=====BG-COLOR CLASSES=======*/
.bg-white{
	background-color: #fff;
}
.bg-black{
	background-color: #000;
}
.bg-green{
	background-color: #55c500;
}
.bg-blue{
    background-color: #300d45;
    margin: 0 auto;
    padding: 35px;
}



/*========COLOR CLASSES========*/

.text-white{
	color: #fff;
}
.text-black{
	color: #000;
}
.text-blue{
	color: #007fc9;
}
.text-green{
	color: #00614c;
}

/*=======FONT-SIZE CLASSES=======*/
.fsize10{
	font-size: 10px;
}
.fsize12{
	font-size: 12px;
}
.fsize14{
	font-size: 14px;
}
.fsize16{
	font-size: 16px;
}
.fsize18{
	font-size: 18px;
}
.fsize20{
	font-size: 20px;
}
.fsize22{
	font-size: 22px;
}
.fsize24{
	font-size: 24px;
}
.fsize26{
	font-size: 26px;
}
.fsize28{
	font-size: 28px;
}
.fsize30{
	font-size: 30px !important;
}
.fsize40{
	font-size: 40px !important;
}


/*=========TEXT ALIGN CLASSES=========*/
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-justify{
	text-align: justify;
}




/*========FONT-WEIGHT CLASSES=========*/
.f100{
	font-weight: 100;
}
.f200{
	font-weight: 200;
}
.f300{
	font-weight: 300 !important;
}
.f400{
	font-weight: 400;
}
.f500{
	font-weight: 500;
}
.f600{
	font-weight: 600;
}
.f700{
	font-weight: 700;
}
.f800{
	font-weight: 800;
}
.f900{
	font-weight: 900;
}




/*=======MARGIN CLASSES========*/
.space5{
	margin-top: 5px;
}
.space10{
	margin-top: 10px !important;
}
.space15{
	margin-top: 15px;
}
.space20{
	margin-top: 20px;
}
.space25{
	margin-top: 25px;
}
.space30{
	margin-top: 30px;
}
.space40{
	margin-top: 40px;
}
.space50{
	margin-top: 50px;
}
.space60{
	margin-top: 60px;
}
.space70{
	margin-top: 70px;
}
.space80{
	margin-top: 80px;
}
.space90{
	margin-top: 90px;
}
.space100{
	margin-top: 100px;
}
.space200{
	margin-top: 200px;
}
.mbtm10{
	margin-bottom: 10px;
}
.mbtm20{
	margin-bottom: 20px;
}
.mbtm30{
	margin-bottom: 30px;
}
.mbtm40{
	margin-bottom: 40px;
}
.mbtm50{
	margin-bottom: 50px;
}
.mbtm60{
	margin-bottom: 60px;
}
.mbtm70{
	margin-bottom: 70px;
}
.mbtm80{
	margin-bottom: 80px;
}
.mbtm90{
	margin-bottom: 90px;
}
.mbtm100{
	margin-bottom: 100px;
}
.mauto{
	margin: 0px auto !important;
}

.border-btm{
	border-bottom: 1px solid #fff;
}

.height{
	height: 100px;
}
/*========PADDING CLASSES========*/
.pad5{
	padding: 5px !important;
}
.pad10{
	padding: 10px;
}
.pad20{
	padding: 20px;
}
.pad30{
	padding: 30px;
}
.pad40{
	padding: 40px;
}
.icon-bar{
	background-color: #18448e !important;
}

.pad0{
	padding: 0 !important;
}

/*============start css for main page============*/



/*=============start css for header==============*/
.bg{
   	background-color: rgba(0, 97, 76, 0.48);;
}
a:hover{
	text-decoration: none !important;
}

#header{
    margin-top: -40px;
    z-index: -9999999;
}
.menu{	
  	font-size: 17px;
}
.nav > li > a:hover{
    text-decoration: none;
}
.navbar{
    border: 0px !important; 
    margin-bottom: 0px !important;
    min-height: 0 !important;
}
.navbar-nav > li > a {
	line-height: 0px !important;
}
.navbar-nav > li > a{
   	color: #fff !important;
}
.navbar-nav > li > a:hover{
  	background: #4ba336 !important;
  	-webkit-transition:all 0.5s linear;
}
.nav > li > a {
    padding: 20px 27px !important;
}
.navbar-toggle {
    background-color: rgb(249, 249, 249) !important;
    border: 1px solid #fff !important;
}
.icon{
	height: 35px;
	width: 35px;
	line-height: 35px !important;
	border-radius: 50%;
	background-color: #335a90;
	color: 	#fff;
	font-size: 24px !important;
	text-align: center;
}
.icon:hover{
	background-color: #fff;
	color: #335a90;
	-webkit-transition:all 0.5s linear;
}
.nav > li > a:focus {
    background: none !important;
}
.carousel-control.left {
	background-image: none !important;
    background-image: none !important; 
    background-repeat: none !important; 
}
.carousel-control.right {
	background-image: none !important;
    background-image: none !important; 
    background-repeat: none !important; 
}



/*==============end css for header==============*/



/*===========start css for eco-prag============*/
.eco-prag h1{
	text-align: center;
	color: #69be00;
}
.eco-prag p{
	text-align: justify;
	color: #a7a7a7;
	margin-top: 30px;
}
.image{
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.image:hover .overlay{
	opacity: 1;
	-webkit-transition:all 0.5s linear; 
}
.image:hover img{
	-webkit-transform:scale(1.1);
	-webkit-transition:all 0.5s linear; 
}
.image img{
	-webkit-transition:all 0.5s linear; 
}
/*===========end css for eco-prag============*/

.btop{
	border-top: 3px solid #007dc6;
}
.arrow_box {
	position: relative;
}
.arrow_box:after, .arrow_box:before {
	bottom: 200%;
	left: 78%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: none;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-bottom-color: rgba(55, 111, 130, 0.5);
	border-width: 30px;
	margin-left: -36px;
}
.overlay{
	position: relative;
	top: -106px;
	background-color: rgba(55, 111, 130, 0.5);
	width: 100%;
	padding: 5px
}
.overlay h2{
	color: #fff;
}
.green{
	background-color: #00614c;
	padding: 2px;
	margin-top: -310px;
}
.green1{
	background-color: #88cf42;
	padding: 130px;
}



/*===========start css for garanta============*/
.garanta h1{
	color: #457ead;
	text-align: center;
}
/*===========end css for garanta============*/



/*==============start css for footer=============*/
.bg-foot{
	background-color: #00614c;
	padding: 50px 0 50px 0;
}
.bg-foot1{
	background-color: #00614c;
	padding: 0px 0 10px 0;
}
/*==============end css for footer=============*/






/*========start css for empressa page===========*/
.phone{
	font-size: 20px !important;
	background-color: transparent;
	border: 2px solid #007fc9;
	width: 30px;
	text-align: center;
	line-height: 28px !important;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}
.Empresa h1{
	color: #69be00;
}
.Empresa h2{
	color: #878885;
}
.Empresa p{
	color: #878885;
	font-size: 16px;
}
.social{
	height: 30px;
	width: 30px;
	line-height: 30px !important;
	border-radius: 50%;
	background-color: #fff;
	color: 	#00614c;
	font-size: 23px !important;
	text-align: center;
	margin-right: 5px;
}
.social:hover{
	background-color: #00614c;
	color: #fff;
	-webkit-transition:all 0.5s linear;
}





/*===========start css for services page===========*/
.dropdown-menu {
    background-color: rgba(99, 172, 58, 0.95) !important;
    border: none !important; 
    padding: -5px !important;
    border-radius: 0px !important; 
}
.dropdown-menu > li > a {
    color: #FFF !important;
    font-size: 16px !important; 
    padding:8px 5px 8px !important;
}
.dropdown-menu > li{
	border-bottom: 1px solid #3e855c;
	/*padding:8px 5px 8px;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #3e855c !important;
}
.dropdown-menu {
    padding:0px 0 !important;
    margin: 2px 0 0;
}

@media (min-width: 768px){
	.dropdown:hover > ul.dropdown-menu {
    	display: block;    
	}
	.dropdown:hover > ul.dropdown-menu{
    	animation: fadein 1s;
    	-moz-animation: fadein 1s; /* Firefox */
    	-webkit-animation: fadein 1s; /* Safari and Chrome */
    	-o-animation: fadein 1s; /* Opera */
}


	@keyframes fadein {
	    from {
	        opacity:0;
	    }
	    to {
	        opacity:1;
	    }
	}
	@-moz-keyframes fadein { /* Firefox */
	    from {
	        opacity:0;
	    }
	    to {
	        opacity:1;
	    }
	}
	@-webkit-keyframes fadein { /* Safari and Chrome */
	    from {
	        opacity:0;
	    }
	    to {
	        opacity:1;
	    }
	}
	@-o-keyframes fadein { /* Opera */
	    from {
	        opacity:0;
	    }
	    to {
	        opacity: 1;
	    }
	}
}




/*=========start css for contato page============*/

.btn-default {
    color: #FFF !important;
    background-color: #69be00 !important;
    border-color: #000 !important;
    font-size: 18px !important;
}
.btn{
    padding: 3px 60px !important;
    border-radius: 3px !important;
}    
label {
    color: #878885 !important;
}
.mtop{
	margin-top: -50px;
}





/*=============start css for pragas page===========*/
.lh30{
	line-height: 30px !important; 
}
.heading{
	background-color: #55a71d;
	padding: 16px 10px;
}
.head{
	background-color: #55a71d;
    margin-top: 15px;
    padding: 5px;
    color: #fff;
    font-size: 24px;
}
.pad{
	padding-left: 0px !important;
}
.padright{
	padding-right: 0px !important;
}
.mleft{
	margin-left: 25px;
}
.bg-cream{
	background-color: #ebf7df;
}
.pad-top{
	padding-top: 100px !important;
}
.bg-icon{
	background-color: #55a71d;
	padding: 20px 10px 0 10px;
    margin-left: -20px;
}
.padbtm{
	padding-bottom: 50px;
}
.panel-default {
    border: none !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none !important; 
}

/* detalhe rodape */

.dsv{
	color:#fff;
	text-decoration:none;	
}
	.dsv:hover{
		color:#ff9;
		transitino:0.5s;
	}

/* New Code 28.11.2017 */
.h-slider-hide #carousel-example-generic{
    display: none;
}

#top-feature{
    padding-top: 50px;
    padding-bottom: 30px;
}
.top-f-item img{
    height: 77px;
    margin: auto;
}
.top-f-item h3{
    text-transform: uppercase;
    color:#000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}
.top-f-item{
    margin-bottom: 20px;
}
.flex-parent{
    display: flex;
    flex-wrap: wrap;
}
.flex-child{
    width: 10%;
    margin-left: .5%;
    margin-right: .5%;
    margin-bottom: 30px;  
    flex-grow: 1;
    box-sizing: border-box;
    overflow: hidden;
}
.flex-childd{
    width: 40%;
    margin-left: .5%;
    margin-right: .5%;
    margin-bottom: 30px;  
    flex-grow: 1;
    box-sizing: border-box;
    overflow: hidden;
}
.we-do-left{
    width: 96px;
    height: 96px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #45a54b;
    float: left; 
    position: relative;
}
.we-do-left img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.we-do-right{
    width: 100%;
    max-width: calc(100% - 96px);
    float: left;
    padding-left: 24px;
}
#we-do{
    background: #f1f1f1;
    padding-top: 90px;
    padding-bottom: 40px;
}
#we-do h3{
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    color:#000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sec-title{
    color:#000;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 70px;
}
.sec-title span{
    font-weight: 700;
}
#we-are .flex-child{
    width: 19%;
    margin-bottom: 30px;
}
.we-are-item img{
    height: 128px;
}
#we-are{
    padding-top: 100px;
    padding-bottom: 40px;
}
.sec-title+p{
    margin-top: -43px;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 16px;
}
.we-are-item{
    text-align: center;
}
.we-are-item p{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
}
.two-div .flex-child{
    width: 50%;
    margin: 0px!important;
}
.two-div .flex-child img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grey-bk{
    background: #f3f5f4;
}
.two-div .flex-child h2{
    color: #000;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 46px;
    margin-top: 15%;
    padding: 0px 20px;
}

.two-div .flex-child  p {
    font-size: 18px;
    padding: 0px 30px;
}
.overlay-div{
    position: relative;
    width: 100%;
}
.overlay-div:before{
    content: "";
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: rgba(5, 132, 187, .32);
}
.blue-bk {
    background: #0584bb;
}
.list-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.list-sec ul{
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    max-width: 968px;
    margin: auto;
}
.list-sec ul li{
    position: relative;
    float: left;
    width: 33%;
    padding-left: 65px;
    min-height: 60px;
    font-size: 17px;
    padding-top: 5px;
    color:#fff;
    margin-bottom: 40px;
}
.list-sec ul li:before{
    content: url(../img/chk.png);
    position: absolute;
    left:0px;
    top:2px;

}
a.custom-btn{
    text-decoration: none;
    background: #53b956;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 4px 30px;
    text-transform: uppercase;
    border-radius: 57px;
}
a.custom-btn:hover{
    opacity: .9;
}
.banner-2{
    background: url(../img/ecoprag-banner-higienizacao.png) no-repeat left center /cover;
}
.banner-3{
    background: url(../img/ecoprag-banner-controle-de-pragas.png) no-repeat left center /cover;
}
.top-form {
    background: #fff;
}
.top-form h2{
    margin-top: 0px;
}
.no-mr{
    margin-bottom: 0px;
}
.top-form h2 {
    margin-top: 0px;
    background: #077eb8;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 0px;
}
.form-inner {
    padding: 15px;
    border-bottom: 1px solid #077eb8;
}
.top-form button{
    width: 100%;
}

.btn-default.btn--custom {
    background-color: #53b956!important;
    border-color: #53b956 !important;
}
.btn-default.btn--custom:hover {
    opacity: .9;
}
.banner-2 h1{
    color:#fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-2 h1 span{
    color:#fff;
    font-size: 22px;
    font-weight: 400;
    display: block;
    margin-top: 15%;
}
.banner-3 h1{
    color:#fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-3 h1 span{
    color:#fff;
    font-size: 22px;
    font-weight: 400;
    display: block;
    margin-top: 15%;
}
label {
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .banner-2 h1 {
        font-size: 34px;
    }
	 .banner-3 h1 {
        font-size: 34px;
    }
    #we-do .flex-child {
        width: 49%;
    }
    #we-are .flex-child {
        width: 32.3%;
    }
    .two-div .flex-child h2 {
        font-size: 24px;
    }
    .two-div .flex-child p {
        font-size: 15px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-2 h1 span {
        margin-top: 7%;
    }
    .banner-2 h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .banner-2 h1 span {
        font-size: 18px;
    }
	.banner-3 h1 span {
        margin-top: 7%;
    }
    .banner-3 h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .banner-3 h1 span {
        font-size: 18px;
    }
    .top-form h2 {
        font-size: 18px;
    }
    .sec-title {
        font-size: 28px;
    }
    .sec-title+p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {
    #we-do .flex-child {
        width: 100%;
    }
    #we-do {
        padding-top: 50px;
    }
    #we-are {
        padding-top: 50px;
    }
    .sec-title {
        font-size: 24px;
    }
    #we-are .flex-child {
        width: 49%;
    }
    .we-are-item img {
        height: 100px;
    }
    .we-are-item p {
        font-size: 12px;
    }
    .two-div .flex-child {
        width: 100%;
    }
    .list-sec ul li{
        width: 100%;
    }
    a.custom-btn {
        font-size: 13px;
    }
}




/*============Media Queries============*/
@media(min-width: 320px) and (max-width: 640px){
	.logo{
		text-align: center;
	}
}
@media(min-width: 320px) and (max-width: 990px){
	.mtop{
		margin-top: 65px !important;
	}
}
@media(min-width: 320px) and (max-width: 768px){
	.header{
	    margin-top: 0px;
	}
}