/*** CARROSSEL ***/
	/*.carousel-caption{
		bottom: 6.25rem;
	}*/

	.carousel-title{
		margin-bottom: 0.5rem; /* 8px */
		font-size: 2.5rem; /* 40px */
		line-height: 3.3rem; /* 52.8px */
		font-weight: 600;
	}

	.carousel-item > img{
		object-fit: cover;
		object-position: center;
		overflow: hidden;
		width: 100%;
		height: 400px;
	}

	.logo-sol-carrossel{
		width: 50%;
	}

/*** PRODUTOS ***/
	.section-produtos{
		text-align: center;
	}

	.logo-produto-home{
		aspect-ratio: auto 15/13;
		width: 150px;
	}

/*** FÁBRICA DE SOFTWARE ***/
	.section-fabrica:before{
	    content: ' ';
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0.5;
	    background-image: url('../img/bg-fabrica-software.webp');
	    background-position: 30%;
	    background-repeat: no-repeat;
	    background-size: cover;
	}

	.section-fabrica{
	    position: relative;
	/*    min-height: 30vh;*/
		padding: 80px 0;
		color: #fff;
		background: rgb(33,37,41);
/*		background: linear-gradient(56deg, rgba(33,37,41,1) 40%, rgba(6,123,186,1) 100%);*/
	}

	.section-fabrica .container{
	    position: relative;
	}

	.logo-fabrica-home{
		aspect-ratio: auto 16/9; /*36/13*/
		width: 500px;
	}

/*** CONTADOR ***/
	.counter-wrapper{
		padding: 80px 0;
	    text-align: center;
	}

	.contador{
		margin-bottom: 0.5rem; /* 8px */
		font-size: 60px;
		line-height: 4.5rem; /* 72px */
		font-weight: 600;
	}

	.contador-label{
		font-size: 25px;
	}

/*** CLIENTES ***/
	.logo-cliente-home{
		aspect-ratio: 20/21;
		width: 200px;
	}

	.texto-depoimento{
		margin-bottom: 24px;
	}

	#carrosselDepoimentosHome{
		height: 340px;
	}

@media (min-width: 768px){
	/*** CARROSSEL ***/
	.logo-saphira-carrossel{
		width: 30%;
	}

	/*** CLIENTES ***/
	.container-depoimento{
		padding: 0 40px;
	}

	#carrosselDepoimentosHome{
		height: 310px;
	}
}

@media (min-width: 992px){
	/*** CARROSSEL ***/
	.carousel-caption{
		bottom: 60px;
	}

	.carousel-caption-palavra,
	.carousel-caption-sol{
		bottom: 20px;
	}

	.carousel-title{
		font-size: 44px;
		font-weight: 600;
	}

	.carousel-subtitle{
		font-size: 1.375rem; /* 22px */
	}

	.logo-sol-carrossel{
		width: 28%;
	}

	/*** PRODUTOS ***/
	.section-produtos{
		text-align: left;
	}

	.descricao-produto{
		min-height: 130px;
	}

	/*** CLIENTES ***/
	.container-depoimento{
		padding: 0 100px;
	}

	.texto-depoimento{
		font-size: 20px;
	}

	#carrosselDepoimentosHome{
		height: 460px;
	}
}

@media (min-width: 1200px){
	/*** CLIENTES ***/
	.container-depoimento{
		padding: 0 220px;
	}
}

@media (min-width: 1500px){
	/*** CARROSSEL ***/
	.carousel-caption-palavra{
		bottom: 60px;
	}
	
	.logo-saphira-carrossel,
	.logo-sol-carrossel{
		width: 17%;
	}
}

@media (min-width: 2500px){
	/*** CARROSSEL ***/
	.logo-saphira-carrossel,
	.logo-sol-carrossel{
		width: 12%;
	}
}

@media (min-width: 576px){
	/*** CLIENTES ***/
	.container-depoimento{
/*		padding: 0 100px;*/
	}
}