/*-----------------------------------------------------------------------------------*/
/*	    theme-animado
/*      Built with Blocs
/*-----------------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
    background:#FFF;
    color: #545454;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3;
}
a:hover {
	color: #6CB123;
	text-decoration: none; 
	cursor:pointer;
}

a {
	color: #6CB123;
	text-decoration: none; 
	cursor:pointer;
	font-weight: 600;
}

a,button {
	outline: none!important; /* Prevent ugly blue glow on chrome and safari */
} 



/* Globals type styling */
 h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #000;
}

h1 {
	text-align: center;
}

/* Site container width */

.container {
	max-width: 1170px;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc {
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
.bloc .container {
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg {
	padding:100px 50px;
}
.bloc-sm {
	padding:20px 50px;
}

/* Space */

.space-top {
	padding-top: 50px;
}

.space-bottom {
	padding-bottom: 50px;
}

.mini-space-top {
	padding-top: 25px;
}

.mini-space-bottom {
	padding-bottom: 25px;
}
.space {
	padding-bottom: 10px;
	background: #6CB123;
}

.space-lateral {
	padding: 0px 20px;
}

@media (max-width: 768px) {
.space-top {
	padding-top: 50px;
}

.space-bottom {
	padding-bottom: 50px;
}

.mini-space-top {
	padding-top: 20px;
}

.mini-space-bottom {
	padding-bottom: 20px;
}

}

/* Menu */

.menu {
	color: #fff;
	    background: #000;
    padding: 10px 0px;
}

.menu a {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
}

.menu a:hover {
	color: #fff;
	border-bottom: 3px solid #238C00;
	font-weight: 700;
}

.ativo{
	border-bottom: 3px solid #238C00;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-right: 15px;
        margin-left: 15px;
}


/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}

hr {
	border-top: 1px solid #000;
}

.border img {
	border: 2px solid rgba(0,0,0,.1);
}

#slide img {
	display: inline;
}

.carousel {
    position: relative;
    height: 170px;
}

.carousel-indicators {
	display: none;
}

/* Bloc text custom styling */


/* = NavBar
-------------------------------------------------------------- */

.navbar{
	margin-bottom: 0;
	z-index:1;
}
.navbar {
    position: relative;
    margin-bottom: 0;
    border: none;
}
.navbar-brand{
	height:auto;
	padding:15px 15px;
	font-size:25px!important;
	font-weight:normal;
	font-weight:600;
}
.navbar-brand img{
	max-height: 200px;
	margin: 0;
	display:inline;
}
.navbar-brand{
	padding: 0;
}
.navbar .nav{
	padding-top: 2px;
	margin-right: -16px;
	float:right;
	z-index:1;
}
.nav > li{
	float:left;
	margin-top:4px;
	font-size:16px;
}
.navbar-nav .open .dropdown-menu > li > a{
	text-align: inherit;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 10px 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 /* Inverted navbar */

.nav-invert .navbar .nav{
	float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
	float:right;
}
@media (min-width: 768px) {
	.menu-position {
		top: 86px;
	}
	.social-top {
		padding-top: 90px;
	    position: absolute;
	    z-index: 100;	
	    display: inline-flex;

	}

	.social-top a {
		margin-right: 5px;
	}
	.navbar-nav {
	    float: none;
	    margin: 0;
	}		
	.nav-invert .menu{
		left:20px;
		right:0;
	}
	.nav-center{
		text-align:center;
	}
	.nav-center .navbar-header{
		width:100%;
	}
	.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
		float: none;
		display:inline-block;
	}
	.nav-center .menu{
		position:relative;
		width:100%;
		margin-top:20px;
	}
}
.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 14px 15px;
}

nav .caret{
	margin: 0 5px;
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md {
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */


.button {
	padding: 10px;
	background: #000;
	color: #fff!important;
	border: none;
	border-radius: 3px;
}

.button:hover {
	padding: 10px;
	background: #000;
	color: #fff!important;
	border: none;
	border-radius: 3px;
}


.btn {
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}

/* Back to Top Button */
.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF!important;
	background: #000;
}
/* Back to Top Button END */

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd {
	border-radius: 40px;
}
.dropdown a .caret{
	margin:0 0 0 5px}
/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{
	border-radius:0;
}
.panel-rd{
	border-radius:30px;
}
.panel-rd .panel-heading{
	border-radius:29px 29px 0 0;
}
.panel-rd .panel-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* iFrame */

iframe{
	border:0;
}
/* = Carousel
-------------------------------------------------------------- */

.carousel-control span{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control{
	color:#FFF!important;
	text-shadow: none;
}
.carousel-indicators li{
	margin: 0 4px;
}
.carousel-indicators .active{
	margin: 0 4px -1px;
}

.no-shadows .carousel-control.left, .no-shadows .carousel-control.right{
	background-image: none;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
#lightbox-modal .modal-dialog{
	width:90%;
	max-width:900px;
	margin:30px auto 0;
}
#lightbox-modal .modal-dialog img{
	margin: 0 auto;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	display: none;
	font-size: 40px;
	position: absolute;
	top:8px;
	right:20px;
	z-index: 20;
}
.next-lightbox, .prev-lightbox{
	display: inline-block;
	width:0;
	height:0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: all .2s ease-in-out;
	position: absolute;
	top:50%;
}
.next-lightbox{
	right:25px;
	border-left: 20px solid rgba(255,255,255,.4);
}
.prev-lightbox{
	left:25px;
	border-right:20px solid rgba(255,255,255,.4);
}
.prev-lightbox:hover, .next-lightbox:hover{
	border-right-color:rgba(255,255,255,.9);
	border-left-color:rgba(255,255,255,.9);
}

/* = Custom Colour Styling
-------------------------------------------------------------- */







/* Background colour styles */

.bg-green{
	background-color: #6CB123;
}

.line-green {
	background-color: #468C00;
	height: 6px;
	width: 100%;
}

.line-black {
	background-color: #000;
	height: 6px;
	width: 100%;
}

.bk-green-light {
	background-color: #6CB123;
	color: #000!important;
}

.bk-grey {
	background-color: #eee;
	color: #000!important;
}

.border-img img {
	border: 4px solid #000;
}

    .tamanho {
		min-height: 430px;
	}

    .desenvolvido {
    	text-align: right!important;
    }


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
}
@media (max-width: 992px) {
    .border-right, .border-left {
      border-left: none!important;
      border-right: none!important;
    }
    .desenvolvido, #footer {
    	text-align: center!important;
    }

.navbar-brand img {
    max-height: 109px;
    margin: 0;
    display: inline;
}

.logo {
	z-index: 101;
}

.menu-position {
    padding-top: 33px;
}

.telefone {
    position: absolute;
    padding-top: 15px;
    color: #131313;
    font-size: 18px;
    right: 15%!important;
    z-index: 101;
}

}


@media (max-width: 1199px) {
    .menu-position{
        top: 0;  
    }

    .social-top {
    padding-top: 90px;
    position: absolute;
    display: block;
    z-index: 100;
	}

    .tamanho {
		min-height: 466px;
	}

	.telefone {
	    position: absolute;
	    padding-top: 65px!important;
	    color: #131313;
	    font-size: 18px;
	    right: 19%;
	}

	.bg-green {
    background-color: #6CB123;
    padding-bottom: 0!important;
	}

}
@media (max-width: 768px) {
    .container{width:100%;
    }
    .b-parallax{background-attachment:scroll;
    }
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;
    	} /* Prevent unwanted side scroll on mobile */  


    .telefone {
    position: relative!important;
    padding-top: 0!important;
    color: #131313;
    font-size: 18px;
    right: 0%!important;
    text-align: center!important;
    margin: 0!important;
    padding: 0!important;
}

.social-top {
    padding-top: 0px;
    position: relative;
    display: block;
    z-index: 100;
}

.menu-position {
	margin: 0;
	padding: 0;
}

}


}
@media (min-width: 1200px) {
	.bg-green {
    background-color: #6CB123;
    padding-bottom: 18px!important;
	}

}

@media (min-width: 768px) {
	.navbar {
		display: none;
	}
}
@media (max-width: 767px) {
    .page-container{
        overflow-x: hidden;
        position:relative;
    }

    .coruja {
    	margin: 0!important;
    }

    .line-title, .line-title2 {
    	display: none;
    }


    .canto {
    	display: none;
    }

    .nav > li > a {
	    position: relative;
	    display: block;
	    padding: 10px 10px;
	    margin-right: 15px;
	    margin-left: 15px;
	}

    .ativo {
    	border-bottom: none;
    }

    .menu a:hover {
    	border-bottom: none!important;
    }

    .logo {
    	padding: 0!important;
    	margin: 0!important;
    }

    h1,h2,h3,h4,h5,h6,p{
        padding-left:15px!important; 
        padding-right:15px!important; 
    }
    #hero-bloc h1{
        font-size:40px;
    }
    #hero-bloc h2{
        font-size:34px;
    }
    #hero-bloc h3{
        font-size:25px;
    }
    .bloc{
        padding-left: 0; 
        padding-right: 0;  
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .menu{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }  
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        padding-left:15px;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    #hero-bloc .navbar .nav{
        background:rgba(0,0,0,.8);
    }
    #hero-bloc .navbar .nav a{
        color:rgba(255,255,255,.6);
    }
    .hero{
        padding:50px 0;
    }
    .hero-nav{
        left:-1px;
        right:-1px;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img{
        max-height: 100px;
        width:auto;
        margin: 0;    
    }
    .navbar-brand {
    	float: none!important;
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left; 
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important; 
    }
    .bloc-group .bloc{
         display:block;
         width:100%;
     }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	   padding-left: 10px;
	   padding-right: 10px;
    }
    .bloc-xxl,.bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .bloc-sm,.bloc-md{
        padding-left: 0; 
        padding-right: 0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .video-bg-contianer{
        display:none;
    }
}


.img-responsive img, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img img {
	display: inline;
}

/*.bigimage img {
  min-width: 100%;
  height: auto; 
  background-size: cover; 
  background-position: center top;

}*/

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


/* Form
-------------------------------------------------- */

input {
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

input, textarea {
	display: block;
	width: 100%;
	height: 70px;
	padding: 15px 15px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea {
	height: 200px;
}

.message {
	color: #555;
	z-index: 10;
	font-size: 17px;
}

.uniform__potty {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.left {
	float: left;
}

.right {
	float: right;
}

input[type="search"] {
  -webkit-appearance: none;
}

/*iFrame*/

iframe {
  border:0;
}


select {
  display: block;
  width: 100%;
  height: 70px;
  padding: 25px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #999;
  background: none;
  background-color: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;  
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}


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

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

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

.canto {
	margin-left: -77px;
    margin-top: 0px;
    position: absolute;
}

.telefone {
	position: absolute;
	padding-top: 15px;
    color: #131313;
    font-size: 18px;
        right: 19%;
}

.telefone p {
	margin: 0;
}

.telefone h3{
    color: #131313;
    margin: 0;
    padding: 0;
}

span {
	border: none;
}

.line-title{
	background-image: url("../images/line-title.png");
	width: 184px;
	height: 17px;
	position: absolute;
	    margin-top: 32px;
}

.line-title2{
	background-image: url("../images/line-title2.png");
    width: 180px;
    height: 17px;
    position: absolute;
    margin-top: -37px;
    right: 16px;
}

.border-right {
	border-right: 1px solid #6CB123;
}

.border-left {
	border-left: 1px solid #6CB123;
}


#footer a {
	color: #fff;
}

#footer {
	color: #fff!important;
}

.navbar-toggle {
    position: relative;
    float: none; 
    padding: 15px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 26px;
}

.navbar-toggle:hover {
    background: #000!important;
}

.navbar-header {
	text-align: center;
}

.justify {
	text-align: justify;
}

.border-img img{
	border: 2px #000 solid;
}


#bloc-3 img {
    margin-bottom: 10px;
    text-align: center;
    display: inline;
}

#bloc-3 a {
	font-size: 17px;
}


@media (max-width: 767px) {
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

}

@media (min-width: 990px) {
.finaltext {
	  max-width: 500px;
}
}


#bloc-7 h2 {
	text-align: center;
}



@media (max-width: 990px) {
	#bloc-3 h3 {
		text-align: center;
	}

	#bloc-7 {
		text-align: center;
	}
	.img img {
	display: inline!important;
	}

	#bloc-7 img {
		display: inline!important;
	}
}

.img-verde {
	background-color: #6CB123;
	padding: 10px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


@media (max-width: 1200px) {
	.bk-grey {
		min-height: 467px;
	}
}