/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

html {
    overflow-y: scroll;
}

body {
  padding-top: 86px;
  background-color: #eee;
  font-size: 18px;
}

@media (min-width: 992px) {
  body {
    padding-top: 86px;
  }
}

.h1{
  margin: 40px 0 30px 0 !important;
  font-size: 45px;
}

.redes{
  font-size: 25px;
}

.redes a{
  padding-top: 0;
}

.bloque_destacado{
  background-color: #d3dae2;
  width: 100%; 
  color: #4e5257;
  font-size: 20px;

} 
.enlaces{
  font-size: 12px; 
  color: #777;
}

.enlaces p{
  line-height: 18px;
  margin-bottom: 8px;
}

.enlaces a{
  color: #777;
}

.enlaces a:hover{
  color: #9c9a9a;
  text-decoration: none;
}

.enlaces h5{
  color: white;
}

/*Paginacion*/
.paginacion {
  padding: 3px;
  margin: 25px 0;
  font-size: 14px;
  text-align:center;
  line-height: 26px;
  width: auto;
}

.pagdefecto a {
  margin: 0 0 0 5px;
  text-align: center;
  padding: 3px 10px;
  text-decoration: none;
  border: #e4e4e4 solid 1px;
  cursor:pointer;
  line-height: normal;
  background-color: white;
}

.pagdefecto a:hover {
  border-color:#d0d0d0;
}
.pagactual {
  margin: 0 0 0 5px;
  text-align: center;
  padding: 3px 10px;
  text-decoration: none;
  cursor:pointer;
  line-height: normal;
}

.fb-iframe-widget{
  margin-top: 0px;
}

/*
.card {
  height: 100%;
}
*/
