
.page-error header h1 {
  font-size: 10em;
  font-weight: 400;
}
.page-error header p {
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
.page-error h2 {
  margin-bottom: 30px;
}
.page-error{
  color: #FFF;
  font-weight: 400;
  background: none !important;
}
.error-advise {
  margin-top: 25px;
  color: #FFF;
  font-weight: 400;
}
.error-advise a{
  color: #FFF !important;
  font-weight: 500;
  text-decoration: underline;
}
p,div,h1{
  color:#FFF;
}
body,html{
  background-image: linear-gradient(to bottom, #bddfff 0%, #3583ca 100%);
  min-height: 100% !important;
  height: auto !important;
}
.btn-white{
  background: #385e8e;
  font-weight: 500;
  color:#FFF;
}
.btn-white:hover{
  color:#94bbeb;
}
.icon{
  background: #FFF;
  padding:5px;
  border-radius:50%;
}
.bd-twitter{
  color:#55acef !important;
}
.bd-facebook{
  color:#3b5898 !important;
}
.bd-dribbble{
  color: #ec412c !important;
}
.telefones{
  margin: 0 auto;
  padding:0;
}
.telefones li{
  color:#3583ca;
  background: #FFF;
  margin: 2px 100px 2px 100px;
  list-style: none;
  text-align: center;
  border-radius: 5px;
  padding:5px;
}
.fa-phone{
  color:#656262;
  float: left;
}

.fa-whatsapp{
  float: left;
  color: #2fb640;
  font-size: 14px;
}

.bd-instagram{
  color:#755713 !important;
}