html {
  overflow-x: hidden;
}
body {
  background: #fff;
  font-family: 'Rubik', sans-serif;
  line-height: 1.7;
  color: #70799f;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  line-height: 1.5;
  font-weight: normal;
  color: #000;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.bg-secundary {
  background-color: #f8fafe;
}
.bg-primary {
  background-color: #1868dd !important;
}
.ds-color-secundary {
  color: rgb(16, 69, 219) !important;
}
.text-white-30 {
  color: rgba(255,255,255,.7);
}
section:not(.ds-cover) {
  padding: 80px 0px 80px 0px;
}
/*HEADER*/
.ds-nav {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.ds-nav .site-brand {
  font-size: 20px;
}
.ds-nav .site-brand a {
  color: #fff;
}
.ds-nav .ds-toggle {
  color: #fff !important;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
}
.ds-nav .ds-main-nav {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.ds-nav .ds-main-nav ul {
  padding: 0;
  margin: 0;
}
.ds-nav .ds-main-nav ul li {
  display: inline;
  list-style: none;
}
.ds-nav .ds-main-nav ul li a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.ds-nav .ds-main-nav ul li.seperator {
  position: relative;
}
.ds-nav .ds-main-nav ul li.seperator:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.ds-navabr-dark {
  background: rgba(0, 0, 0, 0.2) !important;
  position: absolute;
  left: 0;
  right: 0;
}
.ds-navabr-dark .navbar-nav > .nav-item > .nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.ds-navabr-dark .navbar-nav > .nav-item.ds-cta a {
  color: #fff;
}
.ds-navabr-dark .navbar-nav > .nav-item.ds-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.ds-navabr-dark .navbar-nav > .nav-item.ds-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}


.ds-cover,
.ds-promo,
.ds-title-icon,
.ds-list-group .list-group-item .ds-icon-list-icon,
.card-header,
.card-footer,
.ds-footer-social li a,
.ds-title-section {
    background: linear-gradient(-45deg, rgb(16, 69, 219) 0%, rgb(16, 69, 219) 0%, rgb(21, 9, 94) 60%, rgb(21, 9, 94) 99%, rgb(21, 9, 94) 100%);
}
.ds-promo {
    position: relative;  
}
.ds-promo:before {
  content: '';
  background-color: #f8fafe;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  position: absolute;
  display: block;
}
.ds-promo-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 120px;
  display: block;
  background-image: url(../img/icon-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.ds-cover .ds-text {
  max-width: 450px;
}
.ds-cover .ds-text .ds-heading {
  line-height: 1;
}
.ds-cover .ds-text .ds-heading {  
  font-size: 80px;
}
.ds-cover .ds-text .ds-subheading p {
  color: rgba(255, 255, 255, 0.5);  
  font-size: 18px;
}
.ds-cover .ds-text .ds-subheading p.h3 {
  font-size: 34px;  
}
.ds-cover-frame {
  margin: auto;
  display: block;
  position: relative;
}
.ds-floating-links-cover {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
}
.ds-floating-links-cover a {
  display: block;
  position: absolute;
  z-index: 3;    
  max-width: 12%;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px; 
}
@keyframes jump {
  0%   {transform: translate3d(0,-10%,0)}
  /*50%  {transform: translate3d(0,-30%,0)}*/
  100% {transform: translate3d(0,-50%,0)}
}
.ds-floating-link-1 {
  left: 30%;
  bottom: 38%;  
  -webkit-animation: jump 3s ease-in-out 0s infinite alternate;
  animation: jump 3s ease-in-out 0s infinite alternate;
}
.ds-floating-link-2 {
  left: 22%;
  bottom: 68%;  
  -webkit-animation: jump 2.5s ease-in-out 0s infinite alternate;
  animation: jump 2.5s ease-in-out 0s infinite alternate;
}
.ds-floating-link-3 {
  left: 52%;
  bottom: 73%;  
  -webkit-animation: jump 3s ease-in-out 0s infinite alternate;
  animation: jump 3s ease-in-out 0s infinite alternate;
}
.ds-floating-link-4 {
  left: 81.5%;
  bottom: 57%;  
  -webkit-animation: jump 2s ease-in-out 0s infinite alternate;
  animation: jump 2s ease-in-out 0s infinite alternate;
}
.ds-floating-link-5 {
  left: 60%;
  bottom: 38%;  
  -webkit-animation: jump 1.5s ease-in-out 0s infinite alternate;
  animation: jump 1.5s ease-in-out 0s infinite alternate;
}
.ds-vh-100 {
  height: 100vh;
  min-height: 600px;
}

.btn {
  border-radius: 30px;
}
.btn-outline-light {
  padding: 10px 30px;
}
.btn-outline-light:hover {
  color: rgb(16, 69, 219);
  background-color: rgba(255,255,255,.9);
}
.ds-list-group .list-group-item {
  position: relative;
  padding-left: 50px;
  background-color: transparent;
}
.ds-list-group .list-group-item .ds-icon-list-icon {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
}
.card-deck .card {
  margin-right: 20px;
  margin-left: 20px;    
  box-shadow: 15px 15px 0px 0px #b4c0ef;
}
.logo-frame {
  height: 100px;
}
.h1.ds-color-secundary {
  font-weight: 900
}
.ds-title-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  box-shadow: rgb(180, 192, 239) 15px 10px 0px 0px;
  border-radius: 50%;
  padding: 25px 15px;
}
.ds-contact-section {
  background-image: url(../img/footer-bg.png);
  background-color: #113072;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.max-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.max-500 {  
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/*FORM*/
.form-group .form-control {
  -webkit-box-shadow: none;
  border-bottom: 1px;
  border-style: none none solid none;
  border-radius:0; 
  border-color: rgba(255,255,255,.7);
  background-color: transparent;
  color: #fff;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-width: 0 0 2px 0;
  border-color: rgba(255,255,255,1);
}
.form-group .form-control::-webkit-input-placeholder {
color: rgba(255,255,255,.7) !important;
}
.form-group .form-control::-moz-placeholder {
color: rgba(255,255,255,.7) !important;
}
.form-group .form-control:-moz-placeholder { /* Older versions of Firefox */
color: rgba(255,255,255,.7) !important;
}
.form-group .form-control:-ms-input-placeholder {
color: rgba(255,255,255,.7) !important;
}
textarea {
  resize: none;
}


.ds-footer {
  background: #EDEDED;
  padding: 7em 0;
}
.ds-footer a:hover {
  color: #15095e;
}
.ds-footer .ds-heading {
  color: #15095e;
  font-size: 24px;
}
.ds-footer .ds-heading-2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #15095e;
  text-transform: uppercase;
}
.ds-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.ds-footer-social li a {
  height: 70px;
  width: 70px;
  display: block;
  float: left;
  border-radius: 50%;
  position: relative;
  color: #fff;
}
.ds-footer-social li a:hover {
  color: #b4c0ef;
}
.ds-footer-social li a i {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-small-nav > li {
  font-size: 14px;
  display: inline-block;
}
.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}
.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
  color: #15095e;
}
.ds-copyright {
  color: #15095e;
}
@media screen and (max-width: 1209px) {
  .ds-footer-social li a {
    height: 55px;
    width: 55px;
  }
}
@media screen and (max-width: 991px) {
  .ds-navabr-dark {
    background: linear-gradient(-45deg, rgb(16, 69, 219) 0%, rgb(16, 69, 219) 0%, rgb(21, 9, 94) 60%, rgb(21, 9, 94) 99%, rgb(21, 9, 94) 100%) !important;
    top: 0;
    position: relative;
  }
  .ds-navabr-dark .navbar-nav > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .ds-navabr-dark .navbar-nav > .nav-item.ds-seperator {
    padding-left: 0;
    margin-left: 0;
  }
  .ds-navabr-dark .navbar-nav > .nav-item.ds-seperator:before {
    display: none;
  }
  .ds-cover .ds-text .ds-heading {
    font-size: 60px;
  }
  .card-deck {
      max-width: 500px;
      flex-flow: column wrap;
      margin-left: auto;
      margin-right: auto;
  }
  .card-deck .card {
     margin-right: 0; 
     margin-left: 0; 
  }
  .sm-max-300 {
    max-width: 300px;
    margin: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .ds-nav .ds-main-nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 100vh;
    background: black;
    width: 300px;
    right: 0;
    top: 0;
    padding-top: 50px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1;
  }
  .ds-nav .ds-main-nav.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .ds-nav .ds-main-nav ul li {
    display: block;
    padding: 10px;
  }
  .ds-nav .ds-main-nav ul li a:hover {
    color: #fff;
  }
  .ds-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ds-cover .ds-text .ds-heading {
    font-size: 50px;
  }
  .ds-cover .ds-text {
    max-width: none;
  }
  .sm-text-center {
    text-align: center;
  }
}
