/* 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 {
	-webkit-transition: padding-bottom .4s ease !important;
	-o-transition: padding-bottom .4s ease !important;
	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;
}
.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% - 1200px ) / 2 ) );
}
.dinamic-padding-grid--left {
    padding-left: max( 5%, calc( ( 100% - 1200px ) / 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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        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 {
		-webkit-column-gap: 16px;
		   -moz-column-gap: 16px;
		        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
}

/* GLOBAL - Grid para CF7 */
.wpcf7-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    gap: 18px 16px;
}
.wpcf7-grid__column {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px){
	.wpcf7-grid__column {
		width: 100% !important;
	}
}
.wpcf7-grid__wide {
	width: 100%;
}

/* 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;
}

/* RODAPÉ */
.footer-widget .et_pb_widget {
	float: none;
}
.footer-widget a:hover {
	text-decoration: underline !important;
}
@media screen and (max-width: 767px){
	.copyright__separator {
		display: none;
	}
	.copyright__developer {
		display: block;
	}
}

/* SIDEBAR */
#main-sidebar ul li a:hover {
	text-decoration: underline !important;
	color: inherit !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: 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;
}

/* PLUGIN - WP-PageNavi */
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	color: #212121 !important;
}

/* PLUGIN - GDPR Cookie Compliance */
#moove_gdpr_cookie_info_bar {
	border-top: none !important;
	z-index: 9999999;
}
.moove-gdpr-infobar-close-btn {
	cursor: pointer;
}
.gdpr_lightbox {
	z-index: 9999999;
}
.gdpr_lightbox .menu-item-selected .moove-gdpr-tab-nav {
	background-color: var(--theme-primary-color) !important;
	color: #FFF !important;
}

/* PLUGIN - Contact Form 7 */
.wpcf7 .wpcf7-response-output {
	margin: 24px 0px 0px 0px !important;
	padding: 16px 24px !important;
	border: none !important;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #BEDCC7;
	color: #13672A;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    background-color: #EDBAB5;
	color: #A3160A;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #E8D8A7;
	color: #7F4A01;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select { 
	width: 100%;     
	padding: 8px 16px;     
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	font-weight: 500;
    font-size: 14px;
}
.wpcf7 input[type="text"]::-webkit-input-placeholder, 
.wpcf7 input[type="email"]::-webkit-input-placeholder, 
.wpcf7 input[type="url"]::-webkit-input-placeholder, 
.wpcf7 input[type="number"]::-webkit-input-placeholder, 
.wpcf7 input[type="password"]::-webkit-input-placeholder, 
.wpcf7 textarea::-webkit-input-placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]::-moz-placeholder, 
.wpcf7 input[type="email"]::-moz-placeholder, 
.wpcf7 input[type="url"]::-moz-placeholder, 
.wpcf7 input[type="number"]::-moz-placeholder, 
.wpcf7 input[type="password"]::-moz-placeholder, 
.wpcf7 textarea::-moz-placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]:-ms-input-placeholder, 
.wpcf7 input[type="email"]:-ms-input-placeholder, 
.wpcf7 input[type="url"]:-ms-input-placeholder, 
.wpcf7 input[type="number"]:-ms-input-placeholder, 
.wpcf7 input[type="password"]:-ms-input-placeholder, 
.wpcf7 textarea:-ms-input-placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]::-ms-input-placeholder, 
.wpcf7 input[type="email"]::-ms-input-placeholder, 
.wpcf7 input[type="url"]::-ms-input-placeholder, 
.wpcf7 input[type="number"]::-ms-input-placeholder, 
.wpcf7 input[type="password"]::-ms-input-placeholder, 
.wpcf7 textarea::-ms-input-placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="url"]::placeholder,
.wpcf7 input[type="number"]::placeholder,
.wpcf7 input[type="password"]::placeholder,
.wpcf7 textarea::placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus { 
	border-color: #ADADAD;
}
.wpcf7 textarea {
	height: 120px;
	min-height: 85px;
	max-height: 350px;
	resize: vertical;
}
.wpcf7 input[type="submit"]{
	width: 100%;
	margin: 4px 0px;
	cursor: pointer;
}
.wpcf7 .wpcf7-list-item {
	width: 100%;
	margin-left: 0;
	margin-bottom: 4px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 8px 0px 0px 0px;	
}
.wpcf7 .wpcf7-spinner {
	position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 p {
	position: relative;
}

/* PLUGIN - DiviFlash - Popup */
#df-popup-extension .overlay {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
	overflow-y: auto !important;
}

/* 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 li {
	margin-bottom: 12px;
}
.single-post .et_pb_post_content blockquote {
	margin-top: 6px;
}
.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;
}
