.navbar-default{
  height: 120px;
  background-color: #FFFFFF;
  color:#45484D;
  font-weight: bold;
  border:0px;
  padding-top: 20px;
}

.page_title{
  color:#FFFFFF;
  font-weight: 400;
  font-size: 1.55em;
  padding-left: 29%;
  vertical-align: middle;
  padding-top: 25px;
}

@media screen and (max-width: 480px) {
  #page_title{
    padding-left: 5% !important;
  }
  .subtitle{
    font-size: 1.55em;
  }
}

.wpb_wrapper{
  margin-top: -100px;
}

.subtitle{
  text-align: center;
  color:#000000;
}

.imgType{
  cursor: pointer;
  width: 325px;
  height: 325px;
}

.divPageTitle{
  width: 100%;
  height: 80px;
  background-color: #0E344B;
  vertical-align: middle;
}

.imgHome{
  cursor: pointer;
  border:0px solid black;
  width: 150px;
  height: 50px;
  left: 20px;
  top:0px;
  position: relative
}

.divOpt {
  font-size: 21px;
  text-align: center;
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s; /* Firefox < 16 */
  -ms-animation: fadein 3s; /* Internet Explorer */
  -o-animation: fadein 3s; /* Opera < 12.1 */
  animation: fadein 3s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.pageOpt{
  position: relative;
  display: block;
  padding: 25px 0px 0px 0px;
}

.dispoV{
  background: #49B966 !important;
}

.dispoA{
  background: #F7C868 !important;
}

.dispoR{
  background: #F70000 !important;
}