@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0;} 
a:link {text-decoration: none;
		color: #000}
a:visited {text-decoration: none;
color: #000;}
a.local:hover, a.local:active, a.local:visited, a.local:link  {text-decoration: none;
		 color: #EBBB31; font-weight:bolder}
a:hover, a:active  {text-decoration: none;
		 color: #000; font-weight:bolder}
a img { border: 0px;}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Candara; 
  font-size:100%;
}

.wrapper {
  min-height: 100%;
  background-image:url(fundo.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
.conteudo {
    width: 90%;
    margin: 0 auto;
}
.int_rodape {
	text-align:center;
    display: flex;
    flex-wrap: nowrap;
    color: #FFFFFF    
}

.rod_dados {
    width:100%;
}

.header_inf {
    text-align:center;
    display: flex;
    flex-wrap: nowrap;
    color: #FFFFFF;
}

.rank_text {
    font-size: 125%;
    color: #EBBB31;
    font-weight: bolder;
}

.t3 {
    color: #FFFFFF;
    font-size:70%;
    text-align: justify;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  background-color: #FFFFFF;
  width: 22%;
  margin-left: 1%;
  margin-top: 1%;
  float: left;
  padding: 10px;

 }
.column_large {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
}
.D_none{display: none}
.D_block{display: block}
.nome_lt{
	color: #063;
	font-weight: bold;
    font-size: 150%;
    height: 50px;
	}
.det_plus{
    float: right;
}
.det_men{
    position: absolute;
    bottom: 15px;
    right: 15px;}
.foto{
	position: relative;
}
.foto_large{width: 50%;
    background-color: #FFFFFF;
    padding: 10px;
}
.inf{

}
.inf_large{width: 50%;
    background-color: #FFFFFF;
    padding: 10px;
}

.box_play {
    position: absolute;
	bottom:3%;
	left:3%;
}

.box_vd {
    position: absolute;
	z-index:5;
	display:none; 
	bottom:0; 
	background-color: #FFF; 
	height: 100%;
}

.box_close {
    text-align: center;
}
.avos {
    margin-left: 10%;
}

.pais {
    font-size: 105%;
    margin-left: 5%;
    font-weight: bolder;
}

.coment {
    font-size: 115%;
    text-align: justify; 
    padding-right: 15px;
}

.texto_det {
      margin: 0;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    padding-bottom: 20px;
}

@media  (max-width: 1150px) {
#inf_header{display: none}
.column {
  width: 30%;
 }
.int_rodape {
	text-align:center;
    display: flex;
    flex-wrap: wrap;
    color: #FFFFFF    
}
#logo_leilao{width: 100%}
.rod_dados {
    width:33%;
    padding-top: 30px;
    padding-bottom:30px;
}
}

@media  (max-width: 950px) {
.int_rodape{
    display: flex;
	flex-direction: column;
}  
.rod_dados{
    width: 100%;
} 
.column {
  width: 45%;
 }
}

@media  (max-width: 700px) {
.column {
    width: 95%;
 }
.column_large {
    display: flex;
	flex-direction: column;
}
.foto_large{width: 95%;
}
.inf_large{width: 95%;
}
.texto_det {
  top: 0%;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
}
