.anton-regular {
  font-family: "Anton", impact, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 5px;
  font-size: 58px;
}

/*Barra Horizontal*/

.barProgress{
    position:absolute;
    z-index: 1;
    width: 100%;
    height: 5px;
	margin-top:75px;
	left: 0;
    background-color: #ffffff;
}

.barProgress > span{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#ff6a0e;
    display: block;
}

@media only screen and (max-width:720px){
	.barProgress{
		display: none;
	}
}

/*Fim da Barra Horizontal*/


*{
	box-sizing:border-box;
}

#topo{
	height:200px;
	position:relative;
}

#topo #logo{
	width:235px;
	height:auto;
	position:absolute;
}

#topo #lateralDireitaTop{
	width:100%;
	padding-left:235px;
	position:relative;
}

#topo #lateralDireitaTop #TopTel{
	overflow:hidden;
}

#topo #lateralDireitaTop #TopTel .celular{
	float:left;
	background:url(images/icon_whatsapp.png) no-repeat left;
	padding-left:40px;
	height:40px;
	line-height:40px;
}

#topo #lateralDireitaTop #TopTel .telefone{
	float:left;
	margin-left:20px;
}


#topo #lateralDireitaTop #menuTop{
	background:url(images/fdmenu.png) repeat-x;
	height:56px;
	border:solid 2px #908586;
	border-radius:10px;
	overflow:hidden;
	line-height:56px;
	width:615px;
	position:absolute;
	right:10px;
}

#topo #lateralDireitaTop #menuTop .itemMenu{
	line-height:56px;
	float:left;
	width:25%;
	text-align:center;
}

#topo #lateralDireitaTop #menuTop .itemMenu:hover{
	background:rgba(0,0,0,0.2);
}

.itemMenus{
	float:left;

}
.itemMenus a{
	display:block;
	text-decoration:none;
	color:#000;
	background:rgba(0,0,0,0.0);
	padding:0 20px 0 20px;
	height:60px;
	line-height:60px;
	
}
.itemMenus a:hover{
	background:rgba(0,0,0,1.00);
	color:rgba(252,248,248,1.00);
	
}


.itemMenus .subMenu{
	position:absolute;
	background:#fff;
	width:350px;
	padding:10px;
	z-index:10000;
	display:none;
	border:rgba(9,9,9,1.00) solid 1px; margin-top:0px;

}

.itemMenus:hover > .subMenu{
	display:block;
	background:rgba(0, 0, 0, 0.9);
	border-radius:0 0 15px 15px;
	box-shadow:2px 10px 10px rgba(0,0,0,0.9);
	
}

.secundarias{
	display:none;
}

 .subMenu .titCat{
	padding:10px; margin:10px; background:#fff;
	font-family: Roboto, sans-serif, arial ; 
	
}

 .subMenu .titsubCat{
	font-family: Roboto, sans-serif, arial ; 
	border-bottom:solid #fff 1px;
}

.subMenu .titsubCat a{
	line-height:36px;
	height:36px;
	border-bottom:dotted 1px rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
}

.subMenu .titsubCat a:hover{
	background:#fff;
	color:rgba(0,0,0,1.00);
	
	}
.InputFormLP{
	height:60px; line-height:60px; 
	max-width:900px; width:100%;
	padding-left:15px; 
	font-size:22px;
	color: #000;
	border:solid 2px #000; 
	border-radius: 9px; 
	background: rgba(0,0,0,0.0);
	
}

.TextAreaFormLP{
	height:150px; line-height:30px; 
	max-width:900px; width:100%;
	padding-left:15px; 
	font-size:22px;
	color: #000;
	border:solid 2px #000; 
	border-radius: 9px; 
	background: rgba(0,0,0,0.0);
	
}

	.btnEnvie button{
	font-family:Roboto;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#000;  
	border:solid 2px #000; 
	background: rgba(0,0,0,0.0);
	height:30px;
	line-height:30px;
	border-radius: 9px;
	transition: 0.3s;
		
}

.btnEnvie button:hover{
	background:#000;
	color:#fbb616;
	border:solid 3px #000; 
	transition: 0.3s;
}

textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
} 

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: red;  
}

    #tremendo {
      animation: shake 1s infinite;
    }

    @keyframes shake {
      0% {
        transform: translate(0px, 0px) rotate(0deg);
      }
      50% {
        transform: translate(1px, 1px) rotate(0deg);
      }
      55% {
        transform: translate(-1px, -2px) rotate(-1deg);
      }
      60% {
        transform: translate(-3px, 0px) rotate(1deg);
      }
      65% {
        transform: translate(3px, 2px) rotate(0deg);
      }
      70% {
        transform: translate(1px, -1px) rotate(1deg);
      }
      75% {
        transform: translate(-1px, 2px) rotate(-1deg);
      }
      80% {
        transform: translate(-3px, 1px) rotate(0deg);
      }
      85% {
        transform: translate(3px, 1px) rotate(-1deg);
      }
      90% {
        transform: translate(-1px, -1px) rotate(1deg);
      }
      95% {
        transform: translate(1px, 2px) rotate(0deg);
      }
      100% {
        transform: translate(1px, -2px) rotate(-1deg);
      }
    }
  
.BlocoBairros{
       display: flex;
       flex-wrap: wrap;
 	   justify-content: center;
	
}


.navegacaoBairros a{
	flex: auto;
	padding: 0 20px;
	display: flex;
	margin: 10px 10px;
	transition: 0.2s;
	height:40px;
	line-height:40px;
	border-radius: 18px;
	background:#ffa70f;
	color: #000; 
	font-size: 14px;
	font-family: Roboto;
	text-decoration: none;
	border:solid #fff0 2px;
	
}

.navegacaoBairros a:hover{
	border:solid #fff 2px;
	background: #161616;
	color: #fff;
	transform: scale(1.2);
}



/* Links */
.LinkEnviar a {
	color:#fff;
	font-size: 20px;
	text-decoration: none;
	
}

.LinkEnviar a:hover {
  color:#ff8a01;
	
}


.iformduo1{
	float:left;
	width:70%;
}
.iformduo2{
	float:left;
	width:30%;
}



.bloco4{
	width:25%;
	float:left;
	height:250px;
	border-bottom:rgba(37,37,37,1.00) solid 1px; margin-bottom:10px; margin-top: 20px;


}

.images3{
	width:33.33%;
	float:left;
	height:auto;



}


.images4{
	width:25%;
	float:left;
	height:auto;


}



.bloco5{
	width:20%;
	float:left;


}


.bloco6{
	width:16.66%;
	float:left;
	min-height:150px;


}

.bloco6IMG{
	width:16.66%;
	float:left;
	min-height:30px;


}

.ladoAlado{
	float:left;
}
.textosDescri{
	width:33.33%;
	float:left;
}

.imgsGaleria{
	width:33.33%;
	float:left;
	min-height:0px;
}


.imgsGaleria div{
	padding:7px 10px 15px 10px;
}


.imgsGaleria img{
	width:100%;
	height:auto;
}


.imgServ{
	width:33.33%;
	float:left;
}


.imgServ div{
	padding:7px 10px 15px 7px;
}


.imgServ img{
	width:100%;
	height:auto;
}

.colunaRodape{
	width:33.33%;
	float:left;
	overflow:hidden;
	
}

.colunaRodape div{
	padding:5px 7px 5px 7px;
}


.colunaRodape img{
	width:100%;
	height:auto;
}


.imgstri{
	width:33.33%;
	float:left;
}

.formtri{
	width:33.33%;
	float:left;
	
}

.imgsduo{
	width:50%;
	float:left;
}

.imgsduo{
	width:50%;
	float:left;
}


.bloco2{
	width:50%;
	float:left;
}




#mobile, #menuMobile-x{
	display:none;

}


.menuescondido{
	display:none;
}

.some{
	display:none;
}

.aparece{
	display:none;

}

#bemVindo{
	position:absolute; left:320px; top:5px;
}


#bgServBr{
	background:url(../images/data-center.png) no-repeat top left;
}
#bgEqp{
	background:url(../images/equimaentos-server.png) no-repeat top left;
}
#bgSeg{
	background:url(../images/seguranca-web.png) no-repeat top left;
}



.blocoHost{
	padding:70px 15px 15px 250px;
	min-height:250px;
}


@media only screen and (max-width: 800px) {
	#bgServBr{
		background:url(../images/data-center.png) no-repeat top center;
	}
	#bgEqp{
		background:url(../images/equimaentos-server.png) no-repeat top center;
	}
	#bgSeg{
		background:url(../images/seguranca-web.png) no-repeat top center;
	}		

	.blocoHost{
		padding-left:10px; padding-right:15px; padding-bottom:15px; padding-top:250px;
		text-align:center;	
	}
}


@media only screen and (min-width: 700px) and (max-width: 1180px) {
.bloco2{
	width:50%;
	float:left;


}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.bloco2{
	width:100%;
	float:left;
	

}
}



@media only screen and (min-width: 970px) and (max-width: 1080px) {
#logotopprincipal{
	width:200px;
	height:auto;
}
#bemVindo{
	left:220px; 
}
}
@media only screen and (min-width: 0px) and (max-width: 970px) {
#logotopprincipal{
	width:130px;
	height:auto;
}

.itemMenus a{
	margin-top:20px;		
	padding:0 15px 0 15px;
	height:40px;
	line-height:40px;
}
#bemVindo{
	left:150px;
	font-size:16px;
}





@media only screen and (min-width: 740px) and (max-width: 960px) {
.bloco4{
	width:33.33%;
	float:left;

}
}

@media only screen and (min-width: 550px) and (max-width: 740px) {
.bloco4{
	width:50%;
	float:left;

}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
.bloco4{
	width:100%;
	float:left;
	height:200px;

}
}

@media only screen and (min-width: 980px) and (max-width: 1080px) {
.images3{
	width:33.33%;
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 570px) and (max-width: 980px) {
.images3{
	width:50%;
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 0px) and (max-width: 570px) {
.images3{
	width:100%;
	float:left;
	height:auto;

}
}


@media only screen and (min-width: 880px) and (max-width: 1080px) {
.imgServ{
	width:33.33%;
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 630px) and (max-width: 880px) {
.imgServ{
	width:50%;
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 0px) and (max-width: 630px) {
.imgServ{
	width:100%;
	float:left;
	height:auto;

}
}


@media only screen and (min-width: 740px) and (max-width: 960px) {
.images4{
	width:33.33%;
	float:left;
	height:auto;
	

}
}

@media only screen and (min-width: 550px) and (max-width: 740px) {
.images4{
	width:50%;
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 0px) and (max-width: 550px) {
.images4{
	width:100%;
	float:left;
	height:auto;

}
}

@media only screen and (min-width: 940px) and (max-width: 1180px) {
.bloco5{
	width:20%;
	float:left;
	height:50px;

}
}



@media only screen and (min-width: 740px) and (max-width: 940px) {
.bloco5{
	width:25%;
	float:left;

}
}

@media only screen and (min-width: 570px) and (max-width: 740px) {
.bloco5{
	width:33.33%;
	float:left;

}
}

@media only screen and (min-width: 410px) and (max-width: 570px) {
.bloco5{
	width:50%;
	float:left;
}
}


@media only screen and (min-width: 0px) and (max-width: 410px) {
.bloco5{
	width:100%;
	float:left;
}
}




@media only screen and (min-width: 940px) and (max-width: 1180px) {
.bloco6{
	width:20%;
	float:left;
	height:50px;

}
}



@media only screen and (min-width: 740px) and (max-width: 940px) {
.bloco6{
	width:25%;
	float:left;

}
}

@media only screen and (min-width: 570px) and (max-width: 740px) {
.bloco6{
	width:33.33%;
	float:left;

}
}

@media only screen and (min-width: 480px) and (max-width: 570px) {
.bloco6{
	width:50%;
	float:left;
}
}


@media only screen and (min-width: 0px) and (max-width: 480px) {
.bloco6{
	width:100%;
	float:left;
}
}


@media only screen and (min-width: 940px) and (max-width: 1180px) {
.bloco6IMG{
	width:20%;
	float:left;
	height:50px;

}
}



@media only screen and (min-width: 740px) and (max-width: 940px) {
.bloco6IMG{
	width:25%;
	float:left;

}
}

@media only screen and (min-width: 570px) and (max-width: 740px) {
.bloco6IMG{
	width:33.33%;
	float:left;

}
}

@media only screen and (min-width: 410px) and (max-width: 570px) {
.bloco6IMG{
	width:50%;
	float:left;
}
}


@media only screen and (min-width: 0px) and (max-width: 410px) {
.bloco6IMG{
	width:100%;
	float:left;
}
}




@media only screen and (min-width: 0px) and (max-width: 698px) {
	
	#menuprincipal{
		display:none;
	}
	
	.formtri{
	width:100%;
	float:none;
	
}
	
	.ladoAlado{
		
		float:none}

	
	.some{
		display:none;
	}
	
	.aparece{
		display:block;
	}
		
	.mob{ width:100%;	}
	#mobile, #menuMobile-x{
		display:block;
	
	}
	#desktop{display:none;
	}
	
	.imgduo{
		width:100%;
	}
	
	
	.iformduo1{
		width:100%;
	}
	
	
	.iformduo2{
		width:100%;
	}	
	
	
	.bloco2{
		width:100%;
	}

	
	.imgsGaleria{
		width:100%;
		float:left;
	}
}
}


@media only screen and (min-width: 0px) and (max-width: 970px) {
.colunaRodape{
	width:100%;
	float:none;

}
}


.video-container {
	position: relative;
	padding-bottom: 55%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.imagePB {
  /*opacidade*/
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-filter: opacity(0.75);
  /*filtro P/B*/
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  /*qualidade*/
  image-rendering: auto;
	transition:0.9s;  
}

.imagePB:hover{
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: opacity(1);
  filter: none;
  /* Firefox 10+ */
  -webkit-filter: grayscale(0%);
  /* Chrome 19+ & Safari 6+ */
  image-rendering: auto;
transition:0.9s;  
}



/*
@media only screen and (min-width: 0px) and (max-width: 360px) {
	
	
.some{
	display:none;
}

.aparece{
	display:block;
}
	
.mob{ width:100%;	}
#mobile{
	display:block;

}
#desktop{display:none;
}	
	
.imgduo{
	width:100%;
	float:none;
}	

.imgsduo{
	width:100%;
	float:none;
}	

.textosDescri{
	width:33.33%;
	float:left;
}

.imgsGaleria{
	width:100%;
	float:left;
}
}
*/

.textBloco4 a {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 800;

	
	
	
}


.textBloco4 a:hover{
	text-decoration: none;
	color: #ff6a00;
		
	
}

.topico{
	padding: 0 20px 0 20px;
	line-height: 40px;
	padding-left: 15px;
	font-size: 15px;
	border-bottom: 1px solid; color: #fff;
	font-weight: 700;
	color: #ff6a00;
	background: #f3f3f3;
	text-transform: uppercase;
	width:100%;
	transition: 0.3s
	
}

.topico:hover, .topico.active{
	color: aliceblue;
	background: #030e16;
}

.subTopico{
	height: 0;
	overflow: hidden;
	transition: 0.5s
	
}

.subTopico.active{
	height: auto;
	padding: 10px 10px 30px 10px;
	
}

@media only screen and (max-width:380px){
	.subTopico.active{
	height: auto;
	padding: 10px 10px 30px 10px;
	
	
}
}

section{
	overflow: hidden;
	padding: 10px;
}


fieldset.dois{
	width: calc(50% - 10px);
}

@media only screen and (max-width:600px){
	fieldset.dois{
		width: calc(100% - 10px);
	}	
}

fieldset.um{
	width: calc(100% - 10px);
}


fieldset{
	border: dotted 2px rgba(0,0,0,0.5);
	margin: 5px;
	float: left;
	margin: 5px;
	
}

fieldset legend{
	font-size: 12px;
	text-transform: uppercase;
}

fieldset input{
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 10px;
	width: 100%;
	border: none;
}

fieldset textarea{
	height: 200px;
	border: none;
	line-height: 24px;
	padding: 0 10px 0 10px;
	width: 100%;
	resize: none;
}
