﻿/* Ley 52/2007 [Ley de la Memoria] */
/* Image Zoom | Ley 52/2007 [Ley de la Memoria] - Página principal */
img.opacity {
  opacity: 1;
}

img.opacity:hover {
  opacity: 0.7;
}
/* Final Image Zoom | Ley 52/2007 [Ley de la Memoria] - Página principal */

/* Ley 52/2007 [Ley de la Memoria] - Página principal */
.link{
    display: inline-block;
    position: relative;
    font-size: 100%;
    text-transform: none;
}
.link span{
    color: #0474b4;
    text-transform: none;
    text-align: center;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.815, 1.400, 0.600, 0.180);
}
.link:hover span{ color: #666; }
.link:before,
.link:after{
    content: '';
    height: 3px;
    width: 0;
    background-color: #666;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s cubic-bezier(0.815, 1.400, 0.600, 0.180);
}
.link:after{
    left: auto;
    right: 0;
}
.link:hover:before,
.link:hover:after{
    width: 50%;
}
@media only screen and (max-width: 990px){
    .link span{ font-size: 100%; }
}
@media only screen and (max-width: 767px){
    .link{ margin-bottom: 100%; }
}
/* Final Ley 52/2007 [Ley de la Memoria] - Página principal */

/* Toltip  Hover Effect | Ley 52/2007 [Ley de la Memoria] */
.toltip {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.toltip .toltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #505050;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 5px 5px;
  
  /* Position the tooltip */
  position: absolute;
  text-decoration: none;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -126px;
}

.toltip:hover .toltiptext {
  visibility: visible;
  text-decoration: none;
  color: #ffffff;
}

/* Imágenes | Ley 52/2007 [Ley de la Memoria] */
.toltip1 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.toltip1 .toltiptext {
  visibility: hidden;
  width: 178px;
  background-color: #5c5c5c;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 5px 5px;
  
  /* Position the tooltip */
  position: absolute;
  text-decoration: none;
  z-index: 1;
  bottom: 100%;
  left: 30%;
  margin-left: -60px;
}

.toltip1:hover .toltiptext {
  visibility: visible;
  text-decoration: none;
}
/* Final Imágenes | Ley 52/2007 [Ley de la Memoria] */
/* Final Toltip  Hover Effect | Ley 52/2007 [Ley de la Memoria] */

/* Proposición sobre rehabilitación de los combatientes guerrilleros Españoles */
.toltip2 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.toltip2 .toltiptext {
  visibility: hidden;
  width: 1140px;
  background-color: #505050;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 5px 5px;
  
  /* Position the tooltip */
  position: absolute;
  text-decoration: none;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -636px;
}

.toltip2:hover .toltiptext {
  visibility: visible;
  text-decoration: none;
  color: #ffffff;
}
/* Final Proposición sobre rehabilitación de los combatientes guerrilleros Españoles */

/* Documentos en PDF's */
.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 5px;
  margin: 6px 4px;    
  height: 82px;
  width: 365px;
}
/* Final Documentos en PDF's */

/* Declarar la ilegalidad del poder franquista, anular todas sus condenas y sanciones */
.toltip3 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.toltip3 .toltiptext {
  visibility: hidden;
  width: 490px;
  background-color: #505050;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 5px 5px;
  
  /* Position the tooltip */
  position: absolute;
  text-decoration: none;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -216px;
}

.toltip3:hover .toltiptext {
  visibility: visible;
  text-decoration: none;
  color: #ffffff;
}

.toltip4 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.toltip4 .toltiptext {
  visibility: hidden;
  width: 720px;
  background-color: #505050;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 5px 5px;
  
  /* Position the tooltip */
  position: absolute;
  text-decoration: none;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -386px;
}

.toltip4:hover .toltiptext {
  visibility: visible;
  text-decoration: none;
  color: #ffffff;
}
/* Final Declarar la ilegalidad del poder franquista, anular todas sus condenas y sanciones */

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 8px 12px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.card-6 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
