/* 
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 !important;
  width: 100%;
}

.yellow-highlight {
	color: var(--e-global-color-e1bcfc8);
}

.blue-highlight {
	color: var(--e-global-color-secondary);
}

#funcionalidades-acordeao details[open] > summary.e-n-accordion-item-title {
  border-radius: 8px 8px 0 0 !important;
}

.post-tags .elementor-post-info > li {
	background-color: var(--e-global-color-secondary);
    padding: 5px 12px;
    border-radius: 8px;
}

#funcionalidades-acordeao summary.e-n-accordion-item-title {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.plans-cards:hover h3.elementor-heading-title,
.plans-cards:hover div.elementor-widget-text-editor,
.plans-cards:hover ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text,
.plans-cards:hover ul.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon svg {
	color: #fff;
	fill: #fff;
}

.plans-cards:hover .plan-price span.elementor-heading-title {
	color: var(--e-global-color-e1bcfc8);
}

#concorrencia-slider-wrapper {
	overflow-x: hidden;
    padding-bottom: 10px;
}

#concorrencia-slider-wrapper:hover {
	overflow-x: auto;
	 &::-webkit-scrollbar {
        display: none;
    }
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#concorrencia-slider {
	overflow-x: visible;
}

#concorrencia-slider .slider-item {
	width: 350px;
	min-width: 350px;
	
	/* Desabilitar seleção de texto */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

@media (min-width: 1024px) {
	#funcionalidades-acordeao {
		max-height: 470px;
		overflow-y: hidden;
		padding-right: 20px;
	}
	
	#funcionalidades-acordeao:hover {
		overflow-y: auto;
		padding-right: 5px;
	}
}

@media (max-width: 767px) {
	.elementor-shortcode {
		max-width: 100% !important;
	}
	
	.prices-section {
		overflow-x: auto !important;
	}
	
	.prices-section > div {
		flex-wrap: nowrap !important;
		width: 1140px !important;
		max-width: 1140px !important;
		overflow-y: none !important;
	}
}