#comentarios-form, #respond {
	background-color: var(--cinzinha);
	padding: 15px 0 80px;
}
#comentarios-form .g-recaptcha-wrap, #respond .g-recaptcha-wrap {
	margin-left: 15px;
}
#comentarios-form h3, #respond h3 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 30px;
	color: var(--preto);
}
#comentarios-form label, #respond label {
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 3px;
	color: var(--cinza);
}
#comentarios-form textarea, #respond textarea {
	height: 308px;
}
#comentarios-form textarea, #respond textarea,
#comentarios-form input[type="text"], #respond input[type="text"],
#comentarios-form input[type="email"], #respond input[type="email"],
#comentarios-form input[type="url"], #respond input[type="url"] {
	background: var(--branco);
	color: var(--cinza);
	border: 1px solid var(--cinza);
	box-shadow: none;
	transition: 0.3s border-color;
}
#comentarios-form textarea:focus, #respond textarea:focus,
#comentarios-form input[type="text"]:focus, #respond input[type="text"]:focus,
#comentarios-form input[type="email"]:focus, #respond input[type="email"]:focus,
#comentarios-form input[type="url"]:focus, #respond input[type="url"]:focus {
	border-color: var(--vermelho);
}
#comentarios-form:after, #respond:after {
	content: '';
	display: block;
	clear: both;
}
#comentarios-form form, #respond form {
	margin-left: -15px;
	margin-right: -15px;
}

.comment-notes, .logged-in-as {
	padding: 0 15px;
}
.comment-form-comment {
	width: 55.55%;
	float: left;
	margin: 0 0 0 0 !important;
	padding: 0 15px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit {
	width: 44.45%;
	float: left;
	margin: 0 0 0 0 !important;
	position: relative;
	padding: 0 15px;
}
.comment-form-cookies-consent {
	padding-left: 45px;
	padding-bottom: 13px;
}
#comentarios-form input[type=checkbox], #comentarios-form input[type=radio] {
	margin-left: 15px;
}

.logged-in .comment-form-comment,
.logged-in .form-submit {
	clear: both;
	float: none;
	width: 60%;
	left: 50% !important;
	position: relative;
	transform: translateX(-50%);
}

@media (min-width: 1200px) {
	#comentarios-form .container {
		max-width: 1240px;
	}
}

@media (max-width: 991px) {
	#comentarios-form textarea {
		height: 200px;
	}
	.comment-form-comment,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-cookies-consent,
	.form-submit {
		width: 100%;
		float: none;
	}
	.logged-in .comment-form-comment,
	.logged-in .form-submit {
		width: 100%;
		float: none;
		left: auto !important;
		transform: none;
	}
	.comment-form-cookies-consent {
		padding-bottom: 0;
		margin-bottom: -5px;
	}
	#comentarios-form, #respond {
		padding-bottom: 25px;
	}
}

@media (max-width: 374px) {
	#comentarios-form .g-recaptcha-wrap, #respond .g-recaptcha-wrap {
	}
}

.comments-title,
.comment-list {
	margin-left: auto;
	margin-right: auto;
	width: 830px;
}
.comment-list {
	padding-left: 0;
	list-style: none;
}
.comments-title {
	display: none;
}
footer.comment-meta {
	background: transparent;
}
.comment-author {
	font-size: 16px;
	display: inline;
}
.comment-metadata {
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--cinza);
	padding-left: 20px;
	background: url(../images/calendario-cinza.svg) left top no-repeat;
	background-size: 14px;
	margin-left: 12px;
}
.comment-metadata a {
	color: var(--cinza);
}
.comment-author img {
	display: none;
}
.comment-author .fn {
	text-transform: uppercase;
	font-weight: normal;
}
.comment-author .says {
	display: none;
}
.comment-content {
	font-size: 16px;
}
.comment-content p {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 16px;
}
.comment-list .comment {
	padding-top: 17px;
	padding-bottom: 17px;
	border-top: 1px solid var(--vermelho);
}
.comment-list .comment:last-child {
	border-bottom: 1px solid var(--vermelho);
}
.comment-list .children {
	padding-left: 20px;
	list-style: none;
	margin-top: 35px;
	position: relative;
}
.comment-list .children:before {
	content: '';
	display: block;
	width: 13px;
	height: 1px;
	background: var(--vermelho);
	position: absolute;
	top: -6px;
	left: 14px;
	transform: rotate(90deg);
}
.comment-list .children .comment:last-child {
	border-bottom: none;
}
.reply a {
	font-size: 12px;
	line-height: 2;
}
.reply {
	height: 15px;
	margin-bottom: 5px;
	margin-top: -15px;
}
#comment-nav-above {
	display: none;
}
.comment-navigation {
	margin-top: 50px;
	text-align: center;
}
.nav-previous a, .nav-next a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	vertical-align: bottom;
}
.nav-previous, .nav-next {
	max-width: 43%;
	display: inline-block;
	margin: 0 30px;
}

#respond {
	padding: 20px !important;
	margin-top: 30px;
}
#reply-title {
	color: var(--preto);
	display: block;
	width: 100%;
	margin-top: 0;
}
#reply-title small {
	font-size: 14px;
	font-weight: normal !important;
	display: block;
	text-transform: none;
}
#reply-title small a {
	font-weight: normal !important;
}


@media (max-width: 991px) {
	.comment-list {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.nav-previous, .nav-next {
		margin: 0 5px;
	}
}


#comentarios-form label[for="wp-comment-cookies-consent"], 
#respond label[for="wp-comment-cookies-consent"] {
	font-size: 14px;
}
