@charset "utf-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Oswald:400,700';
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Arvo');

html, body{
	height:100%;
}

body{
	margin:0;
	padding:0;
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	line-height: 24px;
    color: #5b5b5b;
}
#tudo{
	width:100%;
	position:relative;
	min-height:100%;
}
* html #tudo{height:100%;}




/*------Defult-----*/
:focus{
	outline:none;
}
a{
	text-decoration:none;
	color: #06a759;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a:hover{
	text-decoration:none;
	color: #006e39;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

a, h1, h2, h3, h4, input[type="submit"]{font-family: 'Oswald', sans-serif;}

input[type="text"], input[type="password"], input[type="email"], select, textarea{
	width: 100%;
	background: rgb(241, 241, 241);
    border: none;
    border-bottom: 1px solid #dbdbdb;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 14px;
} 
textarea{
	resize: none;
	height: 150px;
}

img{max-width: 100%;}
/*-----Fim Defult-----*/





/*-----Header-----*/
header *{
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
header{
	width:100%;
	height: 100vh;
	min-height: 600px;
	position: relative;
	background-image: url(../img/terra-boa-header-nelore.jpg);
	background-position: center;
	background-size: cover;
}
header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 36, 0, 0.15);
}


header .carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	      transition-property: opacity;
}
header .carousel-fade .carousel-inner .active {opacity: 1;}
header .carousel-fade .carousel-inner .active.left, header .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
header .carousel-fade .carousel-inner .next.left, header .carousel-fade .carousel-inner .prev.right {opacity: 1;}
header .carousel-fade .carousel-control {z-index: 2;}
header .carousel, header .carousel-inner, header .carousel-inner .item {height: 100%;}
header .item {
	background-position: center;
	background-size: cover !important;
}
header .item:nth-child(1) {background-image: url(../img/terra-boa-header-nelore.jpg);}
header .item:nth-child(2) {background-image: url(../img/terra-boa-header-brangus.jpg);}


header .navbar-default {
	background: none;
    border: none;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: 1111;

    background-image: -webkit-linear-gradient(top,rgb(27, 97, 110) 0,rgba(0,0,0,.0) 100%);
    background-image: -o-linear-gradient(top,rgb(27, 97, 110) 0,rgba(0,0,0,.0) 100%);
    background-image: -webkit-gradient(linear,top left,bottom left,from(rgb(27, 97, 110)),to(rgba(0,0,0,.0)));
    background-image: linear-gradient(to bottom,rgb(27, 97, 110) 0,rgba(0,0,0,.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -ms-transition: all .05s linear;
    -o-transition: all .05s linear;
}
header .navbar-nav {
	float: right;
	margin-top: 55px;
}
header .navbar-default .navbar-nav>li>a{
	color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
header .navbar>.container .navbar-brand, header .navbar>.container-fluid .navbar-brand {margin-left: 0; padding-left: 0}
header .navbar-brand img{width: 150px;}
header .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>li>a:focus, header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a:hover, header li.dropdown:hover a{
    background-color: #fff;
    color: #01703b;
}


@media all and (min-width:768px){
	header .dropdown:hover .dropdown-menu{
		display: block;
	}
}

header .dropdown-menu{
	border: none;
    border-radius: 0;
    padding: 5px 0;
    margin: 0;
}
header .dropdown-menu>li>a{
    font-family: 'Slabo 27px', serif;
    padding: 8px 15px;
    font-size: 13px;
    color: #777;
}
header .dropdown-menu>li>a:hover, header .dropdown-menu>li>a:focus{background: #01703b; color: #fff}



header.fixed .navbar-default {
	background: #006e39;
	position: fixed;
	top: -85px;
}
header.fixed .navbar>.container .navbar-brand, header.fixed .navbar>.container-fluid .navbar-brand {
	padding: 0;
	float: left;
}
header.fixed .navbar-brand img{width: 100px;}
header.fixed .navbar-nav {
    margin-top: 0;
    border-bottom: none;
}
header.fixed .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px 15px;
}
header.fixed .navbar-default .navbar-nav>li>a:hover, header.fixed .navbar-default .navbar-nav>li>a:focus, header.fixed .navbar-default .navbar-nav>.open>a, header.fixed .navbar-default .navbar-nav>.open>a:focus, header.fixed .navbar-default .navbar-nav>.open>a:hover, header.fixed  li.dropdown:hover a {color: #01703b}
header.fixed .dropdown-menu>li>a:hover, header.fixed .dropdown-menu>li>a:focus{background: #01703b; color: #fff}

header .content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 17% 23% 0;
	text-align: center;
	z-index: 1000;
}
header .content h2, header .content h3{
	text-align: center;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
}
header .content h2{	
	font-size: 49px;	
    text-transform: uppercase;
}
header .content h3{
	font-size: 16px;
	font-family: 'Arvo', serif;
	margin: 10px 0;
}
header .content .go-to-page{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	opacity: 0.8;
	z-index: 11;
	background-image: url(../img/icon/arrow_dow.svg);
}
header .content .go-to-page:hover{opacity: 1; bottom: 44px;}

header.page {
    height: 250px;
    min-height: 250px;
}
/*-----Fim Header-----*/





/*-----Conteúdo-----*/
#conteudo{padding-bottom:330px;}
#conteudo section{padding: 100px 0}


.bg-gray{background: #f1f1f1}


.main-title{
	position: relative;
    margin: 0 0 40px;
    text-transform: uppercase;
    padding-top: 19px;
    letter-spacing: 1px;
    font-size: 29px;
    color: #333333;
}
.main-title:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    border-top: 7px solid #06a759;
}
.sub-title{
	margin: 0 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
}


#conteudo section#brandscump{
    background: #f1f1f1;
    padding: 30px 0;
}
#conteudo section#brandscump ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#conteudo section#brandscump ul li{float: left;}
#conteudo section#brandscump ul li a{
	font-size: 12px;
    color: #777;
    font-family: 'Arvo', serif;
}
#conteudo section#brandscump ul li a:hover{color: #333}
#conteudo section#brandscump ul li a i{width: 25px; text-align: center;}
#conteudo section#brandscump ul li:last-child a i{display: none}
#conteudo section#brandscump ul li:first-child a i.fa-home{
	font-size: 16px;
}



#conteudo section.texto-corrido{text-align: justify;}
#conteudo section.texto-corrido img{
	width: 25%;
    float: left;
    margin-right: 30px;
}



#conteudo section#intro{text-align: justify;}
#conteudo section#intro img{
    float: left;
    margin-right: 30px;
}


#conteudo section#cover{
	position: relative;
	background-image: url(../img/terra-boa-cover.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
}
#conteudo section#cover:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 19, 2, 0.7);
}
#conteudo section#cover h2{text-transform: uppercase; margin-top: 0}
#conteudo section#cover h2 span{color: #06a759;}



#conteudo section#blog .box{margin-bottom: 30px;}
#conteudo section#blog .main-title{margin-bottom: 10px}
#conteudo section#blog .item{
	position: relative;
	display: block;
	height: 250px;
	overflow: hidden;
	margin-bottom: 15px;
}
#conteudo section#blog .item .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;

	-webkit-transition: all .2s  ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#conteudo section#blog .item:hover .img{
	opacity: .75;

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

	-webkit-transform: scaleX(1.2) scaleY(1.2);
	-moz-transform: scaleX(1.2) scaleY(1.2);
	-ms-transform: scaleX(1.2) scaleY(1.2);
	-o-transform: scaleX(1.2) scaleY(1.2);
	transform: scaleX(1.2) scaleY(1.2);
}
#conteudo section#blog .time{font-size: 12px; color: #777}
#conteudo section#blog .time i{width: 10px;}
#conteudo section#blog a h3{color: #333; margin: 7px 0}

#conteudo section#blog .pagination{
    display: table;
    margin: 30px auto 0;
}
@media all and (min-width:768px){
	#conteudo section#blog .img-first{
		float: left;
	    margin-bottom: 20px;
	    margin-right: 30px;
	    max-width: 50%;
	}
}
#conteudo section#blog .lateral .item{height: 140px;}




#conteudo section#contato{text-align: center; background: url(../img/icon/grama.png) repeat-x bottom;}
#conteudo section#contato form{margin-bottom: 30px;}
#conteudo section#contato form{margin-bottom: 30px; margin-top: 10px;}
#conteudo section#contato form input[type="submit"]{margin: 0 auto;}
#conteudo section#contato a{display: block;}


#conteudo section#small-contact:before{
	content: '';
	position: absolute;
	height: 40px;
	top: -40px;
	left: 0;
	width: 100%;
	background: url(../img/icon/grama.png) repeat-x bottom;
}
#conteudo section#small-contact{
	background: rgb(53, 53, 53);
	padding: 80px 0;
	color: #848484;
	position: relative;
}
#conteudo section#small-contact p{margin-bottom: 30px;}
#conteudo section#small-contact h4{color: #ddd;}
#conteudo section#small-contact input[type="text"], #conteudo section#small-contact input[type="email"], #conteudo section#small-contact select, #conteudo section#small-contact textarea{
    border-bottom: none;
    background: #313131;
    border-left: 3px #069c43 solid;
}
#conteudo section#small-contact a{
	font-size: 13px;
    margin-right: 20px;
}
#conteudo section#small-contact a i{
    width: 20px;
    font-size: 16px;
}
#conteudo section#small-contact form{margin-bottom: 30px;}



#conteudo section#pre-footer .social{
	padding: 0;
	margin: 0 auto 20px;
	display: table;
}
#conteudo section#pre-footer .social li{display: inline-block;}
#conteudo section#pre-footer .social li a{
    display: block;
    background: rgb(60, 60, 60);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;

    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#conteudo section#pre-footer .social li a:hover{background: rgb(65, 65, 65);}
#conteudo section#pre-footer{
	background: rgb(47, 47, 47);
	padding: 60px 0;
}
#conteudo section#pre-footer p, #conteudo section#pre-footer a{font-family: 'Arvo', serif;}
#conteudo section#pre-footer p{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: #8e8e8e;
}
#conteudo section#pre-footer p b{color: #06a759}
#conteudo section#pre-footer p a{color: #8e8e8e;}
#conteudo section#pre-footer p a:hover{color: #eee}




#admin{padding: 6% 0 0;}
#admin .login{
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
#admin .login *{
    font-size: 14px;
}
#admin .login .form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}
#admin .login i {font-size: 67px;}

#admin .login .form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}
#admin .login .form-top-left h3 { margin-top: 0; font-weight: 300; font-size: 24px; color: #777 }
#admin .login .form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}
#admin .login .form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}
#admin .login .form-bottom form textarea {
	height: 100px;
}
#admin .login .form-bottom form button.btn {
	width: 100%;
}
#admin .login .form-bottom form .input-error {
	border-color: #19b9e7;
}
#admin .login .social-login {
	margin-top: 35px;
}
#admin .login .social-login h3 {
	color: #fff;
}
#admin .login .social-login-buttons {
	margin-top: 25px;
}
#admin .login button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
#admin .login button.btn:hover { opacity: 0.6; color: #fff; }
#admin .login button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#admin .login button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }
#admin .login button.btn:active:focus, #admin .login  button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

#admin>p {color: #d3d7e0; text-align: center; font-size: 13px; margin-top: 20px; margin-bottom: 0}
#admin>p a{color: #d3d7e0; padding: 0 10px;}
#admin>p a:hover{color: #fff;}

#admin>p.footer{
	position: relative;
	display: table;;
	margin: 40px auto 0;
	padding-top: 10px;
}
#admin>p.footer:before{
	content: '';
	position: absolute;
	border-top: 1px solid #a2abc7;
	top: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
}
#admin>p.footer a{color: #bec3d4}

#admin .alert{
	margin: 0;
    padding: 5px 15px;
    border-radius: 0;
}
#admin .alert p{font-size: 12px;}
.alert-danger p{color: #a94442;}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/*-----Fim Conteúdo-----*/





/*-----Footer-----*/
footer{
	width:100%;
	position:absolute;
	bottom:0;
	height:330px;
	overflow:hidden;
	width:100%;
}
footer iframe{
	width:100%;
	height:330px;
}
.scrolloff {
	pointer-events: none;
}
/*-----Fim Footer-----*/





/*-----Classes Globais-----*/
.clr{clear:both;}
.col-center{
	float: none;
	margin: 0 auto;
}

#scrolTop{
	position: fixed;
    right: 2%;
    z-index: 800;
    bottom: 6%;
    font-size: 33px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 31px;
    width: 36px;
    height: 36px;
    color: #d0d0d0;
    display: none;

    -webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
}
#scrolTop:hover{color: #06a759}

.button{
	padding: 12px 40px;
    display: table;
    margin: 20px 0 0;
    background: #06a759;
    font-size: 14px;
    color: #fff;
    border: none;
    width: initial;
    text-transform: uppercase;
    letter-spacing: 1px;

    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.button:hover, .button:focus{
	background: #006e39;
	color: #fff;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}


#success_page{text-align: center;}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
	text-align: center;
}
.contact-loader{
	width: 50px;
	display: table;
	margin: 20px auto;
}

fieldset {
    margin-bottom: 40px;
}

/*-----Fim Classes Globais-----*/


#page .flex-conteudo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page .flex-conteudo p{
    display: contents;
}

#page .flex-conteudo iframe{
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 10px;
}

#page .flex-conteudo .lightboximg{
	width: 23% !important;
	height: 280px !important;
	margin: 5px !important;
	float: none !important;
	border: 1px solid #ddd;
	padding: 10px;
}
#page .flex-conteudo .lightboximg img{
	object-fit: cover;
    object-position: center;
    o-object-fit: cover;
    o-object-position: center;
    width: 100%;
    height: 100%;
}

#page .flex-conteudo hr,
#page .flex-conteudo h1,
#page .flex-conteudo h2,
#page .flex-conteudo h3
#page .flex-conteudo h4{
	display: block;
	width: 100%;
}

#page .flex-conteudo hr{opacity: 0; margin: 20px}

@media (max-width: 992px){

	#page .flex-conteudo iframe{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 10px;
	}
}

@media (max-width: 600px){

	#page .flex-conteudo iframe{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 100px;
	}

	#page .flex-conteudo .lightboximg{
		width: 50% !important;
		height: 200px !important;
		margin: 10px !important;
		float: none !important;
		border: 1px solid #ddd;
		padding: 20px;
	}
}

#ligthbox{
	display: none;
	
}
#ligthbox .content{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000c9;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

#ligthbox .content .inner{
	background: #fff;
	max-width: 90%;
	width: 600px;
	padding: 20px;
}

#ligthbox .content .inner img{
	width: 100%;
}

#ligthbox a{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 20px
}
#ligthbox a::after{
	content: '\00D7';
	font-size: 60px;
	float: right;
	margin-left: 10px;
}

