﻿/*! PRAYOLS. La Memoria de los Guerrilleros Españoles en L'Ariège */
/*! Hermanamiento con Prayols */
.card {
  background: #fff;
  border-radius: 5px;
  margin: 0 6px 0 0;
  padding:3px 3px;
  display: inline-block;
  height: 140px;
  width: 278px;
}

.card .title{
    font-size:14px;
    font-weight: bold;
    color:#2f3032;
    text-transform:uppercase;
    margin:0 0 2px 0;
}
/*! Final Prayols - Hermanamiento con Prayols */

/*! Prayols - Fotos Hermanamiento con Prayols 2017, 2018, 2022 */
.card1 {
  background: #fff;
  border-radius: 5px;
  margin: 0 6px 0 0;
  padding:3px 3px;
  display: inline-block;
  height: 245px;
  width: 362px;
 }

.card1 .title{
    font-size:14px;
    font-weight: bold;
    color:#2f3032;
    text-transform:uppercase;
    margin:0 0 2px 0;
}
/*! Final Prayols - Fotos Hermanamiento con Prayols 2017, 2018, 2022 */

/*! Prayols - Fotos y Videos Hermanamiento con Prayols 2019, 2023, 2024 */
.card2 {
  background: #fff;
  border-radius: 5px;
  margin: 0 6px 0 0;
  padding:3px 3px;
  display: inline-block;
  height: 185px;
  width: 220px;
}

.card2 .title{
    font-size:14px;
    font-weight: bold;
    color:#2f3032;
    text-transform:uppercase;
    margin:0 0 2px 0;
}
/*! Final Prayols - Fotos y Videos Hermanamiento con Prayols 2019, 2023, 2024 */

/*! Prayols - Prensa Hermanamiento con Prayols 2024 */
.card3 {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 5px;
  margin: 0px 3px 22px 3px;    
  height: 22px;
  width: 176px;
}
/*! Final Prayols - Hermanamiento con Prayols 2024 */

/*! Prayols - Poster, Fotos y Videos Hermanamiento con Prayols 2025 */
.card4 {
  background: #fff;
  border-radius: 5px;
  margin: 0 6px 0 0;
  padding:3px 3px;
  display: inline-block;
  height: 230px;
  width: 275px;
}

.card4 .title{
    font-size:14px;
    font-weight: bold;
    color:#2f3032;
    text-transform:uppercase;
    margin:0 0 2px 0;
}
/*! Final Prayols - Hermanamiento con Prayols 2025 */

.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);
}