*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-size: 16px;

}


body{
  
  font-family: 'Reenie Beanie', serif; 
 
 
}

.navbar-collapse {
   position:fixed;
   z-index:2;
   width: 100%;
   height:auto;

}


h1{
  font-size: 40px;
}

h4{
  font-weight: bold;
}


p{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}


.cor{
background-color: #D64238;

}


.bar{
  background-color: #373334;
}



ul li{
   font-family: 'Raleway', sans-serif;
   font-size: 16px;
   color: black;
}

ul li a  {
  position: relative;
  text-decoration: none; 
  font-family: 'Raleway', sans-serif;
  text-align: center;

}





.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #F37125;
}

.lista{
  width: 100px;
}

#servicos{
 
  height: 400px;
}


.transparente{
   background-color: rgba(0, 0, 0,0.6); 
}

.transparente .cor{
  background-color: #D64238;

}


.botao{
  border-radius:20px;
}

label{
  font-size:12px;
  font-weight: bold;
}

.tamanho{
font-size:12px;
font-weight: bold;
}

.close{
  font-size:45px;
  color: white;
}

.sumir{
  font-size:0;
  height: 0px;
}
