/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1713791943
Updated: 2024-04-22 10:19:03

*/

html {
	scroll-behavior: smooth;
}
.elementor-heading-title span {
	color: #7BA85C;
}
.elementor-heading-title span.hifen {
	transform: translatey(2px);
}
.form-flex > p {
	display: flex!important;
    flex-wrap: wrap;
    width: 100%;
	justify-content: space-between;
}
.form-flex > p label:not(.half-width) * , 
.form-flex > p label:not(.half-width) {
	width: 100%;
	display: block;
}
.form-flex {
	margin-bottom: 0!important;
}
.form-flex > p *  {
	 margin-bottom: 16px;
}
.form-flex .wpcf7-number {
	width: 100%!important;
	display: block!important;
}
.wpcf7 .wpcf7-submit {
	display: block!important;
	width: 100%!important;
}
.wpcf7 p {
	width: 100%!important;
}
.form-flex > p .half-width {
	display: block;
	max-width: 100%;
	width: 100%;
}
.nossas-areas .elementor-icon-list-items li {
	padding: 9.5px 16px;
	border-radius: 2px;
	background-color: #7BA85C;
	margin-bottom: 16px;
}
.diferenciais div.eael-elements-flip-box-padding {
	padding: 0 24px 5px 16px;
	border: 0px solid #7BA85C;
	border-left-width: 2px;	
	text-align: left;
	height: 100%;
	/*padding: 32px 24px;*/
}
.diferenciais .eael-elements-flip-box-icon-image {
	margin-bottom: 24px;
}

.diferenciais .eael-elements-flip-box-content {
	text-align: left;
}
.diferenciais div.eael-elements-flip-box-vertical-align {
	padding-left: 24px;
	padding: 24px;
}
.diferenciais .eael-elements-flip-box-padding {
	text-align: left!important;
}
.diferenciais .eael-elements-flip-box-front-container > div,
.diferenciais .eael-elements-flip-box-front-container > div > div,
.diferenciais .eael-elements-flip-box-rear-container > div,
.diferenciais .eael-elements-flip-box-rear-container > div > div{
	height: 100%;
}

.diferenciais .eael-elements-flip-box-icon-image svg {
	/*
	background: #7BA85C;
    border-radius: 50%;
    padding: 5px;
	*/
}

.eael-advance-tabs div.eael-tab-content-item > div > div {
	margin-top: 0;
}

.elementor-widget-eael-adv-tabs .eael-tab-item-trigger {
	text-align: left!important;
}
.form-flex label span textarea {
	margin-bottom: 0;
}
@media(min-width: 990px){
	.eael-advance-tabs .eael-tabs-nav > ul {
		display: table;
		width: 100%;
	}
	.eael-advance-tabs .eael-tabs-nav > ul > li {
		display: table-cell;
	}
}
.anexo {
	padding: 9.5px 24px;
	border-radius: 2px;
	background: #D2D3D5;
}
.anexo input {
	padding: 0;
	margin: 0;
}
.timeline-top .left-bottom:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	left: -9px;
	top: calc(100% - 8px);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #7BA85C;
}
.timeline-bottom .left-top:before{
	content: ' ';
	position: absolute;
	z-index: 2;
	left: -9px;
	top:  -9px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #7BA85C;
}



/* Estilos para o modal */
div.section-equipe {
	display: flex;    
	flex-wrap: wrap;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.colaborador-card {
	width: 270px;
	position: relative;
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*border: 1px solid #57575c;*/
	border-radius: 4px;
	padding: 32px;
}
div.section-equipe  div.colaborador-card{
	margin-bottom: 32px;	
	margin-right: 10px;
	margin-left: 10px;
}
/*
div.section-equipe .colaborador-card:nth-of-type(4n+1){
	margin-left: 0;
}
*/
.colaborador-card:after {
	content: ' ';
	width: 100%;
	height: 100%;
	background-image: url('https://dev.evercode.srv.br/percepto/wp-content/uploads/2024/04/bg-linear.png'); 
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.overlay h3{
	margin: 0 0 3px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}
div.overlay p {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	text-align: center;
}
div.overlay {
	height: 100%;
	display: flex;
	align-content: flex-end;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 9;
}
.modal-content {
    background-color: #1a1a1a;
    margin: 10% auto;
    padding: 32px;
    border-radius: 4px;
    width: 95%;
    max-width: 1170px;
    position: relative;
	display: flex;
}
.perfil-foto {
	padding-left: 24px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #7ba85c;
	margin-right: 24px;
}
.perfil-foto img {
	max-width: 270px;
	height: auto;
}
.modal-content h2,
.modal-content p,
.modal-content span,
.modal-content a,
div.bio *,
div.overlay *{
	color: #f5f5f5;
}
.close {    
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
	position: absolute;
    z-index: 9999;   
    font-size: 28px;
	right: 32px;
	top: 16px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
div.top-right-modal {
	display: flex;
	justify-content: space-between;
	max-width: 470px;
}
div.socials {
	display: flex;
	align-items: center;
}
div.socials a {
	margin-left: 16px;
}

.custom-slider {
	
}
.custom-slider section.active{
	height: 100vh;
}
.custom-slider section.active{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.custom-slider section h2 {
	color: #F5F5F5;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: uppercase;
}
.custom-slider .right-content p {
	font-size: 16px;
	line-height: 1.3em;
	color: #f5f5f5;
	
}
.custom-slider .right-content {
	max-width: 370px;
	margin-left: 30px;
	padding: 14px 24px;
	background-color: rgba(0,0,0, 0.5);
	border-radius: 2px;
}
.custom-slider .right-content div {
	padding-left: 16px;
	border-left: 2px solid #7BA85C;
}

.custom-slider section h2 em {
	font-style: normal;
	color: #7BA85C;
}
.custom-slider .container, .container-nav {
	max-width: 1170px;
	margin: 0 auto;
}
.container-nav {
	position: relative;
}
.custom-slider section.active  .container {
	display: flex;
}

/* Estilo para seções ativas do slider */
.custom-slider section.active {
    display: flex !important; /* Por exemplo, pode adicionar outros estilos aqui */
}

/* Estilo para seções inativas do slider */
.custom-slider section:not(.active) {
    display: none !important; /* Por exemplo, pode adicionar outros estilos aqui */
}

div.slider-home-navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	color: #f5f5f5;
}
div.slider-home-navigation .slider-nav {
	width: 270px;
	display: flex;
    align-items: center;
}
div.slider-home-navigation .slider-nav:hover , .colaborador-card:hover{
	cursor: pointer;
}
div.slider-home-navigation .slider-nav img {
	margin: 20px;
}
div.slider-home-navigation .slider-nav.active {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: #7BA85C;
}
div.slider-nav:not(.active) {
	filter: grayscale(100%);
	opacity: 0.7;
}

@media(max-width: 767px) {
	.modal-content {
		flex-wrap: wrap;
	}
	.close {
		background: #7ba85c;
		height: fit-content;
		line-height: 1;
		padding: 0 6px 5px 6px;
		border-radius: 50%;
		top: 16px;
		right: 16px;
	}
	.colaborador-card {
		width: calc(50% - 15px);
		height: 260px;
		padding: 32px 10px;		
	}	
	div.section-equipe  div.colaborador-card{			
		margin-right: 5px;
		margin-left: 5px;
	}
	div.overlay p {
		font-size: 14px;
	}
	.slider-home-navigation span{
		display: none;
	}
	.custom-slider section.active .container {
		flex-wrap: wrap;		 
        flex-direction: column;
	}
	.custom-slider .right-content {
		margin-left: 0;
	}
	.custom-slider .left-content {
		width: 100%;
	}
	.custom-slider section {
		padding: 0 10px;
	}
	.custom-slider section h2 {
		font-size: 26px;
		line-height: 1.3em;
		margin-bottom: 16px;
	}
	div.slider-home-navigation {
		bottom: 30px;
	}
	.container-nav {
		margin: 0 10px;
	}	
	.custom-slider section.active {
		height: 70vh;
		min-height: 470px;
		padding-top: 100px;
	}
	.custom-slider section.active {
		padding-top: 100px;
	}
}

@media(min-width: 768px) {
	
	.form-flex > p .half-width {
		width: calc(50% - 15px);
	}	
	.custom-slider .right-content {
		transform: translatey(60px);
		height: fit-content;
	}	
	div.slider-home-navigation {
		bottom: 64px;
	}
	.custom-slider div.left-content {
		width: calc(50% - 15px);
	}
	.custom-slider section.active .container {
		width: 100%;
	}
	.custom-slider section.active {
		height: 680px;
	}
	.custom-slider section.active {
		padding-top: 240px;
	}
}



