i f.contatoTxt
{
	position: relative;
	width: 100%;
	padding: 20px;	
	text-align: center;
}

.contatoTxt h2
{
	font-size: 4em;
	font-weight: 300;
	color: #111;	
}

.contatoTxt p
{
	font-size: 1.6em;
	line-height: 45px;	
	color: #333;
}

.contatoTxt h4
{
	font-size: 2em;
	font-weight: 700;
	color: #000;
}

.service
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 20px 0 60px;
}

.container
{
	position: relative;
	width: 1200px;
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 10px; 
	flex-wrap: wrap;
}

.container h1
{
    width: 100%;
	color: var(--preto);
	font-size: 2em;
	font-weight: 500;	
	text-align: center;	
}

.container .serviceBox
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    flex-direction: column;
	width: 350px;
	height: 170px;
}

.container .serviceBox .icon
{
	width: 80px;
	height: 80px;
	background: #0088c9;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	border-radius: 50%;	
}

.container .serviceBox .icon i
{
	font-size: 2em;
	color: var(--branco);		
}

.container .serviceBox .content p
{
	font-weight: 500;
}

.ImgSoft
{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ImgSoft img
{
    max-width: 1349px;
	border-radius: 20px;
}

@media (max-width: 768px)
{	
    .container h1
    {
        font-size: 1em;
    }
    
   .ImgSoft img
	{
		max-width: 300px;
	}
}