/* GERAL */
@-webkit-keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
html:not(.et-bfb-html):not(.et-tb-html):not(.et-fb-preview--wireframe) {
	-webkit-animation: fadeIn 1s ease-in-out forwards;
	        animation: fadeIn 1s ease-in-out forwards;
	opacity: 0;
}
body {
	font-weight: 400;
}
.et_pb_row,
.archive.et-db #et-boc .et-l .et_pb_row,
.single.et-db #et-boc .et-l .et_pb_row {
	width: 90%;
}
@media screen and (max-width: 980px){
	.et_pb_section,
	#main-content #et-boc .et_pb_section {
		padding: 32px 0px;
	}
	.et_pb_row,
	#main-content #et-boc .et_pb_row {
		padding: 16px 0px;
	}
	.et_pb_column .et_pb_module {
		margin-bottom: 16px;
	}
}
#parent-page-row-template {
	width: 100% !important;
}
#top-header .container,
#main-header .container,
#main-footer .container {
	width: 90% !important;
}
#main-header .menu-item a {
	transition: padding-bottom .4s ease !important;
}
#main-header #top-menu > .menu-item .sub-menu {
	right: 0;
}
.et_pb_module a:not(.button):not(.et_pb_button):not(.icon):not(.et-pb-arrow-prev):not(.et-pb-arrow-next):hover {
	text-decoration: underline;
}
.et_pb_slide_title a {
  text-decoration: none !important;
}
.footer-widget .et_pb_widget {
	float: none;
}
.footer-widget a:hover {
	text-decoration: underline !important;
}
.et_pb_button,
.button {
	text-align: center;
	line-height: 1.5 !important;
	-webkit-transition: all 200ms;
		 -o-transition: all 200ms;
			transition: all 200ms;
}
.et_pb_button:hover,
.button:hover {
	opacity: 1;
}

/* GLOBAL - Padding dinâmico */
.dinamic-padding-grid--right {
    padding-right: max( 5%, calc( ( 100% - 1080px ) / 2 ) );
}
.dinamic-padding-grid--left {
    padding-left: max( 5%, calc( ( 100% - 1080px ) / 2 ) );
}
@media screen and (max-width: 980px){
    .dinamic-padding-grid--right,
    .dinamic-padding-grid--left {
        padding-right: 5%;
        padding-left: 5%;
    }	
}

/* GLOBAL - Imagem de altura resposiva */
.responsive-height-image,
.responsive-height-image .et_pb_image_wrap,
.responsive-height-image .et_pb_image_wrap img {
	height: 100%;
}
.responsive-height-image .et_pb_image_wrap img {
	-o-object-fit: cover;
	   object-fit: cover;
}

/* GLOBAL - Coluna invertida no mobile */
@media screen and (max-width: 980px){
	.invert-mobile-columns {
		display: flex;
		flex-direction: column-reverse;	
	}
	.invert-mobile-columns .et_pb_column:first-child {
		margin-bottom: 0;
	}
	.invert-mobile-columns .et-last-child {
		margin-bottom: 30px !important;
	}
}

/* GLOBAL - Duas colunas no mobile */
@media screen and (max-width: 479px){
	.two-mobile-columns-with-gap {
		column-gap: 16px;
	}
	.two-mobile-columns-with-gap .et_pb_column {
		width: calc(50% - 8px) !important;
		margin-right: 0 !important;
	}
	.two-mobile-columns-with-gap .et_pb_column:not(:nth-last-child(2)):not(:last-child) {
		margin-bottom: 16px !important;
	}
	.two-mobile-columns-with-gap .et_pb_column:nth-last-child(2) {
		margin-bottom: 0 !important;
	}
	.two-mobile-columns-without-gap .et_pb_column {
		width: 50% !important;
	}
	.two-mobile-columns-without-gap .et_pb_column:nth-last-child(2) {
		margin-bottom: 0 !important;
	}
}

/* GLOBAL - Ocultar tag BR no mobile */
@media screen and (max-width: 767px){
	.hide-br-tag-mobile br {
		display: none;
	}
}

/* GLOBAL - Remover padding-bottom dos títulos */
.remove-title-padding h1,
.remove-title-padding h2,
.remove-title-padding h3,
.remove-title-padding h4,
.remove-title-padding h5,
.remove-title-padding h6 {
	padding-bottom: 0;
}

/* GLOBAL - Ícone com texto */
.icon-with-text .et_pb_blurb_container {
	padding-left: 10px
}
.icon-with-text .et_pb_module_header {
	padding-top: 3px
}

/* CABEÇALHO - Submenu */
#top-menu .sub-menu {
	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(--theme-primary-color);
}
#mobile_menu .menu-item-has-children > a {
	font-weight: 600;
}
#mobile_menu .sub-menu a {
	font-weight: 400;
}

/* CABEÇALHO - Submenu recolhível para mobile do Divi */
.et_pb_menu .et_mobile_menu .menu-item-has-children > a, 
#main-header .et_mobile_menu .menu-item-has-children > a {
    position: relative;
    background-color: transparent;
    text-decoration: none !important;
}
.et_pb_menu .et_mobile_menu .menu-item-has-children > a.toggle-menu, 
#main-header .et_mobile_menu .menu-item-has-children > a.toggle-menu {
    display: inline-block;
    position: absolute;
    right: 5px;
    padding: 10px;
    font-family: 'ETmodules';
    font-size: 18px;
    z-index: 10;
}
.et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a.toggle-menu, 
#main-header .et_mobile_menu .menu-item-has-children.visible > a.toggle-menu {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.et_pb_menu .et_mobile_menu ul.sub-menu, 
#main-header .et_mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    -webkit-transition: all 1.5s ease-in-out;
    	 -o-transition: all 1.5s ease-in-out;
    		transition: all 1.5s ease-in-out;
}
.et_pb_menu .et_mobile_menu .visible > ul.sub-menu, 
#main-header .et_mobile_menu .visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}

/* WIDGET - Formulário de pesquisa */
.searchform--light {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.searchform--light button {
    position: absolute;
    right: 0;
    width: 48px;
    margin-top: 4px;
    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;
}

/* BLOG - Single */
.single-post .et_pb_post_content a:hover {
	text-decoration: underline;
}
.single-post .et_pb_title_meta_container {
	font-weight: 500;
}
.commentlist {
    word-break: break-word;
}
.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;
	}
}
#commentform {
	padding-bottom: 0 !important;
}
.comment-form-cookies-consent label {
	font-weight: 300;
}
#page-container #comment-wrap .comment-reply-link {
    padding: 4px 8px !important;
	font-size: 12px !important;
}
.comment-form .et_pb_button {
	font-weight: 400;
}
