.fw300{font-weight: 300; }
.fw700{font-weight: 700; }
.fw600{font-weight: 600; }
.fw800{font-weight: 800; }

.tt{color: #184193;}
.bgrey{background-color: #eeeeee; color: #333;}





#AceiteCookies {
	position:fixed;
	min-height:30%;
	width:80%;
	background-color:#fff;
	border-radius:5px;
	border: 1px solid #ddd;

	top:calc(100%);
	left:calc(50% - 40%);

	z-index:9999999999;

	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
	opacity: 0;
	transition: .9s;
}

#AceiteCookies.show {
	top:calc(100% - 30% - 10px);
	opacity: 1;
	transition: .9s;
}


#AceiteCookies a {
	color: #3b5998;
}

#AceiteCookies h2 {
	color: #3b5998;
	font-size:16px;
}

#AceiteCookies p {
	color: #333;
	font-size:12px;
}

#AceiteCookies .buttonAceite {
	display:inline-block;
	background-color:#3b5998;
	border-radius:5px;
	color:#fff;
	padding: 8px 20px;
	min-width:100px !important;
	border-radius: 10px;
	font-weight:bold;
	font-size:18px;
}



#AceiteCookies.hide {

	display:none !important;
}




.compartilhar a {

	border-radius:5px;
	border: 1px solid #3b5998;
	padding:5px 12px;

	background-color:#fff;
	color: #3b5998;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.compartilhar a:hover {

	background-color:#4c6bac;
	color: #fff;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}

.erro {
	color:#f00;
}

.success {
	color:#008000;
}

.sec-menu li{display: inline-table; }

.sec-menu li a{
	display: block;
	color: #898a8a;
	padding: 10px 20px;
	font-size: 1.3rem;
}

.sec-menu li a:hover{
	color: #184193;
}

.sec-menu li a.select{
	font-weight: 700;
	color: #184193;
}

.sub-menu{
	display: none;
	position: absolute;
	background-color: #fff;
	text-align: left;
	border-top: 2px solid #CCC;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.4);	
	z-index: 99;
}

.sub-menu:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 10%;
	margin-top: -10px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #CCC;
}

.sub-menu li{
	border-bottom: 1px dotted #CCC;
	display: block;
}

.sub-menu li a{
	font-size: 1.167rem;
}

.sec-banner{font-size: 0; }


.whats{
	position:fixed;
	right:15px;
	top:40px;
	z-index: 9999;
}


.telegram {
	position:fixed;
	right:15px;
	top:100px;
	z-index: 9999;
}


.whats img, .telegram img{
	width:45px;
	height:45px;
}
.skype{
	position:fixed;
	right:15px;
	top:95px;
	z-index: 9999;
}

.bb-relogio{
	font-size: 2rem;
	border: 2px solid #272727;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 0 4px;
	color: #272727
}

.sec-sep-vaca .grid{position: relative; }

.sec-sep-vaca .img{
	padding: 20px 50px;
	background-color: #fff;
	display: inline-table;
	z-index: 2;
	position: relative;
}

.sec-sep-vaca .grid:after{
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #000;
	right: 0;
	left: 0;
}

.sec-agenda{
	background: url('../imagens/fundo-textura.png');
	background-position:center ;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 80px;
	
}


.sec-list-agenda{
	border-top: 1px solid #000;
}

.sec-list-agenda .inlineT.item-agenda{
	border-bottom: 1px solid #000;
	padding: 40px 20px;
	height: 230px;
}

.sec-list-agenda a:nth-child(odd) .item-agenda{
	border-right: 1px solid #000;
}


a.button{
	font-size: 1rem;
	text-transform: uppercase;
	display: inline-table;
	border: 2px solid #0a0a0a;
	padding: 10px 30px;
}

a.button:hover{
	background-color: #000;
	color: #fff;
}

a.button:hover img{
	filter: invert(1);
}

a.button-color{
	display: inline-table;padding: 15px 30px;background-color: #2c4587;color: #fff; font-size: 14px;letter-spacing: 0.5px;
}

a.button.selected{
	background-color: #000;
	color: #fff;
}

.sec-galeria li{
	display: inline-table;
	padding: 0 5px;
}

input[type=reset].button,
input[type=button].button{
	font-size: 1rem;
	text-transform: uppercase;
	display: inline-table;
	border: 2px solid #0a0a0a;
	padding: 10px 30px;
}

input[type=reset].button:hover,
input[type=button].button:hover{
	background-color: #000;
	color: #fff;
}











.bb-data{
	color: #fff;
	font-size: 2.083rem;
	border: 2px solid #2b2b2a;
	border-radius: 50px;
	padding: 10px 13px;
	background-color: #2b2b2a;
	display: inline-table;
}




.sec-contato{
	background: url('../imagens/fundo-textura-2.png');
	background-position:;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 80px 0 480px 0;
}

.sec-contato .textfield{
	border: none;
}


.border-input{
	border: 1px solid #3b3b3b;
	margin-top: 20px;
}



.sec-news a.button,
.sec-contato a.button{
	border: 1px solid #3b3b3b;
	font-size: 1.5rem;
}


::-webkit-input-placeholder { 
	color: #3b3b3b !important;
}
::-moz-placeholder { 
	color: #3b3b3b !important;
}
:-ms-input-placeholder { 
	color: #3b3b3b !important;
}
:-moz-placeholder {
	color: #3b3b3b !important;
}




.mapa:before{
	display: block;
	content:'';
	width: 100%;
	height: 550px;
	background: url('../imagens/leite.png');
	position: absolute;
	background-size: cover;
	top: -320px;
}

.mapa:after{
	display: block;
	content:'';
	width: 100%;
	height: 150px;
	background: url('../imagens/leite-embaixo.png');
	position: absolute;
	background-size: cover;
	bottom: -5px;
}

.sec-news{
	-webkit-box-shadow: 0 -2px 15px 0 rgba(000,000,000,0.2);
	box-shadow: 0 -2px 15px 0 rgba(000,000,000,0.2);
	background-color: #fff;
	padding: 60px 30px 30px;
	margin-top:-150px;
	position: relative;
	z-index: 9;
}

.tt-rodape{
	color: #184193;
	font-weight: 600;
}


.sec-tt-pages{
	background-color: #040a35;
	color: #fff;
}

.sec-tt-pages h1{
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
}


.sec-leilao,
.sec-leilao-interna{
	background: url('../imagens/fundo-textura-leilao.png');
	background-size: cover;
	background-position: top;
}

.sec-img-lote-interna img{
	border: 8px solid #fff;
}

.tt-leilao-interno{
	border-bottom: 2px dotted #333;
	padding-bottom: 10px;
}

.desc-short-int{
	padding: 30px 0;
}

.tt-desc-leilao{
	padding: 15px 0;
	font-size: 2rem;
	border-bottom: 1px solid #000;
}

.sec-infs-leilao{
	padding: 30px 0;
}

.sec-infs-leilao .item{
	padding: 0 10px;
	box-sizing: border-box;
	width: 33%;
	border-right: 2px dotted #0053a7;
}

.sec-infs-leilao .item:last-child{
	border-right: none;
}

.sec-fotos{
	background-color: #e7e7e7;
}


a.bb-sub-menu{
	display: inline-table;
	background: rgb(21,71,152); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(21,71,152,1) 0%, rgba(0,112,187,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(21,71,152,1) 0%,rgba(0,112,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(21,71,152,1) 0%,rgba(0,112,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154798', endColorstr='#0070bb',GradientType=1 ); /* IE6-9 */
	padding: 4px;
	text-transform: uppercase;
	font-weight: 600;
	box-sizing: border-box;
	width: 100%;
}

.bb-sub-menu span{
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	padding: 10px 0;
	width: 100%;
}

.menu-lateral{
	text-align: center;
	position: fixed;
	background-color: #e3e3e3;
	list-style-type: none;
	left: 10%;
	bottom: 10%;
	width: auto;
	padding: 10px;
}

.menu-lateral li{
	border-bottom: 2px solid #b0b0b0;
	position: relative;
}

.menu-lateral li:last-child{
	border: none;
}

.legend-menu-lateral{
	position: absolute;
	left: 100%;
	text-align: left;
	background-color: #e3e3e3;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-weight: 800;
	text-transform: uppercase;
	color: #0055a9;
	transform: translate3d(-200px,0,0);
	opacity: 0;
	transition: .5s;
	width: 160px;
}

a.active-legend{
	padding: 15px;
	
	display: block;
}

a.active-legend:hover > .legend-menu-lateral{
	transform: translate3d(0,0,0);
	opacity: 1;
	transition: .2s;
}

.slick-center{
	transform: scale(1.2);
	transition: .5s;
}

.b-bottom{
	border-bottom: 1px solid #333;
}

.sec-all-pages{
	padding-bottom: 150px;
	color: #747474;
}

.sec-all-pages h2{
	color: #000;
}

.sec-navegacao{
	background-color: #FEFEFE;
	border-bottom: 1px dotted #CCC;
}


.sec-navegacao a .tt{
	text-decoration: underline;
	font-weight: 600;
}

.item-parceiro{
	padding: 50px 20px;
}

.item-parceiro img{
	border: 1px solid #CCC;
}


/*CONFIG TEXTFIELD*/

.aft-input{position: relative;}

.aft-input:after{
	content: '';
	display: block;
	background-color: #3b3b3b;
	position: absolute;
	width: 1.5px;
	top: 0;
	bottom: 0;
	right: 0;
	-moz-transform: scale(1) translateX(0px) translateY(0px) skewX(-50deg) skewY(0deg);
	-webkit-transform: scale(1) translateX(0px) translateY(0px) skewX(-50deg) skewY(0deg);
	-o-transform: scale(1) translateX(0px) translateY(0px) skewX(-50deg) skewY(0deg);
	-ms-transform: scale(1) translateX(0px) translateY(0px) skewX(-50deg) skewY(0deg);
	transform: scale(1) translateX(0px) translateY(0px) skewX(-50deg) skewY(0deg);
}

.textfield{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: transparent;
	color: #3b3b3b;
	font-size: 1.5rem;
	border: 1px solid #3b3b3b;
}

textarea.textfield{
	min-height: 100px;
	resize: vertical;
}

.sec-rodape{
	-webkit-box-shadow: 0 -2px 5px 0 rgba(000,000,000,0.2);
	box-shadow: 0 -2px 5px 0 rgba(000,000,000,0.2);
}

.sec-rodape .textfield{
	border: 1px solid #3b3b3b;
}

.textfield-top{
	box-sizing: border-box;
	padding: 4px;
	width: 100%;
	border: 1px solid #e4e5e7;
	border-radius: 10px;
}


input[type="button"].bt-lance,
input[type="submit"].bt-lance,
a.bt-lance{
	display: inline-table;
	font-size: 1.5rem;
	font-weight: 700;
	background-color: #f3cb00;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #000;
}

a.btn-pre-cadastro{
	display: inline-table;
	font-size: 1.5rem;
	font-weight: 700;
	background-color: #040a35;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #fff;
}

.btns-cad img{
	cursor: pointer;
	opacity: 0.9;
}

.btns-cad img:hover{
	opacity: 1;
}

fieldset{
	box-sizing: border-box;
	padding: 30px;
	border: 2px solid #CCC;
	border-radius: 15px;
	font-size: 0;
}

legend{
	font-size: 1.5rem;
	padding: 10px 20px;
}

fieldset p{
	font-size: 1.333rem;
}

.tt-leilao{
	height: 60px;
}

.slick-slide .tt-leilao{
	height: auto;
}

.item-galeria-dest{
	position: relative;
}

.item-galeria-dest h2{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
	opacity: 0;
	transition: .3s;
}

.item-galeria-dest a:hover h2{
	opacity: 1;
	transition: .5s;
}

/**/


/*NOTICIAS*/

a.item-not{
	display: block;
	box-sizing: border-box;
	padding: 20px;
	border: 2px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

a.item-not .img-not{
	position: relative;
}


a.item-not .hover-not{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
	opacity: 0;
	transition: .3s;
}

a.item-not:hover .img-not .hover-not{
	opacity: 1;
	transition: .5s;
}

.desc-shot{
	height: 80px;
}



.tt-mt-not{
	background-color: #040a35;
	color: #fff;
	font-weight: 600;
	font-size: 1.5rem;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 10px 15px;
}

.mt-not p{
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}

.mt-not a:hover p{
	text-decoration: underline;
}

.tb-cot-leite.cb .cell{
	font-weight: 700;
	background-color: #fefefe;
	font-size: 1.167rem;
	color: #000;
}

.tb-cot-leite .cell{
	border: 1px solid #CCC;
	border-bottom: none;
	border-right: none;
	font-size: 1rem;
	box-sizing: border-box;
	padding: 5px;
	color: #333;
}


.tb-cot-leite .cell:last-child{
	border-right: 1px solid #CCC;
}

.tb-cot-leite .row:last-child .cell{
	border-bottom: 1px solid #CCC;
}

.fb-chat{
	position: absolute;
	float:left!important;
}


#videos .inlineT.w25{
	width: 24%;
}

@media screen and (max-width: 1550px){



	.menu-lateral{
		left: 15px;
	}

	a.active-legend {
		padding: 5px;
	}

}

@media screen and (max-width: 810px){


	body, html{
		font-size: 10px;
	}

	img{max-width: 100%}


	#AceiteCookies {
		min-height:36%;
		width:calc(100% - 10px);
		left:calc(5px);
	}

	#AceiteCookies.show {
		top:calc(100% - 36% - 10px);
	}




	body .cell{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding-right: 10px;
		padding-left: 10px;
		height: auto;
	}

	.sec-top .cell{
		text-align: center;
		padding: 10px 0;
	}

	.sec-default-1 .cell{
		text-align: center;
		padding: 20px 15px;
	}

	section.sec-top div.pt.tr{
		text-align: center;
	}

	.sec-icons-redes{
		padding: 0px 0;
	}

	.sec-agenda{
		padding: 0 10px;
	}

	.sec-list-agenda .inlineT.item-agenda{
		width: 100%;
	}

	.sec-list-agenda .inlineT.item-agenda{
		border: 1px solid #000;
	}

	#cotacao-leite{
		display: none;
	}

	.list-min-leiloes .inlineT{
		width: 100%;
	}

	.list-min-leiloes .inlineT:last-child{
		display: none;
	}

	.sec-galeria .videos .inlineT.w33{
		width: 50%;
		padding: 5px;
	}

	.sec-galeria .videos .inlineT.w33:last-child{
		display: none;
	}

	.sec-rodape .cell{
		text-align: center;
	}

	.sec-menu{
		z-index: 9;
	}

	.sec-menu ul{
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		width: 250px;
		z-index: 99;
		background-color: #00395e;
		border-left: 3px solid #00395e;
		height: 100%;
		transform: translate3d(100%,0,0);
		opacity: 0;
		transition: .2s;
	}

	.sec-menu ul li{
		display: block;
		width: 100%;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
		font-size: 1.667rem;
		box-sizing: border-box;
	}

	.sec-menu ul.open{
		transform: translate3d(0,0,0);
		opacity: 1;
		transition: .5s;
	}

	.menu-responsivo{
		position: fixed;
		top: 0;
		right: 0;
		display: inline-table;
		background: url('/imagens/menu-resposivo.png') no-repeat;
		background-position: center center;
		background-color: #00395e;
		padding: 10px;
		width: 24px;
		height: 24px;
		z-index: 99;
		transition: .5s;
		cursor: pointer;
		z-index: 9;
	}


	.menu-responsivo.close{
		background: url('/imagens/menu-resposivo-close.png') no-repeat;
		background-position: center center;
		background-color: #00395e;
		padding: 10px;
		transition: .5s;
		transform: translate3d(-250px,0,0);
	}

	.sub-menu-cat a.button{
		width: 100%;
		margin: 5px 0;
		box-sizing: border-box;
		text-align: center;
	}

	.sec-agenda-leiloes .inlineT.w25.bx.pa3{
		width: 50%;
		padding: 10px;
	}


	.menu-lateral{display: none;}

	.btns-leilao-int .inlineT.w33{
		width: 50%;
		text-align: center;
	}


	#videos .inlineT.w25{
		width: 50%;
		padding: 10px;
	}

	#fotos .inlineT.w20{
		width: 50%;
	}

	.sec-infs-leilao .inlineT.f18{
		width: 30%;
		font-size: 1rem;
	}


	.sec-infs-leilao .inlineT.f18 p{
		padding-top: 3px;
	}

	.media_w100 {

		display:block;
		width:100% !important;
	}


	.whats{
		right:10px;
		top:53px;
	}

	.skype{
		right:10px;
		top:105px;
	}


}