html {
  scroll-padding-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display';
}

body {
  font-family: 'Source Sans Pro';
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .acerca-de-background {
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media (min-width: 769px) {
  .acerca-de-background {
    width: 50%;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media (min-width: 769px) {
  .servicios-call-to-action-body {
    padding: 2em;
    color: #E5E5E5;
  }
}

.form-control::placeholder {
  color: #E5E5E5;
}

.servicios-call-to-action-body input {
  color: #E5E5E5;
  background-color: rgba(11, 79, 108, 0.5);
  border-color: #0B4F6C;
}

.servicios-call-to-action-body textarea {
  background-color: rgba(11, 79, 108, 0.5);
  border-color: #0B4F6C;
  color: #E5E5E5;
}

.servicios-call-to-action-body a {
  color: #E5E5E5;
  text-decoration: none;
  font-weight: 5px;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
}

.servicios-call-to-action-body a:hover {
  opacity: 0.6;
}

.text-justify {
  text-align: justify;
  word-spacing: -2px;
}

.lista-servicios-dux ul {
  list-style: none;
  padding-left: 0;
}

.lista-servicios-dux li::before {
  content: url('../../assets/img/award-icon.png');
  margin-right: 8px;
}

.btn-dux-light {
  color: #0B4F6C;
  background-color: #E5E5E5;
  border-radius: 0px;
}

.btn-dux-light:hover {
  color: #0B4F6C;
  background-color: #BFBFBF;
  font-weight: bold;
}

.acerca-de-image-background {
  width: 100%;
  height: 600px;
  background-image: url('../../assets/img/gobierno-corporativo-dux.png');
  background-size: cover;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

footer a {
  text-decoration: none;
  color: #0B4F6C;
}

footer a:hover {
  color: #0B1E6C;
  font-weight: bold;
}

footer .bs-icon:hover {
  opacity: 0.6;
}

.servicios-menu a {
  color: #E5E5E5;
  text-decoration: none;
  font-weight: 5px;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
}

.servicios-menu a:hover {
  opacity: 0.6;
}

