
/* By Dominik Biedebach @domobch */



/* NAVIGATION */
nav.effect {
  margin: 0 auto;
  padding: 50px 0;
  /* box-shadow: 0px 5px 0px #dedede; */
}

/* By Dominik Biedebach @domobch */
nav.effect ul {
  list-style: none;
  text-align: right;
}
nav.effect ul li {
  display: inline-block;
 
  padding-left: 15px;
 


 }

nav.effect ul li a,
nav.effect ul li a:after,
nav.effect ul li a:before {
  transition: all .5s;
}
nav.effect ul li a:hover {
  color: #555;
}

/* By Dominik Biedebach @domobch */



/* effect */
nav.effect ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 15px;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #666;
  font-weight: 600;
  margin: 0 10px;
}
/* By Dominik Biedebach @domobch */
/* nav.effect ul li a:after {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '.';
  color: transparent;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
} */
nav.effect ul li a:hover {
  /* -webkit-animation: effect 1.5s ease-in ; */
   background-color: #fff;
}

/* Keyframes */
@-webkit-keyframes effect {
  0% {
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    z-index: -1;
    background: #fff;
    border-radius: 100%;
  }
  100% {
    background: #fff;
    height: 5000%;
    width: 5000%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
}

/* By Dominik Biedebach @domobch */

nav.movil ul li a 
{
  font-size: 12px;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
#menu_Desktop .nav-item>.active {
  background-color: #FFF !important;
  border: 1px solid #af4b86 !important;
  
}
  



.imgCovers {
             /* height: 25em; */ 
      vertical-align: bottom;
             /*display: table-cell;*/
     }

.imgCovers img{

  display: block;  
  margin-left: auto;
   margin-right: auto; 
}

.objleyenda{
        text-align: center;
        color: gray;
        font-size: 1em;
      }

.obj a{
       font-size: 24px !important;
       margin-bottom: 0px !important;
       padding: 10px !important;
       color: #FFF;
       background-color: #8785a2;
}
 .infog_iconos img{
  cursor: pointer;
 }

img.infog{
  display: block;
    margin-left: auto;
    margin-right: auto;  }

.tblInteg table{
  width: 100%;
}
.tblInteg table tr{
    background-color: #f6f6f6;
}

.tblInteg td{
  border-style: solid;
  border-width: 2px;
  border-color: #FFF;
 
}

.fitimg { /*Para encajar las infografias al alto de la pantalla (caso Laptops)*/
    /*max-height: calc(100vh - 200px);*/
    max-height: calc(110vh - 180px);
}

.cargo{
  font-weight: bold;
  background-color: #FAEBD7;
  vertical-align: top !important;

}
.yes{
  background-color: #b9d1a9;
  color:#669149;
  text-align: center;
}
.no{
  color:gray;
  text-align: center;
}
.articulo{
  font-size: 0.8em;
  text-align: right;
  color: gray;
  margin-top: 15px;
}

.docs
{
  height: 30em;
  position: relative;
  background-color: #f6f6f6;
}

.docs p{
  font-size: 1.5em;
  color: gray;
  font-weight: bold;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 15px;
}
.link {
  font-weight: bold !important;
  text-decoration: underline !important; 
  color: #af4b86 !important;
}

.link2 {
  font-weight: bold !important;
  text-decoration: underline !important; 
  color: #898989 !important;
}

.pad-icon {
  padding: 48px;
}

@media (max-width: 600px) {
  .pad-icon {
    padding: 0px;
  }
}
