﻿.centrar{
    margin-left				: auto;
	margin-right			: auto;
}

.clear{
    clear					: both;
}

@-ms-viewport{ width: auto !important; }


body{
    font-family					: Josefin Sans;
	font-weight:400;
	background-color			: #FFFFFF;
	font-size					: 11px;
	margin						: 0px;
	padding						: 0px;

	min-height:800px;
	position:relative;
}

*{
	outline:none !important;
}

a {
	color:inherit;
}

/*NÃO SELECIONAVEL*/
.unselectable{
	cursor						: default;
    -webkit-touch-callout		: none;
    -webkit-user-select			: none;
    -khtml-user-select			: none;
    -moz-user-select			: none;
    -ms-user-select				: none;
    user-select					: none;
}
/*NÃO SELECIONAVEL*/

.placeholder {
	font-style:normal;
	opacity: 1 !important;
}
::-webkit-input-placeholder {
   font-style:normal;
   opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   font-style:normal;
   opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style:normal;
   opacity: 1 !important;
}

:-ms-input-placeholder {  
   font-style:normal;
   opacity: 1 !important;
}

.fail{
	border-color:#FF0000 !important;
}

.bannerOuter{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}


#bannerMaster {
	position				:relative;
	width:100%;
}

#banner {
	height:800px;
}

#banner .item{
	height:100%;
	width:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:top center;
}

@media(max-width:600px) {
	#banner .item {
		height:50%;
		margin-top:170px;
	}
}

#bannerMaster .indicatorsDiv {
	position:absolute;
	left:0;
	top:340px;
	width:100%;
}

#bannerMaster .carousel-indicators {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 0;
	padding:0 0 0 35px;
	z-index: 3;
	width: 100%;
	text-align: left;
}

#bannerMaster .carousel-indicators li {
	width					: 15px;
	height					: 15px;
	margin					: 0 5px 0 0 !important;
	border					: 2px solid #8BC200 !important;
	bottom					: 0;
}
#bannerMaster .carousel-indicators > li.active {
	border					: 2px solid #008D38 !important;
	background				: #008D38;
	width					: 15px;
	height					: 15px;
	margin					: 0 5px 0 0 !important;
}

#content{
	z-index:2;
	padding-top:20px;
	position:relative;
}

.logo{
	display:block;
	width:320px;
	height:172px;
	background-image:url('/img/logo.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	max-width:100%;
}


.top-text{
	position:absolute;
	top:65px;
	right:15px;

	color:#005924;
	font-size:21px;
	line-height:26px;
	text-align:right;
	font-style:italic;
}

@media(max-width:700px) {
	.top-text {
		top: 200px;
		left: 15px;
		right:auto;
		text-align:left;
	}
}

.caixa {
	width: 100%;
	padding:35px 50px;
	background: #8BC200; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(#8BC200, #4B9B00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#8BC200, #4B9B00); /* Standard syntax */
	background: -webkit-linear-gradient(#8BC200, #4B9B00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#8BC200, #4B9B00); /* For Opera 11.1 to 12.0 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8BC200), color-stop(100%,#4B9B00)); /* Chrome,Safari4+ */
	background: -ms-linear-gradient(top, #8BC200 0%,#4B9B00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BC200', endColorstr='#4B9B00',GradientType=0 ); /* IE6-8 */


	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;

	margin-top:180px;

	color:#FFFFFF;
}


.caixa .title {
	font-size: 26px;
	line-height:40px;
	font-weight:700;
}


.caixa .text {
	font-size: 19px;
	line-height:25px;
}

.caixa .text span {
	line-height:45px;
	font-style:italic;
}

.caixa .left {
	width:68%;
	float:left;
}

.caixa .right {
	width:28%;
	float:right;
}

.caixa .right > div:nth-child(2) {
	margin-top:20px;
}

.caixa .produtos30 {
	float:left;
	width:33%;
}

@media(max-width:767px) {
	.caixa .produtos30 {
		width:25%;
	}
}

@media(max-width:550px) {
	.caixa .produtos30 {
		width:33%;
	}
}

@media(max-width:440px) {
	.caixa .produtos30 {
		width:50%;
	}
}

@media(max-width:380px) {
	.caixa .produtos30 {
		float:none;
		width:100%;
	}
}

@media(max-width:991px) {
	.caixa .left {
		width:100%;
		float:none;
	}

	.caixa .right {
		width:100%;
		float:none;
	}

	.caixa .right > div {
		float:left;
		width:50%;
	}
	.caixa .right > div:nth-child(1) {
		margin-top:20px;
	}

}

@media(max-width:767px) {
	.caixa .right > div {
		float:none;
		width:100%;
	}
}

.bottom {
	padding:80px 50px 0;
}

@media(max-width:700px ){
	.bottom {
		padding-left:0;
		padding-right:0;
	}
}

.bottom .title {
	font-size:26px;
	line-height:50px;
	color:#006026;
	
}

.bottom .text {
	color:#4B9A00;
	font-size:18px;
	line-height:23px;

}

.bottom .form{
	float:left;
	width:68%;
}

.bottom .mapa{
	float:right;
	width:28%;
}

@media(max-width:991px) {
	.bottom .form,
	.bottom .mapa {
		width:100%;
		float:none;
	}
	.bottom .mapa {
		margin-top:30px;
	}
}


.bottom .mapa .mapaDiv {
	width:100%;
	height:294px;
}

@media(max-width:1199px) and (min-width:992px) {
	.bottom .mapa .mapaDiv {
		height:316px
	}
}

.bottomForm {
	margin-top:8px;
}

.bottomForm > div:nth-child(1) {
	float:left;
	width:304px;
}

.bottomForm > div:nth-child(2) {
	float:right;
	width:200px;
}

@media(max-width:700px){
	.bottomForm > div:nth-child(1),
	.bottomForm > div:nth-child(2) {
		width:100%;
		float:none;
	}
	.bottomForm > div:nth-child(2) {
		margin-top:8px;
	}

}

.input {
	width:100%;
	height:45px;
	line-height:45px;
	padding:0 10px;
	border:1px solid #DADADA;
	background:#FFFFFF;
	margin-top:8px;
	font-size:16px;
	color:#4B9A00;
}

.textarea {
	width:100%;
	height:80px;
	line-height:20px;
	padding:9px 10px;
	border:1px solid #DADADA;
	background:#FFFFFF;
	margin-top:8px;
	font-size:16px;
	color:#4B9A00;
	resize:none;
}


.button {
	width:196px;
	height:45px;
	line-height:45px;
	padding:0;
	margin:0;
	background:#8BC200;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	color:#005F26;
	font-size:18px;
	border:none;
	max-width:100%;
}


#fEmpresa {
	width:65%;
	float:left;
}
#fContacto {
	width:30%;
	float:right;
}

@media(max-width:767px) {
	#fEmpresa,
	#fContacto {
		width: 100%;
		float: none;
	}
}

.g-recaptcha > div > div {
	border:1px solid #FFFFFF;
	max-width:100% !important;
	overflow:hidden;
}




.modal p {
	margin:0;
}

.modal-content {
	padding:10px 25px;
}

.modal-header,
.modal-body,
.modal-footer {
	padding-left:0;
	padding-right:0;
}

.modalText {
	margin			: 0;
	color			: #4b9a00;
}
.modalTitle {
	color			: #006026;
	font-weight:400;
}

.modalLogo {
	position: relative;
	max-width: 200px;
	width: 100%;
}


.modalClose {
	padding:0;
	border:0;
	background:none;
	margin:0;
	cursor:pointer;
	color			: #787878;
	line-height:30px;
	font-weight:bold;
	font-size:20px;
}

.modalClose:hover {
	color:#000000;
}


.loginModalBtn{
	font-size		: 13px;
    height			: 40px;
    line-height		: 40px;
	padding			: 0 10px;
	background		: #000000;
	color			: #FFFFFF;
	border			: none;

}
.loginModalBtnLink {
	cursor			: pointer;
	float			: left;
	line-height		: 40px;
}
.loginModalBtn:hover {
	background		: #666666;
}


/*MEDIA QUERIES*/
@media only screen and (max-width : 767px) {
	.modalText {
		font-size	: 16px;
	}
	.modalTitle {
		font-size	: 20px;
		text-align	: left;
		margin-top	: 20px;
	}
}

@media only screen and (min-width : 768px) {
	.modalText {
		font-size	: 20px;
	}
	.modalTitle {
		font-size	: 25px;
		text-align	: right;
		float		: right;
	}
}

/*MEDIA QUERIES*/




.rodape {
	background:#005F26;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;

	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;

	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	width:100%;
	min-height:45px;

	margin-top:60px;

	font-size:15px;
	color:#FFFFFF;

	padding:10px 50px 10px;
}


.rodape .left {
	width:70%;
	float:left;
}

.rodape .right {
	width:30%;
	float:left;
	text-align:right;
}

@media(max-width:650px) {

	.rodape .left,
	.rodape .right {
		text-align: center;
		float: none;
		width: 100%;
	}

	.rodape {
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;

		padding-left:15px;
		padding-right:15px;
	}

	.rodapeDiv {
		margin: 0 -15px;
	}
}
