#error_layout {
  background-color: #f5f6f6;
}
#error_layout #top {
  background-color: #ff6f3b;
  height: 200px;
  margin-bottom: -150px;
  display: block;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
#error_layout #container {
  padding: 25px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
#error_layout #container h1{
  font-size: 25px;
}
#error_layout #container h1 i {
  font-size: 100px;
}
#error_layout #container h2,
#error_layout #container h3{
  line-height: 21px;
}
#error_layout .error_code{
  font-size: 100px;
  color: #ff6f3b;
}


/*--- PLANOS E RECURSOS ---*/
.pricing-tables .pricing-table .price {
    width: 60%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 40px;
    z-index: 900;
    left: 50%;
    display: block;
    font-size: 19px;
    text-align: center;
    color: white;
    margin-left: -30%;
    font-family: Montserrat;
}
.pricing-tables .pricing-table .unstyled.features{
    min-height: 300px;
}
