/* GLOBAL - Redução de CLS */
@-webkit-keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
html:not(.et-vb-top-window-html){
	-webkit-animation: fadeIn 1s ease-in-out forwards;
	        animation: fadeIn 1s ease-in-out forwards;
	opacity: 0;
}

/* GLOBAL - Container principal */
.container {
	width: 90%;
}

/* GLOBAL - Títulos */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0;
}

/* GLOBAl - Botões com ícone */
.et_pb_button::before {
    position: relative;
    transform: none;
    margin-right: 10px;	
}
#page-container #et-main-area .et_pb_button::before {
	margin-left: 0 !important;
}

/* GLOBAL - Formulário de pesquisa no widget */
.searchform--light {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.searchform--light button {
    position: absolute;
    right: 0;
    width: 48px;
    margin-top: 6px;
    margin-right: 3px;
    padding: 4px;
    border: none;
    background-color: transparent;
	font-size: 16px;
    color: #666;
	cursor: pointer;
	-webkit-transition: all 200ms;
		 -o-transition: all 200ms;
	transition: all 200ms;
}
.searchform--light button:hover {
	opacity: 0.7;
}

/* GLOBAL - Imagem de preenchimento vertical */
.vertical-fill-image .et_pb_image_wrap,
.vertical-fill-image .et_pb_image_wrap img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* CABEÇALHO */
#top-menu .sub-menu {
	right: 0;
	min-width: 280px;
}
#top-menu .sub-menu li {
	width: 100%;
	padding: 0 !important;
}
#top-menu .sub-menu li a {
	width: 100%;
	padding: 12px 28px;
	line-height: 1.3;
}
#top-menu .sub-menu .current-menu-item a {
	color: var(--gcid-primary-color);
}
#mobile_menu .sub-menu a {
	font-weight: 400;
}

/* CABEÇALHO - Submenu recolhível mobile */
#mobile_menu .menu-item-retract > a {
	background-color: transparent;
	font-weight: 600;
}
#mobile_menu .menu-item-retract__arrow {
    position: absolute !important;
    right: 0;
    padding: 10px 14px;
    font-family: 'ETmodules';
    font-size: 18px;
    z-index: 10;
}
#mobile_menu .menu-item-retract--open .menu-item-retract__arrow {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
#mobile_menu .menu-item-retract:not(.menu-item-retract--open) .sub-menu {
	display: none !important;
}

/* WIDGETS */
.et_pb_widget {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}
.et_pb_widget a:hover {
	text-decoration: underline;
	color: inherit;
}

/* BLOG - Single */
.single-post .et_pb_post_content > h2 {
	margin-top: 32px;
	margin-bottom: 16px;
}
.single-post .et_pb_post_content > h3 {
	margin-top: 22px;
	margin-bottom: 10px;
}
.single-post .et_pb_post_content > h4 {
    margin-top: 12px;
    margin-bottom: 6px;
}
.single-post .et_pb_post_content > ul li,
.single-post .et_pb_post_content > ol li {
	margin-bottom: 12px;
}
.single-post .et_pb_post_content > blockquote {
	margin-top: 6px;
}
.single-post .et_pb_post_content .et_pb_button {
	text-decoration: none !important;
}
#comment-wrap .commentlist {
    word-break: break-word;
}
#comment-wrap .commentlist .comment-reply-link {
	line-height: 1.3 !important;
    font-size: 12px;
}
.comment-body {
	margin-bottom: 28px;
	padding-left: 68px;
}
.comment_avatar img {
	max-width: 48px;
}
.comment-form-url {
	display: none;
}
.comment-form-comment {
	padding-bottom: 6px;
}
.comment-form-comment textarea {
	resize: vertical;
}
.comment-form-author,
.comment-form-email {
	width: calc(50% - 6px);
}
@media screen and (max-width: 767px){
	.comment-form-author,
	.comment-form-email {
		width: 100%;
	}
}
.comment-form-author input,
.comment-form-email input {
	width: 100% !important;
}
@media screen and (min-width: 768px){
	.comment-form-author {
		float: right;
	}
	.comment-form-email {
		float: left;
	}
}
