.el-formulario-comentario{
	padding: 50px 0;
	background-image: url(../imagens/pattern-1.png);
	background-repeat: repeat;
	@include tablet {
		padding: 100px 0;
	}
	.introducao{
		.v1, .v2, .v3{
			margin-bottom: 30px;
		}
	}
	.form{
		.submit{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between;
			@include desktop {
				flex-wrap: nowrap;
			}
			.aviso{
				width: 100%;
				font-size: 14px;
				line-height: 1.2;
				margin-bottom: 25px;
				text-align: center;
				@include desktop {
					flex-grow: 1;
					text-align: left;
				}
			}
			.g-recaptcha{
				width: 100%;
				margin-bottom: 25px;
				@include tablet {
					width: 48%;
				}
				@include desktop {
					width: auto;
					margin-left: 4%;
					flex-grow: 0;
				}
				>div{
					margin: 0 auto;
				}
			}
			input.primario{
				width: 100%;
				padding: 0 70px;
				@include tablet {
					width: 48%;
					margin-left: 4%;
				}
				@include desktop {
					width: auto;
					flex-grow: 0;
				}
			}
		}
	}
	.comentarios{
		.comentario{
			margin-bottom: 20px;
			@include desktop {
				margin-bottom: 45px;
			}
			&:last-child{
				margin-bottom: 0;
			}
			.nome{
				font-weight: 300;
				font-size: 18px;
				margin-bottom: 20px;
				line-height: 1.2;
				color: $color_destaque;
			}
			.data{
				display: block;
				font-size: 12px;
				margin-bottom: 5px;
			}
			.texto{
				line-height: 1.2;
				font-size: 15px;
			}
		}
	}
}