/* Fonts */
@font-face
{
	font-family: Questrial-Regular;
	src: local("Questrial-Regular.ttf"),
		url("../fonts/Questrial-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: OpenSauceTwo-ExtraBold;
	src: local("OpenSauceTwo-ExtraBold.ttf"),
		url("../fonts/open-saus/OpenSauceTwoExtraBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: OpenSauceTwo-Bold;
	src: local("OpenSauceTwo-Bold.ttf"),
		url("../fonts/open-saus/OpenSauceTwo-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: OpenSauceSansTwo-Medium;
	src: local("OpenSauceSansTwo-Medium.ttf"),
		url("../fonts/open-saus/OpenSauceSansTwo-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: OpenSauceTwo-Regular;
	src: local("OpenSauceTwo-Regular.ttf"),
		url("../fonts/open-saus/OpenSauceTwo-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: OpenSauceTwo-SemiBold;
	src: local("OpenSauceTwo-SemiBold.ttf"),
		url("../fonts/open-saus/OpenSauceTwo-SemiBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: Trench;
	src: local("trench.ttf"),
		url("../fonts/trench.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/*-  Basic css  -*/
/* ------------- */
/*-  Font css   -*/
.font-16
{
	font-size: 16px !important;
}
.font-18
{
	font-size: 18px;
}
.font-20
{
	font-size: 20px;
}
.font-22
{
	font-size: 22px;
}
.font-24
{
	font-size: 24px;
}
.font-26
{
	font-size: 26px;
}
.font-28
{
	font-size: 28px;
}
.font-32
{
	font-size: 32px;
}
.font-40
{
	font-size: 40px;
}

/* Font Weight */
.font-weight-500
{
	font-weight: 500;
}
.font-weight-400
{
	font-weight: 400;
}

.bg-green
{
	background-color: #105B11;
}

/* padding */
.pad26
{
	padding-bottom: 26px;
}
.ptb-34
{
	padding-top: 40px;
	padding-bottom: 30px;
}
.ptb-80
{
	padding-top: 80px;
	padding-bottom: 70px;
}
.ptb-50
{
	padding-top: 80px;
	padding-bottom: 120px;
}
.pad0
{
	padding-left: 0px;
}
.pb-24
{
	padding-bottom: 24px;
}
.pt-20
{
	padding-top: 20px;
}
.pt-10
{
	padding-top: 10px;
}
.margin-bottom-5
{
	margin-bottom: 40px;
}
/* Container Size */
.container
{
	max-width: 1200px;
}
/* Comman css */
body
{
	font-family: "Open Sans", sans-serif;
}
body::-webkit-scrollbar
{
	width: 6px;
}
body::-webkit-scrollbar-track
{
	background: #fff;
}
body::-webkit-scrollbar-thumb
{
	background: #133A30;
}
/* anchor tag css */
a,
button,
.btn
{
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus
{
	outline: none;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Border Css */
.bnone
{
	border: none;
}
/* Tags */
/* padding */
.ptb-16
{
	padding-top: 16px;
	padding-bottom: 16px;
}
.pt-30
{
	padding-top: 30px;
	padding-bottom: 10px;
}
.pt-31
{
	padding-top: 31px;
}
.ptb-36
{
	padding-top: 58px;
}
.ptb-20
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb-21
{
	padding-top: 20px;
	padding-bottom: 30px;
}
.ptb-30
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptx-30
{
	padding-left: 30px;
	padding-right: 30px;
}
.ptb-40
{
	padding-top: 70px;
	padding-bottom: 70px;
}
.ptb-41
{
	padding-top: 100px;
	padding-bottom: 60px;
}
/* P tag */
p
{
	font-size: 16px;
	color: #101010;
	line-height: 26px;
}
*
{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.navbarmain
{
	font-family: Trench;
	font-weight: 600;
	height: 80px;
}
.navbarmain .navbar-body
{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.navbarmain .navbar-body .navbar-brand img
{
	height: 40px;
}
.navbarmain .navbar-body .navbar-brand img.habitat
{
	width: 100% !important;
	height: 50px;
}
.navbarcontainer .navbar-body .offcanvas-body
{
	display: flex !important;
	flex-direction: column;
	width: 100%;
	padding-top: 4px !important;
	height: 96px;
}
.navbarmain .navbar-body .offcanvas-body .nav-link
{
	font-size: 24px;
	line-height: 16px;
	color: #105b11;
	font-family: Trench;
	font-weight: 600;
}
.navbarmain .navbar-body .navbar-nav .nav-link:hover
{
	color: #efc929;
}
.navbarmain .navbar-body .offcanvas-body .navbar-nav li a
{
	font-size: 24px;
	line-height: 26px;
	color: #105b11;
	font-family: Trench;
	font-weight: 600;
}
.ContactFormHome .form-group
{
	position: relative;
	margin-bottom: 24px !important;
}
/* Input fields */
.ContactFormHome .form-control
{
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	font-size: 12px;
	line-height: 16px;
	/* margin-bottom: 18px; */
	/* no pushing layout */
}
#captchaText
{
	font-size: 12px;
}
/* Error message inside form-group */
.ContactFormHome .form-group label.error
{
	position: absolute;
	bottom: -22px;
	/* adjust the error position */
	left: 0;
	margin: 0;
}
/* Base error label style */
label.error
{
	color: red;
	font-family: "Open Sans", sans-serif;
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin-bottom: 0;
}
.logo-scolled
{
	height: 30px;
	display: block;
	width: 100% !important;
}
.habitatinner .logo-scolled.habitatdemo
{
	height: 30px !important;
}
.navbarmain .phone-container
{
	margin-left: auto;
	padding-right: 20px;
	display: flex;
	align-items: center;
}
.navbarmain .phone-container .phone-number
{
	color: #105b11;
	font-size: 24px;
	line-height: 16px;
	font-family: Trench;
	font-weight: 600;
}
.navbarmain .phone-container .phone-number:hover
{
	color: #efc929;
	text-decoration: none;
}
.navbarmain .phone-container a img
{
	height: 20px;
	margin-right: 10px;
	filter: invert(35%) sepia(74%) saturate(4950%) hue-rotate(104deg) brightness(90%) contrast(90%);
	transition: filter 0.3s ease;
}
.scrolled .navbarmain
{
	padding: 0px 0px !important;
}
body.scrolled .navbarmain
{
	position: fixed;
	width: 100%;
	top: 0;
	height: 70px;
	z-index: 9;
	padding: 5px 0;
	background-color: #fff !important;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
body.scrolled .navbarmain .navbar-brand img
{
	width: 80%;
}
body.scrolled .navbarmain .navbar-body .navbar-brand .habitat
{
	width: 100%;
}

/* Carousel Items */
.carousel-indicators [data-bs-target]
{
	border: 1px solid transparent;
	background-color: #105b11 !important;
	border-radius: 100%;
	width: 10px !important;
	height: 10px !important;
	margin-left: 10px;
	opacity: 1;
}
.offcanvas-header
{
	height: 60px;
}
.carousel-indicators .active
{
	position: relative;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FFD700 !important;
	z-index: 1;
	border: none;
}
.carousel-indicators .active::before
{
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff0;
	box-shadow: 0 0 0 2px #105b11;
	z-index: -1
}
.carouselmaestroya
{
	position: relative;
}
.carouselmaestroya .carouselimg
{
	position: relative;
	width: 100%;
	height: 600px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.carouselmaestroya .carouselimghabitat
{
	position: relative;
	width: 100%;
	height: 600px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.carouselmaestroya .carouselimg::before
{
	content: "";
	position: absolute;
}

.carouselmaestroya .carouselTextpara
{
	position: relative;
	/* z-index effective */
	padding-top: 180px;
	z-index: 2;
}

.carouselmaestroya .bg-image-green::before
{
	content: "";
	position: absolute;
	width: 720px;
	height: 720px;
	background-color: #105b1191;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	top: -10%;
	left: -2%;
}
.carouselmaestroya .bg-image-green-habitat::before
{
	content: "";
	position: absolute;
	width: 720px;
	height: 720px;
	background-color: #105b1191;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	top: -10%;
	left: -2%;
}
.carouselTextpara h1
{
	font-size: 26px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	line-height: 36px;
	padding-bottom: 26px;
}
.carouselmaestroya .carouselTexthabitat
{
	position: relative;
	/* z-index effective */
	padding-top: 166px;
	z-index: 2;
}
.carouselTexthabitat h1
{
	font-size: 34px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	line-height: 46px;
}

.carouselTexthabitat p
{
	font-size: 22px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	line-height: 36px;
}
.owl-theme .owl-dots .owl-dot span
{
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ffffff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span
{
	background: #105B11;
}
.carouselTextpara h2
{
	font-size: 26px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	line-height: 36px;
	padding-bottom: 26px;
}
.carouselTextpara .btn-learnmore
{
	background-color: #efc929;
	color: #000000;
	font-family: Trench;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	padding: 8px 38px;
	border: 1px solid transparent;
	border-radius: 40px;
}
.carouselTextpara .btn-learnmore:hover
{
	background-color: #ffffff;
	color: #105B11;
}

.carouselTexthabitat .btn-learnmore
{
	background-color: #efc929;
	color: #000000;
	font-family: Trench;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	padding: 8px 38px;
	border: 1px solid transparent;
	border-radius: 40px;
}
.carouselTexthabitat .btn-learnmore:hover
{
	background-color: #ffffff;
	color: #105B11;
}
/* service card */
.about-container h2
{
	color: #000000;
	font-size: 56px;
	line-height: 56px;
	font-family: Trench;
	font-weight: 600;
	text-align: left;
}
.about-container img
{
	height: auto;
}
.about-container p
{
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	text-align: left;
}
.about-container .btn-aboutus
{
	background-color: #105B11;
	color: #ffffff;
	font-family: Trench;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	padding: 8px 38px;
	border: 1px solid transparent;
	border-radius: 40px;
}
.about-container .btn-aboutus:hover
{
	background-color: #efc929;
	color: #000000;
}
.client-satisfaction-container h2
{
	color: #ffffff;
	font-size: 56px;
	line-height: 56px;
	font-family: Trench;
	font-weight: 600;
	text-align: center;
}
.client-satisfaction-container .review-clients
{
	border: none;
	background-color: transparent;
}
.client-satisfaction-container .review-clients img
{
	width: 50%;
	height: 50%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	border: 1px solid transparent;
	border-radius: 10px;
}
.client-satisfaction-container .review-clients h3
{
	color: #ffffff;
	font-size: 24px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	font-weight: bold;
}
.client-satisfaction-container .review-clients p
{
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* â† à¤¸à¤¿à¤°à¥à¤«à¤¼ 3 à¤²à¤¾à¤‡à¤¨ à¤¦à¤¿à¤–à¥‡à¤—à¥€ */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.client-satisfaction-container .review-body
{
	height: 120px;
}
.client-satisfaction-container .review-clients .review-stars
{
	text-align: center;
	padding-top: 10px;
}
.client-satisfaction-container .review-clients .review-stars .fa-star
{
	color: #FFD700;
	font-size: 20px;
	padding-right: 5px;
}
.btn-wrapper
{
	width: 100%;
	display: flex;
	justify-content: center;
	/* center horizontally */
}
.client-satisfaction-container .btn-viewmore
{
	background-color: #ffffff;
	color: #105B11;
	font-family: Trench;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	padding: 8px 38px;
	border: 1px solid transparent;
	border-radius: 40px;
	margin-top: 20px;
	display: inline-block;
	/* stays the same size */
}
.client-satisfaction-container .btn-viewmore:hover
{
	background-color: #efc929;
}
.our-services-container h2
{
	color: #105B11;
	font-size: 56px;
	line-height: 56px;
	font-family: Trench;
	font-weight: 600;
	text-align: center;
}
.our-services-container .service-card
{
	background-color: transparent;
	height: 200px;
	border: 3px solid #105B11;
	border-radius: 20px;
	padding: 10px 0px;
	overflow: hidden;
}
.our-services-container .service-card .service-card-header
{
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-top: 6px; */
}
.our-services-container .service-card .service-card-header img
{
	width: 100%;
	height: 86px;
	margin: 0 auto;
	padding-top: 10px;
	border: 1px solid transparent;
	border-radius: 10px;
}
.our-services-container .service-card .card-body
{
	height: 40px;
}
.our-services-container .service-card .card-body h3
{
	color: #105B11;
	font-size: 14px;
	line-height: 20px;
	/* padding-top: 6px; */
	font-family: "Open Sans", sans-serif;
	text-align: center;
	font-weight: 600;
}
.our-services-container .service-card .card-footer
{
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: transparent;
}
.our-services-container .service-card .card-footer .fa-chevron-down
{
	color: #105B11;
	font-size: 20px;
}
/* REQUIRED BASE for background slide */
.our-services-container .service-card:hover
{
	background-color: #105B11;
	border: 1px solid #ffffff;
}

/* ------------------------------------ */
/*           HOVER EFFECTS              */
/* ------------------------------------ */
/* Slide background bottom → top */
.our-services-container .service-card:hover::after
{
	bottom: 0;
}
/* Border darker on hover */
.our-services-container .service-card:hover
{
	border-color: #0b400c;
}
/* Icon white */
.our-services-container .service-card:hover .service-card-header img
{
	filter: brightness(0) invert(1);
	transition: 0.3s ease;
}
/* Text white */
.our-services-container .service-card:hover .card-body h3
{
	color: #ffffff;
}
/* Chevron white + rotate */
.our-services-container .service-card:hover .fa-chevron-down
{
	color: #ffffff;
	transform: rotate(180deg);
	transition: 0.3s ease;
}

.gallery-container
{
	padding-top: 30px;
}
.gallery-container h2
{
	color: #ffffff;
	font-size: 44px;
	line-height: 56px;
	padding-top: 10px;
	font-family: Trench;
	font-weight: 600;
	text-align: center;
}
.gallery-container .owl-theme
{
	padding-top: 20px;
}
.gallery-container .owl-theme .item img
{
	width: 100%;
	border-radius: 10px;
}
.bg-green-services
{
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.bg-aboutsection
{
	height: auto;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.bg-white-faq
{
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-attachment: fixed;
}
.bg-green-gallery
{
	height: 400px;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.contact-map
{
	padding-left: 0px !important;
}
.contact-map iframe
{
	width: 100%;
}
.faq-container h2
{
	color: #000000;
	font-size: 42px;
	line-height: 50px;
	padding-top: 10px;
	font-family: Trench;
	font-weight: 600;
	text-align: center;
}
.faq-container .faq-body p
{
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.accordionFaqs
{
	counter-reset: q-counter;
}
.faq-container .accordionFaqs .accordion-item
{
	counter-increment: q-counter;
}
.accordion-button::before
{
	content: counter(q-counter) ".";
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	margin-right: 6px;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.accordionFaqs .accordion-item h3 .accordion-button
{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.accordionFaqs .accordion-item
{
	border: 1px solid #105B11;
	margin-bottom: 20px;
	border-radius: 6px;
}
.accordionFaqs .accordion-body p
{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.accordionFaqs .accordion-button::after
{
	font-size: 18px;
	filter: invert(22%) sepia(84%) saturate(2400%) hue-rotate(83deg) brightness(95%) contrast(92%);
}
.accordionFaqs .accordion-button:not(.collapsed)::after
{
	content: "";
	filter: invert(22%) sepia(84%) saturate(2400%) hue-rotate(83deg) brightness(95%) contrast(92%);
}
.accordionFaqs .accordion-header
{
	border: 1px solid transparent;
	border-radius: 2px;
}
.accordionFaqs .accordion-body ul li
{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

/* LINKS INSIDE THE PARAGRAPH */
.politicas-container p a
{
	color: #000 !important;
	/* solid black */
	font-weight: 500;
}
/* ON HOVER */
.politicas-container p a:hover
{
	color: #105B11 !important;
	/* yellow hover (MaestroYa brand) */
	text-decoration: none;
	/* remove underline on hover */
}

.faq-container .our-service-container p
{
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	font-family: Trench;
	font-weight: 100;
	text-align: left;
}
.faq-container .our-service-container h4
{
	color: #000000;
	font-size: 36px;
	line-height: 40px;
	font-family: Trench;
	font-weight: 600;
	text-align: left;
}
.footer-container-main img.footerLogo
{
}

.footer-container-main .imgfooter
{
	width: 100%;
	height: 430px;
}

.footer-container-main h2
{
	font-family: Trench;
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	color: #000000;
	padding-top: 0;
	margin-bottom: 20px;
}
.footer-container-main .footer-section-one p
{
	padding-top: 0px;
	font-family: Trench;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #000000;
}
.footer-container-main .footer-section-one p:last-child
{
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	font-weight: 100;
	padding-top: 0px !important;
	text-transform: capitalize;
}
.footer-container-main .footer-section-three p
{
	font-family: Trench;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	text-transform: uppercase;
}
.footer-container-main .footer-section-three a
{
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	text-transform: lowercase;
	font-weight: 100;
}
.footer-container-main .footer-section-three a:hover
{
	color: #105B11;
}
.footer-container-main .footer-section-four p
{
	font-family: Trench;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	text-transform: uppercase;
}
.footer-container-main .footer-section-four a
{
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}
.footer-container-main .footer-section-four a:hover
{
	color: #105B11;
}
.footer-section-last h3
{
	font-family: Trench;
	font-weight: 600;
	font-size: 26px;
	line-height: 24px;
	color: #000000;
	padding-top: 2px;
}
.ContactFormHome .inputHeight
{
	height: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
}
.ContactFormHome .inputFile
{
	height: 40px;
	border: 1px solid #fff0;
	border-radius: 8px;
	text-align: center;
	color: #888
}
input[type="file"]::file-selector-button
{
	background-color: #fff;
	color: #888;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	position: relative
}
.ContactFormHome
{
	padding-top: 10px
}
.ContactFormHome .btn-contactus
{
	background-color: #105b11;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	padding: 8px 56px;
	border: 1px solid transparent;
	border-radius: 40px;
}
.ContactFormHome .btn-contactus:hover
{
	background-color: #efc929;
	color: #000000;
	border: 1px solid transparent;
}

.footer-links
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.footer-links li
{
	padding: 0 20px;
}
.footer-links li a
{
	font-family: Trench;
	font-weight: 600;
	font-size: 22px;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
.footer-links li a:hover
{
	color: #efc929;
}
.gallery-payment h2
{
	font-family: Trench;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0;
}
.gallery-payment .payments
{
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.gallery-payment .payments h3
{
	font-family: Trench;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.gallery-payment .payments img
{
	width: 100%;
}
.footerBottomcontainer
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	text-align: center;
}
.footerBottomcontainer p
{
	font-family: Trench;
	font-weight: 100;
	font-size: 22px;
	line-height: 26px;
	color: #ffffff;
	margin: 0;
	/* remove default margin */
}
.footerBottomcontainer p a
{
	font-family: Trench;
	font-weight: 100;
	font-size: 22px;
	line-height: 26px;
	color: #ffffff;
	text-decoration: none;
	/* optional: underline remove */
}
.fixedSection
{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99999;
	border-radius: 50%;
}
.fixedSection a
{
	background-color: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none;
	border-radius: 50%;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.fixedSection a:hover,
.fixedSection a:focus
{
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.fixedSection a i
{
	font-size: 20px;
	color: #ffffff;
}
.footer-container-main .footer-icons
{
	padding-top: 0px;
	display: flex;
	gap: 10px;
}
.footer-container-main .footer-icons a .imgicon
{
	height: 26px;
}
.footer-icons a.instagram img.imgicon:hover
{
	filter: invert(34%) sepia(90%) saturate(5000%) hue-rotate(330deg) brightness(95%) contrast(95%);
}
/* Facebook hover */
.footer-icons a.facebook img.imgicon:hover
{
	filter: invert(38%) sepia(97%) saturate(1860%) hue-rotate(190deg) brightness(95%) contrast(95%);
}
/* LinkedIn hover */
.footer-icons a.linkedin img.imgicon:hover
{
	filter: invert(28%) sepia(93%) saturate(2763%) hue-rotate(196deg) brightness(95%) contrast(95%);
}
/* WhatsApp hover */
.footer-icons a.whatsapp img.imgicon:hover
{
	filter: invert(58%) sepia(82%) saturate(481%) hue-rotate(90deg) brightness(95%) contrast(95%);
}

.fixedcontent
{
	position: sticky;
	top: 150px;
}

.fixedcontent1
{
	position: sticky;
	top: 10px;
}
.minus-container
{
	display: flex;
	align-items: center;
	gap: 2;
}
.minus-container .minus-box
{
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border: 1px solid #f1b20e;
	/* yellow/golden border */
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	user-select: none;
	cursor: default;
}
.minus-container p
{
	padding-left: 20px;
	color: #000000;
	font-size: 22px;
	line-height: 26px;
	font-family: Trench;
	font-weight: 100;
	text-align: left;
}
.politicas-container h1
{
	color: #105B11;
	font-size: 56px;
	line-height: 56px;
	font-family: Trench;
	font-weight: 600;
	text-align: center;
}
.politicas-container .politicas-body ul
{
	list-style-type: decimal;
	font-size: 22px;
	line-height: 26px;
	font-family: Trench;
	font-weight: 600;
	text-align: left;
}
.politicas-container .politicas-body ul ul
{
	list-style-type: disc;
	font-size: 18px;
	line-height: 20px;
	font-family: Trench;
	font-weight: 600;
	text-align: left;
	padding-bottom: 6px;
}
.politicas-container .politicas-body ul li h2
{
	color: #000000;
	font-size: 22px;
	line-height: 26px;
	font-family: Trench;
	font-weight: 600;
	text-align: left;
}
.politicas-container .politicas-body ul li p
{
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	text-align: left;
}
.filter-category-section
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.filter-category-section .filter-link
{
	text-decoration: none;
	color: #1b5e20;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	margin: 0 8px;
	position: relative;
	font-family: Trench;
}
/* Add separator AFTER each link except the last */
.filter-category-section .filter-link:not(:last-child)::after
{
	content: "|";
	color: #1b5e20;
	margin-left: 10px;
	font-weight: 600;
}
.custom-toggler
{
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	/* removes focus shadow also */
}
.custom-toggler:focus
{
	box-shadow: none !important;
}
.detailsimages li a img
{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.lSSlideOuter .lSPager.lSGallery li
{
	display: none;
}
.product-details h2
{
	color: #000000;
	font-size: 26px;
	line-height: 38px;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-weight: 600;
}
.product-details p
{
	color: #000000;
	font-size: 18px;
	line-height: 10px;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	font-weight: 100;
}
.product-details p span
{
	font-weight: 600;
}
.product-icons
{
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	font-size: 24px;
	line-height: 26px;
}
.product-icons i
{
	font-size: 24px;
	color: #333;
}
.product-icons p
{
	margin: 0;
	padding-left: 6px;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
}
.icon-group
{
	display: flex;
	align-items: center;
}
.product-details .btn-habitat
{
	background-color: transparent;
	color: #000000;
	font-family: Trench;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	padding: 8px 20px;
	border: 1px solid #105B11;
	border-radius: 40px;
}
.product-details .btn-habitat i
{
	font-size: 24px;
	padding-left: 10px;
}
.product-details .btn-habitat:hover
{
	background-color: #105B11;
	color: #ffffff;
}
.product-details .btn-habitat:hover i
{
	color: #ffffff;
}
.our-services-header h1
{
	font-size: 56px;
	line-height: 56px;
	font-family: Trench;
	font-weight: 600;
	text-align: center;
	color: #105B11;
}
.our-services-header h2
{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 24px;
	color: #000000;
}
.our-services-body p
{
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	text-align: left;
	padding-top: 16px;
}
.filter-category-section .filter-link:hover
{
	color: #efc929;
}
.our-services-body img
{
	padding: 10px 10px;
	border: 1px solid transparent;
	border-radius: 20px;
}
.our-services-container a
{
	cursor: pointer;
}
.captcha-box
{
	font-weight: 600;
}
.ContactFormHome input::placeholder
{
	font-weight: 600;
}
.ContactFormHome textarea::placeholder
{
	font-weight: 600;
}
.footerBottomcontainer p a:hover
{
	color: #efc929;
}
.back-top
{
	cursor: pointer;
	position: fixed !important;
	bottom: 30px;
	right: 72px;
	display: none;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #105B11;
	color: #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 52px;
	text-align: center
}
.back-top.back-top-show
{
	display: block;
	visibility: visible;
	opacity: .5;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.back-top.back-top-show:hover
{
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.back-top:before
{
	content: "\f176";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.errorpage404
{
	min-height: calc(100vh - 146px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center
}
.errorpage404 h1
{
	font-size: 96px;
	font-weight: 600;
	line-height: 90px;
	font-family: 'Trench';
	color: #105B11;
}
.errorpage404 p
{
	font-size: 26px;
	font-weight: 100;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}
.errorpage404 button
{
	background-color: #105B11;
	color: #ffffff;
	border-radius: 40px;
	padding: 8px 38px;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	border: 1px solid transparent;
}
.errorpage404 button:hover
{
	background-color: #efc929;
	color: #000000;
}
.noProperty
{
	display: none;
}
.noProperty h4
{
	font-size: 26px;
	font-weight: 100;
	line-height: 24px;
	color: #1b5e20;
	font-family: "Open Sans", sans-serif;
	padding-top: 60px;
	text-align: center;
}
.bannerImage
{
	width: 100%;
	height: 300px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.reviewsheadertop
{
	display: flex;
	align-items: center;
	gap: 15px
}
.reviewsheadertop img
{
	max-height: 40px
}
.reviewsheadertop p
{
	margin: 0;
	font-family: Trench;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
}
.reviewsheaderbottom
{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.reviewsheaderbottom p
{
	font-family: Trench;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #ffffff;
	margin-right: 10px;
}
.reviewsheaderbottom p:last-of-type
{
	font-family: Trench;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #ffffff;
	margin-left: 10px;
}
.reviewsButton
{
	display: flex;
	justify-content: flex-end;
}
.reviewsButton .btn-review
{
	font-family: Trench;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #000000;
	background-color: #efc929;
	padding: 8px 38px;
	border: 1px solid #fff0;
	border-radius: 40px;
}
.reviewsheaderbottom i
{
	color: #efc929;
	margin-right: 4px;
	margin-top: 6px;
	font-size: 18px
}
.reviewsButton .btn-review:hover
{
	color: #105b11;
	background-color: #ffffff;
}
input[type="file"]::-webkit-file-upload-button
{
	visibility: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly])
{
	cursor: pointer;
	place-content: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

/* Add custom text */
input[type="file"]::before
{
	content: "Adjuntar un archivo";
	display: inline-block;
	white-space: pre;
	background: transparent;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	border-radius: 4px;
	line-height: 14px;
	font-size: 12px;
	width: 28px !important;
	color: #555;
}
.footerBottomcontainerMenu
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 0;
	text-align: center;
}
.gallery-container .owl-theme .item img
{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}
.footer-address
{
	margin-bottom: 20px;
}
.footer-address p:last-child
{
	margin-bottom: 0;
}
.footer-address:last-child
{
	margin-bottom: 0;
}
.contentAlignSection
{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blogCard {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #CEEEE5;
	border-radius: 10px;
	width: 100%;
}
.blogCard .blogimg {
	height: 272px;
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 10px;
}

.blogCard h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #2C663D;
}

.blogCard p {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.blogCard .btn-blogbutton {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #105B11;
	padding-left: 0px;
}
.blogCard .btn-blogbutton:active{
	border: 1px solid transparent;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #105B11;
	padding-left: 0px;
}

.blogCard .blogicon {
	display: flex;
	justify-content: flex-start;
}

.blogCard .blogicon .blogicons {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.blogCard .blogicon .blogicons:nth-child(2) {
	padding-left: 10px;
}

.blogCard .blogicon .blogicons i {
	color: #105B11;
}

.blogCard .blogicon .blogicons p {
	color: #105B11;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	line-height: 24px;
}

.blogCard:hover h2 {
	color: #ffffff;
}

.blogCard:hover .blogicon .blogicons i {
	color: #ffffff;
}

.blogCard:hover .blogicon .blogicons p {
	color: #ffffff;
}

.blogCard:hover .btn-blogbutton {
	color: #ffffff;
}

.blogCard:hover p {
	color: #ffffff;
}

.blogCard:hover {
	background-color: #105B11;
	overflow: hidden;
}

.blogDetailspage h1 {
	font-size: 36px;
	line-height: 50px;
	font-family: Trench;
	font-weight: 600;
	color: #105B11;
	text-align: left;
}

.blogDetailspage .blogicon {
	display: flex;
	justify-content: flex-start;
}

.blogDetailspage .blogicon .blogicons {
	display: flex;
	justify-content: flex-start;
	margin-top: 0px !important;
	align-items: baseline;
}

.blogDetailspage .blogicon .blogicons:nth-child(2) {
	padding-left: 10px;
}

.blogDetailspage .blogicon .blogicons i {
	color: #105B11;
}

.blogDetailspage .blogicon .blogicons p {
	color: #105B11;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}

.blogDetailspage .blogimg {
	/* padding-bottom: 20px; */
	border: 1px solid transparent;
	border-radius: 10px;
	    width: 100%;
}

.topbamobile .mailimg{
    display: none;
}
.blogDetailspage p {
	font-size: 16px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-align: left;
}
.blogDetailspage p a{
	font-size: 16px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	color: #105B11;
	text-align: left;
}
.blogDetailspage ul li {
	font-size: 16px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-align: left;
}
.blogDetailspage ul li a{
	font-size: 16px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	color: #105B11;
	text-align: left;
}
.blogDetailspage ol li {
	font-size: 16px;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	color: #000000;
	text-align: left;
}
.blogDetailspage h2 {
	font-size: 24px;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
	color: #105B11;
	text-align: left;
}

.sortdesc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}
.blogBody{
	height:150px;
}
.blogDetailspage h3 {
    font-size: 20px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    color: #105B11;
    text-align: left;
}