//ESTILOS PARA PAGINAS DE TIPO PLANTILLAS.

.page-node-type-plantilla {

	.block-seed-tools-seed-title {

		.title {
			@include title-block(tint($c-dimgray, 10), 234%);
    		font-weight: 100;
    		line-height: 1;
   			margin-bottom: 26px;
    		margin-top: 1em;
    		text-align: center;
    		
    		&:after {
    			margin: 0.4em auto 0;
    			width: 54px;
    		}			
		}
	}
	.field-name-field-subtitle {
		@include title-block(tint($c-dimgray, 10), 234%);
    	font-weight: 100;
    	line-height: 1;
   		margin-bottom: 26px;
    	margin-top: 1em;
    	text-align: center;
    		
    	&:after {
    		margin: 0.4em auto 0;
    		width: 54px;
    	}
	}

	.field-name-field-body {
		color: $c-b-gray;
    	font-weight: 100;
    	margin-bottom: 3em;
	}

    .field-name-plantilla-twitter {
    	@include inline-block(top);
    	box-sizing: border-box;
        padding-right: 4%;
        width: 35%;

    	~ .field-collection-container {
    		@include inline-block(top);
    		width: 65%;

    		.field-item {
    			border-bottom: 2px solid $c-gainsboro;
    			padding-bottom: 10px;
    		}

    		.field-name-field-resumen {
				color: $c-dimgray;
    			font-size: 1em;
    			font-weight: 100;
    		}

    		.field-name-field-link {
    			text-align: right;

    			a {
    				font-size: 1em;
    				font-weight: normal;
    				color: $c-brand-green-dark;
    			}
    		}
    	}
    }
}