/* Blog */  
  .page-title {
    font-weight: 700;
  }
  
  .mw-930 {
    width: 58.125rem !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  
  .blog-single__item-meta {
    display: flex;
    gap: 1.5rem;
    text-transform: uppercase;
    color: #767676;
    margin-bottom: 2.625rem;
  }
  .blog-pagination, .testimonial-pagination, .products-pagination, .slideshow-pagination {
    z-index: 10; }
    .blog-pagination.type2 .swiper-pagination-bullet-active, .testimonial-pagination.type2 .swiper-pagination-bullet-active, .products-pagination.type2 .swiper-pagination-bullet-active, .slideshow-pagination.type2 .swiper-pagination-bullet-active {
      border-color: transparent; }
      .blog-pagination.type2 .swiper-pagination-bullet-active::after, .testimonial-pagination.type2 .swiper-pagination-bullet-active::after, .products-pagination.type2 .swiper-pagination-bullet-active::after, .slideshow-pagination.type2 .swiper-pagination-bullet-active::after {
        color: #222222;
        width: 0.625rem;
        height: 0.625rem;
        margin-top: -0.3125rem;
        margin-left: -0.3125rem; }
    .blog-pagination.active-white .swiper-pagination-bullet::after, .testimonial-pagination.active-white .swiper-pagination-bullet::after, .products-pagination.active-white .swiper-pagination-bullet::after, .slideshow-pagination.active-white .swiper-pagination-bullet::after {
      color: #767676; }
    .blog-pagination.active-white .swiper-pagination-bullet-active::after, .testimonial-pagination.active-white .swiper-pagination-bullet-active::after, .products-pagination.active-white .swiper-pagination-bullet-active::after, .slideshow-pagination.active-white .swiper-pagination-bullet-active::after {
      color: #ffffff; }
    .blog-pagination.color-white .swiper-pagination-bullet::after, .testimonial-pagination.color-white .swiper-pagination-bullet::after, .products-pagination.color-white .swiper-pagination-bullet::after, .slideshow-pagination.color-white .swiper-pagination-bullet::after {
      color: #ffffff; }
    .blog-pagination.color-white .swiper-pagination-bullet-active::after, .testimonial-pagination.color-white .swiper-pagination-bullet-active::after, .products-pagination.color-white .swiper-pagination-bullet-active::after, .slideshow-pagination.color-white .swiper-pagination-bullet-active::after {
      color: #ffffff; }
      .blog-page-title {
        width: 112.5rem;
        height: 16rem;
        max-width: calc(100% - 1.875rem);
        border: 2px solid #e4e4e4;
        margin: 0 auto;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        padding: 1.25rem; }
        .blog-page-title .page-title {
          font-size: calc(1.5rem + 3vw);
          font-weight: 700;
          text-transform: uppercase; }
          @media (min-width: 1200px) {
            .blog-page-title .page-title {
              font-size: 3.75rem; } }
        .blog-page-title .title-bg {
          display: block;
          position: absolute;
          left: 0.5rem;
          right: 0.5rem;
          top: 0.5rem;
          bottom: 0.5rem;
          z-index: -1; }
          .blog-page-title .title-bg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        @media (min-width: 576px) {
          .blog-page-title {
            height: 27.5rem;
            padding: 0; } }
      .blog-page .flaticon {
        font-size: 0.625rem; }
      .blog__filter {
        display: flex;
        gap: 1rem;
        row-gap: 0;
        flex-wrap: wrap; }
        .blog__filter > a {
          text-transform: uppercase;
          font-size: 1rem;
          font-weight: 500; }
      .blog-grid__item {
        margin-bottom: 2.75rem; }
        .blog-grid__item-image {
          margin-bottom: 1.25rem; }
          .blog-grid__item-image img {
            display: block;
            width: 100%; }
        .blog-grid__item-meta {
          display: flex;
          gap: 1.5rem;
          text-transform: uppercase;
          color: #767676;
          margin-bottom: 0.25rem;
          white-space: nowrap; }
        .blog-grid__item-title {
          font-size: 1.625rem;
          margin-bottom: 1.875rem;
          line-height: 1.5; }
          @media (max-width: 991.98px) {
            .blog-grid__item-title {
              font-size: 1.125rem;
              margin-bottom: 1.25rem; } }
        .blog-grid__item-content p {
          margin-bottom: 0.625rem; }
        .blog-grid__item-content .readmore-link {
          text-transform: uppercase;
          position: relative;
          display: inline-block;
          font-weight: 500; }
          .blog-grid__item-content .readmore-link:after {
            content: '';
            display: block;
            width: 70%;
            border-bottom: 2px solid;
            position: absolute;
            bottom: -2px;
            left: 0;
            transition: all .3s ease; }
          .blog-grid__item-content .readmore-link:hover:after {
            width: 100%; }
      .blog-grid.row-cols-xl-3 .blog-grid__item-title {
        font-size: 1.125rem;
        margin-bottom: 1.25rem; }
      .blog-list {
        margin-bottom: 3.125rem; }
        @media (min-width: 992px) {
          .blog-list {
            margin-bottom: 6.25rem; } }
        .blog-list__item {
          margin-bottom: 1.875rem;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 1.25rem; }
          @media (min-width: 992px) {
            .blog-list__item {
              flex-direction: row;
              align-items: center;
              gap: 3.125rem; } }
          .blog-list__item-image {
            flex: 0 0 100%;
            width: 100%; }
            @media (min-width: 992px) {
              .blog-list__item-image {
                flex: 0 0 calc(50% - 1.5625rem); } }
            .blog-list__item-image img {
              display: block;
              width: 100%; }
          .blog-list__item-detail {
            flex: 0 0 100%;
            padding: 0; }
            @media (min-width: 992px) {
              .blog-list__item-detail {
                flex: 0 0 calc(50% - 1.5625rem);
                padding: 1.875rem 0; } }
          .blog-list__item-meta {
            display: flex;
            gap: 1.5rem;
            text-transform: uppercase;
            color: #767676;
            margin-bottom: 0.25rem; }
          .blog-list__item-title {
            font-size: 1.125rem;
            margin-bottom: 1.25rem;
            line-height: 1.5; }
            @media (min-width: 992px) {
              .blog-list__item-title {
                font-size: 1.625rem;
                margin-bottom: 1.875rem; } }
          .blog-list__item-content p {
            margin-bottom: 0.625rem; }
          .blog-list__item-content .readmore-link {
            text-transform: uppercase;
            position: relative;
            display: inline-block;
            font-weight: 500; }
            .blog-list__item-content .readmore-link:after {
              content: '';
              display: block;
              width: 70%;
              border-bottom: 2px solid;
              position: absolute;
              bottom: -2px;
              left: 0;
              transition: all .3s ease; }
            .blog-list__item-content .readmore-link:hover:after {
              width: 100%; }
      .blog-single .page-title {
        margin-bottom: 0.875rem; }
      .blog-single__reviews-title {
        font-size: 1.125rem;
        margin-bottom: 1.75rem; }
      .blog-single__reviews-list {
        display: flex;
        flex-direction: column;
        gap: 1.87rem;
        margin-bottom: 2.375rem; }
      .blog-single__reviews-item {
        display: flex;
        gap: 1.875rem;
        border-bottom: 1px solid #e4e4e4; }
        .blog-single__reviews-item:last-child {
          border-bottom: 0; }
        .blog-single__reviews-item .customer-avatar {
          flex: 0 0 3.75rem;
          width: 3.75rem;
          height: 3.75rem;
          border-radius: 2rem;
          overflow: hidden; }
          .blog-single__reviews-item .customer-avatar > img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .blog-single__reviews-item .customer-review .customer-name {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .blog-single__reviews-item .customer-review .customer-name > h6, .blog-single__reviews-item .customer-review .customer-name > .h6 {
            margin: 0;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.5rem; }
        .blog-single__reviews-item .customer-review .review-date {
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 1.5rem;
          color: #767676;
          margin-bottom: 1.25rem; }
        .blog-single__reviews-item .customer-review .review-text {
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 1.5rem;
          color: #767676;
          margin-bottom: 1.5rem; }
      .blog-single__review-form form > h5, .blog-single__review-form form > .h5 {
        font-size: 1.125rem;
        margin-bottom: 0.375rem; }
      .blog-single__review-form form > p {
        font-size: 0.875rem;
        color: #767676;
        line-height: 1.5rem;
        margin-bottom: 1.875rem; }
      .blog-single__review-form form .select-star-rating {
        margin-bottom: 2rem; }
      .blog-single__review-form form button {
        text-transform: uppercase;
        font-size: 0.875rem;
        min-width: 12.5rem;
        height: 3.75rem; }
      .blog-single__item-meta {
        display: flex;
        gap: 1.5rem;
        text-transform: uppercase;
        color: #767676;
        margin-bottom: 2.625rem; }
      .blog-single__item-pagination {
        padding-top: 2.8125rem;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 3.125rem; }
        .blog-single__item-pagination p {
          margin-bottom: 2.625rem !important; }
        .blog-single__item-pagination a {
          color: #767676; }
      .blog-single p {
        margin-bottom: 1.875rem; }
        .blog-single p img {
          margin-bottom: 3.25rem; }
      .blog-single h5, .blog-single .h5 {
        margin-bottom: 1.875rem; }
      .blog-single .text-list {
        margin-bottom: 1.875rem; }
        .blog-single .text-list__item {
          line-height: 1.875rem; 
          display: block;
        }
      .blog-single__item-share {
        display: flex;
        align-items: center;
        gap: 0.625rem;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 3.125rem;
        flex-direction: column; }
        @media (min-width: 992px) {
          .blog-single__item-share {
            flex-direction: row; } }
      .blog-single .btn-share {
        width: 13.75rem;
        height: 3.125rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.875rem;
        color: #fff;
        padding: 0; }
        .blog-single .btn-share.btn-facebook {
          background-color: #306199; }
        .blog-single .btn-share.btn-twitter {
          background-color: #26C4F1; }
        .blog-single .btn-share.btn-pinterest {
          background-color: #E82B2D; }
        .blog-single .btn-share.btn-more {
          background-color: #222222;
          font-size: 1.5625rem;
          padding: 0;
          width: 3.125rem; }
        .blog-page h2 {
            text-transform: none;
        }

/*Imagenes*/
    .w-100 {
    width: 100% !important; }

    .h-auto {
        height: auto !important; }
    .d-block {
        display: block !important; }