/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
.banner img {background-color: #FFFFFF;padding:15px;margin:20px;}
.brand {padding-top: 30px;}
.brand h4 {color: #999999}
ol.breadcrumb li {color: white; font-style: italic;}
ol.breadcrumb li a {color: white; font-weight: bold; font-style: normal;}
body.undernavigation {overflow-x: hidden; padding-top: 65px;}
#content {padding-bottom:60px;}
#designedby {padding: 5px;}
#footer_feedback {padding-top: 12px;}
input[type="file"] {display: block;height: auto;}
div.panel-primary div.panel-heading a {color: white;}
/* This magic gets the 16x16 icon to show up.. setting height/width didn't
   do it, but adding padding actually made it show up. */
img.ds-authority-confidence,
span.ds-authority-confidence
{ width: 16px; height: 16px; margin: 5px; background-repeat: no-repeat;
  padding: 0px 2px; vertical-align: bottom; color: transparent;}
img.ds-authority-confidence.cf-unset,
span.ds-authority-confidence.cf-unset
  { background-image: url(../../../image/authority/bug.png);}
img.ds-authority-confidence.cf-novalue,
span.ds-authority-confidence.cf-novalue
  { background-image: url(../../../image/confidence/0-unauthored.gif);}
img.ds-authority-confidence.cf-rejected,
img.ds-authority-confidence.cf-failed,
span.ds-authority-confidence.cf-rejected,
span.ds-authority-confidence.cf-failed
  { background-image: url(../../../image/confidence/2-errortriangle.gif); }
img.ds-authority-confidence.cf-notfound,
span.ds-authority-confidence.cf-notfound
  { background-image: url(../../../image/confidence/3-thumb1.gif); }
img.ds-authority-confidence.cf-ambiguous,
span.ds-authority-confidence.cf-ambiguous
  { background-image: url(../../../image/confidence/4-question.gif); }
img.ds-authority-confidence.cf-uncertain,
span.ds-authority-confidence.cf-uncertain
  { background-image: url(../../../image/confidence/5-pinion.gif); }
img.ds-authority-confidence.cf-accepted,
span.ds-authority-confidence.cf-accepted
  { background-image: url(../../../image/confidence/6-greencheck.gif); }

/* hide authority-value inputs in forms */
input.ds-authority-value { display:none; }

/** XXX Change to this to get the authority value to show up for debugging:
 input.ds-authority-value { display:inline; }
**/

/* for edit-item-form lock button */
input.ds-authority-lock
  { vertical-align: bottom; height: 24px; width: 24px; margin-right: 8px;
    background-repeat: no-repeat; background-color: transparent; }
input.ds-authority-lock.is-locked
  { background-image: url(../../../image/lock24.png); }
input.ds-authority-lock.is-unlocked
  { background-image: url(../../../image/unlock24.png); }

/* field required in submission */
.label-required:after { content:" *"; }
.browse_range { text-align: center; }
.prev-next-links { text-align: center; }

div.tagcloud {
	width:100%;
	text-align:center
}

div.tagcloud .tagcloud_1{
	color: rgb(217, 108, 39); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_2{
	color: rgb(66, 66, 66); 
	font-weight: normal; 
	margin-right: 5px;
}

div.tagcloud .tagcloud_3{
	color: rgb(129, 129, 131); 
	font-weight: normal; 
	margin-right: 5px;
}

div.batchimport-info {
	color: gray;
}

div.batchimport-info  a {
	color:#47a447; 
	font-weight: bold;
}

span.batchimport-error-tab {
	padding-left:10px;
}

span.batchimport-error-caused {
	font-weight:bold;
}

.break-all{
	-ms-word-break:   break-all;
	word-break:       break-all;
	word-wrap:        break-word;
}

/***************************************************/
/****Custom Styles added by leono286 2020-02-03*****/
/***************************************************/
 
 @media (min-width: 650px) and (max-width: 767px)  {
  .col-sm-6 {
      width: 50%;
      float: left;
  }
}

.banner img {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.15);
}

.navbar-inverse {
  background: none;
  background-color: #F2F6F9;
  border-bottom: 0; 
  box-shadow: none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  background-color: #F2F6F9;
  color: #001a34;
  
}

.navbar-inverse .navbar-nav>li>a {
  color: #001a34;
  text-shadow: none;
}

.nav.navbar-nav.navbar-right form.navbar-form.navbar-right button.btn.btn-primary {
  background-color: #f9b22a;
  border-color: #f9b22a;
  transition: background-color 0.3s;
}

.nav.navbar-nav.navbar-right form.navbar-form.navbar-right button.btn.btn-primary:hover {
  background-color: #e4a52d;
  border-color: #e4a52d;
}

ol.btn-success.breadcrumb {
background: none;
background-color: #001a34;
}

ol.btn-success.breadcrumb li, ol.btn-success.breadcrumb li a {
  color: #05A18D;
  text-shadow: none;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.1px;
}


ol.btn-success.breadcrumb {
  margin-top: 0px !important;
  background: none;
  background-color: transparent;
  padding: 10px 30px 10px 12px;
  border: 0;  
  border-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  border-radius: 2px;
  border-bottom: 1px solid #05A18D;;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-news {
  margin: 15px 0 35px;
}

.custom-news .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001a34;
  margin: 20px auto;
  box-sizing: border-box;
  position: relative;
  border-radius: 0px;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.15);
  transition: all 0.3s;
  opacity: 1;
  width: 100%;
  padding: 0 15px 0 0;
  min-height: 54px;
  max-width: 340px;
}

@media (max-width: 767px) {
  /* .custom-news .wrapper {
    max-width: calc(100% - 30px);
  } */

  .custom-news .row:first-child .wrapper:last-child {
    margin-bottom: 0;
  }
}

.custom-news .img-wrapper {
  text-align: center;
  width: 22%;
  flex: 0 0 22%;
  background-color: #FFF;
  border-radius: 0 2px 2px 0;
  margin-right: 10px;
  padding: 4px;
  height: 70px;
}


.custom-news .img-wrapper img {
text-align: center;
width: 100%;
margin: 0 auto;
padding: 0;
transition: all 0.6s;
}

.custom-news .wrapper:hover .img-wrapper img {
  transform: rotateY(180deg);
}

.custom-news .name {
text-align: center;
flex: 1 1 auto;
}

.custom-news .name h3 {
color: #f6fbff;
font-size: 20px;
margin: 0;
text-align: center;
}

.custom-news a.custom-item-link {
position: absolute;
flex: 0 0 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
cursor: pointer;
}

.panel-primary>.panel-heading {
background: none;
background-color: #373f51;
border-color: #373f51;
}

.panel.panel-primary {
border-color: #373f51;
}

.btn-primary, .btn-success {
background: none;
background-image: none;
background-color: #3577b0;
border-color: #3577b0;
}

.btn-primary:hover, .btn-success:hover {
background: none;
background-image: none;
background-color: rgba(53, 119, 176,0.75);
border-color: rgba(53, 119, 176,0.75);
}

.navbar.navbar-bottom { 
margin-bottom: 0;
border-radius: 0;
background: none;
border: 0;
background-color: #231f20;
box-shadow: none;
}

.container .jumbotron.custom-news {
  padding: 0;
  margin: 90px 0px 0px;
  background-color: transparent;
}

.container .jumbotron.custom-news > .container {
  padding: 0;
}

.aditional-content {
  display: flex;
  margin: 30px auto 100px;	
}

.aditional-content .left-container {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
}

.aditional-content .left-container .video-wrapper  {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border: 6px solid white;
  box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.35);
}

.aditional-content .left-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aditional-content .right-container {
  flex: 0 1 450px;
  min-width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .aditional-content .right-container {
    min-width: auto;
  }
}
.aditional-content .right-container .cards-wrapper {
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-direction: column;
   margin-top: 20px; 
   margin-bottom: 20px; 
}
.aditional-content .right-container .cards-wrapper .custom-card {
   margin: 0px 10px;
   padding: 5px 20px 5px 75px;
   width: 96%;
   max-width: 360px;
   border-radius: 1px;
   cursor: pointer;
   position: relative;
   height: 100px;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   transition: box-shadow 0.1s;
   margin-top: 30px;
   background-size: contain;
   background: none;
}
.aditional-content .right-container .cards-wrapper .custom-card:hover {
  box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.35);
}
.aditional-content .right-container .cards-wrapper .custom-card:first-child {
  margin-top: 0;
  background:
    linear-gradient(
      rgba(32, 118, 164, 0.8), 
      rgba(32, 118, 164, 0.8)
    ),
    url('/jspui/image/info_usuarios.png');
}

.aditional-content .right-container .cards-wrapper .custom-card:nth-child(2) {
  background:
    linear-gradient(
      rgba(135, 135, 135, 0.8), 
      rgba(135, 135, 135, 0.8)
    ),
    url('/jspui/image/info_tecnica.png');
}

.aditional-content .right-container .cards-wrapper .custom-card:last-child {
  background:
  linear-gradient(
    rgba(228, 165, 45, 0.8), 
    rgba(228, 165, 45, 0.8)
  ),
  url('/jspui/image/info_oai.png');
}

.aditional-content .right-container .cards-wrapper .custom-card h4 {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.2;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.aditional-content .right-container .cards-wrapper .custom-card span.glyphicon {
  display: flex;
  position: absolute;
  width: 60px;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #FFF;
}

.aditional-content .right-container .cards-wrapper .custom-card a {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: none;
}

.aditional-content.indexing {
  background-color: #606061;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.15);
  flex-wrap: wrap;
  border-radius: 4px;
  padding: 10px;
}

.aditional-content.indexing img {
  max-width: 150px;
  height: auto;
  margin: 10px 20px;
  background-color: transparent;;
}

.aditional-content.indexing img.gs {
  max-height: 70px;
}
.aditional-content.indexing img.snaac {
  max-height: 105px;
}

@media (max-width: 992px) {
  .aditional-content.indexing {
    justify-content: center;
  }
  
  .aditional-content.indexing img {
    margin: 20px 60px;
  }
}

body {
  background-color: #F2F6F9;
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', sans-serif;
}


/***************************************************/
/****Custom Styles added by leono286 2020-12-22*****/
/***************************************************/
/* En estas propiedades se deben especificar los colores de los botones que luegos se pasan como argumentos de
variables en cada propiedad de cada botón */


:root {
  --hexagon-color: #f4f4f4;
  --hexagon-biblioteca-virtual-hover-color: #752157;
  --hexagon-editoriales-hover-color: #007297;
  --hexagon-info-institucional-hover-color: #f5333f;
  --hexagon-investigaciones-hover-color: #ffa400;
  --hexagon-patrimonio-hover-color: #33691e;
  --hexagon-produccion-docente-hover-color: #2196f3;
  --hexagon-produccion-estudiantil-hover-color: #9c27b0;
  --hexagon-posgrados-hover-color: #e91e63;
  --hexagon-pregrado-hover-color: #f44336;
  --hexagon-height: 180px;
  --hexagon-width: calc(1.1547005 * var(--hexagon-height)); /* 1.154700 hexagon width:height ratio */
  --udea-green: #33691E;
  --custom-open-access-color: #F68212;
}

.comunities {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 330px;
  margin: auto;
}

@media screen and (min-width: 400px) {
  .comunities {
    width: 380px;
    padding-top: 90px;
  }
}

@media screen and (min-width: 400px) and (max-width:599px) { 
  .comunity:nth-child(2n-1) {
    margin-top: -194px;
  }

  .comunity:last-child {
    transform: translate(-85px, 97px);
  }
}

@media screen and (min-width: 600px) {
  .comunities {
    width: 550px;
  }

  .comunity:nth-child(3n-1) {
    margin-top: -194px;
  }
}

.comunity {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
  min-width: var(--hex-width); 
  height: var(--hex-height);
  margin: 0 -17px;
  transition: all 0.15s ease-out;
}

.comunity .content {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comunity .content h3 {
  font-weight: 400;
  margin: 0;
  transition: all 0.15s ease-out;
  max-width: 160px;
  color: var(--udea-green);
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.comunity .comunity-link:hover ~ .content h3 {
  color: #fff;
}

.comunity .content .button-logo {
  width: 70px;
  height: 64px;
  background: url(/image/icons/editoriales_nb.png) no-repeat center center;
  background-size: contain;
  transition: all 0.15s ease-out;
  margin-top: -20px;
}


.comunity.biblioteca-virtual .content .button-logo {
  background-image: url(/image/icons/biblioteca_virtual_nb.png);
}

.comunity.biblioteca-virtual .comunity-link:hover ~ .content .button-logo {
  background-image: url(/image/icons/biblioteca_virtual_nb_w.png);
}

.comunity.editoriales .content .button-logo {
  background-image: url(/image/icons/editoriales_nb.png);
}

.comunity.editoriales .comunity-link:hover ~ .content .button-logo {
  background-image: url(/image/icons/editoriales_nb_w.png);
}

.comunity.info-institucional .content .button-logo {
  background-image: url(/image/icons/info_institucional_nb.png);
}

.comunity.info-institucional .comunity-link:hover ~ .content .button-logo {
  background-image: url(/image/icons/info_institucional_nb_w.png);
}

.comunity.investigaciones .content .button-logo {
  background-image: url(/image/icons/investigaciones_nb.png);
}

.comunity.investigaciones .comunity-link:hover ~ .content .button-logo {
  background-image: url(/image/icons/investigaciones_nb_w.png);
}

.comunity.patrimonio .content .button-logo {
  background-image: url(/image/icons/patrimonio_nb.png);
}

.comunity.patrimonio .comunity-link:hover ~ .content .button-logo {
  background-image: url(/image/icons/patrimonio_nb_w.png);
}

.comunity.produccion-docente .content .button-logo {
  background-image: url(/image/icons/produccion_docente_nb.png);
}

.comunity.produccion-docente .comunity-link:hover ~ .content .button-logo {
  background-image: url(/image/icons/produccion_docente_nb_w.png);
}

.comunity.produccion-estudiantil .content .button-logo {
  background-image: url(/image/icons/produccion_estudiantil_nb.png);
}

.comunity.produccion-estudiantil .comunity-link:hover ~ .content .button-logo {
  background-image: url(/image/icons/produccion_estudiantil_nb_w.png);
}

.comunity.posgrados .content .button-logo {
  background-image: url(/image/icons/posgrados_nb.png);
}

.comunity.posgrados .comunity-link:hover ~ .content .button-logo {
  background-image: url(/image/icons/posgrados_nb_w.png);
}

.comunity.pregrado .content .button-logo {
  background-image: url(/image/icons/pregrado_nb.png);
}

.comunity.pregrado .comunity-link:hover ~ .content .button-logo {
  background-image: url(/image/icons/pregrado_nb_w.png);
}

.comunity .hexagon {
  display: flex;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35));
  transition: all 0.15s ease-out;
}

.comunity .comunity-link:hover ~ .hexagon {
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.6));
}

.comunity .hexagon > *{
  transition: all 0.15s ease-out;
}

.comunity .hexagon .middle {
  width: calc(var(--hexagon-width) / 2);
  height: var(--hexagon-height);
  background-color: var(--hexagon-color);
}

.comunity .hexagon .left,
.comunity .hexagon .right {
  border-top: calc(var(--hexagon-height) / 2) solid transparent;
  border-bottom: calc(var(--hexagon-height) / 2) solid transparent;
}

.comunity .hexagon .left {
  border-right: calc(var(--hexagon-width) / 4) solid var(--hexagon-color);
}

.comunity .hexagon .right {
  border-left: calc(var(--hexagon-width) / 4) solid var(--hexagon-color);
}

.comunity.biblioteca-virtual .comunity-link:hover ~ .hexagon .middle{
  background-color: var(--hexagon-biblioteca-virtual-hover-color);
}

.comunity.biblioteca-virtual .comunity-link:hover ~ .hexagon .left {
  border-right-color: var(--hexagon-biblioteca-virtual-hover-color);
}

.comunity.biblioteca-virtual .comunity-link:hover ~ .hexagon .right {
  border-left-color: var(--hexagon-biblioteca-virtual-hover-color);
}

.comunity.editoriales .comunity-link:hover ~ .hexagon .middle{
  background-color: var(--hexagon-editoriales-hover-color);
}

.comunity.editoriales .comunity-link:hover ~ .hexagon .left {
  border-right-color: var(--hexagon-editoriales-hover-color);
}

.comunity.editoriales .comunity-link:hover ~ .hexagon .right {
  border-left-color: var(--hexagon-editoriales-hover-color);
}

.comunity.info-institucional .comunity-link:hover ~ .hexagon .middle{
  background-color: var(--hexagon-info-institucional-hover-color);
}

.comunity.info-institucional .comunity-link:hover ~ .hexagon .left {
  border-right-color: var(--hexagon-info-institucional-hover-color);
}

.comunity.info-institucional .comunity-link:hover ~ .hexagon .right {
  border-left-color: var(--hexagon-info-institucional-hover-color);
}

.comunity.investigaciones .comunity-link:hover ~ .hexagon .middle{
  background-color: var(--hexagon-investigaciones-hover-color);
}

.comunity.investigaciones .comunity-link:hover ~ .hexagon .left {
  border-right-color: var(--hexagon-investigaciones-hover-color);
}

.comunity.investigaciones .comunity-link:hover ~ .hexagon .right {
  border-left-color: var(--hexagon-investigaciones-hover-color);
}

.comunity.patrimonio .comunity-link:hover ~ .hexagon .middle{
  background-color: var(--hexagon-patrimonio-hover-color);
}

.comunity.patrimonio .comunity-link:hover ~ .hexagon .left {
  border-right-color: var(--hexagon-patrimonio-hover-color);
}

.comunity.patrimonio .comunity-link:hover ~ .hexagon .right {
  border-left-color: var(--hexagon-patrimonio-hover-color);
}

.comunity.produccion-docente .comunity-link:hover ~ .hexagon .middle{
  background-color: var(--hexagon-produccion-docente-hover-color);
}

.comunity.produccion-docente .comunity-link:hover ~ .hexagon .left {
  border-right-color: var(--hexagon-produccion-docente-hover-color);
}

.comunity.produccion-docente .comunity-link:hover ~ .hexagon .right {
  border-left-color: var(--hexagon-produccion-docente-hover-color);
}

.comunity.produccion-estudiantil .comunity-link:hover ~ .hexagon .middle{
  background-color: var(--hexagon-produccion-estudiantil-hover-color);
}

.comunity.produccion-estudiantil .comunity-link:hover ~ .hexagon .left {
  border-right-color: var(--hexagon-produccion-estudiantil-hover-color);
}

.comunity.produccion-estudiantil .comunity-link:hover ~ .hexagon .right {
  border-left-color: var(--hexagon-produccion-estudiantil-hover-color);
}

.comunity.posgrados .comunity-link:hover ~ .hexagon .middle{
  background-color: var(--hexagon-posgrados-hover-color);
}

.comunity.posgrados .comunity-link:hover ~ .hexagon .left {
  border-right-color: var(--hexagon-posgrados-hover-color);
}

.comunity.posgrados .comunity-link:hover ~ .hexagon .right {
  border-left-color: var(--hexagon-posgrados-hover-color);
}

.comunity.pregrado .comunity-link:hover ~ .hexagon .middle{
  background-color: var( --hexagon-pregrado-hover-color);
}

.comunity.pregrado .comunity-link:hover ~ .hexagon .left {
  border-right-color: var( --hexagon-pregrado-hover-color);
}

.comunity.pregrado .comunity-link:hover ~ .hexagon .right {
  border-left-color: var( --hexagon-pregrado-hover-color);
}

.comunity a.comunity-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}



  /*****************************************************************/
  /********************   Relevant Links   *************************/
  /*****************************************************************/
  
  @media screen and (max-width: 600px) {
    .relevant-links {
      flex-wrap: wrap;
    }
    .relevant-links .QR-code-wrapper {
      margin: auto;
    }
  }
  
  .relevant-links {
    display: flex;
    margin: 120px 0;
  }
  
  .relevant-links .QR-code-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex: 0 0 260px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35));
    border-radius: 4px;
  }
  
  .relevant-links .QR-code-wrapper img {
    width: 100%;
    border-radius: 4px;
  }
  
  .relevant-links .nav-list {
    font-size: 16px;
    border-radius: 4px;
    margin: 20px 20px 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }
  .relevant-links .nav-list * {
    box-sizing: border-box;
  }

  .relevant-links .nav-list .nav-item {
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 10px 15px;
    text-align: center;
    max-width: 215px;
    width: 215px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35));
    transition: all 0.2s ease-out;
  }
  
  .relevant-links .nav-list .nav-item:hover {
    transform: scale(1.05);
  }

  .relevant-links .nav-list .nav-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  @media screen and (max-width: 680px) {
    .relevant-links .nav-list {
      max-width: 100%;
      width: 100%;
    }
  }
  
  .relevant-links .nav-list .nav-item .custom-card {
     margin: 0;
     padding: 5px 10px 5px 60px;
     width: 100%;
     border-radius: 4px;
     cursor: pointer;
     position: relative;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: box-shadow 0.1s;
  }
  /* .relevant-links .nav-list .nav-item .custom-card:hover {
    box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.35);
  } */
  .relevant-links .nav-list .nav-item:first-child .custom-card {
    margin-top: 0;
    background: var(--hexagon-patrimonio-hover-color);
  }
  .relevant-links .nav-list .nav-item:nth-child(2) .custom-card {
    background: var(--hexagon-produccion-estudiantil-hover-color);
  }
  .relevant-links .nav-list .nav-item:nth-child(3) .custom-card {
    background: var(--hexagon-posgrados-hover-color);
  }
  .relevant-links .nav-list .nav-item:nth-child(4) .custom-card {
    background: var(--custom-open-access-color);
  }
  /* Esta propiedad agrega características a los botones de las políticas y, en las porpiedades Root descritas
  en este documento se configuran los colores */
  .relevant-links .nav-list .nav-item:nth-child(5) .custom-card {
    background: var(--hexagon-investigaciones-hover-color);
  }
  .relevant-links .nav-list .nav-item:last-child .custom-card {
    background: var(--hexagon-produccion-docente-hover-color);
  }
  
  .relevant-links .nav-list .nav-item .custom-card h4 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    text-shadow: 0px 0px rgba(0,0,0,0.7);
    margin: 0;
    font-weight: 400;
  }
  
  .relevant-links .nav-list .nav-item .custom-card .icon-wrapper {
    display: flex;
    position: absolute;
    width: 55px;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
  }
  
  .relevant-links .nav-list .nav-item .custom-card .icon-wrapper img {
    width: 50px;
  }

  .relevant-links .nav-list .nav-item .custom-card a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: none;
   /*background-color: rgba(246, 131, 10, 0.2);*/
  }


  /*****************************************************************/
  /************************   Footer   *****************************/
  /*****************************************************************/
  .custom-footer {
    background-color: var(--udea-green);
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: normal 17px 'Roboto', cursive;
    margin-top: 10px;
  }

  .footer-left {
    flex: 1 1 auto;
  }

  .footer-left * {
    color: #FFF
  }

  .footer-left>div {
    margin: 10px 10px 10px 20px;
  }

  .footer-left h3 {
    font-size: 22px;
    margin: 10px 0 40px;
  }

  .footer-left a,
  .footer-left a:active,
  .footer-left a:visited {
    color: #fff;
  }

  .footer-left .fa {
    font-size: 22px;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 26px;
    margin: 0;
  }

  .footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    flex: 0 1 72px;
    padding: 10px 10px 10px 20px;
  }

  .footer-right a .fa {
    font-size: 24px;
    background-color: #FFF;
    color: var(--udea-green);
    width: 33px;
    height: 27px;
    border-radius: 4px;
    text-align: right;
    line-height: 28px;
    margin: 6px 0;
    padding: 0px 5px 0px 0;
    transition: width 0.2s ease-out;
  }

  .footer-right a:hover .fa {
    width: 45px;
    transition: width 0.2s ease-out;
  }

  #wrap>.container-fluid:last-child {
    display: none;
  }

  .container-fluid.custom-bottom-bar {
    padding: 0;
    margin: 0;
  }
  
  .custom-bottom-bar .span12 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
  }

  @media screen and (max-width: 680px) {
    .custom-footer {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      border-radius: 4px;
      font: normal 20px 'Roboto', cursive;
      margin-top: 15px;
      padding-top: 17px;
    }

    .footer-left,
    .footer-right {
      flex: 1 1 100%;
    }

    .footer-left h3 {
      font-size: .95em;
    }

    .footer-left > div {
      margin: 20px 5px 20px 20px;
    }

    .footer-right {
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }

    .footer-right a .fa {
      margin: 6px 10px;
    }
  }