/* 
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 */
/*
 * Custom edit by @candidocarol */

::selection {
    background-color: #8F26AF;
    color: #ffffff;
}
p {
	margin: 0;
}

/* Landing Page */
.tag-online svg {
	animation: pulse 2s ease 0s 8 normal both;
}

.btn-whatsapp svg {
	animation: pulse 3s ease 6s 20 normal both;
}

/* Animação pulsar */
@keyframes pulse {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}
.b-pulse .elementor-button-link .elementor-button-icon svg  {
	animation: pulse 2s ease 0s 8 normal both; 
}
.b-arrow-rigth .elementor-button-link:hover .elementor-button-icon svg  {
	animation: animateIconRigth 0.7s ease-in-out; /* 0.7s de segundos para animar */
}
/* Animação ir e voltar para o lado direito */
@keyframes animateIconRigth {
  0% {
    transform: translateX(0); /* Posição inicial */
  }
  50% {
    transform: translateX(8px); /* Move para a direita */
  }
  100% {
    transform: translateX(0); /* Volta para a posição inicial */
  }
}
.portfolio-slide figure img {
	border-radius: 16px;
}

.portfolio-slide.elementor-element.elementor-arrows-position-outside .swiper {
    width: calc(100% - 80px)!important;
}


/* Perguntas Frequentes */
.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
	margin-inline-start: 0px!important;
}
.elementor-3007 .elementor-element.elementor-element-b0c8346 .elementor-tab-title:hover a {
	color: var(--e-global-color-8938cbe);
}

/* Rodapé */
.link-rodape,
.link-rodape a {
	text-decoration: underline!important;
	color: #AAB3D4!important;
	font-size: 14px;
}
.link-rodape:hover {
	color: #8F26AF!important
}