.is-active {
    text-decoration: none;
    font-weight: bold;
}

.list-facets-hierarchy {
    padding-left: 1.25rem;
    list-style: none;
}

li.facet-item > a {
    text-decoration: none;
}

.badge-facets {
    display: unset;
    font-weight: normal;
    white-space: normal;
}

.nav-linkprogram {
    color: #d3d3d3;
    text-decoration: none;
    font-weight: bold;
    border-left: 1px grey solid;
}

.nav-link-active {
    color: #921622;
    background-color: #ffffff91;
}

.views-exposed-form {
    background-color: #f7f7f7;
    padding: 1rem;
    margin-bottom: 4rem;
}

.form-row>.form-item-program {
    width: 90%;
    display: block;
    float: none;
}

#edit-status--wrapper, #edit-sort-bef-combine--wrapper {
    margin-right: 2rem;
}

.select2-container--default .select2-selection--multiple {
    border-radius: unset;
    font-size: small;
}

.fieldset-legend {
    font-size: medium;
    font-weight: bold;
}

.fakelink {
    color: #86222e;
}

.header {
    background: url(https://static.ides.org.ar/imgs/collage1-bloody.jpg);
    background-size: cover;
    /* height: 11rem;*/
    /* margin-bottom: 5rem; */
}

.site-footer {
    margin-top: 7rem;
}

.block-menu {
    font-size: small;
}
.navbar-brand {
    width: 9rem;
    border-right: 2px solid #fff;
    padding-right: 1rem;
}
.navbar .container {
    align-items: flex-end;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: large;
    padding: 0 2rem 0 0;
    font-weight: lighter;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1);
}

.layout-main-wrapper {
    min-height: 50rem;
    margin-top: 5rem;
}

.field--name-field-img-temp {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    background-size: cover;
}
.field--type-image img {
    width: 100%;
    height: auto;
}
.field__label {
    font-weight: bold;
    font-size: larger;
    margin-top: 1.5rem;
}
#block-tocjsblock {
    border-style: none;
    padding: 0 1rem;
    color: grey;
    border-left: 1px solid;
}

.toc-title.h2 {
    font-size: 1rem;
}

.toc-h3 {
    font-size: smaller;
    margin: 0;
    padding: 0;
    list-style-position: outside;
}

.form-search {
    color: black;
    font-size: .85rem;
}

header #search-block-form {
    padding: 0;
}

.field--name-field-course-inscription {
    padding: 3rem 1rem;
    /* border: 1px solid lightgrey; */
    background-color: #e4e4e4;
    margin: .5rem 0 4rem;
}

.image-style-home-header {
    width: 100%;
}
h1, .h1 {
    font-size: 3rem;
}
.sidebar {
    border-left: 1px solid lightgrey;
}
.sidebar .block {
    border-style: none;
    border-width: 0;
    padding: 0 1rem;
    margin: 0 0 1rem;
}
.img-icon-share {
    height: 2.5rem;
    display: block;
    float: left;
    padding: .5rem;
}
.img-icon-untref {
    display: inline-block;
    width: auto;
    height: 2rem;
}

.viewsreference--view-title {
    font-size: 2.25rem;
    margin: 4rem 0 1rem;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    text-decoration: none;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    /* color: rgba(255, 255, 255, 0.5); */
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.menu--main li a {
    color: #5d5d5d;
    text-decoration: none;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-menu {
    margin: 0;
    border: none;
}

.banner-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
}

.banner-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.depth-tofront {
  position: relative;
  z-index: 50;
}

.banner-back {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
}

.img-fluid-vertical {
    max-height: 100%;
    width: auto;
}

.img-fullwidth {
    width: 100%;
    height: auto;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-8 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.toc-h2 {
    list-style: none;
    margin-left: -30px;
    margin-bottom: .5rem;
}

.social-profile {
    padding: .75em;
    width: 3rem;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    display: block;
    height: 3rem;
    margin-right: 1rem;
    float: left;
}

.img-social-profile {
  height: 100%;
    width: 100%;
}

.social-media-sharing .share img {
    width: auto;
    height: 1.5rem;
}

.badge-project {
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: #afacac;
}

.badge-tags {
    color: #fff;
    background-color: #861720;
    font-size: .8rem;
    font-weight: normal;
    text-decoration: none;
}

.badge-tags:hover {
    color: #fff;
    background-color: #c31b29;
}

.list-group-item a {
  text-decoration: none;
}

.list-group-flush .list-group-item:hover {
  background-color: lightgrey;
}

.list-group-projectdetail .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  background-color: unset;
  padding: 0.75rem 0;
}

.list-group-projectdetail .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-projectdetail:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.news-paragraph {
  font-size: large;
}

.form-search .form-control, .form-type-search {
  margin: 0;
  padding: 0;
  border: none;
}

.form-search {
  background-color: #ececec;
  font-size: 1rem;
  border: none;
}

.badge-cal {
    padding: .35em;
    color: #fff;
    background-color: #607386;
    font-size: 2rem;
    font-weight: normal;
}

.text-cal-title {
    display: block;
    font-size: small;
    font-weight: bold;
}

.text-cal-month {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    padding: 1em;
    /* line-height: 1; */
}

.icon-small {
    height: 1rem;
    display: inline-block;
    opacity: .7;
}

.icon-medium {
    height: 2rem;
    display: inline-block;
    opacity: .7;
}

.more-link {
    margin: 1rem 0;
    font-size: smaller;
    text-decoration: none;
    display: block;
}

.more-link a {
  text-decoration: none;
}

.attachments-files {
    background-color: lightgrey;
    display: block;
}

.attachments-gallery {
    display: block;
}

.list-group-gallery {
    overflow: auto;
}

.list-group-item-gallery {
    position: relative;
    display: block;
    padding: 0.5rem;
    background-color: unset;
    border: unset;
}

.list-group-item-gallery:first-child {
    padding-left: 0;
}

.title-attachments {
    font-size: .85rem;
}

a.btn {
  text-decoration: none;
}

.bg-softsky {
    background-color: #E8F2F6;
}

.bg-redwine {
    background-color: #861720
}



.icon-frontaccess {
    border-radius: 100%;
    display: block;
    margin: 2rem;
    background-color: lightgrey;
}

.display-sitename {
    color: white;
    font-size: 1.5rem;
    font-weight: normal;
}

.logo-navbar {
    height: 3rem;
}


/* Importado de BS 5 */

.object-fit-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important
}

.object-fit-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important
}

.object-fit-fill {
    -o-object-fit: fill!important;
    object-fit: fill!important
}

.object-fit-scale {
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important
}

.object-fit-none {
    -o-object-fit: none!important;
    object-fit: none!important
}
