.slide-projects{
}

.ps-slide{
	font-family: 'tt_chocolates_trlbold';
	font-size: 6rem;
	color: #FFFFFF;
	line-height: 4rem;
	min-height: 160px;
	position: relative;
}

/*
.wrapprojects{
	padding-top: 15rem;
	padding-bottom: 15rem;
}*/



.ps-slide img{
	width: 0rem;
	height: auto;
	display: inline;
	transition: all 0.3s ease-out;
	position: absolute;
}

.ps-slide p{
	display: inline;
}

.ps-slide.grow img{
	width: 6rem;
}

.ps-slide .left{
	left: 5px;
    top: 70px;
	transform: rotate(0deg);
}

.ps-slide  .right{
	right: 150px;
    top: 70px;
	transform: rotate(0deg);
}

.ps-slide.grow  .left{
	left: -120px;
    top: -26px;
	transform: rotate(-30deg);
}

.ps-slide.grow  .right{
	right: 24px;
    top: -26px;
	transform: rotate(30deg);
}

#tns1-iw {
    margin-top: 100px!important;
}

.wrapprojects{
	padding-top: 106px;
	padding-bottom: 0;
	height: 100vh;
}

#canvaproj{
	width: 100%;
	min-height: 500px;
	position: absolute;
	z-index: 0;
}

.imgproj{
	width: 55%;
	margin-bottom: 1rem;
}

.galleryproj{
	display: none;
	margin-top: 10px;
	overflow: hidden;
}

.coltoflex{
	display: flex;
}

.backgallery{
    position: absolute;
    bottom: 50px;
    left: 30px;
    text-decoration: none;
	width: 40px;
	height: 40px;
}

.backgallery img{
	width: 100%;
}

#buttonslr{
    position: absolute;
    color: #ffffff;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 200px;
    height: 40px;
	z-index: 2;
	
}
#leftb{
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
}
#rightb{
	width: 40px;
	height: 40px;
	float: right;
	cursor: pointer;
}

#leftb img{
	width: 100%;
	height: 100%;
	fill: #FFFFFF;
}
#rightb img{
	width: 100%;
	height: 100%;
	fill: #FFFFFF;
	transform: rotate(180deg);
}


.comptitle{
	font-family: 'tt_chocolates_trlbold';
	font-size: 4rem;
	color: #FFFFFF;
	line-height: 4rem;
	margin-bottom: 3rem;
	margin-top: 120px;
}

.comptitle:first-child{
	margin-top: 3rem;
}

.successtxt{
	font-family: 'tt_chocolates_trlregular';
	font-size: 2rem;
	color: #FFFFFF;
	margin-bottom: 3rem;
}

.imagesproj img{
	width: 100%;
	margin-bottom: 3rem;
}

#acordionProjects .accordion-button{
	color: #FFFFFF;
	background: #1C151D;
}

#acordionProjects .accordion-button::after{
	filter: grayscale(1) invert(1);
}


#acordionProjects  .accordion-button:not(.collapsed)::after{
	filter: grayscale(1) invert(1);
}

#acordionProjects .accordion-body{
	background: #1C151D;
}

#acordionProjects .accordion-button:focus {
	box-shadow: none;
}

#acordionProjects .accordion-item {
	border-bottom: solid #515151 0.5px;
}

.withonehundred{
	width: 100%;
}

#imgO{
	/*background: url('/resources/carousel/1.webp')!important;

	background-attachment: fixed;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;*/
}

/*XX-Large devices (larger desktops, 1400px and down)*/
@media (max-width: 1400px) {

}

/*X-Large devices (large desktops, 1200px and down)*/
@media (max-width: 1200px) {
	.imgproj{
		width: 65%;
	}
}

/*Large devices (desktops, 992px and down)*/
@media (max-width: 992px) {
	.imgproj{
		width: 105%;
	}

	.galleryproj{
		display: none!important;
	}
}
/*Medium devices (tablets, 768px and down)*/
@media (max-width: 768px) {
	.comptitle:first-child {
		margin-top: 3rem;
	}
}

/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 576px) { 

}

/*Small devices (landscape phones, 576px and down)*/
@media (max-width: 375px) { 

}