<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	border: 0;
	box-sizing: border-box;
    font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px;
    margin: 0;
	outline: none;
    padding: 0;
}


h1 {
    font-family: 'Roboto Slab', serif;
    color: #000;
    width: 100%;
    font-size: 24px;
}

main{
	padding: 20px;
}

#container-title-mercado{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linha {
    height: 1px;
    width: 195px;
    background-color: #c5c5c5;
    
}

#title-mercado {
    width: 250px;
    font-weight: 800;
    text-align: center;
    color: #4d4d4d;
}

#search-container {
	margin: 30px 0px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}

.label-search{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}


#select-time{
    font-weight: 300;
    width: 100%;
	max-width: 350px;
    height: 35px;
    border: 0;
    outline: 0;
    border-radius: 10px;
    background: #ececec; 
    background: -webkit-linear-gradient(#ececec, #f9f9f9); 
    background: -o-linear-gradient(#ececec, #f9f9f9); 
    background: -moz-linear-gradient(#ececec, #f9f9f9); 
    background: linear-gradient(#ececec, #f9f9f9); 
    
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.3);

    
}

#container {
    margin: 30px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.container-player {
    margin: 20px 2%;
    width: calc((100% / 2) - 5%);
    height: 330px !important;
    background-color: white;
    display: inline-block;
    background-color: #ededed;
    vertical-align: top;
}

@media all and (max-width: 650px){

	.container-player {
		display: block;
		margin: 20px auto;
		max-width: 330px;
		width: 100%;
    }
    
}

.photo-card {
    width: 100%;
    height: 150px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center; 
    
}
.text-container {
    margin-top: 10px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}
.name {
	font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: 800;
    width:100%;
    line-height: 20px;
}

.cointainer-info{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 5px;
}

.position {
    line-height: 20px;
    width:auto;
    font-weight: 300;
    text-align: center;
}


.container-escudos {
    background-color: transparent;
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
    margin-top: 10px;
	min-height: 72px;
}
.thumbnail {
    background-color: transparent;
    width: auto;
    display: inline-block;
}
.emblems {
    background-color: transparent;
    text-align: center;
}
.escudo {
    background-color: transparent;
    max-width: 50px;
    max-height: 50px;
}
.seta {
    background-image: url('../images/seta.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: transparent;
}
.legenda {
    font-weight: 300;
    font-size: 14px;
    width: 120px;
    height: 40px;

}
.status {
    height: 40px;
    display: flex;
    justify-content: center;
	align-items: center;
    margin-top: 10px;
    width: 100%;
    
}

.status span{
	color: #fff;
	cursor: default;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}

.show-more {
    border-radius: 5px;
    background-color: #649852;
    color: #fff;
    cursor: pointer;
	display: block;
	font-family: 'Roboto Slab', serif;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 20px auto;
	transition: 0.3s;
    width: 80%;
	padding: 15px;
}


.show-more:hover {
    background-color: #75a067;
	transform: scale(1.05);
	transition: 0.3s;
}

.show{
	display: inline-block;
}

.hidden{
	display: none;
}

.interesse{
	background-color: #f9997e;
}

.negociando{
	background-color: #e2bb51;
}

.fechado{
	background-color: #86c86c;
}

.rumores{
	background-color: #953AFF;
}

.naofechou{
	background-color: #FF3223;
}





.line-top{
	background-color: #000;
	width: 100%;
	height: 4px;
}

.line-bottom{
	background-color: #000;
	width: 100%;
	height: 2px;
}</pre></body></html>