body {
  /* Margin bottom by footer height */
  background-image: url('../img/fundo.png');
  font-family: sans-serif;
  color:  #3b3b3b; }

h1{
  font-size: 2.5em;}

::-moz-selection { 
  background-color: #3a3651;
  color: white;}

::selection { 
  background-color: #3a3651;
  color: white;}  

/*MENU*/
div.fundo-menu{
   background-color: rgba(255,255,255, 0.9) }

div.container-menu{
  padding-top: 15px;
  padding-bottom: 15px;}

.nav-item{
  margin-right: 10px;
  display: inline-block;}

.nav-link{
  margin-top: -50px;
  border-radius: 0px 0px 7px 7px;
  text-decoration: none;
  color: #3b3b3b !important; 
  padding: 70px 15px 10px 15px !important;}

.nav-link:hover{
  background-color: #3a3651 !important;
  color: #fff !important;
  transition: 0.5s;}

.ativo{
  background-color: #3a3651 !important;
  color: #fff !important;}

.navbar-toggler-icon{
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/*ANIMAÇÃO*/
.slide {
  border-top: solid 1px #858688 ;
  border-bottom: solid 1px #858688 ;
  position: 50% 50%;}

.carousel-item{
  max-height: 700px;
  object-fit: cover;
}

div.texto-anima1 h1{
  color: #fff;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);}

div.texto-anima1 p{
  color: #fff;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);}  

div.texto-anima2 h1{
  color: #000000;
  text-shadow: 4px 4px 5px rgba(255, 255, 255, 0.8);}

div.texto-anima2 p{
  color:  #000000;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.8);}  

div.anima{
  text-align: center;}

/*SERVIÇOS*/
.servicos{
  margin-top: 50px;
  margin-bottom: 100px;
	background-color: transparent;
	border-radius: 0rem;
	margin-bottom: 0rem;}

 .servicos-icone a{
  color: #3a3651;} 

/*Inicio tamanho icone*/
.tamanh-icone{
	background: #fff;
    color: #444;
    font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;}

.icon-row {
    padding: 5px 0 0px;}

.ion {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;}

.preview-icon { vertical-align: bottom; }

.preview-scale {
    color: #888;
    font-size: 12px;
    margin-top: 5px;}

.step {
    display: inline-block;
    line-height: 1;
    position: relative;
    width: 100%;}

.step i {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;}

.step:hover i { opacity: .3; }
    
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-32 { font-size: 32px; }
.size-48 { font-size: 48px; }
.size-64 { font-size: 64px; }
.size-96 { font-size: 96px; }
/*Fim tamanho icone*/


/*CADASTRO E-MAIL*/
.cadastro-email{
  margin-top: 75px;
	border-radius: 0rem;
	margin-bottom: 0rem;	
	color: #FFF;}

/*deslocamento aparente de um objeto quando se muda o ponto de observação.*/
.paralaxe-email{
	min-height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;}

.input-group-text{
  color: #fff;
  background-color: #3a3651;}  

.enviar{
  background: #fff;
  color: #3b3b3b;
  
  border: 0px;}

.enviar:hover{
  background-color: #3a3651;
  color: #fff;
  transition: 0.5s;}

/*RODAPÉ**/
footer.rodape{
  margin-bottom: -60px;
  background-color: #ced0d5;
  min-height: 300px;}

div.logo-rodape{
  padding-top: 50px;
  margin-top: 50px;}

div.linha-cinza-rodape{
  margin-top: 25px;
  margin-bottom: 25px;
  height: 2px;
  width: 100%;
  background-color: #5b5b5f;}  

div.fone-rodape p{
  text-align: right;}

/*EMPRESA*/
.empresa{
  background-color: transparent;}

.texto-empresa {
  text-align: justify;
  line-height: 32px;}  

/*PORTFÓLIO*/
.portfolio{
  background-color: transparent;}

.item{
  background-color: transparent !important;
  margin-bottom: 20px !important;}

div.links{
  text-align: center;}

div.links a {
  border-radius: 7px;
  padding: 10px;
  color: #3b3b3b;
  text-decoration: none;}  

div.links a:hover{
  background-color: #3a3651 !important;
  color: #fff !important;
  transition: 0.5s;}

div.link a.ativo{
  background-color: red;
  color: #fff;}



/*CONTATO*/
.contato{
  background-color: transparent;}

.enviar2{
  background: #3b3b3b;
  color: #fff;
  border: 0px;}

.enviar2:hover{
  background-color: #3a3651;
  color: #fff;
  transition: 0.5s;}



/* Responsive Utilities */
@media (max-width: 1600px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
.nav-link{
  width: 100%;
  margin-top: 0px !important;
  border-radius: 7px 7px 7px 7px;
  text-decoration: none;
  color: #3b3b3b !important; 
  padding: 10px 15px 10px 15px !important;}
  .ativo{
  background-color: #3a3651 !important;
  color: #fff !important;}

.navbar{
  width: 100%;
  text-align: center;}

.navbar-toggler{
  margin-right: 10px;
  margin-bottom: 10px !important;
  background: #3a3651; }  




}



@media (max-width: 768px) {
/*.nav-link{
  margin-top: 0px !important;
  border-radius: 0px 0px 7px 7px;
  text-decoration: none;
  color: #3b3b3b !important; 
  padding: 10px 15px 10px 15px !important;}

.ativo{
  background-color: #3a3651 !important;
  color: #fff !important;}
*/

}	

@media (max-width: 640px) {
}

@media (max-width: 500px) {
}

@media (max-width: 479px) {
}

@media (max-width: 400px) {
}

@media (max-width: 360px) {
}