::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #009f51 0%, #009f51 50%, #009f51 51%, #009f51 100%);
}



:root {
	--themecolor: #009f51;
	--themecolorrgba: 247, 194, 94;
}

h1, h2, h3, h4, h5, h6, body { color: #555; }

* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.text-gradient-ipe{
	background: linear-gradient(to right, #009f51, #009f51, #009f51, #009f51, #009f51, #359a43, #4a9537, #5a8f2c, #74821a, #857415, #91661d, #975929);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-ipe::selection {
	background: #009f51; /* Firefox */
	-webkit-text-fill-color: #fff;
}

.text-gradient-ipe::-moz-selection {
	background: #009f51; /* Firefox */
	-webkit-text-fill-color: #fff;
}

.text-gradient-ipe::-webkit-selection {
	background: #009f51; /* Firefox */
	-webkit-text-fill-color: #fff;
}

.gradient-ipe,
.h-gradient-ipe:hover {
	background-image: linear-gradient(to right, #009f51, #009f51, #009f51, #009f51, #009f51, #359a43, #4a9537, #5a8f2c, #74821a, #857415, #91661d, #975929);
	background-image: -webkit-linear-gradient(to right, #009f51, #009f51, #009f51, #009f51, #009f51, #359a43, #4a9537, #5a8f2c, #74821a, #857415, #91661d, #975929);
	
	/* background-image:  -webkit-linear-gradient(110.78deg, rgb(118, 230, 80) -1.13%, rgb(249, 214, 73) 15.22%, rgb(240, 142, 53) 32.09%, rgb(236, 81, 87) 48.96%, rgb(255, 24, 189) 67.94%, rgb(26, 75, 255) 85.34%) !important;
	background-image: linear-gradient(110.78deg, rgb(118, 230, 80) -1.13%, rgb(249, 214, 73) 15.22%, rgb(240, 142, 53) 32.09%, rgb(236, 81, 87) 48.96%, rgb(255, 24, 189) 67.94%, rgb(26, 75, 255) 85.34%) !important; */
}

.menu-item.current > .menu-link,
.menu-item:hover > .menu-link {
	color: #fff;
}

.overflow-visible { overflow: visible !important; }
.rounded-10 { border-radius: 10px !important; }

#content p { line-height: 1.5; }

/* @media (min-width: 992px) {
	.section,
	#footer .footer-widgets-wrap {
		margin: 100px 0;
		padding: 100px 0;
	}
} */

.menu-link {
	font-weight: 600;
	font-size: 0.925em;
}

.emphasis-title h1 {
	font-size: 62px !important;
	font-weight: 900;
}

.button-hero {
	padding: 23px 48px !important;
	font-size: 1rem;
	border-radius: 50px;
	box-shadow: 0px 13px 18px -14px rgba(0,0,0, 0.35);
}

.button.button-reveal.text-end i {
	opacity: 0;
	left: auto;
	right: 32px;
	background-color: transparent;
	transition: all .3s ease !important;
}

.button:hover.button-reveal.text-end i {
	opacity: 1;
	right: 18px;
	transform: translateX(-10px);
}

.counter.counter-xlarge {
	font-size: 4.5rem;
	letter-spacing: -2px;
}

.counter + span {
	font-size: 1.125rem;
	line-height: 1.3;
	margin: 0 0 0 12px;
	text-transform: lowercase;
}

.testi-content p {
	position: relative;
	font-size: 1.25rem;
	margin-bottom: 25px;
	color: #777;
	font-family: 'Heebo', sans-serif !important;
	font-style: italic;
}

.testimonials-carousel::before {
	content: "\e7ad";
	font-family: font-icons;
	position: absolute;
	top: -20px;
	left: 10px;
	font-size: 5rem;
	color: #EEE;
	z-index: 0;
}

.testi-meta img {
	width: 40px !important;
	margin-right: 10px;
}

.testi-meta::before { display: none; }

#oc-testi.owl-carousel .owl-dots {
	/* text-align: left;
	margin-left: 20px; */
}



.translatey-3,
.h-translatey-3:hover { transform: translateY(-3px) !important; }

.tf-ts {
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

#oc-services.owl-carousel .card-body img {
	width: 50px;
}

.accordion-header {
	padding: 1.25rem 0;
	font-size: 1.125rem;
	font-weight: 700;
	border-top: 1px dotted #D5D5D5 !important;
	color: #AAA;
}

.accordion-content {
	padding-bottom: 2rem;
	padding-left: 30px;
}

.accordion-header.accordion-active { color: #222; }

/* Border Form Design
---------------------------------------------------------------------------- */

form label {
	text-transform: none;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0;
}

.border-form-control {
	height: 42px;
	padding: 0;
	font-size: 1.25rem;
	background-color: transparent !important;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.07);
}


@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7%, 0);
		transform: translate3d(0, 7%, 0);
	}

}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 7%, 0);
		transform: translate3d(0, 7%, 0);
	}
}

.demos-filter {
	margin: 0;
	text-align: right;
}

.demos-filter li {
	list-style: none;
	margin: 10px 0px;
}

.demos-filter li a {
	display: block;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
}

.demos-filter li a:hover,
.demos-filter li.activeFilter a { color: #009f51; }

@media (max-width: 991px) {
	.demos-filter { text-align: center; }

	.demos-filter li {
		float: left;
		width: 33.3%;
		padding: 0 20px;
	}
}

@media (max-width: 767px) { .demos-filter li { width: 50%; } }

.tiny_bullet_slider .tp-bullet:before {
	content:" ";
	position:absolute;
	width:100%;
	height:25px;
	top:-12px;
	left:0px;
	background:transparent;
}
.bullet-bar.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}
.bullet-bar .tp-bullet {
	width:60px;
	height:3px;
	position:absolute;
	background:#aaa;
	background:rgba(204,204,204,0.5);
	cursor:pointer;
	box-sizing:content-box;
}
.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected { background:rgba(204,204,204,1); }


.parallax-logo{
	background: url(../img/soja_parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 98%;
    position: relative;
}


.dark .grid-filter.style-3 li:not(.activeFilter) a {
	border-color: #EEE;
}

.dark .grid-filter.style-3 li:not(.activeFilter) a {
	border-color: rgba(255, 255, 255, 0.1);
}

div.sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	z-index: 2;
}  


/* Story Timeline
-----------------------------------------------------------------*/

.story-timeline {
    position: relative;
    padding-top: 60px;
}

.story-timeline>.story-timeline-line {
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    border-radius: 0 0 6px 6px;
    background-image: linear-gradient(to bottom, #009f51, #009f51, #009f51, #009f51, #009f51, #359a43, #4a9537, #5a8f2c, #74821a, #857415, #91661d, #975929);
}

.story-timeline .story-timeline-dots {
    position: absolute;
    display: block;
    top: 0;
    left: 26px;
    z-index: 1;
    width: 26px;
    height: 36px;
    margin-left: -13px;
    background-image: linear-gradient(to bottom, #009f51, #009f51, #009f51, #009f51, #009f51, #35a045);
    border: 6px solid #FFF;
    border-radius: 15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: border-color .3s ease;
}

.story-timeline>.row {
    position: relative;
    padding-left: 40px;
}

.story-timeline>.row:hover .story-timeline-dots {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background:#91661d;
}

.story-timeline img {
    border-radius: 15px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.story-timeline img:hover {
    border-radius: 15px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    cursor: zoom-in;
}

.story-timeline h3{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #555;
}
.story-timeline h4{
	font-size: 18px;
    font-weight: 600;
    color: #555;
}

.story-timeline p{
	font-size: 16px;
    font-weight: 300;
    color: #777;
	margin-bottom: 0px;
}



/* Story Timeline
-----------------------------------------------------------------*/

@media (min-width: 768px) {
    .story-timeline>.story-timeline-line {
        left: 50%;
        transform: translateX(-50%);
    }
    .story-timeline .story-timeline-dots {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
    }
    .story-timeline>.row {
        margin-right: -50px;
        margin-left: -50px;
        padding-left: 0;
    }
    .story-timeline>.row>.col,
    .story-timeline>.row>[class*="col-"] {
        padding-right: 50px;
        padding-left: 50px;
    }
}





#image-carousel { overflow: visible; }

#image-carousel .carousel-column {
	display: flex;
	flex-direction: column;
	flex: 1 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#image-carousel .column-1 { padding-right: 12px; }
#image-carousel .column-2 { padding-left: 12px; }

#image-carousel .carousel-column-container {
	display: flex;
	flex-direction: row;
}

#image-carousel .carousel-grid-item {
	display: flex;
	flex: 1;
	margin: 0;
	padding: 0;
}

#image-carousel .carousel-grid-item .item {
	flex: 1;
	position: relative;
	width: 100%;
	min-height: 150px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	transition: all .2s ease-out;
}

.button:hover,
.top-phone:hover,
#image-carousel .carousel-grid-item:hover a.item {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	opacity: .95;
	color: #FFF;
}

#image-carousel .carousel-grid-item .item blockquote { z-index: 1; }

.img-overlay::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: rgba(var(--themecolorrgba, 38, 125, 244), 0.8);
}

.owl-carousel .owl-dots .owl-dot {
	width: 20px;
	height: 5px;
	border-radius: 4px;
	transition: all .3s ease-out;
	opacity: .3;
}

.owl-carousel .owl-dots .owl-dot.active { width: 45px; }

.lady-justice-img::after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	box-shadow:-15px -15px 0 var(--themecolor);
	border-radius:.25rem
}

#lawfirm-inline label{
	display:inline-block;
	text-transform:none;
	letter-spacing:0;
	font-weight:300;
	font-size:1.75rem;
	line-height:2
}



/**
 * Recipe Categories
 */

 .recipe-categories {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.recipe-category {
	position: relative;
	overflow: hidden;
	flex: 0 0 calc(100% - 20px);
	max-width: calc(100% - 20px);
	margin: 10px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	border-radius: 250px;
	transition: all 0.5s cubic-bezier(.02, .01, .5, 1);
}

.recipe-category::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}

.recipe-category-inner {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 2;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}


.recipe-category-icon {
	width: 40px;
	height: 40px;
	margin: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	background-color: #FFF;
	padding: 8px;
	margin-right: 10px;
	color: #000;
	transition: transform .5s ease-out;
}

.recipe-category:hover .recipe-category-icon {
	transform: rotate(360deg);
}

.recipe-category-info {
	color: #FFF;
	font-size: 18px;
	text-align: center;
}

@media (min-width: 768px) {

	.recipe-category {
		flex: 0 0 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

}


@media (min-width: 992px) {

	.recipe-category {
		flex: 0 0 60px;
		max-width: 60px;
		height: 300px;
		margin: 15px;
		background-size: auto 105%;
		background-position: center;
		border-radius: 30px;
	}

	.recipe-category:hover {
		flex: 0 0 250px;
		max-width: 250px;
		background-size: auto 100%;
		border-radius: 10px;
	}

	.recipe-category-inner {
		width: auto;
		height: auto;
		left: 0;
		top: auto;
		bottom: 0;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		transform: rotate(180deg);
	}

	.recipe-category:hover .recipe-category-inner {
		writing-mode: horizontal-tb;
		transform: rotate(0);
	}

	.recipe-category:not(:hover) .recipe-category-icon {
		width: 40px;
		height: 40px;
		margin-right: 0;
		margin-bottom: 10px;
		transform: rotate(180deg);
	}

	.recipe-category::after {
		background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8)) 100%;
		background: -o-linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8)) 100%;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8)) 100%;
	}

}


.gradient-border {
	--borderWidth: 3px;
	background: #1D1F20;
	position: relative;
	border-radius: 0;
}

.gradient-border::after {
	content: '';
	position: absolute;
	top: calc(-1 * var(--borderWidth));
	left: calc(-1 * var(--borderWidth));
	height: calc(100% + var(--borderWidth) * 2);
	width: calc(100% + var(--borderWidth) * 2);
	background: linear-gradient(60deg, #009f51, #009f51, #009f51, #009f51, #009f51, #35a045, #4ea138, #63a12b, #8da005, #b49b00, #db9300, #ff8728);
	border-radius: var(--borderWidth);
	z-index: -1;
	animation: animatedgradient 3s ease alternate infinite;
	background-size: 300% 300%;
}

@keyframes animatedgradient {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.btn-gradient-ipe {
    background: linear-gradient(to right,#009f51, #91661d, #009f51);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-gradient-ipe:focus,
.btn-gradient-ipe:hover {
  background-position: right center;
  color: #fff;
}

.link-ipe:hover{
	opacity: 0.8;
	color: #009f51;
}

.link-ipe {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #009f51;
    padding: 0 1px;
    transition: color ease 0.3s;
    z-index: 99;
    }
    .link-ipe-dark {
        position: relative;
        text-decoration: none;
        display: inline-block;
        color: white;
        padding: 0 1px;
        transition: color ease 0.3s;
        z-index: 99;
        }
    
    .link-ipe::before, .link-ipe::after, .link-ipe-dark::before, .link-ipe-dark::after {
    content: '';
    position: absolute;
    background-color: #009f51;
    z-index: -1;
    height: 10%;
	opacity: 0.8;
    }
    
    .link-ipe::before, .link-ipe-dark::before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.4s;
    }
    
    .link-ipe::after, .link-ipe-dark::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 0.6s;
    }
    
    .link-ipe:hover::before, .link-ipe-dark:hover::before {
    width: 100%;
    }
    
    .link-ipe:hover::after, .link-ipe-dark:hover::after {
    left: 100%;
    width: 0%;
    transition: all ease 0.2s;
    }

	.lead-ipe{
		color: #666;
		font-size: 16px;
    	font-weight: 400;
	}


	.block-pricing-10 .pricing-title {
		transform: translateY(-50%);
		margin: 0 auto;
		display: inline-block;
		width: auto;
		padding: 0 16px;
	}

	.block-pricing-10 .btn-action {
		transform: translateY(50%);
	}

	h2 .text-rotater{
		color: rgba(255, 255, 255, 1.00);
		font-size: 40px;
		line-height: 60px;
		font-weight: 300;
		font-style: normal;
		padding-bottom: 10px;
	  }
	
	  h2 .text-rotater span{
		color: rgba(255, 255, 255, 1.00);
		font-size: 80px;
		line-height: 90px;
		font-weight: 900;
		font-style: normal;
		text-decoration: underline;
	  }
	
	  @media (max-width: 768px) {
		h2 .text-rotater{
			font-size: 30px;
			line-height: 50px;
		  }
		
		  h2 .text-rotater span{
			font-size: 40px;
			line-height: 50px;
		  }
		
	}

	.menu-item > .menu-link::after {
		position: absolute;
		content: '';
		top: auto;
		left: 50%;
		bottom: 0;
		width: 0px;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.menu-item:hover > .menu-link,
	.menu-item.current > .menu-link { color: #fff; }

	.menu-item:hover > .menu-link::after,
	.menu-item.current > .menu-link::after {
		width: 100%;
		left: 0;
	}


	/* Links */
	.link {
		position: relative;
		cursor: pointer;
		white-space: nowrap;
		color: #333;
		font-size: 1.125rem;
		font-family: 'Roboto', sans-serif;
	}

	.link::before,
	.link::after {
		position: absolute;
		width: 100%;
		height: 1px;
		background: currentColor;
		top: 100%;
		left: 0;
		pointer-events: none;
	}

	.link::before {
		content: '';
		/* show by default */
	}

	/* Links 1 */
	.link-1::before {
		height: 2px;
		transform-origin: 100% 50%;
		transform: scale3d(0, 1, 1);
		transition: transform 0.3s;
	}

	.link-1:hover::before {
		height: 2px;
		transform-origin: 0% 50%;
		transform: scale3d(1, 1, 1);
	}


/* COOKIE */

.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    font-weight: 100;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-cookies p {
    margin-bottom: 0px;
}

.box-cookies .msg-cookies,
.box-cookies {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.box-cookies .btn-cookies,
.btn-politica {
    cursor: pointer;
    align-self: normal;
}


@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}
/* COOKIE FIM*/


@media (max-width: 992px) {
	.blocks-faqs-3 .sticky-section { position: relative !important; }
}

.blocks-faqs-3 .faqs .toggle {
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.085);
}

.blocks-faqs-3 .faqs .toggle-header {
	padding: 15px 20px;
	margin: 0;
}

.blocks-faqs-3 .faqs .toggle-content {
	border-top: 1px solid #EEE;
	padding: 20px 25px;
}

#faqs h3{
	margin-bottom: 10px;
}



.section-split {
	background-size: cover;
}


.section-split p{
	
}

@media (min-width: 576px) {
	.section-split {
		--section-width: 50%;
		--hover-width: 65%;
		--less-width: calc(100% - var(--hover-width));
		--hover-speed: 1s;
		--bg-opacity: 0.7;

		position: absolute;
		left: 0;
		top: 0;
		width: var(--section-width);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		transition: width var(--hover-speed) ease;
	}

	.section-split.split-right {
		left: auto;
		right: 0;
	}

	.section-split:hover ~ .section-split {
		width: var(--less-width);
	}

	.section-split:hover {
		width: var(--hover-width);
	}
}
