:root {
  --azul-escuro: #2d3796;
  --azul-medio: #3a6fc0;
  --azul-claro: #40b6fb;
  --cinza-bg: #f3f3f3;
}

p {
	font-family: 'Poppins', sans-serif;
}

.sobre h5{
	font-family: 'Poppins', sans-serif;
	color: var(--azul-escuro);
	font-size: 18px;
}

.item-menu {
	padding-left: 8px;
	padding-right: 8px;
}

.sobre-icones {
	width:50px;
	height: 50px;
}

.sobre p{
	color: var(--azul-medio);
	font-weight: 300;
	max-width: 180px;
	font-size: 14px;
}

.container-limit {
	max-width: 1080px!important;
}

.servico-icones {
	height: 155px;
	margin-bottom: 30px;
}

.servicos h5 {
	font-family: 'Poppins', sans-serif;
	color: var(--azul-escuro);
	font-weight: 600;
	font-size: 18px;
}

.servicos p{
	font-weight: 300;
	font-size: 13px;
}

.depoimentos-icone {
	height: 22px;
}

.depoimentos h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: var(--azul-escuro);
}

.depoimentos h5{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: var(--azul-escuro);
	max-width: 350px;
}

.depoimentos cite{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: var(--azul-escuro);
	font-size: 12px;
}

.clientes img{
	height: 150px;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.formulario-contato {
	margin-bottom: 40px;
}

.formulario-contato .row {
	margin-top: 20px;
	margin-bottom: 20px;
}

.rodape .btn {
	font-family: 'Poppins', sans-serif;
	color: #fff!important;
}

.rodape a {
	color: var(--azul-medio);
}

.rodape p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: var(--azul-medio);
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover{
	color: #fff;
}

.my-float{
	margin-top:16px;
}