/*----------- CSS by BMestud53io 2016 -----------*/
/*-----------start KEYFRAMES-----------*/
/*start RESET*/
@-webkit-keyframes reset {
    0% {opacity: 0;}
    100% {opacity: 0;}
}
@-moz-keyframes reset {
    0% {opacity: 0;}
    100% {opacity: 0;}
}
@-o-keyframes reset {
    0% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes reset {
    0% {opacity: 0;}
    100% {opacity: 0;}
}
/*end RESET*/

/*start STICK*/
@-webkit-keyframes stick {
    0% {top: -100%;}
    100% {top: 0;}
}
@-moz-keyframes stick {
    0% {top: -100%;}
    100% {top: 0;}
}
@-o-keyframes stick {
    0% {top: -100%;}
    100% {top: 0;}
}
@keyframes stick {
    0% {top: -100%;}
    100% {top: 0;}
}
/*end STICK*/

/*start FADE IN*/
@-webkit-keyframes fade-in {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes fade-in {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@-o-keyframes fade-in {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fade-in {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
/*end FADE IN*/
/*-----------end KEYFRAMES-----------*/

/*-----------start GLOBALS-----------*/
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    font-smooth: antialiased !important;
    -webkit-text-size-adjust: none;
    font-smooth: always !important;
    -webkit-font-smooth: always !important;
    -moz-font-smooth: always !important;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-size: 15px;
    -webkit-animation: reset, fade-in 2s 1 ease;
    -moz-animation: reset, fade-in 2s 1 ease;
    background:#ffffff;
    color:#838383;
    outline: none;
    -webkit-animation: reset, fade-in 2s 1 ease;
    -moz-animation: reset, fade-in 2s 1 ease;
    animation: reset, fade-in 2s 1 ease;
    -o-animation: reset, fade-in 2s 1 ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    /*letter-spacing: 2px;    */
}

h1, .h1, h2, .h2, h3, .h3, h4 .h4, h5, .h5{
    font-family: 'Montserrat', sans-serif;
}

*{
    outline: none
}

a{
    color:#006191;
    text-decoration: none;
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}

a:hover, a:active, a.active, a:focus{
    color: #087d53;
    text-decoration: none;
}

p{
    line-height: 2.6rem;
    font-size: 1.7rem;
    margin: 0px;
    padding: 0px;
}
    p span{
        color: #087d53;
        font-weight: bold;
    }

.subtitle{
    color:#087d53;
    font-weight: 700;
    font-size: 1.7em;
    margin-bottom: 30px;
}
strong{
    font-weight: 700;
}

ul{
    padding: 0;
    list-style: none;
    margin: 0;
	line-height: 2.6rem;
    font-size: 1.7rem;
	
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    margin:0px;
    padding: 0px;
}
h2, .h2{
    font-size: 3.6em;
}
h3,.h3{
    font-size: 2.3em;
    font-weight: 400;
}
input,
textarea{
    border: 1px solid rgba(146,145,145,0.4)!important;   
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
textarea{
    padding-bottom: 60px;
}
input:focus,
textarea:focus{
    border: 1px solid #087d53!important;
}
button{
    transition:All 0.2s ease;
    -webkit-transition:All 0.2s ease;
    -moz-transition:All 0.2s ease;
    -o-transition:All 0.2s ease;
}
    button:hover{
            opacity: 0.7;
        }
section{
    padding: 70px 0px;
}
section#home,
section#features,
section#productos{
    padding: 0px;
}
.home-body section#contacto{
    padding: 0px;
}
section#contacto{
    padding-bottom: 0px;
}
section#empresa{
    padding-top: 0;
}
.content{
    padding:60px 0px;
}

.habilitacion .content{
    padding:0px;
} 

section#features .content{
    padding: 80px 0;
}
/*----Colors----*/
/*Text*/
.azul{
    color:#006191;
}
.naranja{
    color:#57AE00;
}
/*Background*/
.blue{
    background-color: #006191;
}
.orange{
    background-color: #57AE00;
}

/* Navbar Toggle Icon Bar*/
.navbar-toggle .icon-bar{
    background-color: #fff;
}
/* end Navbar Toggle Icon Bar*/

/*start BXSLIDER*/
.bx-wrapper{
    margin: 0 auto;
}
    .bx-wrapper img{
        width: 100%;
    }
    .bx-wrapper .bx-viewport{
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        padding: 0;
        left:0;
        background-color: transparent;
    }

    .bx-wrapper .bx-pager.bx-default-pager a{
        width: 13px;
        height: 13px;
        background: #e8e8e8;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
    }
    .bx-wrapper .bx-pager.bx-default-pager a{
        background: transparent;
        border:1px solid rgba(0,97,145,0.7);
    }
        .bx-wrapper .bx-pager.bx-default-pager a:hover,
        .bx-wrapper .bx-pager.bx-default-pager a.active{
            background: #57AE00;
            border-color: #57AE00;
        }
    .bx-wrapper .bx-pager{
        bottom: -30px;
    }
/*end BXSLIDER*/
/*start SPIN*/
@-moz-keyframes spin {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}
/*end SPIN*/
#developer{
    display: block;
    width: 30px;
    height: 30px;
    opacity:0.4
}
    #developer img{
        width: 30px;
        height: 30px;
    }
#developer:hover{
-webkit-animation-name:spin;
  -webkit-animation-duration:500ms;
  -webkit-animation-iteration-count:1;
  -webkit-animation-timing-function:ease-out;
  -moz-transform:spin(360deg) scale(1);
  -moz-transition-duration:500ms;
  -moz-transition-timing-function: ease-out;
  opacity:1;
  filter: alpha(opacity = 100);
}
/*start FLEX*/
.flex{
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: row;
   -webkit-flex-direction: row;
   -moz-flex-direction: row;
   flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   justify-content: space-between;
   -webkit-justify-content: space-between;
   -moz-justify-content: space-between;
   align-items: center;
   -moz-align-items: center;
   -webkit-align-items: center;
}
/*end FLEX*/

/* GoTop */
#gotop{
    position: fixed;
    bottom: 10%;
    right: 0;
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px 0 0 5px;
    background: rgba(0,0,0,0.85);
    font-size: 1.1em;
    margin:0;
    display: none;
    z-index: 999
}
#gotop:hover{
    background: rgba(0,0,0,1);
}
    #gotop span.icon{
       font-size: 1.3em;
       margin:0; 
    }
/* end GoTop */
/*start PARALLAX*/
    .parallax-window {
      min-height: 630px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-repeat: no-repeat!important;  
    }
/*end PARRALLAX*/
/*-----------end GLOBALS-----------*/

/*-----------start LAYOUT-----------*/

/*start HEADER*/
header{
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999!important;
    overflow: hidden;
    background: #fff; 
}
        header .main-logo .flex{
            justify-content: center;
            -webkit-justify-content:center;
            -moz-justify-content:center;
        }
        header .main-logo .brand-img img{
            max-width: 300px;
			padding:2px;
        }
        header .main-logo.stickEmUp .brand-img img{
            width:180px;
        }
    header .main-logo.stickEmUp {
        background: rgba(255,255,255,0.7);
        position: fixed;
        width: 100%;
        left: 0;
        top:0;
        z-index: 9999!important;
        padding: 10px 0;
        transition:All 0.2s ease;
        -webkit-transition:All 0.2s ease;
        -moz-transition:All 0.2s ease;
        -o-transition:All 0.2s ease;
        -webkit-animation: stick 1s 1 ease;
        -moz-animation: stick 1s 1 ease;
        animation: stick 1s 1 ease;
        -o-animation: stick 1s 1 ease;
        border-bottom: 5px solid #006192;
    }
.topbar{
    font-size: 0.85em;
    padding: 10px 0;
    border-bottom: 1px solid rgba(146,159,168,0.3);
}
    .topbar a{
        color: #333 !important;
    }
    .topbar .contact a:nth-child(2){
        margin-left: 15px;
    }
        .topbar .contact a i{
            margin-right: 3px;
        }
    .topbar a:hover{
        color:#087d53!important;
    }
/*Ul Share*/
ul.share li{
    float: left;
    margin-left: 20px;
    border:1px solid #fff;
    border-radius: 100%;
    padding: 5px 10px;
}
    ul.share li:nth-child(1){
        padding-right:12px;
        padding-left: 12px; 
    }
        ul.share li:hover{
            background-color: #57AE00;
            border-color: #57AE00;
        }
            ul.share li:hover a{
                color:#fff;
            }
    ul.share li{
        border:none;
        border-radius: 100%;
        padding: 5px 8px;
        background: #929fa8;
        border-radius: 100%;
        margin-left: 5px;
    }
        ul.share li a{
            color:#fff!important;
        }
        ul.share li:nth-child(1){
            padding-right: 10px;
            padding-left: 10px;
        }
        ul.share li:nth-child(3){
            padding:5px 6px;
        }
        ul.share li:hover{
            background-color: #087d53;
        }
.main-logo{
    padding: 15px 0;
}
/*end HEADER*/
/*start FOOTER*/
.logo-footer{
    width: 230px;
    
}
footer{
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    background-color: #60BF00;
}
    footer .data-contact{
        padding:30px 0;
    }
        footer .data-contact .flex{
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            flex-direction: column;
            -webkit-flex-direction:column;
            -moz-flex-direction:column;
        }
            .data-contact a{
                color:#FFF;
            }
                .data-contact a:hover{
                    color:#fff;
                }
            .data-contact .contact a:last-child{
                margin-left: 50px;
            }
            .data-contact a i{
                margin-right: 5px;
            }

    .last-bar{
        background-color: #57AE00;
        height: 50px;
		padding: 15px;
    }
        .last-bar .container{
            height: 100%;
        }
        .last-bar .flex{
            height: 100%;
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
        }
        .last-bar ul.share li{
            background-color: #044421;
            color:;
        }
            .last-bar ul.share li a{
                color:#007038!important;
            }
        .last-bar ul.share li:hover{
            background-color: rgba(255,255,255,0.5);
        }
		
		 .last-bar a{
                color:#FFF;
            }
                .last-bar a:hover{
                    color:#fff;
                }
/*end FOOTER*/
/*-----------end LAYOUT-----------*/
/*--------start HOME--------*/
.main{
	padding:0px;
    height: 400px;
}

.no-padding{
	padding:0px;
	
}

.half{
    width: 100%;
    float: left;
    height: 400px;
}
.clean{
    background-color: #60BF00;
	opacity:1;
	 transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}

.main:hover .clean{
	
	background-color: #57AE00;
}

.main:hover .waste{
	background-color: #60BF00;
}


.clean:hover{
	background-color: #57AE00 !important;
}


.waste{
	opacity:1;
    background-color: #57AE00;
	 transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}

.waste:hover{
    background-color: #60BF00 !important;
}

.clean:hover img,
.waste:hover img{
	transform: scale(1.1);
}

    .half .flex{
        justify-content: center;
        -webkit-justify-content:center;
        -moz-justify-content:center;
        height: 100%;
        flex-direction: column;
        -webkit-flex-direction:column;
        -moz-flex-direction:column;
    }
	
	.half img{
		display:block;
		margin:auto;
		 transition:All 0.5s ease;
		-webkit-transition:All 0.5s ease;
		-moz-transition:All 0.5s ease;
		-o-transition:All 0.5s ease;
	}
	
    .half h2{
        color:#fff;
        font-size: 2.5em;
        text-align: center;
        margin-top: 15px;
    }
	
	
/*start About*/
.about .editor{
    margin-top: 22px;
}
/*end About*/
/*start Banner*/
.banner{
    height: 265px;
    background-image: url(../../img/upload/home/banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
    .banner .container{
        height: 100%;
    }
        .banner .flex{
            height: 100%;
            justify-content: center;
            -webkit-justify-content:center;
            -moz-justify-content:center;
            text-align: center;
        }
            .banner h2{
                color:#fff;
                font-size: 2.5em;
            }
			
@media only screen and  (max-width : 1024px) { 
	 .banner h2{
		color:#fff;
		font-size: 1.8em;
	}
	
	.contacto h3{
		font-size: 1.6em;
	}
	
	.last-bar {
		height: 90px;
		padding: 15px;
		text-align:center !important
	}
	
	.last-bar a{
		float:none !important;
	}
	
	.bx-wrapper{
		margin:30px 0px;
	}
	
	section {
		padding: 30px 0px;
	}

	.top-section img {
		width: 120px !important;
		margin-right: 0px;
	}

	.top-section h2{
		margin-top:20px;
		font-size: 2.6rem !important;
	}
	
	.light p{
		text-align:left;
	}
	
	section img{
		margin:30px 0px;
	}
}

/*end Banner*/
/*start Habilitacion*/
.habilitacion{
    background-color: #f5f5f5;
}

.habilitacion img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition:All 0.2s ease;
    -webkit-transition:All 0.2s ease;
    -moz-transition:All 0.2s ease;
    -o-transition:All 0.2s ease;
}

.habilitacion img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

    .title .flex{
        height: 100%;
        justify-content: center;
        -webkit-justify-content:center;
        -moz-justify-content:center;
        text-align: center;
    }
        .title h3{
            font-size: 2.2em;
            color:#57AE00;
        }
    .content i{
        color:#57AE00;
        font-size: 1.2em;
        margin-right: 5px;
    }
    .content .flex{
        height: 100%;
        justify-content: center;
        -webkit-justify-content:center;
        -moz-justify-content:center;
        text-align: center;
    }
        .content h4:last-child{
            margin-left: 50px;
        }
/*end Habilitacion*/
/*start Contacto*/
.contacto .title{
    /*padding-top: 60px;*/
}
.contacto .title .flex{
    text-align: left;
}
.contacto .title p{
    font-size: 1.5em;
    margin-top: 20px;
}
button.btn{
    background-color:#57AE00;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px 45px;
    color:#fff!important;
}
/*end Contacto*/
/*--------end HOME--------*/
/*------start Internal Pages-----*/
.top-section{
    background: #57AE00;
    padding: 30px 0;
}
    .top-section .flex{
        justify-content: center;
        -webkit-justify-content:center;
        -moz-justify-content:center;
    }
        .top-section img{
            width: 70px;
            margin-right: 30px;
        }
        .top-section h2{
            font-size: 3em;
            color:#fff;
            font-weight:500;
        }
.light{
    background:rgba(0,0,0,0.05);
    text-align: center;
}
.center{
    text-align: center;
}
.title{
    margin-bottom: 50px;
}
    .title h3{
        font-weight: 600;
    }
    .light p span{
        color:#57AE00;
    }
.editor .txt h3{
    color:#57AE00;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 20px;
}
.editor .txt ul{
    margin-top: 30px;
}
    .editor .txt ul li:before{
        content:'\f138';
        color:#57AE00;
        font-family: 'Fontawesome';
        margin-right: 5px;
    }
/*------end Internal Pages------*/

/*-----------start MEDIA QUERIES-----------*/
/*start IPHONE VERTICAL*/
@media (min-width: 240px) and (max-width: 479px) {
}
/*end IPHONE VERTICAL*/

/*start IPHONE HORIZONTAL*/
@media (min-width: 480px) and (max-width: 767px) {
  
}
/*end IPHONE HORIZONTAL*/

 /*start IPAD VERTICAL*/
@media (min-width: 768px) and (max-width: 979px){

}
/*end IPAD VERTICAL*/

/*start BIG SCREEN*/
@media (min-width: 1200px){

}
/*end BIG SCREEN*/
/*-----------end MEDIA QUERIES-----------*/