/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html, body { overflow-x: hidden; }
/* #contact_form .elementor-message-success:before, */
.loop-grid-blog-wout-excerpt .elementor-widget-theme-post-excerpt,
#contact_form .elementor-field-option input,
div.o-que-oferecemos .elementor-widget-icon-box .elementor-icon-box-icon:after,
.none { display: none; }
#contact_form input:focus,
#contact_form textarea:focus { filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.10)); }
/* Circulo Laranja */
.elementor-widget-icon-box .elementor-icon-box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
    height: 61px;
    background-color: #EC5D07;
    border-radius: 100px;
}
.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon { font-size: 35px; }
.elementor-widget-icon-box .elementor-icon-box-icon:after {
    content: '';
    display: block;
    width: 2px !important;
    height: 75px !important;
    background-color: #D9D9D9 !important;
    position: relative !important;
    right: -5px !important;
    z-index: -1 !important;
}
.e-loop__load-more .elementor-button:before,
.e-loop__load-more .elementor-button:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 464px;
    height: 2px;
    background: #D9D9D9;
}
.e-loop__load-more .elementor-button:before { left: -475px; }
.e-loop__load-more .elementor-button:after { right: -475px; }
#contact_form .elementor-field-option { display: flex; }
#contact_form .elementor-field-option label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
/* Caixinha */
#contact_form .elementor-field-option label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 0 0 #00000010;
}
/* Checkmark */
#contact_form .elementor-field-option input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #FF962C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.collection-list-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  text-align: center;
  font-family: 'Raleway';
  font-weight: bold;
  padding: 0;
}
.collection-list-footer li a { color: #fff; }
.lista-colecao-header-container .collection-list-footer {
	flex-direction: row;
	font-size: 14px;
	gap: 50px;
}
.post-content ul {
  list-style: none;
  padding-left: 0;
}
/* Single Material */
.post-content-material ul li:before {
  content: "f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #FF962C;
}
/* Single Blog */
.post-content-post ul {
	padding: 0;
	list-style: none;
}
.post-content-post ul li:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('https://maturifit.com.br/wp-content/uploads/2025/08/bullet-post-blog-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.post-content-post a,
.post-content-material a { color: #FF962C !important; }
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* Número máximo de linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-info-blog-single .elementor-post-info__terms-list,
.post-info-blog-single .elementor-post-info__item { 
	display: flex !important;
	flex-direction: column !important;
}
.post-info-blog-single [itemprop="author"] { gap: 10px; }
.post-info-blog-single [itemprop="author"],
.post-info-blog-single .elementor-post-info__item--type-date time,
.post-info-blog-single .elementor-post-info__terms-list { font-weight: bold !important }
.post-info-blog-single .elementor-post-info__terms-list a { color: #FF962C !important; }
.confira .elementor-button-text { text-align: left; }
.page-numbers.current {
	background-color: #ff962c;
	color: #fff !important;
}
.page-numbers {
	border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
	cursor: pointer;
}
.page-numbers.prev,
.page-numbers.next { border: none; }
.elementor-1078 .elementor-element.elementor-element-c3e8d6d:not(.elementor-motion-effects-element-type-background), .elementor-1078 .elementor-element.elementor-element-c3e8d6d > .elementor-motion-effects-container > .elementor-motion-effects-layer { background-color: #000; }
.search-mobile-popup, .menu-mobile-popup { position: absolute; }
.elementor-pagination {
	border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    padding: 10px 0 10px 0;
}
/* #contact_form .elementor-message-success {
    cursor: pointer;
    border-radius: 10px;
    position: fixed;
    margin: 20px 20px 20px 10px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 150, 44, 1) 0%, rgba(236, 93, 7, 1) 100%);
    padding: 20px 20px 20px 20px;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: bold;
    color: #000 !important;
    text-align: start; */
/*     white-space: nowrap; */
/* } */
.post-content-post h2,
.post-content-material h2 {
	background: linear-gradient(90deg, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 10px;
    padding: 15px 10px 15px 25px;
	
	display: flex; /* permite alinhar a linha ao lado do conteúdo */
    align-items: stretch; /* faz a linha ter a altura do conteúdo */
    position: relative;
}
.post-content-post h2::before,
.post-content-material h2::before {
    content: "";
    width: 2px;
    background-color: #FF962C;
    display: block;
    margin-right: 10px; /* espaço entre a linha e o conteúdo */
}
.search-form-desktop .e-search-input { width: 300px; }
.search-form-desktop .e-search-submit::after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000;
    top: -7px;
    left: 333px;
}
@media screen and (max-width: 768px) {
    /* Revisar... */
    .elementor-widget-icon-box .elementor-icon-box-icon:after {
		height: 86px !important;
    	position: absolute !important;
    	right: unset;
		left: 50px;
		top: -5px;
	}
	.e-loop-item { width: 95vw !important; }
	.secao-video-destaque-blog h1 { color: #000 !important; }
	.secao-video-destaque-blog h2 { color: #EC5D07 !important; }
	.ultimo-video-do-yt .elementor-widget-theme-post-excerpt { display: none; }
}