.flex-vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-primary {
  color: #001c47;
}

.color-secondary {
  color: #002a52;
}
.color-orange{
  color:orange;
}
.color-gray {
  color: #999999;
}

.color-gray-clean {
  color: #edeff0;
}

.img-responsive {
  max-width: 100%;
}
.no-pd-l{
  padding-left: 0;
}
.no-pd-r{
  padding-right: 0;
}
.no-mt{
  margin-top: 0;
}
.no-mb{
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

a {
  color: #002a52;
}

#technical form {
  margin-top: 20px;
}

.transition,
a,
.page-sobre .carousel-indicators li,
.carousel-indicators li,
img, .btn {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.modal-dialog.modal-xs{
  width: 450px;
  max-width: 90%;
}
.modal-content{
  border-radius: 0;
}
.modal h2{
    color: #003057;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal p{
  font-size: 15px;
}
.modal .btn{
  margin:  20px auto;
}
@media screen and (max-width: 767px) {
  .modal-dialog{
    /* margin: 15px auto; */
  }
}