body{
	background-color: #666E76;
}
.menu{
	background: rgba(254, 254, 255, 0.9);
	   transition: 1252ms;
	box-shadow: 2px 2px 7px #747474;
	/*background-color: transparent;*/
}

.navbar-expand-md{
	height: 110px;

}
#logo-header{
	margin-left: -50px;
  margin-top: 30px;
	box-sizing: inherit;

}



ul li a{
	color: #004785 !important;
    /*display: -webkit-box;
    display: flex;
    font-size: 1.1rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1.6rem;
    text-transform: uppercase;*/
}
ul li a:hover{
	color: #666 !important;
	font-size:auto;
}

.menu-scroll{

	    /*background:#f9f9f9 !important;*/
	      background:rgba(247, 247, 247, 0.9);
          transition: 1152ms;
		
}
.collapse-scroll{ 
	color: #666;

}
#btngeral{
	background-color: #004785;
	font-family: Gotham-Medium,bold;
	font-size: 15px,bold;
	cursor: pointer;
	border-radius: 2%;
}
#text-geral-propagandas{
	    color: #4c4faa;
}

#text-descritos{
	color: #4a4a4a;
}

  





@media only screen and (max-width: 900px){
	.menu{
	 background: rgba(254, 254, 255, 0.9);
     transition: 1152ms;
		
	}

	.navbar-expand-md{
	

}

	#logo-header{
	margin-left: 0px;
	margin-top:0px;
	box-sizing: inherit;

}

.trans{
	display: none;
}

	#super button{
		margin-left: -100%;
		max-width: 100%;
		margin: 0px;
		
		align-items: center !important;
	}

	}


	a{
	color: #004785 !important;
	text-align: left;
	justify-content: left;
	align-items: left;
	font-size: 1.2rem;
	
}
	 li{
	color: #004785 !important;
	
}
.navbar-expand-md{
	height: 125px;

}
.navbar-nav a{
	font-size: 1rem;

}

.nav-link{
	color: #004785 !important;
	
}
.navbar-toggler-icon{
	/*background-color:#004785 !important;*/
	 background-color: #326fa8!important;
	font-size: 1.2rem;
}



}


.jumbotron{
	border-radius: 0rem;
}
.servicos{
	background-color: #fafafa;
	margin-bottom: 0rem;
}
.servicos .card{
	background-color: transparent;
	border: 0px solid rgba(0,0,0,.125);
}
.sobre-empresa{
	  background-color: #f7f7f7;
	color: #FFF;
	margin-bottom: 0rem;
}
.contato{
	background-color: #fafafa;
	margin-bottom: 0rem;	
}
.rodape{
	padding-top: 20px;
	background-color: #244289;
	color: #fff;
	margin-bottom: 0rem;
}


/* imagens rede sociais  fundo preto */
	.fundo-geral{
		max-width: 100%;
		height: auto;
		margin: 0;
	}
	.fundo{
		width: 25%;
		background-color: #3b5998;
		margin: 0;
		float: left;
		display: inline-flex;
		height: 280px
	}


	.fundo .imgfundo{
		max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height:auto;

	}

	.fundo-preto{
			opacity: 0;
			   
	       background-color: rgba(0,0,0,0.6) !important;
	        z-index: 5;
			position: absolute;
			width: 25%;		
			margin: 0;
			float: left;
			display: inline-flex;
			height: 280px;
			webkit-transition: all 0.45s ease-in-out;
	    -moz-transition: all 0.45s ease-in-out;
	    -o-transition: all 0.45s ease-in-out;
	    -ms-transition: all 0.45s ease-in-out;
	    transition: all 0.45s ease-in-out;
   
	}

	.fundo .fundo-preto:hover{
		display: block;
        opacity: 1;
   
	}

	.fundo .item-dados{
		
		width: 100%;
		height: 50px;
		z-index: 10;
		color: #fff;
		position: absolute;
		
		text-align: center;
		top:100px;
	}

	@media only screen and (max-width: 800px){

			.fundo{
		width:100%;
		background-color: #3b5998;
		margin: 0;
		float: left;
		display: inline-flex;
		height: 280px
	}


	.fundo-preto{
        z-index: 5;
		position: absolute;
		width:100%;	
		margin: 0;
		float: left;
   
	}



	}
/* finalimagens rede sociais  fundo preto */


/*propagandas*/
	.total-geral{
		display: flex;
		width: 100%;
		/*flex-direction: column;*/

	}

	.img-promo,.texto-promo{
		
		width: 100%;
		max-width: 400px;
		min-height: 300px;
	}
	.conteudo-textos{

		display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    padding: 0 2rem;
    margin-top: 30px;
	
	}

	/*conteudo propaganda imagem e texto jeferson*/

		.global{
		width: 100%;
		max-width: 1600px;
		flex-direction: column;
		border:solid 1px #ccc;
	}
	.group{
		width: 100%;
		max-width: 1600px;
		display: flex;
		
	}
	.group .imagem,.group .texto{
		width: 100%;
		max-width: 800px;
		min-height: 450px;

	}
	.maior{
		padding: 2px;
		justify-content: center;
		align-items: center;
	}
	.pl{
		text-align: justify;
    padding: 10px 10px;
	}
	@media only screen and (max-width: 800px){
		.blockA{
			flex-wrap: wrap;
		}
		.blockB{
			flex-wrap: wrap-reverse;
		}
		.texto{
			min-height: 100px !important;
			margin-bottom: 10px;

		}
	}


@media only screen and (max-width: 800px){
	.total-geral{
		flex-wrap: wrap;
	}
}
	.maior{
margin-top: 20%;
		justify-content: center;
		align-items: center;
		display: flex;
		    line-height: 1;
    color: #004785;
    font-size: 1.5em;
    font-family: Gotham-Medium;
    margin-bottom: 2rem;
    text-transform: uppercase;


	}

	.textospan{
		
		line-height: 1.5;
    color: #4a4a4a;
    margin-bottom: 2rem;
    font-size: 1rem;

	}

	#button-azul{
		background-color:#004785;
		color: #ffffff;
		border-radius: none;
	}
/*final propagandas*/


/*	@media only screen and (max-width: 800px){



		.total-geral{
			border:none;
				width:100%;
		background-color: #fff;
		margin: 0px;
		float: left;
		display: inline-flex;
		height: 280px
		}

			.fotos-promo{
		width:100%;
		
		margin-top: 10px;
		float: left;
		display: inline-flex;
		height: 280px
	}

.fotos-promo2{
	margin-top: 10px;
	width: 100%;
   
    margin: 0;
    float: left;
    display: inline-flex;
    height: 280px;
}
.imgpromo{
	margin-top: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.texto-promo{
		width:100%;
	margin-top: 10px;
	position: absolute;
	float: left;

}
.maior{
	display: none;
}
.textospan{
	display: none;
	}


	#button-azul{
		margin-top:70%;
		justify-content:center;
		align-content: center;	
		align-items: center;	
	}
}
*/

#tomada:hover{
     cursor: pointer;
     border:solid 1px #ccc;
    transform: translateX(-2px);
   box-shadow: 2px 2px 2px 5px rgba(34,34,34,0.1);

   

}

#tomada:hover h5 {
	color:#1c4489;

}

