/*****
	
	CSS Diamante Leilões
	Author: ITBold - Tecnologia e Sistemas
	
*****/


/* --------------------------------------------------------------------------------------------------------------
  RESETS
-------------------------------------------------------------------------------------------------------------- */
*{
	margin:0;
	padding: 0;
}
body{
 font-family: 'Overpass', sans-serif ;
 font-weight: 300;
 
}

/* --------------------------------------------------------------------------------------------------------------
  FONTS
-------------------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Overpass:400,300,700);


h1,
h2,
h3,
h4, 
h5,
h6 
{
 font-family: 'Overpass', sans-serif ;
 font-weight: 300;
 }

a, a:hover, a:focus, a:visited
{
  text-decoration: none;
  border:0 !important;
  outline: none;
  color:#000;    
}
.txt-right{
  text-align: right;
}
.txt-left{
  text-align: left;
}
.txt-center{
  text-align: center;
}
.txt-just{
  text-align: justify;
}

/* --------------------------------------------------------------------------------------------------------------
  BGS AND COLORS
-------------------------------------------------------------------------------------------------------------- */
.gold{
	color:#566FB2!important;
}
.blue_dark{
	color:#0c3550 !important;
}
.black{
  color:#000 !important;
}
.red{
	color:#B22222 !important;
}
.green{
	color:#566FB2 !important;
}
.blue{
	color:#003a90 !important;
}
.white{
  color:#FFFFFF !important;
}
.bg-gray{
	background-color: #EEEEEE !important;
}
.bg-gold{
	background-color: #566FB2!important;
}
.bg-blue{
	background-color: #566FB2!important;
}
.bg-green{
	background-color: #566FB2 !important;
}
.bg-white{
	background-color: #ffffff !important;
	/* border-top-left-radius:10px;
	border-top-right-radius:10px; */
}
.bg-black{
	background-color: #062d66 !important;
}
 
.bg-red{
	background-color:#B22222 !important;
}

.grow:hover{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}



.f10
{
  font-size: 10px;
}
.f11
{
  font-size: 11px;
}
.f12
{
  font-size: 12px;
}
.f13
{
  font-size: 13px;
}
.f14
{
  font-size: 14px;
}
.f15
{
  font-size: 15px;
}
.f16
{
  font-size: 16px;
}
.f17
{
  font-size: 17px;
}
.f18
{
  font-size: 18px;
}


/* --------------------------------------------------------------------------------------------------------------
  MARGINS E PADDINGS DEFAULT
-------------------------------------------------------------------------------------------------------------- */
.mr-xs{ margin-right:3px;}
.mr-sm{ margin-right:5px;}
.mr-md{ margin-right:10px;}
.mr-lg{ margin-right:15px;}
.ml-xs{ margin-left:3px;}
.ml-sm{ margin-left:5px;}
.ml-md{ margin-left:10px;}
.ml-lg{ margin-left:15px;}
.mt-xs{ margin-top:3px;}
.mt-sm{ margin-top:5px;}
.mt-md{ margin-top:10px;}
.mt-lg{ margin-top:15px;}
.mt-40{ margin-top:40px;}
.mb-xs{ margin-bottom:3px;}
.mb-sm{ margin-bottom:5px;}
.mb-md{ margin-bottom:10px;}
.mb-lg{ margin-bottom:15px;}
.ma-xs{ margin:3px;}
.ma-sm{ margin:5px;}
.ma-md{ margin:10px;}
.ma-lg{ margin:15px;}

.pr-xs{ padding-right:3px;}
.pr-sm{ padding-right:5px;}
.pr-md{ padding-right:10px;}
.pr-lg{ padding-right:15px!important;}
.mr-lg{ padding-right:15px;}
.pl-xs{ padding-left:3px;}
.pl-sm{ padding-left:5px;}
.pl-md{ padding-left:10px;}
.pl-lg{ padding-left:15px!important;}
.pt-xs{ padding-top:3px;}
.pt-sm{ padding-top:5px!important;}
.pt-md{ padding-top:10px;}
.pt-lg{ padding-top:15px;}
.pb-xs{ padding-bottom:3px;}
.pb-sm{ padding-bottom:5px;}
.pb-md{ padding-bottom:10px;}
.pb-lg{ padding-bottom:15px;}
.pa-xs{ padding:3px;}
.pa-sm{ padding:5px;}
.pa-md{ padding:10px;}
.pa-lg{ padding:15px;}
.np{padding: 0 !important;}

.nmr{margin-right: 0 !important;}
.nml{margin-left: 0 !important;}
.nmt{margin-top: 0 !important;}
.nmb{margin-bottom: 0 !important;}

.npr{padding-right: 0 !important;}
.npl{padding-left: 0 !important;}
.npt{padding-top: 0 !important;}
.npb{padding-bottom: 0 !important;}

.bt-xs{border-top:1px solid #ccc !important;}
.bb-xs{border-bottom:1px solid #ccc !important;}
.bl-xs{border-left:1px solid #ccc !important;}
.br-xs{border-right:1px solid #ccc !important;}
.ba-xs{border:1px solid #ccc !important;}
.nbl{border-left:0 !important;}
.nbr{border-right:0 !important;}
.nba{border:0 !important}

.bra-xs{ border-radius: 2px;}
.bra-sm{ border-radius: 4px;}
.bra-md{ border-radius: 6px;}
.bra-lg{ border-radius: 8px;}
.nbra{ border-radius: 0px!important;}

.pull-right{ float: right !important; }
.pull-left{ float: left !important; }


.alertLogin{
  width: 100%;
  position: absolute;
  top: 40px;
  right: 0px;
}

/* --------------------------------------------------------------------------------------------------------------
	TITLES
-------------------------------------------------------------------------------------------------------------- */
.title-default {
  margin-top: 0;
	border-bottom:2px solid #566FB2;
}

/* --------------------------------------------------------------------------------------------------------------
  BUTTONS
-------------------------------------------------------------------------------------------------------------- */
a button{
  border-color:none;
  outline: none;
}
.btn-app{
	background: #566FB2;
	color:#ffffff;
}

.btn-app-form {
  background: #062d66;
  padding: 10px 20px;
  font-weight: 500;
  color:#fff;
  border-radius: 50px;
}
.btn-app-form:hover{
  background: #566FB2;
  color:#FFF;
}



/* --------------------------------
  INPUTS
----------------------------------- */
input:focus{
  outline:0;
}
input{
  border-radius: 50px !important;
}
/* .form-control{
  border-radius: 50px;
} */
/* --------------------------------------------------------------------------------------------------------------
  HEADER
-------------------------------------------------------------------------------------------------------------- */
header{
	width:100%;
	/* height: 216px; */
  background: url(../imagens/bgs/bg-topo.png);
	background-repeat: repeat-x;
}

.topbar {
    background-color: #062d66;
    color: #ffffff;
    padding: 8px 0 10px 0;
}

body > header > div.container > div{
  margin-top: 10px;
}

ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: inline-block;
}

ul.social-icons li {
    display: inline-block;
    margin: 5px 12px;
}

.topbar a {
    color: #fff;
}

.topbar a:hover{
  color: #566FB2;
  
}

.topbar .contact-info {
    text-align: right;
}

.topbar .contact-info li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.logo {
  margin-top: 5px;
  margin-bottom: 20px;
}
.logo img {
  height: 42px;
  width: auto;
}


body > header > div.container > div > div.col-sm-8.pt-lg.inputs-header > div > div{
  margin-top: -10px;
}

.contato-top{
	color:#999999;
	text-align: right;
	font-family: 'Overpass', sans-serif;
	font-weight: 400;
}
.search input{
  color:#000;
	width:100%;
	height: 25px;
	padding: 5px 10px;
	border:1px solid #eeeeee;
	float: right;
	font-family: 'Overpass', sans-serif;
	font-weight: 400;
	outline:0;
  margin: 0px 5px;
}


.search button{
  height: 25px;
  width: 100%;
	padding:0 20px;
	text-align: center;
	vertical-align: middle;
	border-radius:50px;
	float: right;
	border:0;
	border-color: #000 !important;
	background-color: #566FB2;
	font-family: 'Overpass', sans-serif;
	font-weight: 400;
}

.btnCad{
  width: 100%;
  background-color: #566FB2;
  padding: 5px 10px;
  color: #ffffff!important;
  border-radius: 0px;
}

.btnCadAtivo{
  width: 100%;
  background-color:#566FB2;
  padding: 10px;
  color: #ffffff !important;
  border-radius: 50px;
  border: 1px solid #062d66;

}

.btnCadAtivo:hover{
  color: #062d66  !important;
  background-color: transparent !important ;
  border: 1px solid #062d66  !important;
}

.btn-dark {
  background-color: #566FB2;
  color: #fff !important;
  border-radius: 4px;
  font-size: .75em;
  padding: 10px;
}





.img-banner-leilao {
  /* height: 300px; */
  border-radius: 3px;
  box-sizing: border-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}




body > header > div.container > div > div.col-sm-8.pt-lg.inputs-header > div > div > div:nth-child(2) > div{
  width: 55%;
}
body > header > div.container > div > div.col-sm-8.pt-lg.inputs-header > div > div > div:nth-child(2) > h3{
  font-size: 18px;
}
.search button:hover{
	border-color: #000 !important;
	color:#FFF;
}

.search h4{
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
}

body > header > div.container > div > div.col-sm-8.pt-lg.inputs-header > div > div > div:nth-child(1){
  border-right: 1px solid;
}

body > header > div.container > div > div.col-sm-8.pt-lg.inputs-header > div > div > div > li{
  list-style: none;
  margin-left: 10px;
}
.bg-gold-row{
	/* background-image: URL('../imagens/bgs/bg-gold.jpg'); */
	background-position: top;
	border-top: 10px solid #566FB2;
}

.btnCadAtivo:hover 
{
background-color: #566FB2;
}
.btn-app-form:hover 
{
  background-color: #566FB2;
}


.menu_topo{
  position: fixed;
  top:0px;
  z-index: 9999;
  width: 100%;
}

#menu-itens > ul > li.nbr.nbl.logo-menu-topo{
    width: 13% ;
    padding-left: 0px;
    padding-right: 20px;
}



#menu-itens > ul > li.nbr.nbl.logo-menu-topo:hover{
  background-color: #566FB2;
}

/*NOTICIAS*/
/*

.a:not(.nohver):hover {
  
}

*/

/* --------------------------------------------------------------------------------------------------------------
  LOADING
-------------------------------------------------------------------------------------------------------------- */
.loading{
  width:100% !important;
  height: 100% !important;
  position:absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998 !important;
  top:0 !important;
  display: none;
}
.loading img{
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 9999 !important;
  left:48%;
  top:48%;
	
}
.loading span{
  position: relative;
  z-index: 9999 !important;
  left:42%;
  top:54%;
  color:white;
}

/* --------------------------------------------------------------------------------------------------------------
  MENU
-------------------------------------------------------------------------------------------------------------- */
.menu-nav{
	height: 65px;
	border:0;
	background: #EEEEEE;
	/* box-shadow: 0 0 3px #1f1f1f; */
	padding: 0;
	border-radius:0px;
}
.menu-nav .container-fluid{
	padding: 0 !important;
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header{
	margin: 0;
	padding: 0 !important;
}
.shadow-bar{
-webkit-box-shadow: 0px 0px 5px 0px rgba(122,122,122,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(122,122,122,1);
box-shadow: 0px 0px 5px 0px rgba(122,122,122,1);
border-radius:0px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

}
.navbar-collapse li{
	height: 65px;
	padding: 0 17px;
	text-align: center;
	font-family: 'Overpass', sans-serif;
	font-weight: 400;
  background-color: #062d66;
	border-left:1px solid #ccc;
	/* border-right:1px solid #ccc; */
	transition: background-color  0.3s ease-in-out ;
}
 
.nav{
  float: none!important;
  margin: 0!important;
  display: flex!important;
  /* justify-content: center!important; */
  flex-wrap: wrap!important;
  background-color: #062d66;
}
.navbar-collapse li a{    
	height: 65px;
	text-align: center;
	padding: 22px 8px 20px 5px;
}
.bar-radius{
	border-radius:20px !important;
}
.navbar-collapse li:after,
.navbar-collapse li:before {
	border-left:0;
}
.navbar-collapse li a{
	color:#ffffff !important;
}
.navbar-collapse li.ativo {
	background-color: #566FB2;
	color:#FFF !important;
}

.navbar-collapse li:hover {
	background-color: #566FB2;
	color:#FFF !important;
}

.navbar-collapse li:hover a, 
.navbar-collapse li.ativo a{
	color:#FFF !important;
}
.btn-cadastre{    
	list-style: none;
	/* height: 65px;
	text-align: center;
	padding: 22px 10px 10px 10px;
	background-color: #566FB2;
  border-color: #000; */
  border-radius: 50px;
}
.navbar-collapse .btn-login{
	list-style: none;
	height: 65px;
	text-align: center;
	padding: 22px 10px 10px 10px;
	background-color: #566FB2;
  border-color: #000;
  border-radius: 50px;
}

.navbar-collapse .btn-cadastre a{
  color:#FFF !important;
  border-radius: 50px;
}
.navbar-collapse .btn-login a{
  color:#FFF !important;
  border-radius: 50px;
}
.navbar-collapse .btn-sair{
	height: 65px;
	text-align: center;
	padding: 22px 10px 20px 10px;
	background-color: #566FB2;
	border-color: #fff;
	color:#566FB2!important;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.btn-sair{
	list-style: none;
}
.navbar-collapse .btn-sair a{
	color:#FFF !important;
}
.navbar-collapse .btn-usuario{
	list-style: none;
	height: 65px;
	text-align: center;
	padding: 20px 10px 20px 20px;
	background-color: #566FB2;
	border-color: #000;
	color:#fff;
	font-size: 11px;
}

.btn-usuario{
  width: 100%;
}
body > header > div.container > div > div.col-sm-8.pt-lg.inputs-header > div > div > div:nth-child(2) > li > div > a{
  width: 65%;
}
.navbar-collapse li:hover .btn-usuario:hover{
  background-color: transparent !important;
  color:#fff !important;
	
}
/* .corpo {
  min-height: 450px;
} */
/* --------------------------------------------------------------------------------------------------------------
  LEILÕES
-----------------------------------------------------------------------------------------------------------------*/

.leilao-home{
	background: #FFF;
	/* max-height: 450px; */
	overflow: hidden;
	border: 8px #FFF solid;
}
.img-publicidade img {
	width: 100%;
	height: 150px;
}

.leilao-home
{
  border: 5px rgb(238, 238, 238) solid;
  padding:5px !important;
  position: relative;
}
.leilao-home:hover{
	border: 5px #ccc solid;
}
.leilao-home h4
{
height: 40px;
text-align: center;
font-size: 16px;
line-height: 16px;
}
.leilao-home img
{
  width:100%;

}
  
.title-leilao{
	width:97%;
	height: 20px;
	/* padding:0 10px 0 10px; */
	position: absolute;
	z-index:2;
	background: rgba(0, 0, 0, 0.3);
	bottom: 5px;
	transition:height  0.3s ease-in-out;
	text-align: center;
}
.leilao-home:hover .title-leilao{
	width:97%;
	height:100px;
	background: rgba(0, 0, 0, 0.9);
}
.title-leilao .dados-lote-int{
  width:100%;
  opacity: 0;
  color:#fff;
  transition: opacity 0.2s ease-in-out 0.2s;
}
.leilao-home:hover .dados-lote-int{
  opacity:1;
}
.leilao-home .title-leilao i{
  width:100%;
  text-align: center;
  color:#ccc;
  margin:0;
  padding: 0;
  top:-5px;
}
.leilao-home:hover .title-leilao i{
  transform: rotate(180deg);
  color:#FFF;
}
.title-leilao h3,
.title-leilao small {
	width:100%;
	color:transparent;
	transition-property: color;
	transition-duration: 0.4s;
	transition-timing-function:ease-in;
}
.title-leilao h3{
  margin-top:5px;
}

.title-leilao h3,
.title-leilao small {
	transition-property: color;
	transition-duration: 0;
	transition-delay: 0;
	transition-timing-function:ease-out;
}
.leilao-home:hover .title-leilao h3,
.leilao-home:hover .title-leilao small{
	color:#FFF;
}
.encerrados{
	background: rgba(0, 0, 0, 0.6);
	z-index:10;
	float: left;
	width:92%;
	height: 96%;
	position: absolute;
	text-align: center;
	vertical-align: center;
}
.encerrados h2{
	margin-top:35%;
	color: #FFF;
}

.transmissao{
  width:30%;
  height: 55px;
  padding: 15px 0;
  z-index: 5;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top:20px;
  right:24px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  border-left:5px solid #566FB2;
}
.transmissao a{
	color:#FFF !important;
}
.transmissao a:hover{
	color:#566FB2!important;
	cursor: pointer;
}
/* Video youtube home */
.video-transmissao iframe {
  width: 100%;
}

.video-transmissao{
  margin-left: 27px!important;
}

/* --------------------------------------------------------------------------------------------------------------
  LOTES DOS LEILÕES
-----------------------------------------------------------------------------------------------------------------*/
.countdown{
  /* background-color: #062d66 !important; */
  /* background-color: #566FB2 !important; */
	padding: 5px;
	font-family:'Overpass' sans-serif;
	color: #566FB2;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	font-size: 26px;
  border-radius:5px;
  border: 1px solid #566FB2;
}

@media screen and (max-width: 768px) {
	.countdown {
    width: 100%;
    margin-bottom: 10px;
  }
  
  header {
		height: 75px !important;
	}
}



.btn-download-catalago:hover 
{
  background-color: #566FB2;
}

.countdown .clock{
	width:60px;
	padding:0;
	display: inline-block;
}
.countdown .clock > span{
	padding: 0 15px;
	display: inline-block;
}
.smalltext{
	font-size: 11px;
	font-weight: 300;
}
.pontos{
	width:10px !important;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.sub_clock{
	font-family:'Overpass' sans-serif;
	color: #000;
	line-height: 12px;
	font-weight: 300;
	margin:10px 0 0 0;
	padding: 0;
}
.breadcumb{
	display: inline;
	list-style: none;
}

.breadcumb > li > a{
	float: left;
	color:#000 ;
	padding: 18px 12px;
	margin-right:8px;
	text-transform: uppercase;
	font-size: 12px;
}
.breadcumb > li > a:hover {
	background-color:#566FB2 ;
	cursor:pointer;
	color:#FFF;
}
.breadcumb .bread-ativa a {
	background-color:#566FB2 !important ;
	cursor:pointer;
	color:#FFF !important;
}
.breadcumb > li > a:hover .badge{
	background-color:#fff;
	color:#777;
}
.btn-filter{
	color:#566FB2!important;
}
.btn-filter:hover{
	color:#566FB2!important;
}



.bloco-lote {
  background: #ececec;
  transition: 0.3s;
}
.inner-bloco-lote {
  border: 1px solid #566FB2;
  background: #FFF;
}
/* 
.altura_titulo_lote {
  font-size: 11px;
} */


.altura_titulo_lote {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;  
  padding: 1px 0 3px !important;
}

.lotes-destaque .altura_titulo_lote {
  padding: 5px 0 3px !important
}

.altura_titulo_lote * {
	font-weight: 700 !important;
}



/* .dados-lote {
  width: 91%;
  height: 20px;
  padding: 0 9px 0 9px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 14, 24, 0.7);
  bottom: 55px;
  transition: height 0.5s ease-in-out;
} */








.lote{
  padding:12px;
	/* border:1px solid #797979; */
	background-color:#ececec !important;
}
.lote:hover, .lote:focus, .lote:active{
	cursor:pointer;
	box-shadow: 0 0 8px #181818;
}

.btn-download-catalago{
    background-color: #062d66;
    padding: 10px;
}

.label.label-danger.pull-right.white.nmb{
    left: -30px;
}

@media (hover:none), (hover:on-demand) {
  .lote:hover, .lote:focus, .lote:active{
    cursor:pointer;
    box-shadow: 0 0 8px #062d66;
  }
}
.lote span{
	width:100%;
	color:#000;
	margin-bottom: 5px;
	font-weight: 400;
}
.lote img{
	width:100%;
	/* border-top-left-radius:5px;
  border-top-right-radius:5px; */
  /* height: 219px !important; */
}
.lote h4{
	margin:0px 0 0 0;
	padding:10px 2px;
	width:100%;
	background-color:#566FB2;
	color:#fff;
	text-align: center;
	z-index: 3;
	position: relative;
	font-size: 15px;
	overflow-x: hidden;
}


.dados-lote{
  width: 317px;
  height: 20px;
  padding: 0 10px 0 10px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  bottom: 55px;
  transition: height 0.5s ease-in-out;
}

.dados-lote-vendas{
  width: 317px;
  height: 20px;
  padding: 0 10px 0 10px;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  bottom: 55px;
  transition: height 0.5s ease-in-out;
}

.dados-lote i{
  width:100%;
  text-align: center;
  color:#ccc;
  margin:0;
  padding: 0;
  top:-5px;
}
.lote:hover .dados-lote i{
  transform: rotate(180deg);
  color:#FFF;
}
.lote:hover .dados-lote{
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
}
.lote .dados-lote-int{
  width:100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.2s;
}
.lote:hover .dados-lote-int{
  opacity:1;
}
.dados-lote-int span{
  width:100%;
  height: 18px;
  color:#fff;
  padding-left: 5px;
  font-size: 13px;
  font-family: 'Overpass' sans-serif;
  font-weight: 300 !important;
  display: block;
  float: left;
  overflow: hidden;
}

.dados-lote-int span b{
  font-weight: 300;
  color:#fff;
}



.nome_animal_bloco {
  position: relative;
  z-index: 3;
} 

.special-title {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
}

.label-default {
    background-color: #777;
}

.label-animal {
  padding: .3em .6em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: .25em;
}

.nav-pills>li>a{
  border-radius: 5px !important;
}

/* .nav-pills>li.active>a
{
  color: #fff;
  background-color: #566FB2;
} */

.nav-pills>li.active>a,
.nav-pills>li>a:hover,
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover
{
  color: #fff;
  background-color: #062d66;
}


.span-meio{
  width:50% !important;
  float: left;
}

.imagem-leilao{
  width: 100%;
}


.nav-pills>li
{
  justify-content: center !important;
}

.nav-pills>li>a {
  border-radius: 15px;
  background: rgb(214, 214, 214);
}



body > div.container-fluid.bg-gold-row > div.container.bg-white.pa-md.bg-arrow > div > div.col-sm-6.col-xs-12.mt-lg.mb-lg > div:nth-child(1) > div{
  line-height: 30px;
}

/* TARJA LISTAGEM DE ANIMAIS */
.tarja_vendido_lotes {
	width: 83%;
	height: 49%; 
	position: absolute;
	left:32px;
	top:70px;
	background: rgba(255, 255, 255, 0.5);
}
.tarja_vendido_lotes h5 {
	text-align: center;
	padding-top: 24%;
	font-size: 30px;
	font-weight: bold;
	color:#b80000;
	text-shadow: 0 1px 2px #313131;
}

/* TARJA DETALHES ANIMAL */
.tarja_vendido {
	width: 97.5%;
	height: 100%;
	position: absolute;
	top:0;
	background: rgba(255, 255, 255, 0.5);
	
}
.tarja_vendido h5 {
	text-align: center;
	width:100%;
	padding-top: 27%;
	font-size: 40px;
	font-weight: bold;
	color:#b80000;
	text-shadow: 0 1px 4px #313131;
}



@media screen and (max-width: 768px) {
  /* TARJA LISTAGEM DE ANIMAIS */
  .tarja_vendido_lotes {
    width: 98%;
    height: 53%; 
    left: 3px;
    top: 30px;
  }
  .tarja_vendido_lotes h5 {
    padding-top: 25%;
    font-size: 35px;
  }
  

  /* TARJA DETALHES ANIMAL */
  .tarja_vendido {
    width: 95%;
    
  }
  .tarja_vendido h5 {
    padding-top: 25%;
    font-size: 28px;
  }

}



/* --------------------------------------------------------------------------------------------------------------
  PERFIL DO ANIMAL
-------------------------------------------------------------------------------------------------------------- */
.galeria{
  width:100%;
  padding: 12px 0;
  margin:0;
}
.galeria img{
  width:100%;
}
.dados-perfil{
  width:100%;
  padding: 12px 15px;
  margin:0;
}
.dados-perfil ul{
  padding: 0;
  margin: 0;
}
.dados-perfil ul li{
  list-style: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.dados-perfil ul li span{
  font-weight: 400;
  color:#000;
  margin-right:10px;
}
.dados-perfil ul li .fa{
  color:#666666;
}
.bts-perfil{
  background-color: #566FB2;
	border-radius:5px;
  color:#fff;
  transition: background-color 0.5s ease-in-out;
}
.bts-perfil:hover{
  background-color:#566FB2;
  color:#fff;
  cursor:pointer;
}
.bts-perfil .fa{
  margin-top: 12px;
}

.dados-lances{
  border-left:4px solid #566FB2;
}
.lances a:hover{
  color:#566FB2 !important;
}
.dar-lance span{
  float: left;
  margin-right: 10px;
  padding-top: 10px;
  font-size: 22px;
  color:#A1A1A1;
}
.dar-lance input,
.dar-lance select,
.dar-lance input:focus{
  width:100%;
  padding: 13px 25px;
  outline:none;
  box-shadow: none;
  border:1px solid #ccc;
  border-radius:0 !important;
  font-size: 17px;
  font-weight: 400;
  float: left;
}

.dar-lance button{
  padding: 15px 25px;
  float: left;
  font-weight: 400;
}
.dar-lance button:hover{
  color: #fff !important;
  border-color: #566FB2 !important;
	background:#566FB2 !important;
  cursor: pointer;
}

body > div.container-fluid.np.bg-gold-row > div.container.bg-white.pa-md.bg-arrow.detalhes-lote > div.row.mt-lg.pt-lg > div{
  background-color: #062d66;
}

.tarja{
  position: absolute;
  top: 0px;
  right: 0px;
}









.anterior,
.proximo {
  width: 115px;
  height: 72px;
  position: fixed;
  z-index: 99;
  top: 50%;
  margin-top: -83px;
  background-repeat: no-repeat;
  background-position: center;
}

.proximo {
  right: -20px;
  background-image: url(../imagens/next.png);
}
.anterior {
  left: -20px;
  background-image: url(../imagens/prev.png);
}


.anterior-cel,
.proximo-cel {
  width: 50%;
  height: 45px;
  padding: 10px;
  position: fixed;
  z-index: 9;
  top:  49px;
  background: #062d66;
  color: #ffffff !important;
  border-left: 3px solid #ffffff !important;
  border-top: 3px solid #ffffff !important;
  border-bottom: 3px solid  #ffffff !important;
  text-align: center;    
}

.proximo-cel {
  right: 0; 
}
.anterior-cel {
  left: 0; 
}












/* --------------------------------------------------------------------------------------------------------------
  PARCEIROS
-------------------------------------------------------------------------------------------------------------- */

.parceiros{
  max-width: 100%;
  height: 153px;
  margin:0  auto;
  display: block;
}

/* --------------------------------------------------------------------------------------------------------------
  MODAL PERSONALIZADO
-------------------------------------------------------------------------------------------------------------- */
.maxxima-modal .modal-content {
  background: rgba(0, 0, 0, 0.7);
}
.maxxima-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  padding-left: 0!important;
}
.maxxima-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
  color:#FFF;
  font-family: 'Overpass', sans-serif;
}
.maxxima-modal .modal-content h4 {
  margin-bottom: 15px;
  font-size:20px;
  color:#FFF;
  font-family: 'Overpass', sans-serif;
}
.maxxima-modal .modal-content p {
  margin-bottom: 30px;
  color:#000;
}
.maxxima-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.maxxima-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.maxxima-modal .modal-content img {
  margin-bottom: 30px;
}
.maxxima-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 90px;
  right: 25px;
  cursor: pointer;
}
.maxxima-modal .close-modal:hover {
  opacity: 0.3;
}
.maxxima-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #FFF;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.maxxima-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #FFF;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.maxxima-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.in-login {
  width:100%;
  margin:auto;
}
.in-login input{
  width:100%;
  height: 50px;
  padding-left: 10px;
  border-radius: 6px;
  border:1px solid #ccc;
}
.cadastro {
  width:70%;
  margin:auto;
}
.cadastro input,
.cadastro select,
.cadastro button {
  height: 50px;
  width:100%;
  padding-left: 10px;
  border-radius: 6px;
  border:1px solid #cccccc;
}
.contato {
  width:70%;
  margin:auto;
}
.contato input, .cadastro  button {
  height: 50px;
  width:100%;
  padding-left: 10px;
  border-radius: 6px;
  border:1px solid #ccc;
}
.contato textarea {
  width:100%;
  min-height: 200px;
  padding: 10px;
  border-radius: 6px;
  border:1px solid #cccccc;
}

/* --------------------------------------------------------------------------------------------------------------
  CENTRAL DO USUÁRIO
-------------------------------------------------------------------------------------------------------------- */
.aba-green a{
  color:#fff !important;
  border-radius: 0px;
}

.nav>li>a:focus, .nav>li>a:hover{
  background-color: #566FB2;
  border-radius: 0px;
}

.aba-green .active a{
  background-color: #062d66 !important;
  color:#fff !important;
  border-radius: 0px;
}
 
/* -------------
  FOOTER
---------------- */
/* footer {
	width:100%;
	height: 280px;
	background: #062d66;
  border-top: 8px solid #566FB2;
  margin-top: 50px;
} */

footer{
	width:100%;
	height: 280px;
	background: #062d66;
	border-top: 4px solid #062d66;
	/* margin-top: 50px; */
}

.bg-gray-top{
	margin-top:-8px !important; 
}
.direitos{
  margin-top: 75px;
}
.copyright{
  background-color: #fff!important;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #062d66;
    border-color: #062d66; 
}

/* .pd-lf-25 {
padding-left:25px !important;
}
.pd-r-25 {
  padding-right:25px !important;
  }    */

.pd-0
{
  padding: 0px !important;
}

.mr-25
{
  margin-right: 25px !important;
}

.pd-30 
{
  padding-right: 30px;
}
.pdr-37
{
  padding-right: 37px;
}

.mt-100px
{
 margin-top: 100px;
}


/*WHATSAPP Plugin */

.caixa_chat_windows{
  box-sizing: border-box;
  font-family: "Calibri", "Roboto", sans-serif;
  z-index:101;
}
.chat_window {
  display:none ;
  position: fixed;
  width: calc(100% - 20px);
  max-width: 400px;
  height: 405px; /*500px*/
  border-radius: 10px;
  background-color: #fff;
  right: -180px;
  bottom:-120px; /* 50px */
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
  overflow: hidden;
  z-index:50;
}
.whats_top_menu {
  background-color: #056056;
  width: 100%;
  padding: 20px 0 15px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.whats_top_menu .buttons {
  margin: 3px 0 0 20px;
  position: absolute;
}
.whats_top_menu .buttons .button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.whats_top_menu .buttons .button.whats_close {
  background-color: white;
}
.whats_top_menu .buttons .button.minimize {
  background-color: #fdbf68;
}
.whats_top_menu .buttons .button.maximize {
  background-color: #a3d063;
}
.whats_top_menu .title {
    text-align: left;
	color: white;
	font-size: 18px;
	/* text-indent: 70px; */
	padding-left:62px;
	font-weight:bold;
}
.whats_messages {
  position: relative;
  list-style: none;
  padding: 10px 0px 0 5px;
  margin: 0;
  height: 255px; /*347px;*/
  overflow: hidden;
  background: url('../../assets/imagens/whatsapp_modulo_bg.jpg');
}
.whats_messages .message {
  clear: both;
  overflow: hidden;
  margin-bottom: 7px;
  transition: all 0.5s linear;
  opacity: 0;
}
.whats_messages .message.left .avatar {
  background-color: #f5886e;
  float: left;
}
.whats_messages .message.left .text_wrapper {
 /* background-color: #ffe6cb;*/
  background:white;
  box-shadow: 1px 1px 2px #CCC;
  margin-left: 20px;
  box-sizing: border-box;  
}
.whats_messages .message.left .text_wrapper::after, .whats_messages .message.left .text_wrapper::before {
  right: 95%;
  border-right-color: white;
}
.whats_messages .message.left .text {
  color: black;
}
.whats_messages .message.right .avatar {
  background-color: #fdbf68;
  float: right;
}
.whats_messages .message.right .text_wrapper {
  background-color: #c7eafc;
  margin-right: 20px;
  float: right;
}
.whats_messages .message.right .text_wrapper::after, .whats_messages .message.right .text_wrapper::before {
  /*left: 100%;*/
  right: -15px;
  border-width: 30px 30px 0 0;
  border-color: #c7eafc transparent transparent transparent;
}
.whats_messages .message.right .text {
  color: #45829b;
}
.whats_messages .message.appeared {
  opacity: 1;
}
.whats_messages .message .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
}
.whats_messages .message .text_wrapper {
  display: inline-block;
  padding: 6px 16px 5px 15px; /*20px padding: 10px 20px 4px 16px;  */
  border-radius: 16px; /*6px*/
  width: calc(100% - 70px);
  min-width: 100px;
  position: relative;
}
.whats_messages .message .text_wrapper::after, .whats_messages .message .text_wrapper:before {
  top: 0;
  margin-left:10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.whats_messages .message .text_wrapper::after {
  border-width: 0 30px 30px 0;
  border-color: transparent #ffffff transparent transparent;
}
.whats_messages .message .text_wrapper::before {
  border-width: 0 30px 30px 0;
  border-color: transparent #ffffff transparent transparent;
}
.whats_messages .message .text_wrapper .text {
  font-size: 14px;
  font-weight: 300;
  text-align:left;
}
.whats_bottom_wrapper {
  position: relative;
  width: 100%;
  background-color: #F5F1EE;
  padding: 13px 11px;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}
.whats_bottom_wrapper .message_input_wrapper {
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #bcbdc0;
  /*width: calc(100% - 160px);*/
  width: calc(56% - 56px);
  position: relative;
  padding: 0 20px;
  box-shadow: 1px 1px 2px #CCC;
  box-sizing: border-box;
  text-align:left;
}
.whats_bottom_wrapper .message_input_wrapper .message_input {
  border: none;
  height: 100%;
  box-sizing: border-box;
  width: calc(100% - 40px);
  position: absolute;
  outline-width: 0;
  color: #000;
  background:#F5F1EE;
}
.whats_bottom_wrapper .send_message {
  width:50px; /*width: 140px;*/
  height: 50px;
  display: inline-block;
  border-radius: 50%; /*50px*/
  cursor: pointer;
  transition: all 0.2s linear;
  float: right;
}
.whats_bottom_wrapper .send_message .text {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  line-height: 48px;
}
.whats_message_template {
  display: none;
}
.block {
	display: block
}
.whats_close {
	float:right;
	color:white;
	font-size:26px;
	margin:-35px 20px 0 0;
	cursor:pointer;
	line-height: 1;
    padding: 0;
    font-family: Arial;
    text-transform: lowercase;
    font-weight: normal;	
}
.whats_top_menu .buttons .button.avatar {
	width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    margin-top: -10px;
	 background: url('../../assets/imagens/favicon.png') white;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.time {
	float: right;
    margin:0 -10px 0 0;
    padding: 0;
    font-size: 12px;
	position:relative;
	color: #929292;
}

@media only screen and (max-width: 719px) {
	/* .chat_window{ left: 180px; } */
	.chat_window{ left: 10px; bottom: 30px; transform: none; }
	.whats_top_menu .title{font-size:16px;}
	.whats_top_menu .buttons{margin: 0px 0 0 20px;}
	.whats_close {margin:-25px 20px 0 0 !important; color:#FFF !important;padding: 0 !important;}
}
/*
.whats_conteudo {
	margin: 0 auto;
	background:#dedede;
	width:1280px;
	height:960px;
}
*/
.float-whatsapp { position: fixed; width: 60px; height: 60px; bottom: 15px; right: 25px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; z-index: 40; cursor:pointer; }
.my-icon-whatsapp{ margin-top:15px; }
.pulse { font-family: Arial; line-height: 1.5; font-size: 12px; font-weight: bold; float: left; width: 18px; height: 18px; border-radius: 50%; background: #d2ae6d; cursor: pointer; box-shadow: 0 0 0 #d2ae6d;; animation: pulse 2s infinite; z-index: 9999; position: absolute; }
.pulse:hover { animation: none; }
@-webkit-keyframes pulse {
  0% { -webkit-box-shadow: 0 0 0 0 rgba(233, 179, 30, 0.555); }
  70% { -webkit-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0); }
  100% { -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);  }
}
@keyframes pulse {
  0% { -moz-box-shadow: 0 0 0 0 rgba(233, 179, 30, 0.555); box-shadow: 0 0 0 0 rgba(233, 179, 30, 0.555);  }
  70% { -moz-box-shadow: 0 0 0 10px rgba(233, 30, 99, 0); box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);  }
  100% { moz-box-shadow: 0 0 0 0 rgba(233, 30, 99, 0); box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);  }
}








#preload {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000;
  z-index: 9999999 !important;
  background-color: rgba(0, 0, 0, 0.25)
}
#preload i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 7em;
  margin-left: 50%;
  margin-top: 25%;
}
#preload span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 4em;
  margin-left: 47.2%;
}









		
			
.subscribe {
  /* background: #062d66; */
  background: #252525;
  padding: 0;
}


/* Call to action */

.subscribe-call-to-acton {
  min-height: 55px;
  padding: 22px 0 0 30px;
}

.subscribe-call-to-acton h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}


/* Newsletter */

.ts-newsletter {
  background: #252525;
  position: relative;
  min-height: 60px;
  padding: 12px 0 0 10px;
}

/* .ts-newsletter:after {
  content: "";
  position: absolute;
  background: #252525;
  display: block;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
} */


.newsletter-introtext {
  float: left;
  color: #fff;
}

.newsletter-introtext h4 {
  margin: 0;
  color: #fff;
}

.newsletter-form {
  float: left;
  margin-left: 30px;
  margin-top: 3px;
  position: relative;
}

.newsletter-form input {
  height: 30px;
  font-size: 14px;
  background: none;   
  min-width: 370px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .3);
}


@media screen and (max-width: 768px) {
  .newsletter-form input {
    min-width: 100%;
  }

  .subscribe-call-to-acton h3 {
    font-size: 13px;
    margin-bottom: 0;
    text-align: left;
  }

  .ts-newsletter {
    padding: 0;
    min-height: 45px;
  }
  .subscribe-call-to-acton {
    min-height: 33px;
    padding: 17px 0 0 0;
  }

  .newsletter-form {
    margin-left: 0;
  }

}




.card-lote .dados-lote {
	width: 90.8%
}