/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* variable */
:root {     
    --base-color: #78c583;
    --medium-gray:#727272;
    --dark-gray:#2d2c2b; 
    --nero-gray:#1e1d1d;  
    --light-red: #c8b2ab;
    --alt-font: 'Urbanist', sans-serif;
    --primary-font: 'Urbanist', sans-serif;
}

.navbar-toggler-line:nth-child(1) {
	top: 0px;
	width: 20px;
}

.navbar-toggler-line:nth-child(2) {
	top: 8px;
}

.navbar-toggler-line:nth-child(3) {
	top: 8px;
}

.navbar-toggler-line:nth-child(4) {
	top: 16px;
	width: 20px;
}

.navbar-toggler-line {
	width: 28px;
}

.navbar-toggler {
	width: 28px;
}

@media (max-width:768px) {
	.pl-md-20px {
		padding-left: 20px !important;
	}
	.pr-md-20px {
		padding-right: 20px !important;
	}
}

@media (max-width:991px) {
	#contact .position-sticky {
		position: static !important;
	}
	header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
		font-weight: 300 !important;
		font-size: 20px;
		line-height: 22px;
	}

	header .nav-item a {
		font-weight: 300 !important;
		font-size: 20px;
		line-height: 22px;
	}
	
	.menu-mobile-p {
		padding: 10px 0;
		margin: 0 25px;
	}
	
	.fundo-mobile {
		margin-top: 80px;
	}
	
	#contact form .row > * {
		padding-right: 0;
		padding-left: 0;
	}
	
	.form-check-style {
		padding-left: 1.4em !important;
	}
}

.form-check-style {
	padding-left: 2.2em;
}

.color-secondary-font {
	color: #78c583;
}

.navbar .navbar-nav .nav-item .nav-link.active {
	color: #78c583 !important;
	opacity: 1 !important;
}

/* Form contact */
.form-check-input[type=checkbox] {
	border-radius: 0.25em;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	appearance: none;
	print-color-adjust: exact;
}

form input, select, textarea, .form-control, .form-select {
	padding: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: calc(var(--bs-border-width) * -1);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0px;
}

.form-control, .form-select {
	padding: 6px 10px !important;
}


/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        left: -5px;
        top: -5px;
        background: linear-gradient(#78c583, #08947e);
    }
    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        width: 30px;
        height: 30px;
        background: var(--white);
        opacity: 0.5 !important;
    }
}

body {
    font-size: 17px;
    line-height: 25px;
	font-weight: 300;
	color: rgb(55, 65, 70);
}

#project .border-color-light-gray {
	border-color: rgb(157, 157, 157, .4) !important;
}

#home .down-section {
	bottom: 30px;
}

#contact .btn i, #entities .btn i {
	margin-left: 0px !important;
}

#terms table {
	caption-side: bottom;
	border-collapse: separate !important;
}

.bg-nero-grey {
	background-color: #1F1F1F;
}

.text-gradient-light-gray-white {
	background-image: -webkit-linear-gradient(#efefef, #efefef, #f7f7f7, #fdfdfc) !important;
	background-image: -o-linear-gradient(#efefef, #efefef, #f7f7f7, #fdfdfc) !important;
	background-image: linear-gradient(#efefef, #efefef, #f7f7f7, #fdfdfc);
}

.bg-light-sea-green-transparent-light {
	background-color: rgba(120, 197, 131,0.15);
}

/* header */
.navbar .navbar-nav .nav-link {
	margin: 10px 20px !important;
	padding: 0 !important;
}
.sticky .header-transparent .header-button .btn {
	color: var(--dark-gray);
	border-color: #78c583;
}
.sticky .header-transparent .header-button .feather {
	color: #78c583;
}
header .navbar-brand img {
	max-height: 60px !important;
}
header .container-fluid {
    padding-left: 160px;
    padding-right: 140px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 17px;
}
header .navbar-brand {
    padding: 35px 0;
}
header .navbar-brand img {
    max-height: 39px;
}
header .header-button .btn {
    font-weight: 600;
    letter-spacing: 0;
}
header .header-button .btn.btn-switch-text > span {
    padding: 10px 24px;
}
.newsletter-style-02 input {
    padding-right: 50px !important;
    font-size: 14px;
}

/* swiper slider */ 
.banner-slider .swiper-slide .position-absolute {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1.5s;
    opacity: 0;
}
.banner-slider .swiper-slide.swiper-slide-active .position-absolute {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}
.fs-34 {
    font-size: 2.125rem;
    line-height: 2.20rem;
}

/* bg color */
.bg-nero-gray {
    background-color: var(--nero-gray);
}

/* bg sliding line */ 
.bg-sliding-line { 
    background-image: linear-gradient(135deg, transparent 45%, #d1b9b2 45%, #d1b9b2 55%, transparent 0);
    background-size: 5px 5px;
}
.bg-sliding-line-dark-gray { 
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}

/* bg color */ 
.bg-base-color-transparent {
    background-color: rgba(239, 211, 203,.6);
}
.border-color-light-red {
    border-color: var(--light-red) !important; 
}
.border-color-transparent-dark-very-light {
  border-color: rgba(35, 35, 35, 0.15) !important;
}

/* highlight separator */ 
.highlight-separator[data-shadow-animation] span {
    height: 100px;
    z-index: -1;
}
.highlight-separator[data-shadow-animation] span img {
    height: 100px;
    width: auto;
}
.highlight-separator-small .highlight-separator[data-shadow-animation] span {
    height: 45px; 
    bottom: -10px;
}
.highlight-separator-small .highlight-separator[data-shadow-animation] span img {
    height: 45px; 
    width: 100%;
}

/* btn */
.btn.btn-hover-animation-switch {
    text-transform: none;
    font-family: var(--primary-font);
}

/* blog only text */
.blog-only-text .card-body:after {
    display: none;
}

/* margin */
.mb-minus-50px {
    margin-bottom: -50px;
}

/* right */
.right-minus-40 {
    right: -40%;
}

/* page title extra large */
.page-title-extra-large h1 {
    font-size: 4.8rem;
    line-height: 4.8rem;
}
.extra-very-small-screen {
    height: 180px !important;
}

/* team style */ 
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}
.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
}
.team-style-08.skrollable {
    transition: none !important; 
}

/* footer */
footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
footer a {
    color: var(--white);
} 
footer a:hover {
    color: var(--white);
}
footer .footer-logo img {
    max-height: 64px;
}
.newsletter-style-02 .btn { 
    padding: 10px 15px 9px 15px;  
}
footer a:hover, .footer-navbar li a:hover {
    color: var(--dark-gray) !important;
}
.bg-base-color-footer {
	background: linear-gradient(#78c583, #08947e);
}
@media (hover: hover) and (pointer: fine) {
    footer .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        left: -5px;
        top: -5px;
        background: linear-gradient(#FFF, #FFF) !important;
    }
}

/* media query responsive */
@media (max-width: 1600px) {
    .fs-140 {
        font-size: 8.125rem; 
    }
}
@media (max-width: 1199px) {
    .fs-140 {
        font-size: 6.875rem;
    }
    .lh-95 {
        line-height: 4.75rem;
    }
}
@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
        border-bottom: 0;
        text-align: center;
        padding: 0;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 36px;
        line-height: 40px;
    }
     header .navbar-brand {
        padding: 22px 0;
    }
}
@media (max-width: 767px) {
    .fs-140 {
        font-size: 5rem;
    }
    .lh-95 {
        line-height: 3.75rem;
    } 
}