@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* line 44, sass/style.scss */
html {
  scroll-behavior: smooth;
}

/* line 48, sass/style.scss */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
}

/* line 55, sass/style.scss */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 45px;
}
@media (max-width: 1024px) {
  /* line 55, sass/style.scss */
  .container {
    padding: 0px 15px;
  }
}

/* line 65, sass/style.scss */
body.category .container {
  max-width: 1440px;
  margin: -6px auto 0 auto;
  padding: 0 45px;
}
@media (max-width: 1024px) {
  /* line 65, sass/style.scss */
  body.category .container {
    padding: 0px 15px;
  }
}

/* line 76, sass/style.scss */
body.page-template-all-article-template .container {
  max-width: 1440px;
  margin: -5px auto 0 auto;
  padding: 0 45px;
}
@media (max-width: 1024px) {
  /* line 76, sass/style.scss */
  body.page-template-all-article-template .container {
    padding: 0px 15px;
  }
}

/* line 87, sass/style.scss */
body.single-post .container {
  max-width: 1440px;
  margin: -5px auto 0 auto;
  padding: 0 45px;
}
@media (max-width: 1024px) {
  /* line 87, sass/style.scss */
  body.single-post .container {
    padding: 0px 15px;
  }
}

/* line 98, sass/style.scss */
div#checkdv_1 {
  display: none;
}

/* line 103, sass/style.scss */
h1.wp-block-heading {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 15px 0;
  display: block;
  line-height: 42px;
  font-family: Helvetica, sans-serif;
  padding: 0;
  color: #000;
}

/* line 115, sass/style.scss */
h2.wp-block-heading {
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 31px 0;
  display: block;
  line-height: 34px;
  font-family: Helvetica, sans-serif;
  padding: 0;
  color: #000;
}

/* line 127, sass/style.scss */
h3.wp-block-heading {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 15px 0;
  display: block;
  line-height: 31px;
  font-family: Helvetica, sans-serif;
  padding: 0;
  color: #000;
}

/* line 139, sass/style.scss */
h4.wp-block-heading {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
  display: block;
  line-height: 31px;
  font-family: Helvetica, sans-serif;
  padding: 0;
  color: #000;
}

/* line 151, sass/style.scss */
h5.wp-block-heading {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px 0;
  display: block;
  line-height: 22px;
  font-family: Helvetica, sans-serif;
  padding: 0;
  color: #000;
}

/* line 163, sass/style.scss */
h6.wp-block-heading {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 15px 0;
  display: block;
  line-height: 18px;
  font-family: Helvetica, sans-serif;
  padding: 0;
  color: #000;
}

/* line 175, sass/style.scss */
.divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

/* line 179, sass/style.scss */
ul {
  margin: 0;
  padding: 0;
}
/* line 182, sass/style.scss */
ul li {
  list-style-type: none;
}
/* line 184, sass/style.scss */
ul li a {
  text-decoration: none;
}

/* line 189, sass/style.scss */
h6 {
  font-size: 16px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  color: #677379;
  margin: 0;
  font-weight: normal;
}
/* line 198, sass/style.scss */
h6 a {
  color: inherit;
  margin: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
/* line 204, sass/style.scss */
h6 a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 189, sass/style.scss */
  h6 {
    padding: 10px 0;
  }
}

/* Header Starts Here */
/* line 214, sass/style.scss */
header {
  max-width: 1440px;
  padding: 23px 15px 19px 15px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
/* line 223, sass/style.scss */
header .site-branding {
  max-width: 193px;
  margin-right: 15px;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 223, sass/style.scss */
  header .site-branding {
    margin-right: 6px;
  }
}
/* line 232, sass/style.scss */
header nav#site-navigation {
  display: inline-block;
  width: auto;
}
/* line 235, sass/style.scss */
header nav#site-navigation a {
  border: 0;
  color: #303ab2;
  font-size: 14px;
  padding: 0 20px 0 0;
  outline: none;
  text-decoration: none;
  font-family: Helvetica, sans-serif;
}

/* Header Ends Here */
/* line 251, sass/style.scss */
.dashboard-section .dashboard-wrapper .dashboard-title-wrap {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 60px;
}
/* line 256, sass/style.scss */
.dashboard-section .dashboard-wrapper .dashboard-title-wrap .dashboard-title h2 {
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: normal;
}
/* line 265, sass/style.scss */
.dashboard-section .dashboard-wrapper .dashboard-title-wrap .wp-block-search__inside-wrapper {
  width: 100% !important;
  max-width: 525px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  align-items: center;
}
/* line 275, sass/style.scss */
.dashboard-section .dashboard-wrapper .dashboard-title-wrap .wp-block-search__inside-wrapper input[type="search"] {
  border: 0;
  font-size: 14px;
  padding: 12px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 16px;
  color: #666;
}
/* line 285, sass/style.scss */
.dashboard-section .dashboard-wrapper .dashboard-title-wrap .wp-block-search__inside-wrapper button.wp-element-button {
  background: #303ab2;
  width: 35px;
  height: 35px;
  margin: 0;
  border-radius: 50%;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
}
/* line 298, sass/style.scss */
.dashboard-section .dashboard-wrapper .dashboard-title-wrap .wp-block-search__inside-wrapper button.wp-element-button svg {
  min-height: 35px;
  min-width: 40px;
  /*transform: rotate(266deg);*/
  margin-top: 2px;
  margin-right: 0;
}
/* line 309, sass/style.scss */
.dashboard-section .categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 45px;
}
/* line 317, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 1180px) {
  /* line 321, sass/style.scss */
  .dashboard-section .categories-wrapper .category-wrap:nth-of-type(3n) {
    margin-right: 16px;
  }
  /* line 324, sass/style.scss */
  .dashboard-section .categories-wrapper .category-wrap:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  /* line 329, sass/style.scss */
  .dashboard-section .categories-wrapper .category-wrap:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* line 334, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap {
  width: calc(33.33% - 30px);
  margin-right: 16px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 1180px) {
  /* line 334, sass/style.scss */
  .dashboard-section .categories-wrapper .category-wrap {
    width: calc(50% - 8px);
  }
}
@media (max-width: 640px) {
  /* line 334, sass/style.scss */
  .dashboard-section .categories-wrapper .category-wrap {
    width: 100%;
    margin-right: 0;
  }
}
/* line 350, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid #cccccc;
  border-radius: 16px;
  box-sizing: border-box;
  min-height: 144px;
  position: relative;
  cursor: pointer;
}
/* line 362, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-block:hover p {
  color: #000 !important;
}
/* line 367, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-block .categories-text p {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #666;
  margin-top: 0;
}
/* line 378, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-block .categories-text .categories-title h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #000;
  display: inline-block;
  font-family: Helvetica, sans-serif;
  padding: 0;
}
/* line 390, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-block .categories-text .categories-title h6 a {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  display: inherit;
  font-family: inherit;
  text-decoration: none;
  margin-bottom: 0;
  cursor: pointer;
}
/* line 402, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-block .categories-text .categories-title h6 a:hover {
  color: #303ab2;
  text-decoration: underline;
}
/* line 410, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-block .categories-img {
  max-width: 72px;
  width: 100%;
  max-height: 72px;
  height: 100%;
  display: flex;
  margin: 0 0 0 15px;
}
/* line 417, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-block .categories-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 424, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-list {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: absolute;
  border: 1px solid #cccccc;
  border-radius: 0 0 16px 16px;
  box-sizing: border-box;
  top: calc(100% - 16px);
  background: #fff;
  border-top: 0px;
  width: 100%;
  padding: 0 24px 24px 24px;
  transition: opacity 0.6s 0s cubic-bezier(0, -0.43, 1, 0.99);
}
/* line 439, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-list.visibility-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.6s 0s cubic-bezier(0, -0.43, 1, 0.99);
}
/* line 446, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-list .categories-listing {
  margin: 0;
  padding: 0;
}
/* line 449, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-list .categories-listing li {
  list-style-type: none;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  transition: all 0.7s 0s ease-out;
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
}
/* line 460, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-list .categories-listing li a {
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  line-height: 23px;
  color: #000;
  transition: all 0.7s 0s ease-out;
  font-family: Helvetica, sans-serif;
  -webkit-transition: all 0.7s 0s ease-out;
  -moz-transition: all 0.7s 0s ease-out;
  -ms-transition: all 0.7s 0s ease-out;
  -o-transition: all 0.7s 0s ease-out;
}
/* line 474, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-list .categories-listing li a:hover {
  text-decoration: underline;
}
/* line 481, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-list .cat-article-see-more {
  text-align: right;
}
/* line 484, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-list .cat-article-see-more a.more-details {
  font-family: Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
}
/* line 491, sass/style.scss */
.dashboard-section .categories-wrapper .category-wrap .categories-list .cat-article-see-more a.more-details:hover {
  color: #303ab2;
}

/* line 505, sass/style.scss */
.most-viewed-article-section h2.most-viewed-article-section-title {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 30px;
  text-align: left;
  color: #000;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  margin-top: 0;
}
/* line 516, sass/style.scss */
.most-viewed-article-section ul.most-viewed-article-list {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: start;
  align-items: start;
  margin: 0;
  padding: 0;
}
/* line 525, sass/style.scss */
.most-viewed-article-section ul.most-viewed-article-list li {
  width: 100%;
  max-width: calc(25% - 50px);
  margin-right: 50px;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 1150px) {
  /* line 525, sass/style.scss */
  .most-viewed-article-section ul.most-viewed-article-list li {
    max-width: calc(50% - 50px);
    margin: 0 0 15px 0;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 525, sass/style.scss */
  .most-viewed-article-section ul.most-viewed-article-list li {
    max-width: 100%;
    margin: 0 0 25px 0;
    padding: 0 15px;
  }
}
/* line 544, sass/style.scss */
.most-viewed-article-section ul.most-viewed-article-list li .article-col h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  margin: 0 0 15px 0;
}
/* line 551, sass/style.scss */
.most-viewed-article-section ul.most-viewed-article-list li .article-col .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: Helvetica, sans-serif;
}
@media (max-width: 767px) {
  /* line 551, sass/style.scss */
  .most-viewed-article-section ul.most-viewed-article-list li .article-col .desc {
    -webkit-line-clamp: 2;
  }
}
/* line 566, sass/style.scss */
.most-viewed-article-section ul.most-viewed-article-list li .article-col .seguir-leyendo {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #303ab2;
  text-decoration: none;
  cursor: pointer;
}

/* Most viewed article section CSS Ends*/
/* line 583, sass/style.scss */
.footer {
  background: #303ab2;
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin-top: 60px;
}
/* line 589, sass/style.scss */
.footer .footer-container {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  padding: 0px 16px;
  max-width: 1312px;
  width: calc(100% - 32px);
}
/* line 597, sass/style.scss */
.footer .footer-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  padding: 48px 0px 32px;
  align-items: center;
  flex-direction: row;
}
/* line 604, sass/style.scss */
.footer .footer-head .footerooter-logo {
  display: inline-block;
  margin: 0px 8px 24px 0px;
  padding: 0px;
}

/* line 616, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
@media (max-width: 1266px) {
  /* line 616, sass/style.scss */
  .todos-los-articulos-section .todos-los-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    gap: 15px 30px;
  }
}
/* line 629, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper ul.menus-listing {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 629, sass/style.scss */
  .todos-los-articulos-section .todos-los-wrapper ul.menus-listing {
    margin-bottom: 10px;
    width: 100%;
    display: inline;
  }
}
/* line 640, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper ul.menus-listing li:first-of-type a::before {
  display: none;
}
/* line 645, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper ul.menus-listing li {
  list-style-type: none;
  position: relative;
}
/* line 649, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper ul.menus-listing li.menu-active a {
  color: #333;
}
/* line 653, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper ul.menus-listing li ::before {
  content: ">";
  margin: 4px 8px;
  font-size: 13px;
  display: inline-block;
  color: #333;
}
@media (max-width: 767px) {
  /* line 653, sass/style.scss */
  .todos-los-articulos-section .todos-los-wrapper ul.menus-listing li ::before {
    margin: 0 6px 1px 4px;
  }
}
/* line 663, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper ul.menus-listing li a {
  text-decoration: none;
  /*color: $blue;*/
  font-size: 13px;
  line-height: 1.5;
  /*text-transform: capitalize;*/
}
/* line 669, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper ul.menus-listing li a :visited {
  /*color: $breadcrumb-color; */
}
/* line 673, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper ul.menus-listing li p {
  text-decoration: none;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  /*text-transform: capitalize; */
}
@media (max-width: 767px) {
  /* line 645, sass/style.scss */
  .todos-los-articulos-section .todos-los-wrapper ul.menus-listing li {
    display: inline;
  }
}
@media (max-width: 400px) {
  /* line 686, sass/style.scss */
  .todos-los-articulos-section .todos-los-wrapper .todos-los-search {
    width: 100%;
  }
}
/* line 690, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper .todos-los-search .wp-block-search__inside-wrapper {
  width: 100% !important;
  max-width: 400PX;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  align-items: center;
  min-width: 358px;
}
@media (max-width: 767px) {
  /* line 690, sass/style.scss */
  .todos-los-articulos-section .todos-los-wrapper .todos-los-search .wp-block-search__inside-wrapper {
    min-width: 355px;
  }
}
@media (max-width: 400px) {
  /* line 690, sass/style.scss */
  .todos-los-articulos-section .todos-los-wrapper .todos-los-search .wp-block-search__inside-wrapper {
    min-width: 100%;
    max-width: 100%;
  }
}
/* line 709, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper .todos-los-search .wp-block-search__inside-wrapper input[type="search"] {
  border: 0;
  font-size: 14px;
  padding: 12px 10px 12px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 16px;
  color: #666;
}
/* line 719, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper .todos-los-search .wp-block-search__inside-wrapper button.wp-element-button {
  background: #303ab2;
  width: 35px;
  height: 35px;
  margin: 0;
  border-radius: 50%;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
}
/* line 732, sass/style.scss */
.todos-los-articulos-section .todos-los-wrapper .todos-los-search .wp-block-search__inside-wrapper button.wp-element-button svg {
  min-height: 35px;
  min-width: 35px;
  /*transform: rotate(266deg);*/
  margin-top: 2px;
  margin-right: 0;
}
/* line 744, sass/style.scss */
.todos-los-articulos-section .todos-contents h2 {
  font-style: normal;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #000;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 700;
}
/* line 755, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap {
  display: flex;
  flex-wrap: wrap;
}
/* line 758, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes {
  width: 100%;
  max-width: calc(50% - 33px);
  margin-bottom: 60px;
  padding: 0px 15px 0px 18px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 758, sass/style.scss */
  .todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
/* line 772, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes ul.todos-con-list li a {
  font-size: 16px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  color: #000;
  line-height: 24px;
}
/* line 780, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes ul.todos-con-list li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 772, sass/style.scss */
  .todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes ul.todos-con-list li a {
    padding: 10px 0;
  }
}
/* line 786, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes ul.todos-con-list li a.see-all-articles {
  color: #303ab2;
}
/* line 788, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes ul.todos-con-list li a.see-all-articles:hover {
  text-decoration: underline;
}
/* line 795, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes h6 {
  color: #000;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 0 0 0 3px;
}
/* line 804, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes h6 a {
  color: inherit;
  margin: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
/* line 810, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes h6 a:hover {
  text-decoration: underline;
}
/* line 816, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes.active .todos-contents-design {
  position: relative;
}
/* line 818, sass/style.scss */
.todos-los-articulos-section .todos-contents-boxes-wrap .todos-contents-boxes.active .todos-contents-design::before {
  border-left: 5px solid #1f86da;
  position: absolute;
  left: -18px;
  content: " ";
  display: inline-block;
  width: 5px;
  height: 100%;
  content: " ";
}

/* line 837, sass/style.scss */
.archive-section .todos-contents h2 {
  margin-bottom: 10px;
}
/* line 844, sass/style.scss */
.archive-section ul.article-list li h6 {
  font-size: 16px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  color: #677379;
  margin: 0;
  font-weight: normal;
}
/* line 854, sass/style.scss */
.archive-section ul.article-list li h6 a {
  color: #000;
  margin: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  line-height: 24px;
}
/* line 861, sass/style.scss */
.archive-section ul.article-list li h6 a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 844, sass/style.scss */
  .archive-section ul.article-list li h6 {
    padding: 10px 0;
  }
}

/* line 875, sass/style.scss */
.article-inner-section .article-inner-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.36px;
  color: #000;
  margin-bottom: 18px;
  margin-top: 0;
}
/* line 887, sass/style.scss */
.article-inner-section .article-inner-wrapper {
  display: flex;
  align-items: self-start;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
/* line 893, sass/style.scss */
.article-inner-section .article-inner-wrapper article {
  flex: 1 0 70%;
  max-width: 70%;
  width: 100%;
  padding-right: 30px;
}
/* line 898, sass/style.scss */
.article-inner-section .article-inner-wrapper article header {
  padding: 0px;
}
/* line 900, sass/style.scss */
.article-inner-section .article-inner-wrapper article header .entry-title {
  color: #303ab2;
  font-weight: 600;
  line-height: 22px;
  margin-top: 45px;
}
/* line 905, sass/style.scss */
.article-inner-section .article-inner-wrapper article header .entry-title a {
  color: inherit;
  margin: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
/* line 911, sass/style.scss */
.article-inner-section .article-inner-wrapper article header .entry-title a:hover {
  text-decoration: underline;
}
/* line 918, sass/style.scss */
.article-inner-section .article-inner-wrapper article .entry-content img {
  display: block;
  max-width: 100%;
  /* margin: 0 auto;
  width: 100%; */
}
/* line 925, sass/style.scss */
.article-inner-section .article-inner-wrapper article .entry-content p a {
  color: #000;
}
/* line 927, sass/style.scss */
.article-inner-section .article-inner-wrapper article .entry-content p a:hover {
  text-decoration: underline;
}
/* line 935, sass/style.scss */
.article-inner-section .article-inner-wrapper aside.article-sidebar {
  flex: 0 0 27%;
  max-width: 27%;
  width: 100%;
}
/* line 939, sass/style.scss */
.article-inner-section .article-inner-wrapper aside.article-sidebar a.sidenav-item {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  margin: 0;
  /* padding-bottom: 20px; */
  padding: 8px;
  color: #2d3133;
  border-left: 2px solid #e0e0e0;
}
/* line 951, sass/style.scss */
.article-inner-section .article-inner-wrapper aside.article-sidebar a.sidenav-item:hover {
  color: #303ab2;
  text-decoration: underline;
}
/* line 956, sass/style.scss */
.article-inner-section .article-inner-wrapper aside.article-sidebar a.sidenav-item.current-article {
  color: #303ab2;
  border-left: 5px solid #303ab2;
}

/* line 963, sass/style.scss */
.article-more-questions {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 20px;
}
/* line 967, sass/style.scss */
.article-more-questions .inner-article-mquestions {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  font-size: 15px;
  line-height: 1.5;
}
/* line 973, sass/style.scss */
.article-more-questions .inner-article-mquestions a {
  font-size: 15px;
  line-height: 1.5;
  color: #303ab2;
  text-decoration: underline;
  cursor: pointer;
}
/* line 981, sass/style.scss */
.article-more-questions .inner-article-mquestions input[type="submit"] {
  background-color: transparent;
  background-color: transparent;
  margin: 10px 5px;
  width: auto;
  text-decoration: none;
  border-radius: 24px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  -webkit-transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  -moz-transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  -ms-transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  -o-transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  min-width: 90px;
  font-family: Helvetica, sans-serif;
}
/* line 1005, sass/style.scss */
.article-more-questions .article-share {
  flex: 0 0 50%;
}
/* line 1007, sass/style.scss */
.article-more-questions .article-share .share {
  padding: 0;
  white-space: nowrap;
}
/* line 1010, sass/style.scss */
.article-more-questions .article-share .share li {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
/* line 1015, sass/style.scss */
.article-more-questions .article-share .share li a {
  display: inline-block;
  color: #333;
}
/* line 1018, sass/style.scss */
.article-more-questions .article-share .share li a:hover {
  text-decoration: none;
  color: #303ab2;
}
/* line 1022, sass/style.scss */
.article-more-questions .article-share .share li a svg {
  display: block;
  width: 28px;
  height: 28px;
}

@media (max-width: 1023px) {
  /* line 1036, sass/style.scss */
  .article-inner-section .article-inner-wrapper {
    display: flex;
    align-items: self-start;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  /* line 1042, sass/style.scss */
  .article-inner-section .article-inner-wrapper article {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }
  /* line 1047, sass/style.scss */
  .article-inner-section .article-inner-wrapper aside.article-sidebar {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 1061, sass/style.scss */
  .article-inner-section .article-inner-wrapper article .entry-content img {
    display: block;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  /* line 1074, sass/style.scss */
  .article-more-questions .inner-article-mquestions {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  /* line 1078, sass/style.scss */
  .article-more-questions .article-share {
    flex: 0 0 100%;
  }
}
/* line 1086, sass/style.scss */
body .page-template-contact-form-template .wpcf7-form > p label > span {
  display: block;
  margin-top: 5px;
}
/* line 1092, sass/style.scss */
body .wpcf7-form {
  max-width: 650px;
  width: 100%;
}
/* line 1096, sass/style.scss */
body .wpcf7-form label {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #677379;
}
/* line 1102, sass/style.scss */
body .wpcf7-form span {
  max-width: 100%;
}
/* line 1106, sass/style.scss */
body .wpcf7-form input {
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 1px;
  box-shadow: inset 0 1px #e3e3e3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  min-width: 150px;
  overflow: hidden;
  padding: 0 20px 0 5px;
  position: relative;
  text-overflow: ellipsis;
  z-index: 1;
  width: calc(100% - 30px);
  white-space: nowrap;
  font-family: Helvetica, sans-serif;
}
/* line 1129, sass/style.scss */
body .wpcf7-form input:focus {
  border-color: #303ab2;
}
/* line 1133, sass/style.scss */
body .wpcf7-form select {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  position: relative;
  width: 100%;
  appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  background-size: 6px 12px;
}
/* line 1143, sass/style.scss */
body .wpcf7-form select:focus {
  border-color: #303ab2;
}
/* line 1147, sass/style.scss */
body .wpcf7-form select::after {
  content: "▾";
  line-height: 1em;
  position: absolute;
  right: 10px;
  top: 25%;
}
/* line 1155, sass/style.scss */
body .wpcf7-form input, body .wpcf7-form select, body .wpcf7-form textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 15px 0 10px;
  box-shadow: none;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
/* line 1165, sass/style.scss */
body .wpcf7-form input:focus, body .wpcf7-form select:focus, body .wpcf7-form textarea:focus {
  border-color: #303ab2;
}
/* line 1169, sass/style.scss */
body .wpcf7-form input[type="submit"] {
  width: auto;
  cursor: pointer;
  background-color: #303ab2;
  border: 0;
  border-radius: 24px;
  font-size: 16px;
  line-height: 32px;
  min-width: 190px;
  padding: 0 1.9286em;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 1169, sass/style.scss */
  body .wpcf7-form input[type="submit"] {
    width: 100%;
  }
}
/* line 1184, sass/style.scss */
body .wpcf7-form textarea {
  font-size: 14px;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  outline: none;
  padding: 10px;
  vertical-align: middle;
  min-height: 120px;
  width: calc(100% - 25px);
}

/* line 1199, sass/style.scss */
.drop-files-here {
  width: auto;
  position: relative;
  display: flex;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 9px 10px;
  color: #9ca5aa;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 70px;
}
/* line 1214, sass/style.scss */
.drop-files-here a {
  color: #303ab2;
  font-size: 13px;
  margin-right: 3px;
}
/* line 1219, sass/style.scss */
.drop-files-here .wpcf7-form-control-wrap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: inline-block;
}

/* line 1232, sass/style.scss */
section > h3 {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #677379;
}

/* line 1240, sass/style.scss */
.search-result {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
/* line 1244, sass/style.scss */
.search-result .search-result-sidebar {
  flex: 0 0 20%;
}
/* line 1248, sass/style.scss */
.search-result .search-result-sidebar .multibrand-filter li a.filter-item, .search-result .search-result-sidebar .multibrand-filter-list li a.filter-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: #677379;
  display: block;
  margin-top: 10px;
}
/* line 1255, sass/style.scss */
.search-result .search-result-sidebar .multibrand-filter li:hover, .search-result .search-result-sidebar .multibrand-filter-list li:hover {
  text-decoration: none;
  background-color: #e9ebed;
}
/* line 1259, sass/style.scss */
.search-result .search-result-sidebar .multibrand-filter li a.filter-item.current, .search-result .search-result-sidebar .multibrand-filter-list li a.filter-item.current {
  text-decoration: none;
  background-color: #e9ebed;
}

/* line 1269, sass/style.scss */
.search-result-column .search-result-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* line 1273, sass/style.scss */
.search-result-column .search-result-list li {
  flex: 0 0 50%;
  padding: 20px 0;
}
/* line 1276, sass/style.scss */
.search-result-column .search-result-list li h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.38px;
  color: #000;
  margin-bottom: 15px;
}
/* line 1286, sass/style.scss */
.search-result-column .search-result-list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #484B4D;
}
/* line 1294, sass/style.scss */
.search-result-column .search-result-list li a:hover {
  text-decoration: underline;
}

/* line 1302, sass/style.scss */
.pagination {
  margin: 20px 0;
}
/* line 1304, sass/style.scss */
.pagination .pagination-list {
  text-align: center;
}
/* line 1306, sass/style.scss */
.pagination .pagination-list li {
  display: inline-block;
}
/* line 1308, sass/style.scss */
.pagination .pagination-list li a {
  background-color: transparent;
  border: 1px solid #303ab2;
  border-radius: 4px;
  color: #303ab2;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  -webkit-touch-callout: none;
}
/* line 1325, sass/style.scss */
.pagination .pagination-list li a:hover {
  color: #fff;
  background-color: #303ab2;
}
/* line 1329, sass/style.scss */
.pagination .pagination-list li a .pagination-next-text {
  margin-right: 10px;
}

@media (max-width: 640px) {
  /* line 1339, sass/style.scss */
  .search-result-column .search-result-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  /* line 1343, sass/style.scss */
  .search-result-column .search-result-list li {
    flex: 0 0 100%;
  }
}
/* line 1353, sass/style.scss */
.page-template .wp-block-search__inside-wrapper .wp-block-search__input #search-clear:focus {
  display: none;
  opacity: 0;
}
/* line 1357, sass/style.scss */
.page-template .wp-block-search__inside-wrapper .wp-block-search__input #search-clear:hover {
  display: none;
  opacity: 0;
}

/* line 1368, sass/style.scss */
.search .site .main-body-section {
  min-height: 340px;
}
/* line 1373, sass/style.scss */
.search .site .main-body-section .dashboard-section .dashboard-title h2 {
  color: #677379;
}
/* line 1378, sass/style.scss */
.search .site .main-body-section .search-result-column {
  margin-top: 180px;
}
@media (max-width: 1024px) {
  /* line 1378, sass/style.scss */
  .search .site .main-body-section .search-result-column {
    margin-top: 140px;
  }
}
/* line 1384, sass/style.scss */
.search .site .main-body-section .search-result-column h1 {
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.36px;
  color: #000;
}
/* line 1394, sass/style.scss */
.search .site .main-body-section .search-result-column p {
  color: #677379;
  font-size: 15px;
  line-height: 1.5;
}
/* line 1398, sass/style.scss */
.search .site .main-body-section .search-result-column p a {
  text-decoration: none;
  color: #303ab2;
  font-size: inherit;
  line-height: inherit;
}
/* line 1403, sass/style.scss */
.search .site .main-body-section .search-result-column p a:hover {
  text-decoration: underline;
}

/* line 1415, sass/style.scss */
.error404 .site .main-body-section {
  min-height: 340px;
}
/* line 1417, sass/style.scss */
.error404 .site .main-body-section .container {
  max-width: 1160px;
}
@media (max-width: 1160px) {
  /* line 1417, sass/style.scss */
  .error404 .site .main-body-section .container {
    padding: 0 5%;
  }
}
/* line 1422, sass/style.scss */
.error404 .site .main-body-section .container h1 {
  font-size: 32px;
  margin: 0px 0 25px 0;
  color: #677379;
}
/* line 1427, sass/style.scss */
.error404 .site .main-body-section .container h2 {
  font-size: 22px;
  margin: 0 0 22px 0;
  color: #677379;
}
/* line 1432, sass/style.scss */
.error404 .site .main-body-section .container p {
  color: #677379;
  font-size: 15px;
  line-height: 1.5;
}
/* line 1436, sass/style.scss */
.error404 .site .main-body-section .container p a {
  color: #303ab2;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}
/* line 1441, sass/style.scss */
.error404 .site .main-body-section .container p a:hover {
  text-decoration: underline;
}

/* line 1452, sass/style.scss */
ul.ui-menu {
  max-width: 400px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 11;
}
/* line 1459, sass/style.scss */
ul.ui-menu li.ui-menu-item {
  border-bottom: 1px solid #c2c8cc;
  color: #999;
  display: block;
  padding: 20px;
  cursor: pointer;
  font-size: 13px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1469, sass/style.scss */
ul.ui-menu li.ui-menu-item div.ui-menu-item-wrapper {
  color: #1f73b7;
  font-size: 15px;
  padding-bottom: 4px;
}

/* line 1478, sass/style.scss */
.seach-resultados .resultados-wrap {
  width: 80%;
  margin: auto;
}
/* line 1482, sass/style.scss */
.seach-resultados .resultados-wrap .resultados-title h6 {
  color: #a2a2a2;
  line-height: 20px;
  font-weight: 500;
  font-size: 12px;
}
/* line 1488, sass/style.scss */
.seach-resultados .resultados-wrap .resultados-title h6 .search-status-query {
  color: #167db7;
  line-height: 20px;
  font-weight: 500;
  font-size: 12px;
  padding: 0;
  margin: 15px 0 10px 0;
}
/* line 1499, sass/style.scss */
.seach-resultados .resultados-wrap .resultados-box {
  border: 1px solid #cccccc;
  border-radius: 16px;
  box-sizing: border-box;
  color: #3d3f43;
  display: flex;
  flex-direction: column;
  flex: 0 0 414px;
  width: 100%;
  box-shadow: none;
  padding: 24px;
  margin-bottom: 16px;
  transition: all 1s cubic-bezier(0.1, 0.7, 0.1, 1) 0s;
}
/* line 1513, sass/style.scss */
.seach-resultados .resultados-wrap .resultados-box:hover h6 {
  color: #409ace;
  text-decoration: underline;
}
/* line 1519, sass/style.scss */
.seach-resultados .resultados-wrap .resultados-box h6 {
  color: #000;
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .2px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
/* line 1528, sass/style.scss */
.seach-resultados .resultados-wrap .resultados-box h6 a {
  color: inherit;
  margin: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
/* line 1534, sass/style.scss */
.seach-resultados .resultados-wrap .resultados-box h6 a:hover {
  text-decoration: underline;
}
/* line 1540, sass/style.scss */
.seach-resultados .resultados-wrap .resultados-box .resultados-box-summary p {
  padding: 16px 0;
  color: #3d3f43;
  letter-spacing: .45px;
  line-height: 22px;
  font-size: 13.5px;
  font-weight: 400;
  margin: 0;
}
/* line 1551, sass/style.scss */
.seach-resultados .resultados-wrap .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 1556, sass/style.scss */
.seach-resultados .resultados-wrap .pagination-wrapper .arrow-left {
  padding: 0 10px;
}
/* line 1559, sass/style.scss */
.seach-resultados .resultados-wrap .pagination-wrapper .arrow-right {
  padding: 0 10px;
}
/* line 1562, sass/style.scss */
.seach-resultados .resultados-wrap .pagination-wrapper a {
  background-color: transparent;
  border: 1px solid #409ace;
  border-radius: 4px;
  color: #409ace;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0 2px;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  text-decoration: none;
}
/* line 1579, sass/style.scss */
.seach-resultados .resultados-wrap .pagination-wrapper a:hover {
  background-color: #409ace;
  color: #fff;
  text-decoration: none;
}
/* line 1585, sass/style.scss */
.seach-resultados .resultados-wrap .pagination-wrapper .nav-links {
  display: flex;
}

/* line 1592, sass/style.scss */
.not-found {
  min-height: 188px;
}
@media (max-width: 991px) {
  /* line 1592, sass/style.scss */
  .not-found {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  /* line 1592, sass/style.scss */
  .not-found {
    min-height: 60px;
  }
}
@media (max-width: 600px) {
  /* line 1592, sass/style.scss */
  .not-found {
    min-height: 30px;
  }
}
/* line 1603, sass/style.scss */
.not-found .page-header {
  text-align: center;
  padding: 0;
  max-width: 100%;
}
/* line 1607, sass/style.scss */
.not-found .page-header .page-title {
  margin: 0 0 20px 0;
}
/* line 1612, sass/style.scss */
.not-found .page-content p {
  text-align: center;
}
/* line 1615, sass/style.scss */
.not-found .page-content .search-form {
  display: none;
}

/* line 1624, sass/style.scss */
body.single.single-post .article-inner-wrapper article.post ul {
  padding-left: 20px !important;
}
/* line 1626, sass/style.scss */
body.single.single-post .article-inner-wrapper article.post ul li {
  margin: 20px 0 20px 20px;
  list-style-type: disc;
  letter-spacing: 0.2px;
  line-height: 20px;
}

/* line 1642, sass/style.scss */
body.wp-admin .edit-post-visual-editor .is-root-container ul li {
  margin: 20px 0 20px 20px;
  letter-spacing: 0.2px;
  line-height: 20px;
}

/* line 1655, sass/style.scss */
body.single-post article.post .entry-content a {
  line-height: 20px;
}
/* line 1658, sass/style.scss */
body.single-post article.post .entry-content p {
  /* line-height: 20px;*/
  line-height: 1.6;
  letter-spacing: 0.1px;
}
/* line 1664, sass/style.scss */
body.single-post article.post .entry-content ul li {
  /*line-height: 20px;*/
  line-height: 1.6;
  letter-spacing: 0.1px;
}
/* line 1671, sass/style.scss */
body.single-post article.post .entry-content ol li {
  /*line-height: 20px;*/
  line-height: 1.6;
  letter-spacing: 0.1px;
  text-align: justify;
}
/* line 1678, sass/style.scss */
body.single-post article.post .entry-content span {
  line-height: 20px;
}
/* line 1681, sass/style.scss */
body.single-post article.post .entry-content strong {
  line-height: 20px;
}
/* line 1684, sass/style.scss */
body.single-post article.post .entry-content b {
  line-height: 20px;
}

/* line 1691, sass/style.scss */
#article-feedback-public {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
/* line 1694, sass/style.scss */
#article-feedback-public #wthf-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
/* line 1702, sass/style.scss */
#article-feedback-public #article-feedback-yes-no span {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
  text-decoration: none;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
}
/* line 1721, sass/style.scss */
#article-feedback-public #article-feedback-count-block span {
  display: inline-flex;
  font-size: 12px;
  line-height: 1.5;
}
/* line 1725, sass/style.scss */
#article-feedback-public #article-feedback-count-block span p {
  margin: 0 0 0 5px;
  font-size: inherit;
  line-height: inherit;
}

/* line 1734, sass/style.scss */
.home ul.ui-menu {
  width: 100%;
  max-width: 525px;
}

/* line 1741, sass/style.scss */
.search ul.ui-menu {
  width: 100%;
  max-width: 525px;
}

/* line 1747, sass/style.scss */
.single ul.ui-menu {
  width: 100%;
  max-width: 358px;
}

/* line 1753, sass/style.scss */
.page-template-all-article-template ul.ui-menu {
  width: 100%;
  max-width: 358px;
}

/* line 1759, sass/style.scss */
.category ul.ui-menu {
  width: 100%;
  max-width: 358px;
}

/* line 1766, sass/style.scss */
.accordian-wrapper {
  margin: 0 30px 60px 30px;
}
@media (max-width: 1180px) {
  /* line 1766, sass/style.scss */
  .accordian-wrapper {
    margin: 0 0 60px 0;
  }
}
/* line 1771, sass/style.scss */
.accordian-wrapper .accordion {
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 16px;
  text-align: left;
  outline: none;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  transition: 0.4s;
}
/* line 1787, sass/style.scss */
.accordian-wrapper .accordion::after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/* line 1797, sass/style.scss */
.accordian-wrapper .active {
  border-radius: 16px 16px 0 0;
}
/* line 1800, sass/style.scss */
.accordian-wrapper .active::after {
  content: "\2212";
}
/* line 1803, sass/style.scss */
.accordian-wrapper .panel {
  padding: 0 18px;
  max-height: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 16px 16px;
}

/* line 1821, sass/style.scss */
body.wp-admin .admin-acf-accordion-title input {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

/* line 1833, sass/style.scss */
body.home .accordian-wrapper .panel ul, body.home .accordian-wrapper .panel ol {
  padding-left: 40px;
  padding: 8px 0 8px 40px;
  margin: 0;
}
/* line 1837, sass/style.scss */
body.home .accordian-wrapper .panel ul li, body.home .accordian-wrapper .panel ol li {
  line-height: 1.6;
  letter-spacing: 0.1px;
  text-align: justify;
  padding: 8px 0;
}
/* line 1845, sass/style.scss */
body.home .accordian-wrapper .panel ol li {
  list-style-type: decimal;
}
/* line 1850, sass/style.scss */
body.home .accordian-wrapper .panel ul li {
  list-style-type: disc;
}
/* line 1854, sass/style.scss */
body.home .accordian-wrapper .panel a {
  line-height: 20px;
  color: #000;
  text-decoration: underline;
}
/* line 1859, sass/style.scss */
body.home .accordian-wrapper .panel p {
  margin: 0 0 16px 0;
  display: inline-block;
}
/* line 1864, sass/style.scss */
body.home .accordian-wrapper button.accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1877, sass/style.scss */
body.network-site-id-6 #page .dashboard-section div.dashboard-wrapper div.dashboard-title h2.wp-block-heading {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 600;
}
/* line 1884, sass/style.scss */
body.network-site-id-6 #page .dashboard-section div.dashboard-wrapper div.dashboard-title section#block-2 div input[type="search"] {
  font-family: Poppins;
  font-size: 16px;
}
/* line 1895, sass/style.scss */
body.network-site-id-6 #page .dashboard-section div.categories-wrapper div.categories-block div.categories-title h6 {
  font-family: Poppins;
  font-weight: 500;
}
/* line 1900, sass/style.scss */
body.network-site-id-6 #page .dashboard-section div.categories-wrapper div.categories-block p {
  font-family: Poppins;
}
/* line 1907, sass/style.scss */
body.network-site-id-6 #page .dashboard-section div.categories-wrapper div.categories-list ul.categories-listing li a {
  font-family: Poppins;
}
/* line 1915, sass/style.scss */
body.network-site-id-6 #page .dashboard-section div.most-viewed-article-section h2.most-viewed-article-section-title {
  font-family: Poppins;
  font-weight: 500;
}
/* line 1922, sass/style.scss */
body.network-site-id-6 #page .dashboard-section div.most-viewed-article-section ul li div h3.title {
  font-family: Poppins;
}
/* line 1925, sass/style.scss */
body.network-site-id-6 #page .dashboard-section div.most-viewed-article-section ul li div p {
  font-family: Poppins;
}
/* line 1928, sass/style.scss */
body.network-site-id-6 #page .dashboard-section div.most-viewed-article-section ul li div a {
  font-family: Poppins;
}
/* line 1941, sass/style.scss */
body.network-site-id-6 div.container div.todos-los-wrapper ul.menus-listing li a {
  font-family: Poppins;
}
/* line 1944, sass/style.scss */
body.network-site-id-6 div.container div.todos-los-wrapper ul.menus-listing li p {
  font-family: Poppins;
}
/* line 1952, sass/style.scss */
body.network-site-id-6 div.container div.todos-los-wrapper div.todos-los-search #block-2 form input[type="search"] {
  font-family: Poppins;
}
/* line 1960, sass/style.scss */
body.network-site-id-6 div.container div.todos-contents h2 {
  font-family: Poppins;
  font-weight: 500;
}
/* line 1967, sass/style.scss */
body.network-site-id-6 div.container div.todos-contents-boxes-wrap div.todos-contents-boxes h6 {
  font-family: Poppins;
  font-weight: 500;
}
/* line 1973, sass/style.scss */
body.network-site-id-6 div.container div.todos-contents-boxes-wrap div.todos-contents-boxes ul.todos-con-list li a {
  font-family: Poppins;
}
/* line 1982, sass/style.scss */
body.network-site-id-6 div.container ul.article-list li a {
  font-family: Poppins;
}
/* line 1988, sass/style.scss */
body.network-site-id-6 div.container div.article-inner-title h2 {
  font-family: Poppins;
  font-weight: 500;
}
/* line 1998, sass/style.scss */
body.network-site-id-6 div.container div.article-inner-wrapper aside div.collapsible-sidebar-body ul li a {
  font-family: Poppins;
}
/* line 2007, sass/style.scss */
body.network-site-id-6 div.container div.article-inner-wrapper article.post header h4.entry-title {
  font-family: Poppins;
  font-size: 20px;
}
/* line 2014, sass/style.scss */
body.network-site-id-6 div.container div.article-inner-wrapper article.post div.entry-content section.article-info div.article-body {
  font-family: Poppins;
}
/* line 2023, sass/style.scss */
body.network-site-id-6 div.container div.resultados-wrap .resultados-title h6 {
  font-family: Poppins;
  font-weight: 400;
}
/* line 2028, sass/style.scss */
body.network-site-id-6 div.container div.resultados-wrap div.post {
  font-family: Poppins;
}
/* line 2031, sass/style.scss */
body.network-site-id-6 div.container div.resultados-wrap div.post .resultados-box-title h6 {
  font-family: Poppins;
}
/* line 2037, sass/style.scss */
body.network-site-id-6 div.container div.resultados-wrap div.pagination-wrapper a {
  font-family: Poppins;
}
/* line 2041, sass/style.scss */
body.network-site-id-6 div.container div.resultados-wrap div.pagination-wrapper nav div.nav-links {
  font-family: Poppins;
}
/* line 2049, sass/style.scss */
body.network-site-id-6 div.container div.no-results .page-header h1 {
  font-family: Poppins;
  font-weight: 500;
}
/* line 2054, sass/style.scss */
body.network-site-id-6 div.container div.no-results .page-content {
  font-family: Poppins;
}
/* line 2059, sass/style.scss */
body.network-site-id-6 section.error-404 {
  font-family: Poppins;
}

/* line 2064, sass/style.scss */
.wp-block-search__input:focus-visible {
  outline: none;
}
