/* stylelint-disable selector-list-comma-newline-after */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap');

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

a {color:#000;text-decoration: none;}
a .small {color:#777777;text-decoration: none;}
a:hover {color:#000;text-decoration: none;}

p a {color:#d03229;text-decoration: none;}
p a:hover {color:#d03229;text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 2rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 2rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
  font-size: 10px;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

ul, li.list-group-item {padding-left: 0px;}
.blog-post ul {padding-left: 20px;}
.blog-post ol {padding-left: 20px;}

.jumbotron-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-post p img{
  width:100%;
  border-radius: 5px;
}

/* Category colors - nav links */
a[href*="category/fiestas"] { color: #d03229 !important; }
a[href*="category/mascotas"] { color: #28a745 !important; }
a[href*="category/playas"] { color: #007bff !important; }
a[href*="category/vistas"] { color: #fd7e14 !important; }
a[href*="category/ocio"] { color: #e83e8c !important; }

/* Category badge colors */
.badge.fiestas { background-color: #d03229 !important; }
.badge.mascotas { background-color: #28a745 !important; }
.badge.playas { background-color: #007bff !important; }
.badge.vistas { background-color: #fd7e14 !important; }
.badge.ocio { background-color: #e83e8c !important; }

/* Share buttons */
.share-buttons { display:flex; gap:8px; margin:10px 0; flex-wrap:wrap; align-items:center; }
.share-buttons a { padding:8px 15px; border-radius:20px; text-decoration:none; font-size:13px; font-weight:600; color:#fff; transition:transform 0.2s, opacity 0.2s; }
.share-buttons a:hover { transform:scale(1.08); opacity:0.9; color:#fff; }
.share-twitter { background:#1da1f2; }
.share-facebook { background:#4267B2; }
.share-whatsapp { background:#25D366; }

/* Social follow buttons */
.social-buttons { list-style:none; padding:0; margin:0; display:flex; gap:8px; flex-wrap:wrap; }
.social-buttons li { display:inline-block; }
.social-buttons a { display:flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:50%; color:#fff; font-size:20px; text-decoration:none; transition:transform 0.2s, opacity 0.2s; }
.social-buttons a:hover { transform:scale(1.15); opacity:0.9; }
.social-twitter { background:#000; }
.social-facebook { background:#4267B2; }
.social-instagram { background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social-linkedin { background:#0077b5; }
.social-youtube { background:#ff0000; }
.social-github { background:#333; }