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

/*
 * Alterações por: @candidocarol 
 */

/* GERAIS */
p { margin-bottom: 0px; }


/* EMPRESA */
#section-depoimentos .elementor-testimonial {
	text-align: center;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: column-reverse;
}
#section-depoimentos .elementor-testimonial__footer {
	margin-top: 0px;
	margin-bottom: 25px;
}

/* CONTATO */
.elementor-field-option {
	display: flex;
    flex-direction: row;
    gap: 16px;
}

/* Serviços */
.texto-servicos p {
	margin-bottom: 24px;
}
.texto-servicos ul li {
	margin-bottom: 16px;
}
.texto-servicos ul li ul li{
	margin-bottom: 0px;
}
.texto-servicos strong {
	color: #575757;
}
.texto-servicos a {
	color: #575757;
	text-decoration: underline;
}
.texto-servicos .elementor-button-wrapper a {
	text-decoration:none!important;
}
.loop-solucoes .elementor-icon-wrapper {
	height: 20px!important;
}
.loop-solucoes:hover .link-loop .elementor-heading-title {
	color: var(--e-global-color-accent)!important;
}
.loop-solucoes:hover .link-loop .elementor-icon svg {
	fill: var(--e-global-color-accent)!important;
}
/* Flutuante */
.link {
  position: relative;
}
.link:hover .chamada-contato {
	opacity: 1;
	visibility: visible;
}
.link .botao {
	background-color: var(--e-global-color-primary);
	border-radius: 16px 16px 16px 16px;
	color: #FFFFFF;
	font-family: "Lato", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 32px 16px 32px;
}
.link .botao: hover {
	background-color: var(--e-global-color-secondary);
}

.link span {
	cursor: pointer;
}
.link .chamada-contato {
  	background: #FFF;
  	bottom: 50px;
  	border-radius: 16px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  	left: 50%;
  	transform: translateX(-50%);
  	padding: 32px;
  	position: absolute;
  	gap: 16px;
  	opacity: 0;
  	visibility: hidden;
  	transition: opacity 0.5s, visibility .5s, bottom .5s;
  	width: 520px;
}
.link .chamada-contato strong {
	color: var(--e-global-color-primary);
	font-size: 20px;
}
.link .chamada-contato p {
	color: var(--e-global-color-text);
	font-size: 16px;
	margin-bottom: 24px;
}
.link .chamada-contato .botoes {
	display: flex;
	gap: 16px;
	width: 100%;
}
.link .chamada-contato .botoes a {
  	color: #fff;
	display: inline-block;
  	line-height: 1;
  	font-size: 16px;
 	padding: 16px 32px;
	border-radius: 16px;
  	fill: #fff;
	font-weight: 600;
  	text-align: center;
  	text-decoration: none;
	text-transform: uppercase;
  	transition: all .3s;
}
.link .chamada-contato .botoes .botao-whatsapp {
	background-color: #007E14;
}
.link .chamada-contato .botoes .botao-whatsapp:hover {
	background-color: #006A11;
}
.link .chamada-contato .botoes .contratar {
	background-color: var(--e-global-color-secondary);
}
.link .chamada-contato .botoes .contratar:hover {
	background-color: var(--e-global-color-primary);
}

.link .chamada-contato::before {
	content: '';
	position: absolute;
	border: 10px solid;
	border-color: #fff transparent transparent;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
}