/* General Styles */
body {
  background: #fafafa00;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  color: #1D2433;
  font-weight: 700;
}

p{
  font-weight: 400;
}

ul {
  margin: 0;
}

.bg-steel {
  background-color: #e9ecef;
}

/* Navbar Styles */
.site-header .navbar-nav .nav-link {
  color: #085799;
}

.site-header .navbar-nav .nav-link:hover {
  color: #b2d6f4;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

/* Content Section Styles */
.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3;
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

/* Account Section Styles */
.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

/* List Group Styles */
a.list-group-item {
  background-color: #c8e2ff;
}

a.pausada {
  background-color: #fffed3;
}

a.list-group-item-action {
  color: #060606;
  margin-bottom: 10px;
}

/* Button Styles */
a.btn-primary-list-override {
  color: #fff;
  background-color: #3e94dd;
  border-color: #3e94dd;
}

a.btn-primary-list-override:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary-list-override.focus, .btn-primary-list-override:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary-list-override:not(:disabled):not(.disabled).active, .btn-primary-list-override:not(:disabled):not(.disabled):active, .show > .btn-primary-list-override.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* Spacing Styles */
.bottom-buffer {
  margin-bottom: 10px;
}

/* Alignment Classes */
.centrar-medios {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contenedor_botones {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .contenedor_botones {
    margin-top: 40px;
  }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .padding-divi-right, .padding-divi-left {
    padding-bottom: 10px;
  }

  .cels-screen {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .padding-divi-right {
    text-align: right;
    padding-right: 40px;
  }

  .padding-divi-left {
    padding-left: 35px;
  }
}
