hr {
  border-top: 1px solid $gray-light;
  margin: 30px 0;

  &.hr-lg {
    margin: 60px 0;
  }
}

.social-share {
  a {
    font-size: 30px;
  }
}

.inline {
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}


.section {
  padding: 40px 0;
}
  &.section-no-spaced {
    padding: 0;
  }
  &.section-sm {
    padding: 20px 0;
  }
  &.section-lg {
    padding: 80px 0;
  }
}

.icon-item {
  margin-bottom: 20px;

  i {
    margin-bottom: 0.3em;
    font-size: 6em;
    color: $brand-secondary;
  }

  h1, h2, h3, h4, h5, h5 {
    margin-top: 0 !important;
  }
}

// Fix para Argentina.gob.ar, idealmente desaparece cuando actualice drupal
h1.icon-item i {
  font-size: 2em;
}

aside {
  section {
    float: left;
    margin-bottom: 24px;
    width: 100%;
  }
}

// Paleta principal

.bg-primary {
  background-color: $brand-primary !important;
  color: #FFF;

  *, a {
    color: #FFF !important;
  }
}
.bg-success {
  background-color: $brand-success !important;
  color: #FFF;

  *, a {
    color: #FFF !important;
  }
}
.bg-info {
  background-color: $brand-info !important;
  color: #FFF;

  *, a {
    color: #FFF !important;
  }
}
.bg-danger {
  background-color: $brand-danger !important;
  color: #FFF;

  *, a {
    color: #FFF !important;
  }
}

.bg-warning {
  background-color: $brand-warning !important;
}
.bg-gray {
  background-color: $gray-lighter;
}
.bg-white {
  background-color: $white;
}

// Paleta extendida

.bg-fucsia {
  background-color: $brand-fucsia !important;
  color: #FFF;

  *, a {
    color: #FFF !important;
  }
}
.bg-arandano {
  background-color: $brand-arandano !important;
  color: #FFF;

  *, a {
    color: #FFF !important;
  }
}
.bg-uva {
  background-color: $brand-uva !important;
  color: #FFF;

  *, a {
    color: #FFF !important;
  }
}
.bg-cielo {
  background-color: $brand-cielo !important;
  color: #FFF;

  *, a {
    color: #FFF !important;
  }
}
.bg-verdin {
  background-color: $brand-verdin !important;
  color: #FFF;

  *, a {
    color: #FFF !important;
  }
}
.bg-lima {
  background-color: $brand-lima !important;
}
.bg-maiz {
  background-color: $brand-maiz !important;
}
.bg-tomate {
  background-color: $brand-tomate !important;
  color: #FFF;

  * {
    color: #FFF;
  }
}


a.bg-primary,
a.bg-success,
a.bg-info,
a.bg-warning,
a.bg-danger {
  color: #FFF;
  display: block;
  padding: 6px 0;

  &:hover {
    opacity: 0.9;
    text-decoration: underline;
  }

  p {
    font-size: 16px;
  }
}

.text-primary {
  color: $brand-primary !important;
}
.text-secondary {
  color: $brand-secondary !important;
}
.text-success {
  color: $brand-success !important;
}
.text-info {
  color: $brand-info !important;
}
.text-warning {
  color: $brand-warning !important;
}
.text-danger {
  color: $brand-danger !important;
}

//
.text-fucsia {
  color: $brand-fucsia !important;
}
.text-arandano {
  color: $brand-arandano !important;
}
.text-uva {
  color: $brand-uva !important;
}
.text-cielo {
  color: $brand-cielo !important;
}
.text-verdin {
  color: $brand-verdin !important;
}
.text-lima {
  color: $brand-lima !important;
}
.text-maiz {
  color: $brand-maiz !important;
}
.text-tomate {
  color: $brand-tomate !important;
}

.page-sidebar {

  margin-bottom: 48px;
  padding: 0;

  li {
    font-size: 18px;
  }

  a {
    display: block;
    padding: 5px 0;
  }

  .nav {
    font-weight: 500;
    text-transform: none;
  }

  .btn-title {
    border: medium none;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 8px;
    margin-top: 6px;
    text-align: left;
    text-shadow: none;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
  }

  .nav-pills li.active > a,
  .nav-pills li > a:hover {
    background-color: $gray-lighter;
    border-color: $gray-lighter;
  }

  .nav-pills li.btn-title > a {
    padding: 10px 20px;
  }

  .nav-pills li > a {
    padding: 13px 20px;

    &:hover {
      border-color: $gray-lighter;
    }

    &:visited {
      color: $link-visited;
    }

  }

  .nav-pills li.disabled > a {
    color: $gray-light;

    &:hover {
      border-color: $gray-lighter;
    }
  }

  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    background-color: $brand-primary;
    border: 0;
    color: $body-bg;
  }

  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: $gray-lighter;
    text-decoration: none;
  }

  .nav-pills {
    a {
      color: #606060;
    }
  }

  .badge {
    background-color: transparent;
    color: #606060;
    font-size: 16px;
    font-weight: 500;
  }

}

dd {
  margin-bottom: 15px;
}

.ribbon {
  display: inline-block;
  font-weight: 500;
  margin: 0 40px 10px 0;
  padding: 11px 0px;
  text-transform: uppercase;

  i {
    font-size: 1.5em;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
}

.well {
  border-color: $gray-light;
  box-shadow: none;
  margin: 30px 0;
}

.alert {
  a {
    text-decoration: underline;
  }
}

.credits {
  p {
    color: $gray;
    font-family: $font-family-sans-serif;
    font-size: 13px;
    line-height: 15px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {

  h2 {
    font-size: 2.6em;
  }

  h3 {
    font-size: 32px;
  }

  article {
    h1 {
      &.icon {
        font-size: 8em;
        line-height: 1.5;
        text-align: center;
      }
    }
  }

}

@media screen and (min-width: 768px) {

  .open {
    .submenu {
      display: table;

      >div {
        display: table-cell;
      }
    }
  }

  .submenu {
    li {
      a {
        padding-right: 60px !important;
      }
    }
  }

}


@media screen and (max-width: 767px) {

  blockquote {
    text-align: center;

    img {
      margin: 0 auto;
      padding: 0 45px 16px;
    }
  }

}

#search_wrapper {
  display: none;
  margin-top: 5px;
  padding-right: 0;

  .glyphicon-search {color: $brand-primary;}

  span {
    &.bg-primary {
      border-radius: 4px;
      float: left;
      margin-right: 20px;
      margin-top: 15px;
      padding: 3px 7px;
    }
  }

  input {font-size: 1.1em;}

  .input-group-addon,
  .form-control {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
  }

  .stylish-input-group {

    .input-group-addon {
      background: $white !important;
      padding: 10px 16px;
    }

    .form-control {
      border-color: $gray-border;
      box-shadow: 0 0 0;
    }

    button {
      background: transparent;
      border: 0;
    }
  }
}

.additional_data {
  padding-top: 0;
  text-align: right;
}

.title-description {
  .additional_data {
    padding-top: 15px;
  }

}

.state-loading {
  position: relative;

  &:before {
    -webkit-animation: loader .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation: loader .6s linear;
    animation-iteration-count: infinite;
    border-color: $gray $gray-background $gray-background;
    border-radius: 600rem;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent;
    content: '';
    height: 2.2585em;
    left: 50%;
    margin: -1.12925em 0 0 -1.12925em;
    position: absolute;
    top: 50%;
    width: 2.2585em;
    z-index: 5;
  }

  &:after {
    background-color: rgba(204,204,204,.7);
    border-radius: 4px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
  }

}

@keyframes loader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)}
  }

.va14ne td{
padding-left: 1em;
padding-top: 0.5em;
color: #fff;	
}

.va12verde1 td{
padding-left: 1em;
padding-top: 0.5em;
color: #454545;	
}

.va12_p p{
padding-left: 1em;
padding-top: 0.5em;
color: #454545;		
}

.tr.va12_p p strong{
padding-left: 1em;
padding-top: 0.5em;
color: #fff;		
}