//Estilos de la pagina reporte y afectacion ambiental (Url: /reportar-afectaciones-ambientales)
.page-node-3{
	#preface{
		#preface-third{
			#page-title{
				@include title-block(tint($c-dimgray, 10), 234%);
				font-weight: 300;
	    		margin: 0 auto 28px auto;
	    		max-width: 660px;
				text-align: center;

	    		&:after {
	    			margin: 15px auto 0 auto;
	    			width: 60px;
	    		}
	    	}
		}
	}

	#main{
		.section{
			#content{
				.node-webform{
					max-width: 660px;
					margin: 0 auto;
					color: $c-dimgray;

					.webform-component--reporte{
						label{
							font-weight: bold;
							font-size: 1.3em;
						}

						.description{
							font-style: italic;
							font-weight: lighter;
							margin-bottom: 2%;
							font-size: 1em;
						}

						.form-textarea-wrapper{
							textarea{
								resize: none;
								border-radius: 6px;
							}
						}
					}

					#edit-submitted-evidencia-ajax-wrapper{
						margin-top: 3%;

						label{
							font-weight: bold;
							font-size: 1.3em;
						}

						.description{
							font-weight: lighter;
							font-style: italic;
							margin-bottom: 2%;
							font-size: 1em;
						}

						.form-managed-file{
							background-color: $c-brand-whitesmoke;
							padding: 1%;
							border-radius: 6px;

							input[type='file']{
								background-color: $c-white;
								font-weight: lighter;
							}

							input[type='submit']{
								font-weight: lighter;
							}
						}
					}

					.webform-component--datos-de-quien-reporta-opcional{
						margin-top: 3%;

						label{
							font-weight: bold;
							font-size: 1.3em;
						}

						.description{
							font-style: italic;
							font-weight: lighter;
							margin-bottom: 2%;
							font-size: 1em;
						}
	
						.form-textarea-wrapper{
							textarea{
								resize: none;
								border-radius: 6px;
							}
						}
					}

					.form-actions{
						float: right;
						margin-top: 3%;

						input[type='submit']{
							font-weight: lighter;
							@include button();
						}
					}
				}
			}
		}
	}
}