@charset "utf-8";

@font-face {
    font-family: 'segoe-ui';
    src: url('fonts/segoe-ui.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
    max-width: 100%;
}

.central {
    width: 1200px;
}
.w100 {
	width: 100%
}

.topoHeader {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f6f5f0;
	overflow: hidden;
}

.DireitoTopoHeader {
	float: right;
}

.EsquerdaTopoHeader {
	float: left;
}

.EsquerdaTopoHeader p{
	margin: auto;
	color: #829bcd;
	text-align: left;
	font-family: 'segoe-ui';
}

.buttonTopoHeader {
	display: inline-block;
	border: solid 1px white;
    border-radius: 7px;
	padding: 5px 10px 5px 10px;
}

.redesTopoHeader {
	display: inline-block;
	vertical-align: middle;
	padding-left: 9px;
}

.redesTopoHeader i{
	color: #829bcd;
    font-size: 18px;
}


.subTopoHeader {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.DireitoHeader {
	float: right;
}

.EsquerdoHeader {
	float: left;
}

.topicosHeader ul{
	margin:auto;
}

.topicosHeader ul li{
	display: inline-block;
	margin-left: 55px;
	font-size: 22px;
	color: #b1b1b1;
	font-family: 'segoe-ui';
}

.topicosHeader ul li:first-child{
	margin-left: 0px;
}

.topicosHeader ul li a{
	text-decoration: none;
	color: #b1b1b1;
	transition: 300ms;
	border-bottom: 2px solid transparent;
}

.topicosHeader ul li a:hover{
	border-color: #4271cc;
	cursor:pointer;
	color: #4271cc;
}

.topicosHeader {
    padding-top: 4%;
}

.Bemvindo {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.TituloBemVindo p{
	font-size: 35px;
	font-family: 'segoe-ui';
	color: #101d37;
	margin-top: 0px;
}

.TituloBemVindo hr{
	border: 2px solid #4271cc;
    width: 20%;
    display: inline-block;
}

.TextoBemVindo p{
	color: #aaaaaa;
	font-size:18px;
	font-family: 'segoe-ui';
	width: 97%;
}

.TextoBemVindo button{
	background: none;
	border: 2px solid #4271cc;
	font-family: 'segoe-ui';
	color: #4271cc;
	font-size:18px;
	padding: 11px 32px;
	margin-top: 31px;
	transition: all 0.3s ease 0s;
}

.ImagemBemVindo {
	float: right;
}

.TextosBemvindo {
	float: left;	
	width: 61%;
}

.Experiencia {
	float:left;
	overflow:hidden;
	width: 33%;
	border-right: #e6e5e5 solid 2px;
}

.Experiencia h1{
	color: #298cd6;
	font-family: 'segoe-ui';
	font-size:32px;
}

.Experiencia p{
	color: #aaaaaa;
	font-size:18px;
	font-family: 'segoe-ui';
	width: 71%;
}

.Ferramentas {
	display: inline-block;
	overflow:hidden;
	width: 33%;
}

.Ferramentas h1{
	color: #298cd6;
	font-family: 'segoe-ui';
	font-size:32px;
}

.Ferramentas p{
	color: #aaaaaa;
	font-size:18px;
	font-family: 'segoe-ui';
	width: 71%;
}

.Acessibilidade {
	float: right;
	overflow:hidden;
	width: 33%;
	border-left: #e6e5e5 solid 2px;
}

.Acessibilidade h1{
	color: #298cd6;
	font-family: 'segoe-ui';
	font-size:32px;
}

.Acessibilidade p{
	color: #aaaaaa;
	font-size:18px;
	font-family: 'segoe-ui';
	width: 71%;
}

.Experiencia img {
	width: 26%;
}

.Ferramentas img{
	width: 26%;
}

.Acessibilidade img{
	width: 26%;
}

.InfoMaas {
	padding-bottom: 50px;
	overflow:hidden;
}

.FundoClassificados{
	background-color: #f6f5f0;
	padding-bottom: 50px;
	padding-top:50px;
}

.NomeMaquinas {
	display: inline-block;
	overflow: hidden;
	width: 20%;
	vertical-align: top;
}

.NomeMaquinas ul{
	padding: 0px;
	margin: 0px;
}

.NomeMaquinas ul li{
	color: #aaaaaa;
	font-family: 'segoe-ui';
	font-size: 20px;
	list-style: none;
	border-right: 2px solid #d8d8d8;
	padding: 4% 0px;
}

.NomeMaquinas ul li:hover{
	border-right: 3px solid #4271cc;
	font-weight: bold;
	cursor: pointer;
}

.NomeMaquinas ul li:focus{
	border-right: 3px solid #4271cc;
	font-weight: bold;
	utline: 0;
}


.NomeMaquinas ul a{
	text-decoration: none;
}

.NomeMaquinas ul li:last-child{
	margin-bottom: 0px;
}

.ImagemMaquinas {
	display: inline-block;
	overflow: hidden;
	width: 28%;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

.textosMaquinas {
	display: inline-block;
    overflow: hidden;
    vertical-align: top;
	width: 61%;
    padding-left: 6%;
}

.textosMaquinas h1{
	margin-top: 0px;
	color: #101d37;
	font-family: 'segoe-ui';
	font-size: 23px;
}

.textosMaquinas p{
	color: #aaaaaa;
	font-family: 'segoe-ui';
	font-size: 16px;
}

.textosMaquinas button{
	border: none;
	color: #4271cc;
	font-family: 'segoe-ui';
	font-size:16px;
	background:white;
	padding: 14px 37px;
	transition: all 0.3s ease 0s;
}

.TextoBemVindo button:hover{
	background-color: #4271cc;
	color: white;
	cursor:pointer;
}

.textosMaquinas button:hover{
	background-color: #4271cc;
	color: white;
	cursor:pointer;
}

.ValorMaquina span{
	color: #e60808;
	font-family: 'segoe-ui';
	font-size: 60px;
	padding-right: 2%;
	margin:auto;
}

.ValorMaquina p{
	color: #e60808;
	font-family: 'segoe-ui';	
	font-size: 34px;
    font-weight: bold;
	margin:auto;
	padding-bottom: 5%;
}

.maquinas {
    overflow: hidden;
    padding-top: 28px;
	height: 327px;
	display: flex;
}

.InfoMaquinas {
    display: inline-block;
    overflow: hidden;
    padding-left: 5%;
    width: 95%;
}

.TituloClassificados p{
	font-size: 35px;
	font-family: 'segoe-ui';
	color: #101d37;
	margin-top: 0px;
}

.TituloClassificados hr{
	border: 2px solid #4271cc;
    width: 14%;
    display: inline-block;
}

.noticia {
	overflow: hidden;
	display:inline-block;
	text-align: left;	
	padding-top: 50px;
	width: 33%;
    vertical-align: top;
}

.noticia h1 {
    font-size: 25px;
    font-family: 'segoe-ui';
    color: #101d37;
	width: 80%;
}

.noticia p {
    color: #aaaaaa;
    font-size: 18px;
    font-family: 'segoe-ui';
	width: 93%;
}

.noticia span{
    color: #aaaaaa;
    font-size: 16px;
    font-family: 'segoe-ui';
	font-style:italic;
}

.tituloNoticia p{
	font-size: 35px;
    font-family: 'segoe-ui';
    color: #101d37;
    margin-top: 0px;
}

.Contentnoticia {
	overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.tituloNoticia hr{
    border: 2px solid #4271cc;
    width: 10%;
    display: inline-block;
}

.Contentnoticia button {
    background: none;
    border: 2px solid #4271cc;
    font-family: 'segoe-ui';
    color: #4271cc;
    font-size: 18px;
    padding: 11px 32px;
    margin-top: 31px;
	transition: all 0.3s ease 0s;
}

.Contentnoticia button:hover{
	background-color: #4271cc;
	color: white;
	cursor:pointer;
}

.FundoFooter {
	overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
	background-color: #094471;
}

.TituloFooterContato p{
	font-size: 35px;
    font-family: 'segoe-ui';
    color: #ffffff;
    margin-top: 0px;
}

.TituloFooterContato hr{
    border: 2px solid #65abdf;
    width: 33%;
    display: inline-block;
}

.InfosContato {
	padding-top: 50px;
    padding-bottom: 50px;
	overflow: hidden;
}

.IconTextInfos i{
	display: inline-block;
	padding-right: 2%;
	color: #65abdf;
	vertical-align: top;
	font-size: 23px;
}

.IconTextInfos p{
	display: inline-block;
	color:#ffffff;
	font-size:18px;
	font-family: 'segoe-ui';
	margin-top:auto;
	margin-bottom:20px;
}

.IconTextInfos1 i{
	display: inline-block;
	color: #65abdf;
	vertical-align: top;
	font-size: 23px;
}

.IconTextInfos1 p{
	display: inline-block;
	color:#ffffff;
	font-size:18px;
	font-family: 'segoe-ui';
	margin: auto;
	padding-left: 2%;
}

.TtituloHratendimento span{
	color: #ffffff;
	font-family: 'segoe-ui';
	font-size:24px;
}

.IconTextInfos1 {
	padding-top: 35px;	
}

.Formulario {
	overflow: hidden;
	float:right;	
	background-color: white;
    padding: 50px 70px;
    border-radius: 10px;
}

.EntreEmContato {
	overflow: hidden;
	float: left;
	width: 33%;
}

.detailsFormlario p{
	font-size: 25px;
    font-family: 'segoe-ui';
    color: #101d37;
    margin-top: 0px;
	text-align:left;
}

.ButtonEnviaFormu {
	float: left;
}

.LogoEnviaFormu {
	float: right;	
	text-align: right;
}

.InputFormularioEsquerda {
	float: left;	
}

.InputFormularioDireita {
	float: right;	
}

.InputFormularioDireita input{
    font-size: 20px;
    font-family: 'segoe-ui';
    color: #bfbdbd;
    padding: 8px 6px 10px;
    width: 268px;
    border: none;
	background: #f9f8f8;
}

.InputFormularioDireita input::placeholder{
    font-size: 20px;
    font-family: 'segoe-ui';
    color: #bfbdbd;
	font-style:italic;
}

.InputFormularioEsquerda input::placeholder{
    font-size: 20px;
    font-family: 'segoe-ui';
    color: #bfbdbd;
	font-style:italic;
}

.InputFormularioEsquerda input{
    font-size: 20px;
    font-family: 'segoe-ui';
    color: #bfbdbd;
    padding: 8px 6px 10px;
    width: 268px;
    border: none;
	background: #f9f8f8;
}

.InputsForms {
	overflow: hidden;	
	padding-bottom: 20px;
}

.FormularioTextarea textarea{
	width: 96%;
    padding: 12px;
    font-size: 18px;
    font-family: 'segoe-ui';
    height: 80px;
    border: none;
	background: #f9f8f8;
	font-size: 20px;
}

.FormularioTextarea{
	overflow: hidden;
}

.FormularioTextarea textarea::placeholder{
    font-size: 20px;
    font-family: 'segoe-ui';
    color: #bfbdbd;
	font-style:italic;
}

.ButtonEnviaFormu button {
    background: none;
    border: 2px solid #4271cc;
    font-family: 'segoe-ui';
    color: #4271cc;
    font-size: 18px;
    padding: 11px 42px;
	transition: all 0.3s ease 0s;
}

.ButtonEnviaFormu button:hover{
	background-color: #4271cc;
	color: white;
	cursor:pointer;
}

.LogoEnviaFormu img{
	width: 55%;
}

.FundoFooterSub {
	    padding-top: 23px;
    padding-bottom: 23px;
    background-color: #094471;
    overflow: hidden;
}

.esquerdasubFooter {
	float: left;
}

.esquerdasubFooter p{
	    margin: auto;
    color: #5382a5;
    text-align: left;
    font-family: 'segoe-ui';
	font-style:italic;
	font-size:18px;
}

.direitasubFooter {
	float: right;	
}


.Redesosciasi i{
	color: #829bcd;
	font-size: 18px;
}

.noticia img {
	width: 100%;
}

.imageNoticia {
	height: 214px;
    width: 100%;
    overflow: hidden;
}

.Contentnoticia a { 
	text-decoration: none;
}

.TituloInterno p{
	font-size: 35px;
	font-family: 'segoe-ui';
	color: #101d37;
	margin-top:0px;
}

.TituloInterno hr{
	border: 2px solid #4271cc;
    width: 14%;
    display: inline-block;
}

.backgroundColorInterno {
	background-color: #f6f5f0 !important;
}

.backgroundColorInternoSub {
	background-color: #ffffff !important;
}

.contentInterno {
	overflow: hidden;
	padding-top:50px;
	padding-bottom:50px;	
}

.TextoInterno p{
	color: #aaaaaa;
    font-size: 18px;
    font-family: 'segoe-ui';
}

.ImagemInicio {
	/*background-image: url(../img/mhm.png);
	background-position: center;
    background-attachment: fixed;
	background-repeat: no-repeat;*/
	overflow: hidden;
}

.ImagemInicio img{
	width: 100%;

}

.Mobile {
	display: none;	
}

.CarregarImagens {
	display: none;	
}

.CarregarMaisFotos p:hover {
	text-decoration:underline;	
	cursor: pointer;
}

.CarregarMaisFotos p {
	font-size: 20px;
	color: #aaaaaa;
}

.hamburger {
	display: none;	
}

.ContentProduto {
	overflow: hidden;
	padding-top:50px;
	padding-bottom:50px;	
}

.Produto {
	display: inline-block;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: solid 1px #e8e8e8;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    margin-bottom: 22px;
    margin-right: 23px;
    border-radius: 5px;
    margin-top: 22px;
    padding: 2% 2%;
    width: 18.3%;
	vertical-align: top;
}

.ImgProduto {
	height: 146px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ImgProduto img{
	width: 100%;	
	visibility:hidden;
}


.Produto p{
	text-align: center;	
	margin-top: auto;
	color: #298cd6;
    font-family: 'segoe-ui';
    font-size: 27px;
    font-weight: 600;
	height: 65px;
}

.ButtonProduto {
	padding-top: 27px;
}

.ButtonProduto button{
	background: none;
    border: 2px solid #4271cc;
    font-family: 'segoe-ui';
    color: #4271cc;
    font-size: 18px;
    padding: 7px 53px;
    transition: all 0.3s ease 0s;
}


.ButtonProduto button:hover{
	background-color: #4271cc;
	color: white;
	cursor:pointer;
}

.textosProduto p{
	color: #aaaaaa;
    font-size: 18px;
    font-family: 'segoe-ui';
}

.textosProduto t{
	color: #e60808;
    font-family: 'segoe-ui';
    font-size: 34px;
    font-weight: bold;
}

.textosProduto t span{
	color: #e60808;
    font-family: 'segoe-ui';
    font-size: 60px;
    padding-right: 1%;
}

.Contentcontato {
	padding-top: 50px;
	padding-bottom:50px;
	overflow:hidden;	
}

form[id="formContato"] input {
    width: 97%;
    padding: 11px;
    font-size: 18px;
    margin-bottom: 23px;
    color: black;
    border: #4271cc solid 2px;
    border-radius: 1px;
    font-family: 'segoe-ui';
}

form[id="formContato"] {
	padding-top: 2%;	
}

form[id="formContato"] textarea {
    width: 97%;
    padding: 12px;
    font-size: 18px;
    margin-bottom: 30px;
    color: black;
    height: 300px;
	 border: #4271cc solid 2px;
    border-radius: 1px;
    font-family: 'segoe-ui';
}

.InputEmail input {
	background-color: #101d37;
	color: white !important;
    border: none !important;
    width: 16% !important;
}

.InputEmail input::placeholder {
	color:white;
}

.captcha {
	float: left;	
}

.ContentNoticia {
	overflow: hidden;
    padding-top: 2%;
    padding-bottom: 2%;
}

.ImagemNoticias {
	float: right;
    width: 30%;
    height: 205px;
    overflow: hidden;
}

.ImagemNoticias img{
    width: 100%;} 

.textoNoticias {
	float: left;
	width: 60%;	
}

.textoNoticias1 button{
	background: none;
    border: 2px solid #4271cc;
    font-family: 'segoe-ui';
    color: #4271cc;
    font-size: 18px;
    padding: 11px 32px;
    transition: all 0.3s ease 0s;
}

.textoNoticias p {
    color: #aaaaaa;
    font-size: 18px;
    font-family: 'segoe-ui';
}

.textoNoticias1 button:hover{
	background-color: #4271cc;
	color: white;
	cursor:pointer;
}

.textoNoticias1 hr {
    border: 2px solid #4271cc;
    width: 100%;
    display: inline-block;
}

.resumoconteudoNoticia {
	text-align: left;	
	color: #aaaaaa;
    font-size: 18px;
    font-family: 'segoe-ui';
}

.conteudoNoticia {
	text-align: left;	
	color: #aaaaaa;
    font-size: 18px;
    font-family: 'segoe-ui';
}

.ImgslideProdto {
	max-height: 202px;
	width: 24%;
	display:inline-block;
	overflow: hidden;
}	

.ImgslideProdto img{
	width: 100%;
	transition: 0.5s all ease-in-out;
}	

.ImgslideProdto img:hover{
    transform: scale(1.5);
}

.slideprodutosnormal {
	display: block;	
	padding-top: 2%;
}

.slidemobileProdutos {
	display: none !important;	
}

.contentServicos {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;	
}

.campotexto1servicos {
	padding-top: 2%;	
}

.campotexto2servicos p{
	color: #aaaaaa;
    font-size: 18px;
    font-family: 'segoe-ui';
}

.campotexto1servicos p{
	text-align: left;
    margin-top: auto;
    color: #298cd6;
    font-family: 'segoe-ui';
    font-size: 21px;
    font-weight: 600;
}

.campotexto2servicos p span{
	font-weight: bold;
}

.slideframe {
	display: none;	
}

.ImagemMaquinas img{
	height: 330px;
	position: relative;
	visibility: hidden;
}

.textosMaquinas {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: 64%;
    padding-left: 3%;
}

.ImageUnicaNoticia img{
	width: 30%;
}

.ImageUnicaNoticia{
	overflow: hidden;
}

@media screen and (max-width:1024px) {
		
	.central {
		width: 98%;
	}
	
	.TextosBemvindo {
		float: left;
		width: 45%;
	}
	
	.textosMaquinas {
		display: inline-block;
		overflow: hidden;
		vertical-align: top;
		width: 64%;
    	padding-left: 3%;	
	}
	
	.NomeMaquinas ul li {
		color: #aaaaaa;
		font-family: 'segoe-ui';
		font-size: 20px;
		list-style: none;
		border-right: 2px solid #d8d8d8;
		padding: 6% 0px;
	}
	
	.NomeMaquinas {
		display: inline-block;
		overflow: hidden;
		width: 25%;
		vertical-align: top;
	}
	.textosMaquinas p {
		color: #aaaaaa;
		font-family: 'segoe-ui';
		font-size: 16px;
		margin-bottom: auto;
	}
	
	.ValorMaquina p {
		color: #e60808;
		font-family: 'segoe-ui';
		font-size: 34px;
		font-weight: bold;
		margin: auto;
		padding-bottom: 3.3%;
	}
	
	.Formulario {
		overflow: hidden;
		float: right;
		background-color: white;
		padding: 66px 36px;
		border-radius: 10px;
	}
	.topicosHeader ul li {
		margin-left: 35px;
	}
	.noticia img{
		width: 98%;	
	}
	.ImgslideProdto {
		max-height: 202px;
		width: 24%;
		display:inline-block;
		overflow: hidden;
	}
	.ImgslideProdto {
		max-height: 162px;
		width: 24%;
		display: inline-block;
		overflow: hidden;
	}
	.InfoMaquinas {
		display: inline-block;
		overflow: hidden;
		padding-left: 5%;
		width: 95%;
	}
	.Produto {
		width: 24.9%;
	}
}

@media screen and (max-width:768px) {
	
	.topoHeader {
		display: none;
	}
	.EsquerdoHeader {
		float: none;
		text-align: center;
	}
	.DireitoHeader {
		float: right;
		display: none;
	}
	.TextosBemvindo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.TituloBemVindo hr {
		border: 2px solid #4271cc;
		width: 59%;
		display: inline-block;
	}
	.ImagemBemVindo {
		float: right;
		display: none;
	}
	.Experiencia {
		float: none;
		overflow: hidden;
		width: 100%;
		border-right: none;
	}
	
	.Experiencia img {
		width: 17%;
	}
	
	.Ferramentas {
		float: none;
		overflow: hidden;
		width: 100%;
		border-right: none;
	}
	
	.Ferramentas img {
		width: 17%;
	}
	.Acessibilidade {
		float: none;
		overflow: hidden;
		width: 100%;
		border-left: none;
	}
	
	.acessibilidade img {
		width: 17%;
	}
	.TituloClassificados p {
		font-size: 35px;
		font-family: 'segoe-ui';
		color: #101d37;
		margin-top: 0px;
		text-align: center;
	}
	.TituloClassificados hr {
		border: 2px solid #4271cc;
		width: 32%;
		display: inherit; 
	}
	.maquinas {
		overflow: hidden;
		padding-top: 28px;
		height: inherit;
	}
	.NomeMaquinas {
		display: inherit;
		overflow: hidden;
		width: 100%;
		vertical-align: inherit;
		text-align: center;
	}
	.NomeMaquinas ul li {
		color: #aaaaaa;
		font-family: 'segoe-ui';
		font-size: 20px;
		list-style: none;
		border-right: inherit;
		padding: 2%;
		display: inline-block;
	}
	.InfoMaquinas {
		display: inline-block;
		overflow: hidden;
		padding-left: inherit;
		width: 100%;
		padding-top: 2%;
	}
	.ImagemMaquinas {
		display: inherit;
		overflow: hidden;
		text-align: center;
	}
	.textosMaquinas {
		display: inline-block;
		overflow: hidden;
		vertical-align: inherit;
		width: 100%;
		padding-left: inherit;
		padding-top: 2%;
		text-align: center;
	}
	.noticia {
		overflow: hidden;
		display: inherit;
		text-align: center;
		padding-top: 50px;
		width: 100%;
	}
	.tituloNoticia p {
		font-size: 35px;
		font-family: 'segoe-ui';
		color: #101d37;
		margin-top: 0px;
		text-align: center;
	}
	.tituloNoticia {
		text-align: center;	
	}
	.tituloNoticia hr {
		border: 2px solid #4271cc;
		width: 29%;
		display: inline-block;
		text-align: center;
	}
	.noticia h1 {
		font-size: 25px;
		font-family: 'segoe-ui';
		color: #101d37;
		width: 100%;
	}
	.noticia p {
		color: #aaaaaa;
		font-size: 18px;
		font-family: 'segoe-ui';
		width: 100%;
	}
	.Contentnoticia {
		overflow: hidden;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
	}
	.EntreEmContato {
		overflow: hidden;
		float: inherit;
		width: 100%;
		text-align: center;
	}
	.TituloFooterContato hr {
		border: 2px solid #65abdf;
		width: 75%;
		display: inline-block;
		display: none;
	}
	.TituloFooterContato p {
		font-size: 35px;
		font-family: 'segoe-ui';
		color: #ffffff;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.IconTextInfos i {
		display: inherit;
		padding-right: inherit;
		color: #65abdf;
		vertical-align: top;
		font-size: 34px;
		padding-bottom: 2%;
	}
	.IconTextInfos1 i {
		display: inherit;
		color: #65abdf;
		vertical-align: top;
		padding-bottom: 2%;
		font-size: 34px;
	}
	.Formulario {
		overflow: hidden;
		float: inherit;
		background-color: white;
		padding: 41px 36px;
		border-radius: 10px;
		margin-top: 4%;
	}
	.detailsFormlario p {
		font-size: 25px;
		font-family: 'segoe-ui';
		color: #101d37;
		margin-top: 0px;
		text-align: center;
	}
	.InputFormularioEsquerda {
		float: inherit;
		text-align: center;
		padding-bottom: 20px;
	}
	.InputFormularioDireita {
		float: inherit;
		text-align: center;
	}
	.InputFormularioDireita input {
		font-size: 20px;
		font-family: 'segoe-ui';
		color: #bfbdbd;
		padding: 8px 6px 10px;
		width: 100%;
		border: none;
		background: #f9f8f8;
	}
	.InputFormularioEsquerda input {
		font-size: 20px;
		font-family: 'segoe-ui';
		color: #bfbdbd;
		padding: 8px 6px 10px;
		width: 100%;
		border: none;
		background: #f9f8f8;
	}
	.LogoEnviaFormu {
		float: inherit;
		text-align: center;
	}
	.ButtonEnviaFormu {
		float: inherit;
		padding-bottom:6%;
	}
	.LogoEnviaFormu img {
		width: 42%;
	}
	.esquerdasubFooter {
		float: inherit;
		text-align: center;
	}
	.direitasubFooter {
		float: inherit;
		text-align: center;
	}
	.esquerdasubFooter p {
		color: #5382a5;
		text-align: center;
		font-family: 'segoe-ui';
		font-style: italic;
		font-size: 18px;
    	margin-bottom: 2%;
	}
	.Redesosciasi i {
		color: #829bcd;
		font-size: 32px;
		padding: 2%;
	}
	.InfosContato {
		padding-top: 50px;
		padding-bottom: 16px;
		overflow: hidden;
	}
	.TtituloHratendimento span {
		color: #ffffff;
		font-family: 'segoe-ui';
		font-size: 35px;
	}
	
	/*  Mobile */
	
	.hamburger {
		display: block;
		padding-top: 2%;
		font-size: 50px;
		color: #4271cc;
		display: block;
		margin-top: 3%;
		font-size: 52px;
		color: #4271cc;
	}
	
	.DivMobile {
		padding: 0px;
		background-color: #4271cc;
		position: absolute;
    	width: 100%;
		box-shadow: 0 10px 20px rgb(0 0 0 / 61%), 0 6px 6px rgba(0, 0, 0, 0.1);
	}
	
	.DivMobile ul{
		padding: 0px;
	}
	
	.DivMobile ul li a{
		color: white;
		text-decoration: none;
	}
	
	.DivMobile ul li {
		list-style: none;
		font-size: 24px;
		padding: 8px 0px;
		color: white;
		font-family: 'segoe-ui';
	}

	/* Mobile */
	
	.subTopoHeader {
		overflow: hidden;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	form[id="formContato"] input {
		width: 96%;
		padding: 11px;
		font-size: 18px;
		margin-bottom: 23px;
		color: black;
		border: #4271cc solid 2px;
		border-radius: 1px;
		font-family: 'segoe-ui';
	}
	
	form[id="formContato"] textarea {
		width: 96%;
		padding: 12px;
		font-size: 18px;
		margin-bottom: 30px;
		color: black;
		height: 300px;
		border: #4271cc solid 2px;
		border-radius: 1px;
		font-family: 'segoe-ui';
	}
	.TituloInterno p {
		font-size: 35px;
		font-family: 'segoe-ui';
		color: #101d37;
		margin-top: 0px;
		text-align: center;
	}
	.TituloInterno hr {
		border: 2px solid #4271cc;
		width: 73%;
		display: inherit;
	}
	.Produto {
		display: inherit;
		text-align: center;
		overflow: hidden;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		border: solid 1px #e8e8e8;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
		box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
		margin-bottom: 22px;
		margin-right: 39px;
		border-radius: 5px;
		margin-top: 22px;
		padding: 2% 2%;
		width: 95%;
	}
	.textosProduto p {
		color: #aaaaaa;
		font-size: 18px;
		font-family: 'segoe-ui';
		text-align: center;
	}
	.textosProduto {
		text-align: center;	
	}
	.TextoInterno p {
		color: #aaaaaa;
		font-size: 18px;
		font-family: 'segoe-ui';
		text-align: center;
	}
	.textoNoticias {
		float: inherit;
		width: 100%;
		text-align: center;
	}
	.ImagemNoticias {
		text-align: center;
		float: inherit;
	}
	.textoNoticias1 {
		text-align: center;	
	}
	.resumoconteudoNoticia {
		text-align: center;	
	}
	.conteudoNoticia {
		text-align: center;	
	}
	.slideprodutosnormal {
		display: none;	
	}
	
	.slidemobileProdutos {
		display: block !important;	
	}
	.campotexto2servicos p{
		color: #aaaaaa;
		font-size: 18px;
		font-family: 'segoe-ui';
		text-align: center;
	}
	
	.campotexto1servicos p{
		text-align: center;
		margin-top: auto;
		color: #298cd6;
		font-family: 'segoe-ui';
		font-size: 21px;
		font-weight: 600;
	}
	.maquinas {
		overflow: hidden;
		padding-top: 28px;
		height: inherit;
		display: none;
	}
	
	.maquinas iframe {
		display: none;	
	}
	.displaynoneframe iframe {
		display: none;
	}
	.slideframe {
		display: block;	
	}
	
	.ImgSlideProdutosframe img{
		width: 50%;	
	}
	.ContentProduto {
		text-align: -webkit-center;
		overflow: hidden;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.Produto p {
		text-align: center;
		margin-top: auto;
		color: #298cd6;
		font-family: 'segoe-ui';
		font-size: 27px;
		font-weight: 600;
		height: inherit;
	}
	.ImgProduto {
		height: 266px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.Produto {
		margin-bottom: 22px;
		margin-right: inherit;
		border-radius: 5px;
		margin-top: 44px;
		padding: 2% 2%;
		width: 83%;	
	}
	.ImgProduto {
		height: 266px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
}

@media screen and (max-width:700px) {
	
	
}

@media screen and (max-width:400px) {
	
	form[id="formContato"] input {
		width: 93%;
		padding: 11px;
		font-size: 18px;
		margin-bottom: 23px;
		color: black;
		border: #4271cc solid 2px;
		border-radius: 1px;
		font-family: 'segoe-ui';
	}
	form[id="formContato"] textarea {
		width: 92%;
		padding: 12px;
		font-size: 18px;
		margin-bottom: 30px;
		color: black;
		height: 300px;
		border: #4271cc solid 2px;
		border-radius: 1px;
		font-family: 'segoe-ui';
	}
	.captcha {
		float: inherit;	
	}
	.InputEmail input {
		background-color: #101d37;
		color: white !important;
		border: none !important;
		width: 37% !important;
		margin-top: 20px;
	}
	.InputEmail {
		text-align: center;	
	}
	
}
