﻿:root{
  --bs-color-services : #262B32;
  --bs-body-color: #60697b;
  --bs-secondary: #f78b77;
  --bs-secondaryrgb: 247, 139, 119;

}



body{
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    /*font-family: THICCCBOI, sans-serif;*/
    color: var(--bs-body-color);
    font-size: 16px;
    font-weight: 500;
}
html,body
{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.services
{
	background-color: var(--bs-color-services);
	margin-bottom: 50px;
}


h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #343f52;
    word-spacing: 0.1rem;
    letter-spacing: -.01rem;
}

.headerContent .Title_
{
    line-height: 1.15;
    font-size: 3rem !important;
}
.headerContent .subTitle_
{
    line-height: 1.5 !important;
    font-size: 22px !important;
    font-weight: 500;
}

.relative
{
	position: relative;
}


.underlineTextGreen:after
{
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 50%;
    bottom: -0.1em;
    width: 110%;
    height: 0.3em;
    transform: translateX(-50%);	
	background-image: url("images/underline-green.svg");
}


.container .row
{
	margin-bottom: 80px;
}

.white-text 
{
	color: white;
}

.services .cards .card
{
	background-color: transparent;
	border: 0;
}
.services .cards .card > *
{
	margin-bottom: 15px;
}

.services .cards .logo-card
{
	background-color: var(--bs-secondary);
	width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;    
}

.services .marginSV
{
	margin-top: -130px;
}

@media screen and (max-width: 770px) {
	.services .marginSV
	{
	    /*margin-top: 80px;*/
	    padding-right: 10px;
	    padding-left: 10px;
	}
	.header .navbar-custom
	{
    	padding-right: 10px;
    }
}



a , a:focus, a:visited, a:hover, a:active
{
 outline: 0 !important; 
 border:0 ! important; 
 text-decoration: none !important; 
 color: white;
}




#imageHeader {
  width:100%;
  height:500px;
  background-image:url("images/header2024.jpg");
  background-position:center;
    border-radius: 0.45rem;
}
#imageHeader canvas
{
	border-radius: 0.45rem;
}



.shapedividers_com-9724{
overflow:hidden;
position:relative;
height: 100px;
margin-top: -56px;
}
.shapedividers_com-9724::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 88px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23262b32"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23262b32"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23262b32"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-9724::before{
background-size: 100% calc(2vw + 88px);
}
}
 

body > .PopupSolution
{
	display: none;
}  
.tippy-content .solution
{
	margin: 18px;
}
.cbp-l-filters-buttonCenter .cbp-filter-item
{
	/*color : var(--bs-secondary);*/
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active
{
	color : var(--bs-secondary);
	/*background-color: var(--bs-secondary);*/
}
.cbp-l-filters-buttonCenter .cbp-filter-counter
{
	background-color : var(--bs-secondary);
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:after
{
	border-top: 4px solid var(--bs-secondary);
}
.cbp-l-grid-masonry-projects .cbp-caption-activeWrap
{
    background-color: rgb(var(--bs-secondaryrgb), 0.9);
}


.footer
{
	background-color: var(--bs-color-services);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active,
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active
{
	color: var(--bs-secondary);
}
.btn-primary, .btn-primary:hover
{
	background-color: var(--bs-secondary);	
	border-color: #2cc4b3;
}
.cbp-popup-lightbox-img
{
	margin: 0 auto;
}

.services .EditContactSelect
{
	cursor:pointer;
}

.services .cards 
{
	cursor: pointer;
}