@font-face {
  font-family: 'TitilliumWebRegular';
  src: url("../font/TitilliumWeb-Regular.woff2") format("woff2"), url("../font/TitilliumWeb-Regular.woff") format("woff"), url("../font/TitilliumWeb-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'TitilliumWebSemiBold';
  src: url("../font/TitilliumWeb-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'TitilliumWebLight';
  src: url("../font/TitilliumWeb-Light.ttf") format("truetype");
}

body {
  font-family: 'TitilliumWebRegular', Fallback, sans-serif;
}

.navbar-sdv {
  text-transform: uppercase;
  background-color: #3C3C3C;
}

.logo-sdv {
  vertical-align: top;
}

.image-frame-sdv {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}

.image-frame-sdv > .bg-sdv {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}

.image-frame-sdv > .title-sdv {
  z-index: 2;
  text-align: center;
}

.image-frame-sdv > .title-sdv > h1 {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: 'TitilliumWebSemiBold';
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.main-content-sdv {
  margin-bottom: 48px;
}

.main-content-sdv > .first-title-sdv {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
}

.main-content-sdv > .main-body-sdv {
  font-family: 'TitilliumWebLight';
}

.secondary-title {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
  font-size: 1.4rem;
  font-weight: 600;
}

.news-box-sdv {
  margin-bottom: 24px;
  border-bottom-width: 4px;
}

.news-box-sdv > .title-sdv {
  padding: 16px;
  font-size: 1.2rem;
  text-align: center;
}

.news-box-sdv > .body-sdv {
  font-family: 'TitilliumWebLight';
}

.news-box-sdv > .card-footer-sdv {
  background-color: #FFF;
}

.news-box-sdv > .card-footer-sdv > .link-sdv {
  text-align: center;
}

.news-box-sdv > .card-footer-sdv > .link-sdv a {
  font-weight: bold;
}

.spec-box-sdv > .title-sdv {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-top: 16px;
  padding-top: 8px;
  text-align: center;
  border-top: 1px #EFEFEF solid;
}

.spec-box-sdv > .body-sdv {
  font-family: 'TitilliumWebLight';
}

.secondary-content-sdv {
  margin-top: 24px;
  font-family: 'TitilliumWebLight';
}

.cta-sdv {
  text-align: center;
  font-family: 'TitilliumWebRegular';
}

.cta-sdv > .title-sdv {
  margin-top: 64px;
  font-size: 1.6rem;
}

.cta-sdv > .body-sdv {
  font-size: 1.2rem;
}

.btn-success {
  color: #FEFEFE;
  font-family: 'TitilliumWebSemiBold';
  font-size: 1.4rem;
  margin-bottom: 64px;
}

.change-page-sdv {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.change-page-sdv .col {
  border-top: 1px #CCC solid;
  padding-top: 48px;
}

.footer-sdv {
  margin-top: 48px;
  background-color: #8A8A8A;
  color: #FFF;
}

.footer-sdv .body-ft .title-ft {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 24px;
}

.footer-sdv a {
  color: #FFF;
}

.footer-sdv a:hover {
  color: rgba(228, 211, 211, 0.856);
}

.under-footer {
  padding: 8px;
  background-color: #707070;
}

@media (min-width: 768px) {
  .image-frame-sdv {
    height: 400px;
  }
  .image-frame-sdv > .title-sdv {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .news-box-sdv {
    min-height: 350px;
  }
  .spec-box-sdv > .title-sdv {
    margin-top: 24px;
    text-align: left;
    border-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */