/* 
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 */
.page-id-3 header {
    display: none;
}



.servicos-icon .elementor-icon-box-icon {
    border-radius: 12px;
    border: 1px solid #DADADA;
    background: #FFF;
	width: 56px;
    height: 56px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.servicos:hover{
	border: 1px solid #102B66!important;
}
.servicos:hover .servicos-icon .elementor-icon-box-icon {
	border: 1px solid #102B66!important;
}

.elementor-testimonial-wrapper{
	display: flex;
    flex-direction: column-reverse;
    gap: 16px;
}
.testemunhos:hover{
	border: 1px solid #102B66!important;
}

.faqs-accordion .e-n-accordion-item{
	border-radius: 12px;
	border: 1px solid #DADADA;
	background: #ffffff;
}

.elementor-element-64c2d98 svg, .elementor-element-146cf79 svg{
	height: fit-content!important;
}

.now-digital{
	color: #ffffff!important;
}
.now-digital:hover{
	color: #FF9925!important;
}