* {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
}


.tabela {
	margin-right: 40px;
	border: solid 1px #a8a8a8;
	padding: 20px;
	font-size: 14px;
}

.tabela a {
	text-decoration: none;
}

@media only screen and (max-width: 700px) {
	.esc {
		display: none;
	}
}

.textolaranja {
	color: #ad8200;
}

.textopalha {
	color: #fdb782;
}

.textoazul {
	color: #373cff;
}

.textoacqua {
	color: #37fffa;
}

.textoverdeforte {
	color: #2e761d;
}

.textocinzaescuro {
	color: #828282;
}

.bordacardsede {
	border-left: solid 4px #b54343;
}


.bordacardtarefa {
	border-left: solid 4px #4c8cc2
}

.bordacard {
	border-left: solid 4px #262396;
}

.titulocard {
	font-size: 13px;
}

.subtitulocard {
	font-size: 11px;
}

.totaiscard {
	font-size: 11px;
}

.linkcard a {
	text-decoration: none;
}

.textarea {
	width: 720px;
	height: 110px;
}

header {
	width: 80%;
	height: 50px;
	align-items: center;
	position: relative;
	z-index: 2;
	margin: auto;
	font-weight: 300;
}

body {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
   /* font-family: 'Open Sans', sans-serif;*/
	/*background: #b6d48e;*/
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
}


.container {
	
	height: 100vh;	
	width: 100vw;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

.container .list .list-item{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;

}

.container .list .list-item img {
	object-fit: cover;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 100%;
	filter: brightness(25%);
}

.container .list .list-item .content {
	position: absolute;
	top: 0;
	right: 10%;
	padding-right: 30%;
	width: 100%;
	color: #e0e4ec;
	text-shadow: 0 5px 10px #0004;

}

.container .list .list-item .title {
	font-size: 5em;
	font-weight: 700;
	line-height: 1.3em;
}

.container .list .list-item .description {
	font-size: 1.5em;
}

.container .list .list-item .buttons {
	display: grid;
	grid-template-columns: repeat(2, 130px);
	grid-template-rows: 50px;
	margin-top: 20x;
	gap: 5px;
}

.container .list .list-item .buttons button{
	border: none;
	background-color: #eee;
	letter-spacing: 3px;
	font-weight: 400;
	cursor: pointer;
	text-transform: uppercase;
}

.container .list .list-item .buttons button:hover{
	background-color: transparent;
	border: 1px solid #eee;
	color: #eee;
}


.container .list .list-item .buttons button:nth-child(2){
	background-color: transparent;
	border: 1px solid #eee;
	color: #eee;
	transition: 0.7s;

}

.container .list .list-item .buttons button:nth-child(2):hover{
	background-color: #eee;
	color: #000;
	transition: 0.7s;

}


@media only screen and (max-width: 700px) {
	.textarea {
		width: 300px;
	}
}