:root {
	--black:#1a1c20;
	--light-green:#3e7e00;
	--green:#1f481f;
	--green-2:#467e00;
	--yellow:#ffcc00;
}



body {
	font-weight: 700;
	font-size: 15;
	line-height: 27px
}

h1, h2, h3 {
	color: var(--green-2);
	font-weight: 700;
}




/* General */
.sppb-btn {
	border-radius: 3px;
	min-height: 38px;
	line-height: 38px;
	padding: 12px 18px;
}


/* Titles */
.only-title .sppb-addon-content {
	display: none;
}
.only-title {
	text-align: center;
}
.highlight-title h2{
	font-size: 50px;
	line-height: 60px;
}
.highlight-title .sppb-addon-title {
	position: relative;
}
.highlight-title .sppb-addon-title:after {
	content: '';
	display: block;
	width: 290px;
	height: 20px;
	background: url('img/shape-title.svg') no-repeat center center;
	background-size: 100%;
	margin: 10px auto 0;
}
.title-h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 10px;
}
.title-h3-2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
.with-text .sppb-addon-title {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.with-text .sppb-addon-content {
	padding: 20px 25px;
	border: 1px solid;
	margin: 0 1%;
}
.with-text .sppb-addon-content p:last-child {
	margin-bottom: 0;
}
.sppb-addon-title a {
	color: inherit;
}



/* List */
.sppb-addon-text-block ul {
	padding-left: 0;
	list-style: none;
}
.sppb-addon-text-block ul li {
	padding-left: 24px;
	margin-bottom: 10px;
	position: relative;
}
.sppb-addon-text-block ul li:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url('img/arrow-list.svg') no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 6.5px;
	left: 0;
}




/* Header */
.sp-contact-info {
	display: flex;
	justify-content: flex-end;
}
.sp-contact-info li {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin: 0px 20px 0px 0px;
}
.sp-contact-info li span.far, .sp-contact-info li span.fas {
	font-size: 16px;
	margin-right: 5px;
}
.sp-contact-email > span.far {
	font-weight: 900!important;
}
.sp-contact-info li a {
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
}
li.sp-contact-phone > span {
	transform: rotate(90deg);
}
.sp-contact-info li:last-child {
	margin-right: 0;
}
#sp-top1 .custom p i {
	margin-right: 5px;
	font-size: 16px;
}
#sp-top1 .custom p {
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 19px;
}
#sp-top1 .sp-module {
	margin-left: 0;
}
#sp-logo {
	position: absolute!important;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 9999;
}
#sp-menu {
	height: 122px;
	display: flex;
	justify-content: center;
}
#sp-menu > .sp-column {
	justify-content: center!important;
	position: relative;
	right: -90px;
}
.sp-megamenu-parent .sp-menu-item a {
	font-size: 17px;
	font-weight: 500!important;
	line-height: normal;
	padding: 0!important;
}
.sp-megamenu-parent .sp-menu-item {
	text-transform: uppercase;
	margin: 0 16px;
}
.sp-megamenu-parent .sp-menu-item:nth-child(4) {
	margin-left: 130px!important;
}
.sp-megamenu-parent .sp-menu-item:nth-child(3) {
	margin-right: 130px!important;
}
.sp-menu-item a:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #dddddd;
	content: '';
	opacity: 0;
	transition: opacity .3s,transform .3s;
	transform: translateY(10px);
}
.sp-menu-item.active a:before, .sp-menu-item a:hover:before {
	opacity: 1;
	transform: translateY(0);
}




/* Slider */
.title-light {
	font-weight: 100;
}
.title-green {
	font-size: 70px;
	line-height: 120px;
}
.grupo-text ul {
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: center;
}
.grupo-text ul:first-child li {
	font-size: 85px;
	line-height: 120px;
}
.grupo-text ul:nth-child(2) li {
	font-size: 30px;
	line-height: 40px;
}
.grupo-text ul:first-child li:not(:last-child), .grupo-text ul:nth-child(2) li:not(:last-child) {
	position: relative;	
	display: flex;
	align-items: center;
}
.grupo-text ul:first-child li:not(:last-child):after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url('img/path1.svg') no-repeat center center;
	background-size: 100%;
	margin: 0 10px;
}
.grupo-text ul:nth-child(2) li:not(:last-child):after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background: url('img/dotted.png') no-repeat center center;
	background-size: 100%;
	margin: 0 8px;
}
.sppb-sp-slider-button .sp-slider-btn-text {
	font-size: 24px;
	text-transform: uppercase;
	padding: 16px 40px 16px;
	background: var(--green);
	line-height: 28px;
	font-family: Roboto Condensed;
	font-weight: 700;
}

.grupo-text ul:first-child {
	padding: 0;
}
.grupo-text ul:nth-child(2):before {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	background: var(--green);
	top: 0px;
}
.grupo-text ul:nth-child(2) {
	position: relative;
	padding-top: 40px;
	margin-bottom: 25px;
	padding-left: 0;
}
.border-yellow:before {
	content: '';
	display: block;
	width: 90%;
	height: 3px;
	background: yellow;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
}
.border-yellow {
	position: relative;
	padding-top: 15px;
}
.text-slider {
	margin: 15px 0 50px;
}


/* Services */
.row-services > div > .sppb-section {
	padding: 0!important;
}
.row-services .sppb-row.sppb-nested-row .sppb-row-column {
	padding: 2px;
}
.card-services .sppb-addon-single-image {
	display: flex;
	justify-content: center;
}
.card-services .sppb-addon-single-image img {
	width: 100%;
	max-width: 100px;
}
.card-services .sppb-addon-text-block h3 {
	margin: 25px 0 15px!important;
	font-size: 30px;
	line-height: 40px;
}
.card-services .sppb-addon-single-image img {
	width: 100%;
	max-width: 100px;
	padding-top: 10px;
}




/* Photos */
#photos .sppb-row {
	row-gap: 40px;
}




/* Location */
#location .sppb-section {
	padding: 0!important;
}
.icon-location .sppb-icon-container {
	width: 60px;
	height: 60px;
	display: flex!important;
	align-items: center;
	text-align: justify;
	justify-content: center;
}
.icon-location .sppb-media {
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-location .sppb-addon-text {
	display: none;
}
.icon-location h3.sppb-addon-title {
	margin: 0;
}



/* Contact */
.contact-form form.sppb-addon-form-builder-form {
	margin: 0 -15px!important;
}
.sppb-text-danger, .sppb-text-success, .sppb-text-info {
	padding: 0 15px;
}




/* About Carrousel  */
.card-circle-about img {
	width: 100%;
}
.carrusel-circle .slick-initialized {
	background: #25481d;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	max-width: 380px;
	max-height: 380px;
	min-height: 380px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	border: 40px solid #fff;
	position: relative;
}
.carrusel-circle .slick-initialized:before {
	content: '';
	display: block;
	background: transparent;
	position: absolute;
	border-radius: 50%;
	left: -42px;
	right: -42px;
	top: -42px;
	bottom: -42px;
	border: 2px solid #25481d;
	z-index: 1;
}
.card-circle-about .sppb-addon-single-image-container {
	width: 100%;
	max-width: 53px;
	height: 53px;
	margin: 0 auto 10px;
	display: block;
}
.card-circle-about .sppb-addon-content {
	padding: 0 5%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}
.card-circle-about .sppb-addon-content * {
	color: #fff!important;
}
.card-circle-about .sppb-addon-content p:last-child {
	margin-bottom: 0;
}
.carrusel-circle .slick-initialized .slick-slide > div {
	display: flex;
	flex: 1;
}
.carrusel-circle ul.slick-dots {
	position: absolute;
	list-style: none;
	margin: 0!important;
	padding: 0;
	background: transparent;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.carrusel-circle .slick-dots li {
	position: absolute;
}
.carrusel-circle .slick-dots li:first-child {
	top: -64px;
	left: 50%;
	margin-left: -24px;
}
.carrusel-circle .slick-dots li:nth-child(2) {
	top: 40px;
	right: -44px;
}
.carrusel-circle .slick-dots li:nth-child(3) {
	bottom: 40px;
	right: -44px;
}
.carrusel-circle .slick-dots li:nth-child(4) {
	bottom: -64px;
	left: 50%;
	margin-left: -24px;
}
.carrusel-circle .slick-dots li:nth-child(5) {
	bottom: 40px;
	left: -44px;
}
.carrusel-circle .slick-dots li:nth-child(6) {
	left: -44px;
	top: 40px;
}
.carrusel-circle .slick-dots li button {
	border: 0;
	font-size: 0px;
	width: 48px;
	height: 48px;
	padding: 0!important;
	border-radius: 50%;
}
.carrusel-circle .slick-dots li:first-child button {
	background: url(img/icon-chushing-circle.svg) var(--green) no-repeat center center;
}
.carrusel-circle .slick-dots li:nth-child(2) button {
	background: url(img/icon-grinding-circle.svg) var(--green) no-repeat center center;
}
.carrusel-circle .slick-dots li:nth-child(3) button {
	background: url(img/icon-demolition-circle.svg) var(--green) no-repeat center center;
}
.carrusel-circle .slick-dots li:nth-child(4) button {
	background: url(img/icon-recyclin-circle.svg) var(--green) no-repeat center center;
}
.carrusel-circle .slick-dots li:nth-child(5) button {
	background: url(img/icon-processing-circle.svg) var(--green) no-repeat center center;
}
.carrusel-circle .slick-dots li:nth-child(6) button {
	background: url(img/icon-mulch-circle.svg) var(--green) no-repeat center center;
}


.carrusel-circle .slick-dots .slick-active {
	-webkit-animation-name:circle_pop;
	animation-name:circle_pop;
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-timing-function:linear;
	animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
@-webkit-keyframes circle_pop{
	50%	{
		-webkit-transform:scale(1.2);transform:scale(1.2)
		
	}
	100% {
		-webkit-transform:scale(1);transform:scale(1)
	}
}
@keyframes circle_pop{
	50% {
		-webkit-transform:scale(1.2);
		-ms-transform:scale(1.2);transform:scale(1.2)
	}
	100% {
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
	}
}

.carrusel-circle .slick-list {
	z-index: 3;
}
.card-circle-about .sppb-addon-single-image-container img {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto;
}
.card-circle-about h3.sppb-addon-title {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	width: 100%;
}
.card-circle-about .sppb-addon-text-block {
	text-align: center;
}







@media (min-width: 992px) {	
	.sp-megamenu-parent {
		display: flex!important;
	}
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1230px;
	}
}
@media (max-width: 767px) {
	#column-wrap-id-1687286831054 {
		order: 1;
	}
	#column-wrap-id-1674759162863 {
		order: 2;
	}
	#column-wrap-id-1687286831053 {
		order: 3;
	}
	#column-wrap-id-1674759162868 {
		order: 4;
	}
	#column-wrap-id-1687286831052 {
		order: 5;
	}
	#column-wrap-id-1674759162864 {
		order: 6;
	}
	#column-wrap-id-1687286831050 {
		order: 7;
	}
	#column-wrap-id-Yh6pWXL8bwDduiXhUpnea {
		order: 8;
	}
	#column-wrap-id-1687286831049 {
		order: 9;
	}
	#column-wrap-id-5-Gv8F9iK2pxJNcF2aeOH {
		order: 10;
	}
	#column-wrap-id-1687286831051 {
		order: 11;
	}
	#column-wrap-id-BmwU2KSqQ0lllUuQuDSBr {
		order: 12;
	}
	#column-wrap-id-1687286831048 {
		order: 13;
	}
	#column-wrap-id-z3BGk9Q2xqUhG5tG6K5I3 {
		order: 14;
	}
}


