.toggle-input{
  display: none; 
}

.toggle-label {
  width: 50px;
  height: 25px;
  background-color: #ccc;
  border-radius: 34px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}

.toggle-label:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 2px;
  transition: transform 0.2s;
}

.toggle-input:checked + .toggle-label {
  background-color: #4cd964; 
}

.toggle-input:checked + .toggle-label:before {
  transform: translateX(26px);
}


.formCat::placeholder {
  color: white !important;
}


.card {
  background: #fff;
  transition: .5s;
  border: 0;
  margin-bottom: 30px;
  border-radius: .55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.card .body {
  color: #444;
  padding: 20px;
  font-weight: 400;
}
.card .header {
  color: #444;
  padding: 20px;
  position: relative;
  box-shadow: none;
}
.single_post {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.single_post .body {
  padding: 30px
}

.single_post .img-post {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 30px
}

.single_post .img-post>img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  max-width: 100%;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01)
}

.single_post .img-post:hover img {
  cursor: pointer;
  transform: scale(1.5);
}

.single_post .img-post:hover .social_share {
  display: block
}

.single_post .footer {
  padding: 0 30px 30px 30px
}

.single_post .footer .actions {
  display: inline-block
}



.single_post .footer .stats {
  cursor: default;
  list-style: none;
  padding: 0;
  display: inline-block;
  float: right;
  margin: 0;
  line-height: 35px
}

.single_post .footer .stats li {
  border-left: solid 1px rgba(160, 160, 160, 0.3);
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0 0 0 2em;
  padding: 0 0 0 2em;
  text-transform: uppercase;
  font-size: 13px
}

.single_post .footer .stats li a {
  color: #777
}

.single_post .footer .stats li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0
}

.single_post h3 {
  font-size: 20px;
  text-transform: uppercase
}

.single_post h3 a {
  color: #242424;
  text-decoration: none
}

.single_post p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0
}

.single_post .blockquote p {
  margin-top: 0 !important
}

.single_post .meta {
  list-style: none;
  padding: 0;
  margin: 0
}

.single_post .meta li {
  display: inline-block;
  margin-right: 15px
}

.single_post .meta li a {
  font-style: italic;
  color: #959595;
  text-decoration: none;
  font-size: 12px
}

.single_post .meta li a i {
  margin-right: 6px;
  font-size: 12px
}

.single_post2 {
  overflow: hidden
}

.single_post2 .content {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 80px;
  position: relative
}

.single_post2 .content .actions_sidebar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px
}

.single_post2 .content .actions_sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-right: 0;
  text-align: center;
  border-right: 1px solid #e4eaec
}

.single_post2 .content .title {
  font-weight: 100
}

.single_post2 .content .text {
  font-size: 15px
}

.right-box .categories-clouds li {
  display: inline-block;
  margin-bottom: 5px
}

.right-box .categories-clouds li a {
  display: block;
  border: 1px solid;
  padding: 6px 10px;
  border-radius: 3px
}

.right-box .instagram-plugin {
  overflow: hidden
}

.right-box .instagram-plugin li {
  float: left;
  overflow: hidden;
  border: 1px solid #fff
}

.comment-reply li {
  margin-bottom: 15px
}

.comment-reply li:last-child {
  margin-bottom: none
}

.comment-reply li h5 {
  font-size: 18px
}

.comment-reply li p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #777
}

.comment-reply .list-inline li {
  display: inline-block;
  margin: 0;
  padding-right: 20px
}

.comment-reply .list-inline li a {
  font-size: 13px
}

/* ===== ESTILOS PIZCUETA BLOG ===== */

/* Sidebar */
.right-box .card {
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}
.right-box .card .header {
  padding: 15px 20px 5px;
}
.right-box .card .header h2 {
  font-family: 'SegoeBold', sans-serif;
  font-size: 1.1rem;
  color: #00264B;
  margin: 0;
}
.right-box .categories-clouds {
  padding: 0 15px;
}
.right-box .categories-clouds li {
  margin-bottom: 8px;
}
.right-box .categories-clouds li a {
  font-family: 'NunitoLight', sans-serif;
  font-size: 0.85rem;
  color: #00264B;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 5px 14px;
  text-decoration: none;
  transition: all 0.2s;
}
.right-box .categories-clouds li a:hover {
  background-color: #00264B;
  color: #fff;
  border-color: #00264B;
}

/* Popular posts sidebar */
.right-box .popular-post .single_post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.right-box .popular-post .single_post:last-child {
  border-bottom: none;
}
.right-box .popular-post .single_post p {
  font-family: 'SegoeBold', sans-serif;
  font-size: 0.9rem !important;
  color: #00264B;
  line-height: 1.3;
  margin-bottom: 2px;
}
.right-box .popular-post .single_post span {
  font-family: 'NunitoLight', sans-serif;
  font-size: 0.8rem !important;
  color: #7CD6D7;
}
.right-box .popular-post .img-post {
  margin-bottom: 10px;
  max-height: 180px;
  border-radius: 8px !important;
  overflow: hidden;
}
.right-box .popular-post .img-post img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* Blog post cards */
.blog-page .single_post {
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}
.blog-page .single_post h3 {
  font-family: 'SegoeBold', sans-serif;
  font-size: 1.1rem;
  color: #00264B;
  text-transform: none;
}
.blog-page .single_post h3 a {
  color: #00264B;
}
.blog-page .single_post p {
  font-family: 'NunitoLight', sans-serif;
  font-size: 0.9rem !important;
  line-height: 1.5;
  color: #555;
}
.blog-page .single_post .img-post {
  max-height: 350px;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* Date badge */
.blog-page .date {
  border-radius: 8px !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.blog-page .date span {
  font-family: 'SegoeBold', sans-serif;
  font-size: 1.2rem !important;
  color: #00264B;
}
.blog-page .date label {
  font-family: 'NunitoLight', sans-serif;
  font-size: 0.85rem !important;
  color: #7CD6D7;
}

/* Category tag */
.blog-page .single_post strong[style*="ffc108"] {
  font-family: 'NunitoLight', sans-serif;
  font-size: 0.8rem !important;
  background: #ffc108;
  color: #00264B !important;
  padding: 2px 10px;
  border-radius: 12px;
  display: inline-block;
  margin: 5px 0;
}

/* Blog detail page */
.gray-bg .body h3 a {
  font-family: 'SegoeBold', sans-serif;
  font-size: 1.4rem;
}
.gray-bg .fs-5 {
  font-family: 'NunitoLight', sans-serif;
  font-size: 0.95rem !important;
  line-height: 1.6;
}
.gray-bg .fs-4 {
  font-family: 'NunitoLight', sans-serif;
  font-size: 0.9rem !important;
}

@media (max-width: 640px) {
  .blog-page .left-box .single-comment-box>ul>li {
      padding: 25px 0
  }
  .blog-page .left-box .single-comment-box ul li .icon-box {
      display: inline-block
  }
  .blog-page .left-box .single-comment-box ul li .text-box {
      display: block;
      padding-left: 0;
      margin-top: 10px
  }
  .blog-page .single_post .footer .stats {
      float: none;
      margin-top: 10px
  }
  .blog-page .single_post .body,
  .blog-page .single_post .footer {
      padding: 30px
  }
}