/* Generated by less 3.11.1 */
/*==============
General
==============*/
#Biblioteca .card {
  margin-bottom: 60px;
  padding: 25px 15px;
}
#Biblioteca .card p {
  text-align: left;
  font-weight: 500;
}
#Biblioteca .card h2 {
  font-size: 16px;
  font-weight: 700;
  font-family: sans-serif;
  text-transform: uppercase;
}
#Biblioteca .card .foto {
  text-align: center;
  margin: auto;
}
#Biblioteca .card .foto img {
  margin: auto;
  height: 346px;
}
#Biblioteca .card iframe {
  width: 100%;
  min-height: 450px;
}
#Biblioteca .card .foto-int {
  margin: 25px auto;
  height: 350px;
  width: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#Biblioteca .card li a {
  color: #1e3c70;
  font-weight: 600;
}
#Biblioteca .card li a:hover {
  color: #bb8800;
  text-decoration: none;
}
#Biblioteca .ref {
  margin: 50px 0 auto 0;
}
#Biblioteca .btns {
  margin-top: 15px;
}
#Biblioteca .btn-book {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.3s;
  line-height: 1;
  color: ;
  border: 1px solid #0456a4;
}
#Biblioteca .btn-book:hover {
  background: #1e3c70;
  color: #fff;
}
.iframe-full iframe {
  width: 100%;
  min-height: 100vh;
}
