@charset "utf-8";
.fr-type-vimeo .fr-content {
    width: 90%!important;
    height: 80%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  color: #555!important;
  font-size: 16px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 3px;
  text-transform: unset;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  background: transparent;
  font-size: 18px!important;
	color: rgba(44, 44, 52, 0.70);
	font-family: "poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; 
	display: flex;
	height: 66px;
	padding: 18px 17px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 6px;
	border: 1px solid var(--color-2, #2C2C34);
}
::placeholder {
	color: var(--color-2, #2C2C34);
}
textarea {
  padding: 12px 17px;
  border-radius: 10px;
  min-height: 120px;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  position: relative;
  color: #FFF;
	text-align: center;
    font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 187.5% */
  background-color: #4287C6;
  border: solid 1px #4287C6;
  border-radius: 700px;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	width:100%;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #4287C6;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  font-style: normal;
  background: var(--main-color, #04944F); 
  border-radius: 327px;
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.btn-layout:hover,
.btn-layout:focus {
  color: var(--main-color, #04944F);
  background-color: #fff;
  border: 1px solid #04944F ;
  text-decoration: none;
}
.brown-btn-layout {
  color: #fff;
  background-color: #9A8A78;
  border: solid 1px #9A8A78;
}
.brown-btn-layout:hover,
.brown-btn-layout:focus {
  color: #9A8A78;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.black-btn-layout {
  color: #FFF;
  background-color: #2C2C34;
  border: solid 1px #2C2C34;
}
.black-btn-layout:hover,
.black-btn-layout:focus {
  color: #2C2C34;
  background-color: #FFF;
  border-color: #FFF;
  text-decoration: none;
}

.white-btn-layout {
  color: #04944F;
  background-color: #FFF;
  border: solid 1px #FFF;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #FFF;
  background-color: #04944F;
  border-color: #04944F;
  text-decoration: none;
}
.hollow-btn-layout {
  border-radius: 327px;
  border: 1px solid var(--main-color, #04944F);
  background-color: transparent;
  color:#04944F;
}
.hollow-btn-layout:hover,
.hollow-btn-layout:focus {
  color: #fff;
  background-color: #04944F;
  border-color: #04944F;
  text-decoration: none;
}
.red-btn-layout.hollow-btn-layout {
  color: #E52421;
  background-color: transparent;
  border: solid 1px #E52421;
}
.red-btn-layout.hollow-btn-layout:hover,
.red-btn-layout.hollow-btn-layout:focus {
  color: #fff;
  background-color: #E52421;
  border-color: #E52421;
  text-decoration: none;
}
.white-btn-layout.hollow-btn-layout {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
}
.white-btn-layout.hollow-btn-layout:hover,
.white-btn-layout.hollow-btn-layout:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}

/*=========================================== ABOUT SECTION ==============================================*/
.about-section {
  position: relative;
  text-align: center;
  padding: 80px 0;
}
.about-section p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.94px;
  letter-spacing: 0;
}
.about-section:before,
.about-section:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33%;
  background-repeat: no-repeat;
}

.about-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.about-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.about-section h2.h1-style {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
}
.about-section h2.h1-style::after {
    content: "";
    display: block;
    max-width: 630px; /* Ajuste a largura conforme necessário */
    height: 2px; /* Espessura da linha */
    background-color: red; /* Cor da linha */
    margin: 20px auto 0;
     /* Distância da linha em relação ao texto */
     /* Centraliza a linha */
}
.about-section.story h2.h1-style {
	display: inline-block;
}
.about-section.story h2.h1-style::after {
	width: 100%;
}
.about-section.story h2.story.h1-style::after {
    content: none;
}

.about-section.story {
	padding: 80px 0 40px;
	border-bottom: solid 2px #ccc;
}

.about-section .icon {
  display: block;
  font-size: 35px;
}
.about-section h3:after {
  content: '';
  display: block;
  width: 42px;
  height: 2px;
  background: #F9C626;
  margin: 20px auto 0;
}
.about-section .col-lg-4 {
  --bs-gutter-x: 40px;
}

.about-section.heading-left {
	text-align: left;
}
@media (min-width: 991px) {
	.about-section.heading-left .container {
		display: flex;
		gap: 20px;
	}
	.about-section.heading-left .container h2 {
		/* border-bottom: solid 2px #E52421; */
		text-align: left;
		min-width: 360px;
	}
	.about-section.heading-left .container .text {
		
	}
}

@media (max-width: 1200px) {
	.about-section:before,
	.about-section:after {
		opacity: .2
	}
}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.about-section:before,
	.about-section:after {
		background-size: 90px;
	}
}

.about-section.story .row {
	padding-top: 35px;
    display: flex;
    align-items: center; 
}

/*=========================================== NEWS SECTION ==============================================*/
.news-section {
  position: relative;
  padding: 50px 0;
}
.news-section .container-fluid {
  opacity: 0;
}
.news-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.news-section .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
.news-section .container-fluid .left {
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 40px
}
.news-section .container-fluid .slider-wrapper {
 width: calc(100% - 270px); 
}
.news-section h2.h1-style {
  margin: 0 0;
}
.news-section .custom-nav {
  margin: 0 0;
}
.news-section .custom-nav li {
  font-size: 24px;
}
.news-section .custom-nav li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.news-section .slick-list {
  margin: 0 -5px
}
.news-section .slick-slide {
  padding: 0 5px;
}
.news-section .item {
  display: flex;
  justify-content: center;
  position: relative;
  height: 224px;
}
.news-section .item .bnn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.news-section .item .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
  transition: all .3s ease;
}
.news-section .item:hover .bnn img {
  opacity: .2;
}
.news-section .item .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 15px 10px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-section .item .info h3 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 5px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.news-section .container-fluid {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.news-section .container-fluid .left {
		margin: 0 0 30px
	}
	.news-section .container-fluid .left,
	.news-section .container-fluid .slider-wrapper {
		width: 100%;
		text-align: center;
		align-items: center;
		gap: 20px;
	}
	.news-section .item {
		height: 334px;
	}
}

/*=========================================== GALLERY SECTION ==============================================*/
.gallery-section {
  border-top: solid 2px #F2f2f2;
  border-bottom: solid 2px #F2f2f2;
  position: relative;
  padding: 80px 0;
}
.gallery-section.portfolio-gal {
	padding: 10px;
	border-top:none;
}
.gallery-section.portfolio-gal .main-gallery {
	max-width: 100%;
}
.gallery-section.portfolio-gal .container-fluid {
	--bs-gutter-x: 2px;
}
.gallery-section .container-fluid {
  opacity: 0;
}
.gallery-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.main-gallery {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	max-width: 1310px;
	margin: 0 auto;
}
.main-gallery > div {
	width: calc(33.3333% - 10px);
}
.main-gallery .item {
	display: block;
	position: relative;
	padding-bottom: 100%;
}
.main-gallery .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
	.main-gallery > div {
		width: calc(50% - 10px);
	}
}
@media (max-width: 768px) {
	.main-gallery > div {
		width: 100%;
	}
}

.gallery-section h2{
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
}
.gallery-section h2.h1-style::after {
    content: "";
    display: block;
    width: 280px; /* Ajuste a largura conforme necessário */
    height: 2px; /* Espessura da linha */
    background-color: red; /* Cor da linha */
    margin: 20px auto 0;
}
 
/*=========================================== SERVICES SECTION ==============================================*/
.services-grid {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}
.services-grid > div {
	width: calc(33.3333% - 10px);
}
.services-grid .item {
	display: block;
	position: relative;
}
.services-grid .item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
	.services-grid > div {
		width: calc(50% - 10px);
	}
}
@media (max-width: 768px) {
	.services-grid > div {
		width: 100%;
	}
}

/*=========================================== ESTIMATE SECTION ==============================================*/
.estimate-section {
  overflow: hidden;
  position: relative;
  color: #242424;
  text-align: center;
  border-top: solid 2px #F2F2F2;
  padding: 59px 0;
}
.estimate-section .parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.82) 100%), url(../img/service-header.jpg) lightgray 50% / cover no-repeat;
}
.estimate-section .container {
  opacity: 0;
}
.estimate-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.estimate-section h2.h1-style {
  color: #242424;
  margin: 0 0 24px
}
.estimate-section h2.h1-style .icon {
  color: #242424;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 83.333% */
  margin: 0 0 24px
}
.estimate-section p,
.estimate-section p big {
  font-size: 24px;
  font-weight: 400;
  color: #242424;
  margin: 0 0 24px;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}

/*=========================================== CTA like home ==============================================*/
.cta {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #002263;
  padding: 28px 15px 38px;
  margin: 0 0 45px;
}
.cta .icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  color: #D4AF37;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}
.cta h3 {
  color: #4A4A4A;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.cta .tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 2px 15px;
  border-radius: 3px;
  background: #4A4A4A;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.cta.cta-transparent {
  background: transparent;
  border-color: #D4AF37;
}
.cta.cta-transparent .icon {
  color: #FFF;
}
.cta.cta-transparent h3 {
  color: #FFF;
}
.cta.cta-transparent .tag {
  background: #69C;
}
@media (max-width: 768px) {
	.cta h3 { font-size: 14px }
	.cta .tag { font-size: 12px }
}

/*=========================================== LEFT RIGHT SECTION ==============================================*/
.left-right-section {
    color: #F8F9FA;
    z-index: 39;
}
.left-right-section.story {
	max-width: 1520px;
    margin: 0 auto;
}
.details{
  /* height:732px; */
}

.left-right-section .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
@media (min-width: 992px) {
	.left-right-section .item:after {
	  content: '';
	  width: 2px;
	  height: 100%;
	  position: absolute;
	  left: 50%;
	  margin-left: -1px
	}
}
.left-right-section .item:nth-child(even) {flex-direction: row-reverse!important;}
.left-right-section.ready .bnn {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.left-right-section.ready .item:nth-child(even) .bnn {
  animation: fadeInRight 1.2s both;
}
.left-right-section .bnn {
  display: block;
  position: relative;
  width: 50%;
  min-height: 473px;
}
.left-right-section.top .bnn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: bottom;
}
.left-right-section .bnn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-right-section .info {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  position: relative;
  padding: 15px 5vw 30px;
}
.left-right-section .item:nth-child(even) .info {
  border-left:none;
}
.left-right-section.ready .info {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.left-right-section.ready .item:nth-child(even) .info {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.left-right-section .info .icon {
	color: #F9C626;
    display: block;
    font-size: 35px;
}
.left-right-section .info h2 {
  /* color: #0000; */
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0;
}

.left-right-section.story .info h2 {
	color: #000;
	text-align: center;
  font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.left-right-section .info h2 span {
  color: #F9C626;
}
.left-right-section .info h2:after {
  content: '';
  display: block;
  width: 42px;
  height: 2px;
  background: #F9C626;
  margin: 20px 0 0;
}
.left-right-section .info p {
	margin: 0 0 20px;
	color: #000;
    font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
	.left-right-section .info,
	.left-right-section .cta-video {
		width: 100%;
	}
	.left-right-section .info { padding: 50px 10vw 30px; }
}
@media (max-width: 991px) {
	.left-right-section .bnn {
		width: 100%;
		min-height: 500px;
		padding-bottom: 52%;
	}
}

@media (max-width: 768px) {
	.left-right-section .bnn {
		width: 100%;
		min-height: 400px;
		padding-bottom: 62%;
	}
}

@media (max-width: 391px) {
	.left-right-section .bnn {
		width: 100%;
		min-height: 290px;
		padding-bottom: 62%;
	}
}

.left-right-section .info{
  padding: 120px 100px;
  padding-left: 40px;
  background-color: #f8f8f8;
}
.left-right-section.top .info{
   padding-left: 120px;
}

.left-right-section.story .info{
  padding: 60px 55px;
}

@media (max-width: 1300px) {
	.left-right-section .info{
		padding: 40px;
		margin:0;
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
}

@media (max-width: 992px) {
	.left-right-section.top {
		
		/* padding-bottom:300px */
		 
	}
}

.left-right-section .info .icon{
 font-size:18px;
 color:#000;
}
.left-right-section .item .bnn{
  /* max-height: 453px; */
}

.left-right-section .item {
 flex-direction: row-reverse;
 background: #FFF;
}

.left-right-section .item:nth-child(even) {
	/* flex-direction: row; */
}

.left-right-section .item:after{
        content: none;
} 

.left-right-section .info h2:after {
  content:none;
}

.left-right-section .item:first-of-type {
    border-top: 2px solid #F2F2F2;
}

.left-right-section .item:last-of-type {
	border-bottom: 2px solid #F2F2F2;
}

.left-right-section.story .item:first-of-type {
    border-top: 2px solid #e42721;
}

.left-right-section.story .item:last-of-type {
	border-bottom: 2px solid #e42721;
}

.left-right-section.portfolio .item:first-of-type {
    border-top: 2px solid #F2F2F2;
}

.left-right-section.portfolio .item:last-of-type {
	border-bottom: 2px solid #F2F2F2;
}


.left-right-section.details  .info  {
  /* justify-content: normal; */
}

.left-right-section.details .info{
  padding: 60px 40px 30px;
}
.service-details-info {
	padding: 80px 0;
}
.service-details-info .container,
.service-details-info .container .row {
	--bs-gutter-x: 60px;
}
.service-details-info .col-lg-6:first-child {
	border-right: solid 1px #ccc
}
.service-details-info h2.h1-style {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
}
.service-details-info h2.h1-style::after {
    content: "";
    display: block;
    max-width: 120px; /* Ajuste a largura conforme necessário */
    height: 2px; /* Espessura da linha */
    background-color: red; /* Cor da linha */
	margin: 20px auto 0;
}

.service-details-info p {
	color: #000;
  font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.left-right-section.story h3{
  margin:0;
}

.portfolio{
}

.portfolio .item{
}

.left-right-section.portfolio h2.h1-style{
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/*=========================================== SERVICES SECTION ==============================================*/
.services-section {
  background: #FFFF;
  position: relative;
  padding: 15px 0;
}
.services-section .container,
.services-section .container-fluid {
  opacity: 0;
}
.services-section.ready .container,
.services-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.services-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.services-section h2.h1-style {
  /* color: #fff; */
  /* margin: 19px 0; */
  margin-bottom: 0;
}
.services-section h2.h1-style span {
  /* color: #fff; */
}
.services-section .custom-nav {
  /* margin: 19px 0; */
  
}
.services-section .custom-nav li {
  font-size: 24px;
}
.services-section .custom-nav li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}
.services-section .custom-nav li a:not(:hover, :focus) {
  color: #e42521;
}
.services-section .slick-list {
  margin: 0 -5px
}
.services-section .slick-slide {
  padding: 0 5px;
}
.services-section .item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 550px;
}
.services-section .item .bnn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.services-section .item .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
  transition: all .3s ease;
}
.services-section .item:hover .bnn img {
  opacity: .2;
}
.services-section .item h2 {
  /* position: absolute; */
  z-index: 2;
  margin-top: auto;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;

}
.services-section .item h2 span {
  display: block;
  /* color: #F9C626; */
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .services-section .item {
    height: 394px;
  }
}

/*=========================================== PRODUCTS SECTION ==============================================*/
.products-section {
  padding: 80px 0;
}
.products-section.parallax-section {
  padding: 0 0 50px;
  background: #FFF;
}
.products-section .parallax {
	background-image: url(../img/bnn-mulch.jpg);
	opacity: .35;
}
.products-section .container-fluid {
  opacity: 0;
}
.products-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.products-section .slider-controls {
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.products-section .slider-controls .btn-layout {margin: 37px 0;}
.products-section .slider-controls ul { 
	margin: 37px 0;
	padding-right: 15px;
}
.products-section .slider-controls ul li a.btn-layout {
	margin: 0 0;
	padding: 15px;
}
.products-section .slider-controls ul li a.white-btn-layout {
	color: #fff;
	background: #04944F;
}
.products-section .slider-controls ul li a.white-btn-layout:hover,
.products-section .slider-controls ul li a.white-btn-layout:focus {
	color: #04944F;
	border-color: #fff;
	background-color: #ffF;
	border: 1px solid #04944f;
}
.products-section .slider-wrapper {
	/* padding: 0 40px; */
	/* padding-right: 14vw; */
}
.products-section .slick-list {
	overflow: visible;
}

.titleProducts {
	margin-top: 50px;
}
.titleProducts span {
  text-align: center;
  color: #04944F;
	font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
	 
  line-height: 16px; /* 80% */
  letter-spacing: 0.6px;
}
.titleProducts h2 {
 color: #626262;
	font-family: "Montserrat", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 100% */
letter-spacing: 0.6px;
text-transform: uppercase;
	padding-top:10px
}

.produtsTopRight {
  display: flex;
  align-items: anchor-center;
}
span.name.top h4 {
  color: #FFF;
  text-align: center;
    font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding-bottom:10px
  
}

.products-section .slider-wrapper .slick-slide {
	padding: 0;
	margin-right: 11px;
	height: 600px;
	max-width: 600px;
}

@media (max-width:768px){
	.products-section .slider-wrapper .slick-slide {
				max-width: 370px;

	}
}

.products-section .item {
	position: relative;
	display: block;
	background: transparent;
	border-radius: 10px;
	overflow: hidden;
	height: 600px;
	max-width: 600px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.products-section.parallax-section .item {
	background: transparent;
}

.products-section .item .bnn {
	display: block;
	position: relative;
	padding-bottom: 86%;
	background: #000;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.products-section .item .bnn .value {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	padding: 3px 8px;
	background: rgb(0 0 0 / 60%);
	border-radius: 4px;
}

.products-section .item .bnn img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	transition: all .3s ease;
}

.products-section .item:hover .bnn img {
	opacity: .7;
}

.products-section .item .name {
	/* position: absolute; */
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px 18px;
	/* background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%); */
	color: #FFF;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0 0 10px 10px;
	transition: all .3s ease;
}

@media (max-width: 1200px) {

	.products-section .slider-controls ul {
		display:inline-flex
	}
}
.products-section .item .name i {
	color: #FFF;
	text-align: center;
	font-family: "Font Awesome 6 Pro";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 53.333% */
	letter-spacing: 0.6px;
}

.products-section .products-section-grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 1600px;
	margin: 0 auto;
}
.products-section .products-section-grid > * {
	width: 20%;
}

@media (max-width: 991px) {
}
@media (max-width: 768px) {
	.titleProducts {
		margin-bottom: 0
	}
	.produtsTopRight {
		flex-direction: column-reverse
	}
	.products-section .slider-controls .btn-layout {
		margin-top: 0;
	}
	.products-section .slider-controls {
		flex-direction: column;
	}
	.products-section .slider-controls ul {
		margin: 0 0 40px
	}
}
@media (max-width:1436px){
	.products-section .slider-wrapper .slick-slide {
	}
}

/*===========================================================================================================*/
/*=========================================== Testimonials ========================================================*/
/*===========================================================================================================*/
.testimonials-section {
  padding: 80px 0;
  height: 660px;
  background: #f8f8f8;
  background-image: url(/wp-content/uploads/2025/04/testimonials.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.testimonials-section .section-subtitle {
 color: var(--color-2, #2C2C34);
	text-align: center;
    font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.testimonials-section h2{
	color: var(--color-2, #2C2C34);
text-align: center;
    font-family: "Montserrat", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 120px;
}

.testimonial-box {
  background: #fff;
  padding: 30px;
  max-width: 350px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



@media screen and (max-width: 768px) {
  .testimonials-grid {
    flex-direction: column;
    align-items: center;
  }
}




 
.about-us-ul{
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 22px;
} 
.products-section .name-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 20px;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	text-align: center;
	color: #fff;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: center;
	border-radius: 0 0 10px 10px;
}

.products-section .name-wrapper .name {
	display: flex;
	gap: 8px;
	flex-flow: column;
	margin-bottom: 10px;
	color: #FFF;
	text-align: center;
    font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 100% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.products-section .name-wrapper .name.top {
	font-size: 30px;
	margin-bottom: 15px;
}

.products-section .learn-more {
	font-size: 14px;
	background: transparent;
	color: white;
	border: 1px solid white;
	border-radius: 30px;
	padding: 6px 16px;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.3s ease;
	display: inline-block;
	text-decoration: none;
}

.products-section .learn-more:hover {
	background: white;
	color: #000;
}

.products-section .learn-more {
	background: transparent;
	border: 1px solid white;
	border-radius: 30px;
	padding: 6px 16px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 88.889% */
	letter-spacing: 0.6px;
	padding: 13px;
	text-transform: capitalize;
}
.products-section .learn-more:hover {
	background: white;
	color: #000;
}


/* banner bottom & map */

.parallax-banner {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.3)
    ),
    url('http://southernlogistics.d09.colophonhosting.com/wp-content/uploads/2025/05/southern-bnn2.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px;
  color: white;
  position: relative;
}

.parallax-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* sombra uniforme */
  z-index: -1;
}

.parallax-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* escurecimento opcional */
  z-index: 1;
}

.parallax-content {
  position: relative;
  z-index: 2;
  /* max-width: 700px; */
}

.parallax-content h2 {
 color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 100% */
letter-spacing: 0.6px;
text-transform: uppercase;
}

.btn-quote {
  display: inline-block;
  background-color: #27ae60;
  color: #fff;
  padding: 15px 25px;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.btn-quote i {
  margin-right: 8px;
}

.btn-quote:hover {
  background-color: #219150;
}

.locations-section {
  position: relative;
  /* padding: 80px 0; */
  padding-right: 150px;
  padding-left: 150px;
  overflow: hidden;
}

@media(max-width:991px){
	.locations-section {
		padding-right: 50px;
		padding-left: 50px;
		padding-bottom: 20px;
	}
}

.map-container {
  position: relative;
  max-width: 1600px;
  display: flex;
  margin: 0 auto;
  height: 420px;
  overflow: visible;
}

.map-wrapper {
  position: absolute;
  width: 100%;
  height: 84%;
  overflow: visible;
  top: 0;
  left: 0;
  z-index: 0;
  transform: scale(1.35); /* ajuste fino aqui */
  transform-origin: center;
  pointer-events: none;
}

@media(max-width:591px){
.map-wrapper {
	transform: scale(1.45);
	top: -80px;
	height: 104%;
}
	
}

.map-background {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.2;
}


.locations-list {
  position: relative;
  display: flex;
  width: 100%;
  background: transparent;
  flex-direction: column;
  align-self: anchor-center;
}

.locations-list h2 {
  color: #1E1E1E;
  font-family: "work-sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  padding-left:20px;
  font-weight: 700;
  line-height: 20px; /* 83.333% */
  letter-spacing: 0.6px;
}

.locations-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 3;
  /* align-content: space-between; */
}
@media(max-width:591px){
	.locations-list ul {
		 columns:1;
		 justify-items: center;
	}
	.locations-list {
		align-items: anchor-center;
	}
	.locations-list {
		/* text-align:left; */
	}
}

.locations-list li {
  color: #04944F;
  font-family: "lato", sans-serif; 
   font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: 0.6px;
  padding:20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.locations-list li i {
  color: #000;
  font-size: 14px;
}



/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer-area {
  background-color: #2d2d34;
  color: #fff;
  
  font-family: 'Montserrat', sans-serif;
}

.container-fluid.footer{
  padding:0;
}
.footer-top {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  padding: 50px;
  padding-top: 0;
  margin: 0;
  background-color: #04944F;
}

.footer-nav,
.footer-social {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li a,
.footer-social li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-nav li a:hover,
.footer-social li a:hover {
	 color: white;
	 border-bottom: 1px solid white;
}
.footer-social li a i {
  font-size: 18px;
}



.footer-contact-box {
  border: 1px solid #b8a999;
  border-radius: 10px;
  padding: 20px 30px;
}

.footer-contact-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-box li {
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
}



.footer-contact-box i {
  color: white;
  margin-right: 10px;
}

.footer-awards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}

.footer-awards img {
  height: 65px;
  width: auto;
}

.footer-bottom {
  padding: 27px 20px;
  border-top: 1px solid #626262;
  background: #000;
}

.copy {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.6px;
}
.footer-middle a {
  color:white;
}

.footer-middle a:hover {
	color:#D4B996
}

/* Responsivo */
@media (max-width: 768px) {


  .footer-contact-box {
    text-align: left;
  }

  .footer-top {
    flex-direction: column;
    gap: 20px;
  }
	.footer-nav {
		flex-direction: column;
		text-align: center;
	}
}


.footer-middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  background: #1E1E1E;
  padding: 50px 150px;
}

.footer-logo img {
  max-width: 240px;
  height: auto;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-block {
  /* max-width: 250px; */
  align-self: anchor-center;
}

.footer-block h4 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.6px;
}

.footer-block p,
.footer-block a {
  margin: 0;
  color: #04944F;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.6px;
  text-decoration: none;
}

.footer-block a:hover {
  color: white;
}

@media (max-width: 1240px) {
  .footer-middle {
	padding-left:40px;
	padding-right:40px;
  }
}
@media (max-width: 991px) {
.footer-logo img {
    max-width: 120px;
}
	.footer-info {
		gap:10px;
		
	}
	.footer-middle {
	padding-left:20px;
	padding-right:20px;
  }
}

@media (max-width: 768px) {
  .footer-middle {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-info {
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    max-width: 100%;
    justify-items: center;
  }
}

.footer-contact-bar {
  background-color: #fff;
  padding: 35px 20px;
  text-align: center;
  width: 40%;
  justify-self: anchor-center;
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.footer-contact-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.contact-item i {
  color: #04944F;
}

.contact-item a {
  color: #04944F;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 0.6px;
}

.contact-item a:hover {
  color: #ccc;
}

.contact-separator {
  color: #04944F;
  font-weight: bold;
}
@media (max-width: 1375px) {
	.contact-separator {
  display:none;
	}
	.footer-contact-bar{
		padding:20px;
		
	}
}

@media (max-width: 819px) {
 
	.footer-contact-bar{
		 
		width: 60%;
	}
}
@media (max-width: 581px) {
 
	.footer-contact-bar{
		 width: 100%;
	}
}


@media (max-width: 600px) {
  .footer-contact-inner {
    flex-direction: column;
    gap: 8px;
  }

  .contact-separator {
    display: none;
  }
}

@media (max-width: 390px) {
	.contact-item a {
		font-size:14px
	}
}
span.since {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.6px;
}
.safety-video-section .vinfo .since::after {
  content: "";
  display: block;
  width: 35px;  
  height: 1px;
  background-color: #fff;
  position: relative;
  justify-self: anchor-center;
  margin-top:15px;
  margin-bottom: 15px;
}
.container.numbers {
    max-width: 100%;
    padding: 0;
    justify-content: center;
}
.safety-stats-section .stats-grid .item:last-child p {
    max-width: 260px;
     
}

h2.numbers-title {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 53.333% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

span.numbers-date {
    color: #04944F;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: 0.6px;
    background-color: white;
    border-radius: 20px;
    padding: 3px 5px;
}
.numbers .top {display: flex;flex-flow: row;flex-wrap: wrap;align-items: anchor-center;width: 100%;padding-bottom: 50px;/* gap: 877px; */place-content: space-between;}

@media (max-width:591px){
	.numbers .top{
		flex-direction:column;
		align-content: center;
	}
}

@media (max-width: 991px) {
	
	.menu .logo-nav {
		left:15px;
	}
	.menu > .container {
		padding-right:15px;
		
	}
  .menu.actived {
     padding-top: 20px;  
  }
}