.landing-page {
   background-size: cover;
   background-position: center;
   image-rendering: pixelated; 
}

.landing-page .wrapper.ld-page {
   height: 100%;
   display: block;
   /*position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;*/
   justify-content: center;
   align-items: center;
   flex-direction: column;
   color: #ffffff;
   background: #adbdf38c; 
}

.landing-page .wrapper.ld-page .desc {
   font-size: 27px;
   text-align: center;
   line-height: 50px;
   letter-spacing: 2px; 
}

.landing-page .wrapper.ld-page .desc span {
   font-weight: 600;
   font-size: 30px; 
}

.landing-page .wrapper.ld-page .btn-back-home {
   border-radius: 50px;
   padding: 13px 25px;
   animation-delay: 2.5s; 
}

@media screen and (max-width: 576px) {
  .wrapper.ld-page h1 {
    font-size: 25px !important;
  }
  .wrapper.ld-page .desc {
    font-size: 18px !important; 
  } 
}

/*Header*/

.header {
  box-shadow: 0px 0px 5px rgb(18 23 39 / 50%);
  padding: 10px;
}

.header .flex-header {
  display: flex;
  align-items: center;
  height: 100px;
}

.header .flex-header .logo {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100px;
   min-width: 25%;
}

.header .flex-header .logo img {
  max-height: 100%;
  padding: 5px 20px;
}

.header .flex-header .kop {
   text-decoration: none;
   font-family: serif !important;
   margin-left: 20px;
   text-align: center;
   min-width: 50%;
}

.header .flex-header .kop h1{
   font-size: 40px;
   letter-spacing: .10em;
   font-weight: 600;
   margin-bottom: 0px; 
   font-family: serif !important;
}

.header .flex-header .kop p{
   font-family: serif !important;
}



/*Content Info*/
.content-info {
   max-height: 610px;
   overflow: hidden;
}

.content-info .main-video {
  display: flex;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  max-height: 570px;
  overflow: hidden;
}

.content-info .main-video video {
  width: 100%;
}

.content-info .card {
  margin: 20px 0px !important;
  background: none !important;
  color: #fff;
}

.content-info .card .card-header {
  background: #0906b987;
  /*background: #00c2cb85;*/
  margin-bottom: 10px;
  border-bottom: none !important;
  box-shadow: 3px 3px 3px #474a4c;
    -moz-box-shadow: 3px 3px 3px #474a4c;
    -webkit-box-shadow: 3px 3px 3px #474a4c;
}

.content-info .card .card-header .card-title {
   font-size: 25px;
   color: #fff;
   font-weight: 700;
}

.content-info .card .card-body {
  background: none;
  margin-bottom: 5px;
  padding: 0px;
}

.content-info .card .card-body .card-list{
  background: #0075adc7;
  /*background: #0075ad94;*/
  padding: 10px 15px;
  margin: 4px 0px;
  box-shadow: 3px 3px 3px #474a4c;
    -moz-box-shadow: 3px 3px 3px #474a4c;
    -webkit-box-shadow: 3px 3px 3px #474a4c;
}

.content-info .card .card-body .card-list h3{
   font-size: 19px;
  color: #ff7c0b;
  font-weight: 700;
}

.content-info .card .card-body .card-list p{
  margin-bottom: 5px;
}

/*Content Footer*/
.content-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-footer .media {
  background: #315370;
  /*background: #4c6880;*/
  padding: 10px;
  max-height: 115px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 3px #474a4c;
    -moz-box-shadow: 3px 3px 3px #474a4c;
    -webkit-box-shadow: 3px 3px 3px #474a4c;
}

.content-footer .media .media-foto {
   width: 100px;
   height: 95px;
   /*display: block;*/
   /*position: absolute;*/
   justify-content: center;
   align-items: center;
   overflow: hidden;
}

.content-footer .media .media-foto img {
   /*box-shadow: 3px 3px 3px #031a2e;
    -moz-box-shadow: 3px 3px 3px #031a2e;
    -webkit-box-shadow: 3px 3px 3px #031a2e;*/
}

.content-footer .media .media-body {
   padding-left: 10px;
}

.content-footer .media .media-body h5 {
   color: #ffeb00;
   font-weight: 700;
   font-size: 16px;
}

.content-footer .main-runtext {
  margin: 10px 0px;
  width: 100%;
  padding: 10px;
  background: #030e58;
  height: 70px;
}

.content-footer .runtext {
  display: flex;
}

.content-footer .runtext p {
  font-size: 25px;
  margin-right: 50px;
  color: #ffeb00;
}
