.node-type-vinculos {
	#main {
		@include holder;
		max-width: 660px;
	}

	.block-seed-tools-seed-title {
		.title {
			@include title-block($c-dimgray, 230%);
			margin: 1em 0;
			font-weight: 100;
			text-align: center;
			width: 100%;

			&:after {
				background: tint($c-dimgray, 50);
				margin: 20px auto;
				width: 55px;
			}
		}
	}

	.view-vinculos {
		@include search-files;

		.view-content {
			h2 {
				color: $c-dimgray;
				font-size: 134%;
			}

			.body-vinculos{
				color: $c-dimgray;
				font-size: 1.2em;
    			font-weight: 100;
    			margin-bottom: 1.2em;	
			}
		}

		.views-row {
			border-top: 1px dotted shade($c-silver, 20);
			display: inline-block;
			padding: 8px 0;
			position: relative;
			width: 100%;

			&.views-row-last {
				border-bottom: 1px dotted shade($c-silver, 20);
			}

			.views-field-field-icono {
				float: left;
				margin-right: 1.5%;
				max-width: 9%;
			}

			.views-field-field-link {
				float: left;
				padding-right: 10%;
				width: 80%;

				a {
					color: $c-brand-green-dark;
					font-size: 130%;
					font-weight: 100;
    				line-height: 1.3;
					padding-right: 10%;
				}
			}

			.views-field-field-version {
    			color: $c-dimgray;
				float: right;
    			font-size: 90%;
    			font-weight: 300;
    			line-height: 1.2;
				padding-right: 10%;
				width: 80%;
			}

			.views-field-field-link-1 {
				margin-top: -20px;
				position: absolute;
				right: 0;
				top: 50%;

				a {
					@include imgreplace;
					@include size(40px);
					display: inline-block;
					background: url('../images/link-icon-arrow-left.png') no-repeat;
					background-size: 40px; 
				}
			}
		}
	}
}