@charset "UTF-8";
body,
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 780px) {
  body,
  html {
    overflow: unset;
  }
}

.lowercase {
  text-transform: lowercase;
}

/*
.page-layout-no-sidebar{
    .breadcrumbs{
        display: none;
    }
}*/
span.page-numbers.current {
  color: white;
  text-decoration: none;
}
span.page-numbers.current:hover {
  text-decoration: none;
}

.pagination .page-numbers:hover {
  color: white !important;
  text-decoration: none;
}

.content-area.no-sidebar {
  width: 100% !important;
}

@media (max-width: 1024px) {
  .sidebar .content-area {
    width: 100%;
  }
}

@media (min-width: 780px) {
  .site-content {
    overflow: unset;
  }
}
.site-content .article-theme {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(11, 34, 57, 0.04);
  text-align: left;
  transition: all 0.2s ease 0s;
}
.site-content .article-theme h3 a {
  border-bottom: 5px solid rgba(11, 34, 57, 0);
}
.site-content .article-theme:hover {
  background-color: rgba(11, 34, 57, 0.01);
}
.site-content .article-theme:hover h3 a {
  border-bottom: 5px solid rgba(11, 34, 57, 0.1);
}
.site-content .article-theme:hover .text-box .view-price .view-theme {
  background-color: rgba(11, 34, 57, 0.04);
}
.site-content .article-theme .image-container {
  order: 1;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  line-height: 0;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.site-content .article-theme .image-container img {
  width: 100%;
  height: auto;
}
.site-content .article-theme .text-box {
  height: 100%;
  order: 2;
  padding: 12px 20px 20px;
  display: flex;
  flex-direction: column;
}
.site-content .article-theme .text-box .title-theme {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.26px;
  padding-bottom: 10px;
}
@media (max-width: 780px) {
  .site-content .article-theme .text-box .title-theme {
    font-size: 24px;
  }
}
.site-content .article-theme .text-box .title-theme a {
  color: #0b2239;
  transition: all 0.2s ease 0s;
}
.site-content .article-theme .text-box .title-theme a:hover {
  text-decoration: none;
  color: black;
}
.site-content .article-theme .text-box .title-theme a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}
.site-content .article-theme .text-box .desc-theme {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(11, 34, 57, 0.65);
  padding-bottom: 10px;
}
.site-content .article-theme .text-box .excerpt-theme {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.site-content .article-theme .text-box .view-price {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}
.site-content .article-theme .text-box .view-price .view-theme {
  padding: 12px 24px;
  border-radius: 14px;
  background-color: #fff;
  color: #0b2239;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.2s ease 0s;
}
.site-content .article-theme .text-box .view-price .price {
  font-size: 15px;
  color: #0b2239;
}

.site-main .main-cat {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 14px;
  margin-bottom: 90px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .site-main .main-cat {
    grid-template-columns: auto auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) {
  .site-main .main-cat {
    grid-template-columns: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
.site-main .main-cat.main-cat-3col {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .site-main .main-cat.main-cat-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) {
  .site-main .main-cat.main-cat-3col {
    grid-template-columns: auto;
  }
}
.site-main .main-cat.main-cat-2col {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .site-main .main-cat.main-cat-2col {
    grid-template-columns: auto;
  }
}
.site-main .main-cat .hentry {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.site-main .article-theme {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(11, 34, 57, 0.04);
  text-align: left;
  transition: all 0.2s ease 0s;
}
.site-main .article-theme h3 a {
  border-bottom: 5px solid rgba(11, 34, 57, 0);
}
.site-main .article-theme:hover {
  background-color: rgba(11, 34, 57, 0.01);
}
.site-main .article-theme:hover h3 a {
  border-bottom: 5px solid rgba(11, 34, 57, 0.1);
}
.site-main .article-theme:hover .text-box .view-price .view-theme {
  background-color: rgba(11, 34, 57, 0.04);
}
.site-main .article-theme.Professional {
  background-color: #fcb61e;
}
.site-main .article-theme.Professional a {
  color: white !important;
}
.site-main .article-theme.Professional .title-theme {
  font-weight: 500;
}
.site-main .article-theme.Professional .desc-theme {
  color: rgba(11, 34, 57, 0.7) !important;
}
.site-main .article-theme.Professional .excerpt-theme {
  color: #0b2239 !important;
}
.site-main .article-theme.Professional:hover {
  opacity: 0.95;
}
.site-main .article-theme.Professional:hover h3 a {
  border-bottom: 5px solid rgba(255, 255, 255, 0.3);
}
.site-main .article-theme.Minimalist {
  background-color: #e84d3c;
}
.site-main .article-theme.Minimalist a {
  color: white !important;
}
.site-main .article-theme.Minimalist .title-theme {
  font-weight: 500;
}
.site-main .article-theme.Minimalist .desc-theme {
  color: rgba(11, 34, 57, 0.7) !important;
}
.site-main .article-theme.Minimalist .excerpt-theme {
  color: #0b2239 !important;
}
.site-main .article-theme.Minimalist:hover {
  opacity: 0.95;
}
.site-main .article-theme.Minimalist:hover h3 a {
  border-bottom: 5px solid rgba(255, 255, 255, 0.3);
}
.site-main .article-theme.Aesthetic {
  background-color: #0974c4;
}
.site-main .article-theme.Aesthetic a {
  color: white !important;
}
.site-main .article-theme.Aesthetic .title-theme {
  font-weight: 500;
}
.site-main .article-theme.Aesthetic .desc-theme {
  color: rgba(11, 34, 57, 0.7) !important;
}
.site-main .article-theme.Aesthetic .excerpt-theme {
  color: #0b2239 !important;
}
.site-main .article-theme.Aesthetic:hover {
  opacity: 0.95;
}
.site-main .article-theme.Aesthetic:hover h3 a {
  border-bottom: 5px solid rgba(255, 255, 255, 0.3);
}
.site-main .article-theme.Colorful {
  background-color: #03c3a1;
}
.site-main .article-theme.Colorful a {
  color: white !important;
}
.site-main .article-theme.Colorful .title-theme {
  font-weight: 500;
}
.site-main .article-theme.Colorful .desc-theme {
  color: rgba(11, 34, 57, 0.7) !important;
}
.site-main .article-theme.Colorful .excerpt-theme {
  color: #0b2239 !important;
}
.site-main .article-theme.Colorful:hover {
  opacity: 0.95;
}
.site-main .article-theme.Colorful:hover h3 a {
  border-bottom: 5px solid rgba(255, 255, 255, 0.3);
}
.site-main .article-theme .image-container {
  order: 1;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  line-height: 0;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.site-main .article-theme .image-container img {
  width: 100%;
  height: auto;
}
.site-main .article-theme .text-box {
  height: 100%;
  order: 2;
  padding: 12px 20px 20px;
  display: flex;
  flex-direction: column;
}
.site-main .article-theme .text-box .title-theme {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.26px;
  padding-bottom: 8px;
}
@media (max-width: 780px) {
  .site-main .article-theme .text-box .title-theme {
    font-size: 24px;
  }
}
.site-main .article-theme .text-box .title-theme a {
  color: #0b2239;
  transition: all 0.2s ease 0s;
}
.site-main .article-theme .text-box .title-theme a:hover {
  text-decoration: none;
  color: black;
}
.site-main .article-theme .text-box .title-theme a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}
.site-main .article-theme .text-box .desc-theme {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(11, 34, 57, 0.65);
  padding-bottom: 10px;
}
.site-main .article-theme .text-box .excerpt-theme {
  margin-bottom: 20px;
}
.site-main .article-theme .text-box .view-price {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}
.site-main .article-theme .text-box .view-price .view-theme {
  font-size: 0.9rem;
  padding: 12px 24px;
  border-radius: 14px;
  background-color: #fff;
  color: #0b2239;
  text-decoration: none;
  align-self: flex-start;
  transition: all 0.2s ease 0s;
}
.site-main .article-theme .text-box .view-price .price {
  color: #0b2239;
  font-size: 0.75rem;
}
.site-main .darkcolor .article-theme.articlecard {
  background-color: white;
}
.site-main .theme-cards {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 14px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .site-main .theme-cards {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 780px) {
  .site-main .theme-cards {
    grid-template-columns: auto;
  }
}
.site-main .post .panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.site-main .post .panel .inner-heading {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  opacity: 0.6;
  margin-bottom: 20px;
  width: 100%;
}
.site-main .post .panel .inner-heading.inner-heading-small {
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.site-main .post .panel .entry-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  max-width: 640px;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 780px) {
  .site-main .post .panel .entry-title {
    font-size: 32px;
  }
}
.site-main .post .panel .subcat {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.6;
  margin-bottom: 40px;
}
.site-main .post .panel .subcat a {
  color: #0b2239;
}
.site-main .post .panel .subcat ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
.site-main .post .panel .subcat ul li {
  margin: 10px;
}
.site-main .post .panel .subcat ul li:first-of-type {
  list-style-type: none;
}
.site-main .post .panel .subcat ul li a {
  color: #0b2239;
}
.site-main .post .panel .search {
  width: 100%;
}
.site-main .post .panel .search .search-form {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  margin: 7px;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(74, 99, 117, 0.1);
  padding: 10px;
  transition: all 0.2s ease 0s;
}
.site-main .post .panel .search .search-form input[type=search] {
  width: calc(100% - 50px);
  border: 0px;
  background-color: transparent !important;
}
.site-main .post .panel .search .search-form input:-webkit-autofill,
.site-main .post .panel .search .search-form input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.site-main .post .panel .search .search-form button[type=submit] {
  height: 100%;
}
.site-main .post .panel .buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media (max-width: 780px) {
  .site-main .post .panel .buttons {
    align-items: center;
  }
}
.site-main .post .panel .buttons.buttonsborder {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(74, 99, 117, 0.1);
  /*
  @media (max-width: 780px) {
      margin-bottom: 40px;
  }
  */
}
.site-main .post .panel .buttons .button1 {
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  width: 280px;
  margin: 7px;
  transition: all 0.2s ease 0s;
}
.site-main .post .panel .buttons .button1 a {
  text-decoration: none;
  display: block;
  padding: 16px 0px;
}
.site-main .post .panel .buttons .button1 a:hover {
  text-decoration: none;
}
.site-main .post .panel .buttons .button1.preview {
  border: 1px solid rgba(74, 99, 117, 0.35);
}
.site-main .post .panel .buttons .button1.preview a {
  color: #0b2239;
}
.site-main .post .panel .buttons .button1.preview:hover {
  background-color: rgba(11, 34, 57, 0.07);
}
.site-main .post .panel .buttons .button1.download {
  background-color: #0b2239;
}
.site-main .post .panel .buttons .button1.download a {
  color: white;
}
.site-main .post .panel .buttons .button1.download:hover {
  background-color: rgba(11, 34, 57, 0.9);
}
.site-main .post .panel .buttons .button2 {
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  /*margin: 7px;
  border: 1px solid rgba($color: $color2, $alpha: .35);
  border-radius: 12px;*/
  transition: all 0.2s ease 0s;
  border: 1px solid rgba(11, 34, 57, 0);
}
.site-main .post .panel .buttons .button2 a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  color: #0b2239;
}
.site-main .post .panel .buttons .button2 a:hover {
  text-decoration: none;
}
.site-main .post .panel .buttons .button2:hover {
  border: 1px solid rgba(11, 34, 57, 0.25);
}
.site-main .post .panel .button-sidebar {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 780px) {
  .site-main .post .panel .button-sidebar {
    align-items: center;
    margin-bottom: 30px;
  }
}
.site-main .post .panel .button-sidebar .button-zip {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 56px;
  min-width: 280px;
  transition: all 0.2s ease 0s;
}
.site-main .post .panel .button-sidebar .button-zip a {
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  color: white;
  background-color: rgb(0, 69.0171428571, 134.2);
  transition: unset;
}
.site-main .post .panel .button-sidebar .button-zip a:hover {
  text-decoration: none;
  background-color: #005aaf;
}
.site-main .post .panel .button-sidebar .button-zip a svg {
  fill: white;
  margin-right: 10px;
  font-size: 17px;
  width: 1.2em;
  height: 1.2em;
}
.site-main .post .panel .cta {
  margin-bottom: 60px;
}
.site-main .post .panel .cta a {
  text-decoration: none;
  display: block;
  padding: 16px 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 1.3em;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  margin: 7px;
  min-width: 240px;
  transition: all 0.2s ease 0s;
  color: #0b2239;
  background-color: #ffd529;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-main .post .panel .cta a:hover {
  text-decoration: none;
  background-color: #e74c3c;
  color: white;
}
.site-main .post .panel .cta.blue {
  margin-top: -40px;
}
.site-main .post .panel .cta.blue a {
  background-color: #0860b3;
  color: white;
}
.site-main .post .panel .cta.green {
  margin-top: -40px;
}
.site-main .post .panel .cta.green a {
  background-color: #4ad395;
  color: white;
}
.site-main .post .panel .cta.dark {
  margin-top: -40px;
}
.site-main .post .panel .cta.dark a {
  background-color: #0b2239;
  color: white;
}
.site-main .post .panel .cta.dark a:hover {
  text-decoration: none;
  background-color: #0860b3;
  color: white;
}
.site-main .post .panel .divisor {
  width: 100%;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(74, 99, 117, 0.15);
}
.site-main .post .panel .images-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 14px;
  margin-bottom: 90px;
}
@media (max-width: 780px) {
  .site-main .post .panel .images-grid {
    grid-template-columns: auto;
    margin-bottom: 60px;
  }
}
.site-main .post .panel .images-grid .img-grid {
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
  position: relative;
  border: 1px solid rgba(11, 34, 57, 0.1);
}
.site-main .post .panel .images-grid .img-grid::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.site-main .post .panel .images-grid .img-grid img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.site-main .post .entry-content p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}
.site-main .post .entry-content ul li {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 26px;
}
.site-main .post .entry-content .wp-block-image figcaption {
  font-size: 14px;
  line-height: 22px;
}
.site-main .post .entry-content .wp-block-image a {
  width: 100%;
}
.site-main .post .entry-content .wp-block-image.size-medium {
  width: 100%;
}
.site-main .post .entry-content .wp-block-image.size-medium img {
  width: 100%;
  height: auto;
}
.site-main .post .entry-content .wp-block-image.size-large {
  width: 100%;
}
.site-main .post .entry-content .wp-block-image.size-large img {
  width: 100%;
  height: auto;
}
.site-main .post .entry-content .wp-block-image.size-full {
  width: 100%;
}
.site-main .post .entry-content .wp-block-image.size-full img {
  width: 100%;
  height: auto;
}
.site-main .post .entry-content h2 {
  line-height: 1.3;
  font-size: 28px;
}
.site-main .post .entry-content h3 {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 20px;
}
.site-main .post .entry-content .entry-excerpt p {
  font-size: 24px;
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 40px;
}
.site-main .post .entry-content .division {
  padding-top: 40px;
  margin-top: 50px;
  padding-bottom: 0;
  border-top: 1px solid rgba(11, 34, 57, 0.1);
  width: 100%;
}
.site-main .post .entry-content .entry-tags-list {
  display: flex;
  flex-wrap: wrap;
}
.site-main .post .entry-content .entry-tags-list a {
  padding: 4px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid rgba(74, 99, 117, 0.35);
  font-size: 14px;
  color: #0b2239;
  transition: all 0.2s ease 0s;
}
.site-main .post .entry-content .entry-tags-list a:hover {
  background-color: rgba(11, 34, 57, 0.07);
  text-decoration: none;
}
.site-main .post .entry-header {
  margin-bottom: 0;
}
.site-main .post .entry-header h1 {
  font-size: 46px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 0px;
}
@media (max-width: 780px) {
  .site-main .post .entry-header h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.site-main .post .entry-content.sidebar-on {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .site-main .post .entry-content.sidebar-on {
    flex-direction: column;
  }
}
.site-main .post .entry-content.sidebar-on .excerpt-template {
  font-weight: bold;
}
.site-main .post .entry-content.sidebar-on .the-content {
  width: calc(100% - 450px);
  padding-bottom: 40px;
  color: #0b2239;
  min-width: 340px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .site-main .post .entry-content.sidebar-on .the-content {
    width: 100%;
    min-width: unset;
  }
}
.site-main .post .entry-content.sidebar-on .the-content .inner-heading {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  opacity: 0.8;
  margin-top: 0 !important;
}
.site-main .post .entry-content.sidebar-on .the-content p {
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  width: 95%;
}
.site-main .post .entry-content.sidebar-on .the-content p a {
  text-decoration: underline;
}
.site-main .post .entry-content.sidebar-on .the-content p div {
  padding: 15px 0;
}
.site-main .post .entry-content.sidebar-on .the-content ul,
.site-main .post .entry-content.sidebar-on .the-content ol {
  width: 95%;
  margin-bottom: 40px;
}
.site-main .post .entry-content.sidebar-on .the-content ul li,
.site-main .post .entry-content.sidebar-on .the-content ol li {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  padding: 3px 0;
  margin-bottom: 5px;
}
.site-main .post .entry-content.sidebar-on .the-content .wp-block-image figcaption {
  font-size: 14px;
  line-height: 22px;
}
.site-main .post .entry-content.sidebar-on .the-content h2 {
  width: 95%;
}
.site-main .post .entry-content.sidebar-on .the-content h3 {
  width: 95%;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 1.3;
}
.site-main .post .entry-content.sidebar-on .the-content .entry-breadcrumbs {
  font-size: 15px;
}
.site-main .post .entry-content.sidebar-on .the-content .entry-tags-list {
  display: flex;
  flex-wrap: wrap;
}
.site-main .post .entry-content.sidebar-on .the-content .entry-tags-list a {
  padding: 4px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid rgba(74, 99, 117, 0.35);
  font-size: 14px;
  color: #0b2239;
  transition: all 0.2s ease 0s;
}
.site-main .post .entry-content.sidebar-on .the-content .entry-tags-list a:hover {
  background-color: rgba(11, 34, 57, 0.07);
  text-decoration: none;
}
.site-main .post .entry-content.sidebar-on .the-content .entry-excerpt {
  margin-top: 0;
}
.site-main .post .entry-content.sidebar-on .the-content .entry-excerpt p {
  font-size: 24px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.site-main .post .entry-content.sidebar-on .the-content .slides-preview {
  width: 100%;
  margin-bottom: 60px;
}
.site-main .post .entry-content.sidebar-on .the-content .slides-preview .slider {
  position: relative;
}
.site-main .post .entry-content.sidebar-on .the-content .slides-preview .slider::before {
  content: "";
  display: block;
  padding-top: 60.25%;
}
.site-main .post .entry-content.sidebar-on .the-content .slides-preview .slider iframe {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: 0;
  left: -1px;
  height: 100%;
  width: calc(100% - 2px);
}
.site-main .post .entry-content.sidebar-on .the-content .download-template {
  width: 100%;
  margin-bottom: 40px;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1 {
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  width: calc(100% - 14px);
  margin-right: 14px;
  transition: all 0.2s ease 0s;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1 a {
  text-decoration: none;
  display: block;
  padding: 16px 0px;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1 a:hover {
  text-decoration: none;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1.Popup_button {
  text-decoration: none;
  display: block;
  padding: 16px 0px;
  color: white;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1.button1b {
  padding: 16px 0px;
  color: white;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1.googleslides {
  background-color: #ffb22a;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1.googleslides a {
  color: white;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1.googleslides:hover {
  background-color: rgba(255, 178, 42, 0.95);
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1.powerpoint {
  background-color: #d43231;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1.powerpoint a {
  color: white;
}
.site-main .post .entry-content.sidebar-on .the-content .download-template .buttons .button1.powerpoint:hover {
  background-color: rgba(212, 50, 49, 0.85);
}
.site-main .post .entry-content.sidebar-on .the-content .download-template.download-bg .buttons {
  max-width: 360px;
}
.site-main .post .the-sidebar {
  width: 360px;
  height: 200px;
  background-color: blue;
}
@media (max-width: 780px) {
  .site-main .post .the-sidebar {
    width: 100%;
  }
}
.site-main .post .panel-first {
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 30px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .site-main .post .panel-first {
    flex-direction: column;
  }
}
.site-main .post .panel-first .col1 {
  width: calc(100% - 450px);
  position: relative;
}
@media (max-width: 1024px) {
  .site-main .post .panel-first .col1 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.site-main .post .panel-first .col1 .pinterest-share {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  display: none;
}
.site-main .post .panel-first .col1:hover .pinterest-share {
  display: block;
}
.site-main .post .panel-first .col2 {
  width: 380px;
}
@media (max-width: 1024px) {
  .site-main .post .panel-first .col2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .site-main .post .panel-first .col2 .banner {
    width: 100%;
    padding-bottom: 0;
    border: 0;
  }
  .site-main .post .panel-first .col2 .download {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .site-main .post .panel-first .col2 {
    width: 100%;
    flex-direction: column;
  }
  .site-main .post .panel-first .col2 .banner {
    display: none;
  }
  .site-main .post .panel-first .col2 .download {
    width: 100%;
  }
}
.site-main .post .panel-first .slider-container {
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
}
.site-main .post .panel-first .slider-container:hover .controls {
  opacity: 1;
}
.site-main .post .panel-first .slider-container .slider {
  display: flex;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.site-main .post .panel-first .slider-container .slider img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  position: absolute;
  top: 0;
}
.site-main .post .panel-first .slider-container .controls {
  display: flex;
  position: absolute;
  top: calc(39% - 18px);
  width: 100%;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.site-main .post .panel-first .slider-container .controls button {
  background-color: white;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  padding: 0;
  color: #0b2239;
  margin: 5px;
  border: 1px solid rgba(11, 34, 57, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-main .post .panel-first .slider-container .controls button svg {
  width: 8px;
  height: auto;
}
.site-main .post .panel-first .slider-container .controls button.next-btn svg {
  margin-left: 2px;
}
.site-main .post .panel-first .slider-container .controls button.prev-btn svg {
  margin-right: 2px;
}
.site-main .post .panel-first .slider-container .thumbnails {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.site-main .post .panel-first .slider-container .thumbnails img {
  width: calc(25% - 8px);
  height: auto;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 5px;
}
.site-main .post .panel-first .slider-container .thumbnails img.selected {
  border: 1px solid #0b2239;
}
.site-main .post .panel-first .main-image {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  line-height: 0;
  transition: all 0.2s ease 0s;
}
.site-main .post .panel-first .main-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: all 0.2s ease 0s;
}
.site-main .post .panel-first .main-image img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.site-main .post .panel-first .main-image:hover img {
  opacity: 0.95;
}
.site-main .post .panel-first .pretty-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}
.site-main .post .panel-first .tags .t1 {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #4a6375;
  margin: 0 0 10px;
}
.site-main .post .panel-first .tags .entry-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  min-height: 34px;
}
.site-main .post .panel-first .tags .entry-tags-list a {
  padding: 5px 15px;
  height: 34px;
  border-radius: 8px;
  border: #cfd9e0 1px solid;
  color: #0b2239;
  font-size: 14px;
  display: block;
  transition: unset;
}
.site-main .post .panel-first .tags .entry-tags-list a:hover {
  text-decoration: none;
  background-color: rgba(11, 34, 57, 0.1);
}
.site-main .post .panel-also {
  margin-bottom: 30px;
}
@media (max-width: 780px) {
  .site-main .post .panel-also {
    width: 100%;
  }
}
.site-main .post .panel-also .related-content {
  width: 100%;
}
.site-main .post .panel-also .related-content .t1 {
  text-align: left;
  font-size: 18px;
  color: #0b2239;
  font-weight: 400;
  opacity: 0.8;
  margin: 0 0 10px;
}
.site-main .post .panel-also .related-content {
  /* Estilos para el contenedor del slider */
}
.site-main .post .panel-also .related-content .slider-container-rc {
  width: 100%;
  overflow: hidden;
}
.site-main .post .panel-also .related-content {
  /* Estilos para el slider */
}
.site-main .post .panel-also .related-content .slider-rc {
  display: flex;
  transition: transform 0.5s ease;
  align-items: center;
  position: relative;
}
.site-main .post .panel-also .related-content .slider-rc .plus {
  border-radius: 100%;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(11, 34, 57, 0.1);
  position: absolute;
  right: 0;
}
.site-main .post .panel-also .related-content .slider-rc .plus a {
  color: #0b2239;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.site-main .post .panel-also .related-content .slider-rc .plus:hover {
  background-color: rgba(11, 34, 57, 0.05);
}
.site-main .post .panel-also .related-content {
  /* Estilos para cada slide */
}
.site-main .post .panel-also .related-content .slide-rc {
  flex: 0 0 13.85%;
  /* Cambia el 10% por el ancho que desees para cada slide */
  padding: 5px;
  line-height: 0;
}
.site-main .post .panel-also .related-content {
  /* Estilos para el thumbnail */
}
.site-main .post .panel-also .related-content .slide-rc img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.site-main .post .panel-also .related-content {
  /* Estilos para hacerlo responsive */
}
@media screen and (max-width: 768px) {
  .site-main .post .panel-also .related-content .slide-rc {
    flex: 0 0 20%;
    /* Cambia el 20% por el ancho que desees para cada slide en dispositivos móviles */
  }
}
.site-main .related-templates {
  padding-top: 60px;
  padding-bottom: 0;
  border-top: 1px solid rgba(11, 34, 57, 0.1);
  width: 100%;
}
.site-main .related-templates h3 {
  margin-bottom: 0px;
  margin-top: 10px;
}
.site-main .related-templates .related-grid {
  width: 100%;
  display: grid;
  grid-template-columns: calc(33.3333333333% - 10px) calc(33.3333333333% - 10px) calc(33.3333333333% - 10px);
  gap: 15px;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media (max-width: 780px) {
  .site-main .related-templates .related-grid {
    grid-template-columns: 50% 50%;
  }
}
.site-main .related-templates .related-grid .img-grid {
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.site-main .related-templates .related-grid .img-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.site-main .related-templates .related-grid .img-grid a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}
.site-main .related-templates .related-grid .img-grid p {
  margin-bottom: 10px;
}
.site-main .related-templates .show-more {
  margin: 0 auto;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  width: 200px;
  transition: all 0.2s ease 0s;
  background-color: #005aaf;
}
.site-main .related-templates .show-more:hover {
  background-color: rgba(0, 90, 175, 0.9);
}
.site-main .related-templates .show-more a {
  text-decoration: none;
  display: block;
  padding: 16px 0px;
  color: white;
}
.site-main .related-templates .show-more a:hover {
  text-decoration: none;
}
.site-main .page .panel h2 {
  line-height: 36px;
  font-size: 24px;
  width: 100%;
}
.site-main .page .panel .page-description,
.site-main .page .panel .page-description p {
  font-size: 24px;
  line-height: 34px;
  color: #4a6375;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 40px;
  max-width: 900px;
}
.site-main .page .panel .category-description,
.site-main .page .panel .category-description p {
  font-size: 20px;
  line-height: 30px;
  color: #4a6375;
  font-weight: 300;
  margin: 0 auto 10px;
  max-width: 90%;
}
.site-main .page .panel .page-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  max-width: 900px;
  font-size: clamp(32px, 5vw, 50px);
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 0;
}
.site-main .page .panel .filters {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.site-main .page .panel .filters .txt {
  font-weight: bold;
  margin-right: 20px;
  color: #0b2239;
}
.site-main .page .panel .filters select {
  margin-right: 4px;
}
.site-main .page .panel.lorem-generator-panel {
  width: 100%;
  margin-bottom: 40px;
  padding: 2.5vw;
  background: rgba(11, 34, 57, 0.08);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 980px;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 780px) {
  .site-main .page .panel.lorem-generator-panel .lorem-generator-toolbar {
    justify-content: center;
  }
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-field-1 {
  width: 100px;
}
@media (max-width: 780px) {
  .site-main .page .panel.lorem-generator-panel .lorem-generator-field-1 {
    width: 50px;
  }
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-field-2 {
  width: 160px;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-field input,
.site-main .page .panel.lorem-generator-panel .lorem-generator-field select {
  width: 100%;
  height: 44px;
  border: 1px solid #d3d7dc;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-output {
  width: 100%;
  height: 44px;
  border: 0px;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  background: white;
  color: #0b2239;
  min-height: 260px;
  resize: vertical;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-actions {
  display: flex;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-button {
  background: #0b2239;
  color: white;
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  height: 44px;
  min-width: 120px;
  white-space: nowrap;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-button:hover {
  background: rgba(11, 34, 57, 0.85);
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-button.secondary {
  background: rgba(11, 34, 57, 0.18);
  color: #0b2239;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-button.secondary:hover {
  background: rgba(11, 34, 57, 0.35);
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-copy-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: auto;
  padding: 10px 16px;
}
.site-main .page .panel.lorem-generator-panel .lorem-generator-status {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(11, 34, 57, 0.85);
}
.site-main .page .panel.lorem-generator-panel .lorem-seo-content h2 {
  margin-top: 32px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0b2239 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
}

.swiper-container img {
  border-radius: 8px !important;
  border: 1px solid rgba(74, 99, 117, 0.25) !important;
}

.owl-carousel.owl-drag .owl-item {
  border-radius: 8px !important;
  border: 1px solid rgba(74, 99, 117, 0.25) !important;
  overflow: hidden;
}

.wp-pagenavi {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 5px 15px;
  margin: 2px;
  border: 0;
  background: #f5f5f5;
  border-radius: 4px;
  display: block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background: #e2e2e2;
  text-decoration: none;
}

.so-panel .tagcloud {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.so-panel .tagcloud h3 {
  display: none;
}
.so-panel .tagcloud a {
  font-size: 14px !important;
  border-radius: 8px !important;
  padding: 10px 15px !important;
}
@media (max-width: 780px) {
  .so-panel .tagcloud {
    grid-template-columns: auto auto;
  }
}

h3.sow-carousel-item-title {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #0b2239 !important;
  text-align: left !important;
  font-weight: 600 !important;
}

.social-icons {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: table;
}
.social-icons .norm_row {
  width: 100% !important;
}

.show-list {
  outline: none;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  color: #0b2239 !important;
  font: inherit;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 10px;
}
.show-list:hover {
  background: none;
  color: #0b2239;
  opacity: 0.65;
}
.show-list::before {
  display: inline;
  content: "+";
  margin-right: 8px;
  font-weight: bold;
}

.hidden-list {
  display: none;
}

.show-list[aria-expanded=true] + .hidden-list {
  display: block;
}

.credit {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 780px) {
  #sow-post-carousel-2 {
    position: sticky;
    top: 150px;
  }
}

.txt-destaca p {
  font-size: 22px !important;
  line-height: 32px !important;
}
@media (min-width: 780px) {
  .txt-destaca p {
    font-size: 28px !important;
    line-height: 42px !important;
    padding-right: 10%;
  }
}

.more-text {
  border-top: 1px solid rgba(74, 99, 117, 0.25);
  border-bottom: 1px solid rgba(74, 99, 117, 0.25);
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  text-align: left;
}

.widget-title {
  padding-bottom: 0 !important;
}

.widget-area {
  width: 380px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .widget-area {
    width: 100%;
    height: unset;
  }
}

.social-icons .ul {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.social-icons .ul .button-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 34px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 5px 14px;
  border: 0;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
.social-icons .ul .button-social img {
  width: 100%;
  height: auto;
  max-height: 20px;
  max-width: 20px;
}
.social-icons .ul .button-social:hover {
  opacity: 0.8;
}
.social-icons .ul .fb {
  background-color: #1877f2;
}
.social-icons .ul .tw {
  background-color: #000000;
}
.social-icons .ul .wa {
  background-color: #25d366;
}
.social-icons .ul .li {
  background-color: #0a66c2;
}
.social-icons .ul .te {
  background-color: #0088cc;
}
.social-icons .ul .mail {
  background-color: darkgrey;
}

.pagination {
  grid-column: 1/-1;
  margin-top: 40px;
}

.custom-pagination {
  grid-column: 1/-1;
  margin-top: -40px;
  margin-bottom: 80px;
  font-size: 16px;
}
.custom-pagination a {
  color: rgba(11, 34, 57, 0.45);
}
.custom-pagination a:hover {
  text-decoration: none;
}
.custom-pagination .page-numbers {
  border-radius: 8px;
  width: 26px;
  height: 44px;
  line-height: 44px;
  display: inline-table;
  margin-bottom: 10px;
}
.custom-pagination .page-numbers:hover {
  color: rgba(11, 34, 57, 0.95);
}
.custom-pagination .page-numbers.current {
  color: #005aaf;
}
.custom-pagination .next {
  width: 160px;
  background-color: #005aaf;
  border: 2px solid #005aaf;
  color: white;
  margin-left: 10px;
}
.custom-pagination .next:hover {
  color: white;
  background-color: rgb(0, 76.8857142857, 149.5);
  border: 2px solid rgb(0, 76.8857142857, 149.5);
}
.custom-pagination .prev {
  width: 44px;
  border: 2px solid #005aaf;
  color: #005aaf;
  margin-right: 10px;
}
.custom-pagination .prev:hover {
  color: #005aaf;
  background-color: rgba(0, 90, 175, 0.04);
}

.navigation.pagination {
  display: grid;
}
.navigation.pagination .nav-links {
  grid-column: 1/-1;
  margin-bottom: 60px;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation.pagination .nav-links a {
  color: rgba(11, 34, 57, 0.45);
  font-size: 16px !important;
}
.navigation.pagination .nav-links a:hover {
  text-decoration: none;
}
.navigation.pagination .nav-links .page-numbers {
  border-radius: 8px;
  width: 26px;
  height: 44px;
  line-height: 44px;
  display: inline-table;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  background: unset;
}
.navigation.pagination .nav-links .page-numbers:hover {
  color: rgba(11, 34, 57, 0.95) !important;
}
.navigation.pagination .nav-links .page-numbers.current {
  color: #005aaf;
  font-size: 16px !important;
}
.navigation.pagination .nav-links .next {
  width: 160px;
  background-color: #005aaf;
  border: 2px solid #005aaf;
  color: white;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation.pagination .nav-links .next:hover {
  color: white !important;
  background-color: rgb(0, 76.8857142857, 149.5);
  border: 2px solid rgb(0, 76.8857142857, 149.5);
}
.navigation.pagination .nav-links .next .icon-long-arrow-right {
  font-size: 16px !important;
  letter-spacing: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: auto !important;
}
.navigation.pagination .nav-links .next .icon-long-arrow-right::before {
  content: "Next page";
  display: inline-block;
  margin-right: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  top: 0;
}
.navigation.pagination .nav-links .next .icon-long-arrow-right::after {
  content: "→";
}
.navigation.pagination .nav-links .prev {
  width: 44px;
  border: 2px solid #005aaf;
  color: #005aaf;
  margin-right: 10px;
}
.navigation.pagination .nav-links .prev:hover {
  color: #005aaf;
  background-color: rgba(0, 90, 175, 0.04);
}

.show-more {
  margin: 0 auto;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  width: 200px;
  transition: all 0.2s ease 0s;
  background-color: #005aaf;
}
.show-more:hover {
  background-color: rgba(0, 90, 175, 0.9);
}
.show-more a {
  text-decoration: none;
  display: block;
  padding: 16px 0px;
  color: white;
}
.show-more a:hover {
  text-decoration: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(11, 34, 57, 0.8);
  transition: opacity 0.25s ease;
  z-index: 999;
}

.Popup_button {
  cursor: pointer;
}

.Popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.at-pop {
  display: none;
}

.Popup_inner {
  transition: top 0.25s ease;
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 470px;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
}

.pop__close {
  position: absolute;
  right: 1em;
  top: 1em;
  height: 25px;
  width: 25px;
  cursor: pointer;
}

.pop__close:after,
.pop__close:before {
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #333;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.pop__close:hover:after,
.pop__close:hover:before {
  background: #aaa;
}

.pop__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .Popup_inner {
    width: 90%;
    box-sizing: border-box;
  }
}
.pop-heading {
  width: 100%;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.adhtml {
  margin: 14px 0 4px;
  min-height: 260px;
}

.popup_ad_container {
  height: 250px;
}

#K_download {
  display: inline-block;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  min-width: 200px;
  padding: 16px;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  text-transform: unset;
  letter-spacing: 0;
}
#K_download:hover {
  text-decoration: none;
}

.pop_final_btn {
  line-height: 16px;
  margin: 15px 0 25px 0;
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 24px;
}

.pop-heading h2 {
  margin: 0;
  font-size: 20px !important;
  line-height: 30px !important;
}

ins,
.adhtml {
  background: transparent !important;
}

.ad {
  text-align: center;
  width: 100%;
}
.ad.ad-padding {
  padding: 40px 0;
}
.ad.ad-padding-bottom {
  padding-bottom: 60px;
}
.ad {
  /*
  &::before{
      content: "Advertising";
      display: block;
      width: 100%;
      font-size: 11px;
      opacity: .35;
      text-align: center;
      margin-bottom: 12px;
      text-transform: uppercase;
  }*/
}

.google-auto-placed {
  display: flex;
  justify-content: center;
}
.google-auto-placed.ap_container {
  padding-bottom: 30px;
}

.theme-cards .article-theme {
  height: unset;
}

.paypal {
  width: 100%;
  margin-top: 30px;
}
.paypal #donate-button-container {
  text-align: center;
}
.paypal #donate-button img {
  width: 240px;
  height: auto;
}
@media (min-width: 780px) {
  .paypal #donate-button img {
    width: 285px;
  }
}
.paypal .powered {
  text-align: center;
}
.paypal .powered img {
  width: 110px;
  height: auto;
  margin-top: 15px;
}

.noflex {
  display: block;
}

.mt {
  margin-top: 40px;
}

.mb {
  margin-bottom: 40px;
}

.banner {
  text-align: center;
  position: relative;
  top: 0;
  z-index: 0;
  transition: top 0.5s ease;
  /* Transición suave */
}
.banner.bannerborder {
  background-color: #f8f8f9;
  background-image: url("https://slidescorner.com/wp-content/uploads/2023/10/ad-1.png");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 780px) {
  .banner.bannerborder {
    margin-bottom: 40px;
  }
}
.banner .ad-adv {
  height: 0px;
  line-height: 0;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 330px;
  color: #465668;
  opacity: 0.6;
}
@media (max-width: 480px) {
  .banner .ad-adv {
    padding-bottom: 100vw;
  }
}
.banner .wrapper-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.cls,
#cls1,
#cls2,
#cls3 {
  width: 100%;
  min-height: 300px !important;
  position: relative;
}
@media (min-width: 780px) {
  .cls,
  #cls1,
  #cls2,
  #cls3 {
    min-height: 280px;
  }
}

.preview {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 13px;
  opacity: 0.5;
  margin-top: -75px;
  margin-bottom: 80px;
}
@media (max-width: 780px) {
  .preview {
    margin-top: -45px;
    margin-bottom: 50px;
  }
}

.site-footer .bottom-bar {
  width: 100%;
}

.rp4wp-related-posts {
  order: -1;
  align-items: flex-start !important;
  margin-bottom: 20px;
  position: relative;
}
.rp4wp-related-posts h3 {
  text-align: left;
  font-size: 18px;
  color: #0b2239;
  font-weight: 600;
  opacity: 0.8;
  margin: 0;
  padding-bottom: 44% !important;
  padding-top: 0 !important;
}
@media (max-width: 780px) {
  .rp4wp-related-posts h3 {
    padding-bottom: 90% !important;
  }
}
.rp4wp-related-posts ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 50px;
  left: 0;
}
.rp4wp-related-posts ul li {
  width: 33.3333333333%;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  padding-top: 0 !important;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 0 !important;
}
.rp4wp-related-posts ul li img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 780px) {
  .rp4wp-related-posts ul li {
    width: 50%;
  }
}

.the-content .rp4wp-related-posts ul {
  width: calc(100% + 10px) !important;
}
@media (max-width: 780px) {
  .the-content .rp4wp-related-posts ul li {
    width: 50%;
  }
}

.rp4wp-related-post-image {
  width: 100% !important;
  padding: 0 !important;
  float: unset !important;
  line-height: 0 !important;
}

.rp4wp-related-post-content {
  display: none !important;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-family: sans-serif;
  max-width: 500px;
  margin: auto;
  border-radius: 8px;
}
.cookie-banner .btn-cookie {
  color: red;
}

.tag h1.page-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  max-width: 900px;
  font-size: clamp(20px, 2.5vw, 34px) !important;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 0;
  text-align: center;
  margin: 0 auto 60px !important;
  text-transform: capitalize !important;
  border: 0 !important;
  display: block !important;
}
@media (max-width: 780px) {
  .tag h1.page-title {
    font-size: 32px !important;
  }
}

.related-posts-by-tags {
  width: 100%;
  margin-bottom: 40px;
}
.related-posts-by-tags ul {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto !important;
}
.related-posts-by-tags ul li {
  width: 33.3333333333%;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  padding-top: 0 !important;
  line-height: 0 !important;
  margin-bottom: 0 !important;
  list-style-type: none !important;
}
.related-posts-by-tags ul li a {
  line-height: 0;
}
.related-posts-by-tags ul li img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 780px) {
  .related-posts-by-tags ul li {
    width: 50%;
  }
}