.paginator {
  height: 40px;
  border: 3px solid #000000;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .paginator ul,
  .paginator ol {
    display: flex; }
    .paginator ul li,
    .paginator ol li {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .paginator ul li:first-child a::after,
      .paginator ol li:first-child a::after {
        content: "";
        border-right: 3px solid #000000;
        position: absolute;
        height: 100%;
        right: 0; }
      .paginator ul li:first-child:last-child a::after,
      .paginator ol li:first-child:last-child a::after {
        border: none; }
      .paginator ul li.active a,
      .paginator ol li.active a {
        color: #000000;
        font-weight: 900;
        cursor: default; }
      .paginator ul li:not(.active) a,
      .paginator ol li:not(.active) a {
        cursor: pointer; }
      .paginator ul li a,
      .paginator ol li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 34px;
        width: 34px;
        font-size: 16px;
        color: #60737d;
        line-height: 28px; }
        .paginator ul li a:hover, .paginator ul li a:focus,
        .paginator ol li a:hover,
        .paginator ol li a:focus {
          color: #000000; }
        .paginator ul li a.dots,
        .paginator ol li a.dots {
          cursor: default; }
      .paginator ul li.last-pagination-child:hover, .paginator ul li.last-pagination-child:focus,
      .paginator ol li.last-pagination-child:hover,
      .paginator ol li.last-pagination-child:focus {
        background: #000000; }
        .paginator ul li.last-pagination-child:hover a::before, .paginator ul li.last-pagination-child:focus a::before,
        .paginator ol li.last-pagination-child:hover a::before,
        .paginator ol li.last-pagination-child:focus a::before {
          background: url("/static/public-theme/img/icons/generic/icon-next-arrow-white.e7cda4aa68a3.svg") no-repeat;
          height: 12px;
          width: 12px; }
      .paginator ul li.last-pagination-child::after,
      .paginator ol li.last-pagination-child::after {
        content: "";
        border-left: 3px solid #000000;
        position: absolute;
        height: 100%; }
      .paginator ul li.last-pagination-child a::before,
      .paginator ol li.last-pagination-child a::before {
        content: "";
        background: url("/static/public-theme/img/icons/generic/icon-next-arrow-black.0ef17c72671a.svg") no-repeat;
        position: absolute;
        height: 16px;
        width: 16px;
        left: 16px;
        top: 11px; }
      .paginator ul li.first-pagination-child:hover, .paginator ul li.first-pagination-child:focus,
      .paginator ol li.first-pagination-child:hover,
      .paginator ol li.first-pagination-child:focus {
        background: #000000; }
        .paginator ul li.first-pagination-child:hover a::before, .paginator ul li.first-pagination-child:focus a::before,
        .paginator ol li.first-pagination-child:hover a::before,
        .paginator ol li.first-pagination-child:focus a::before {
          background: url("/static/public-theme/img/icons/generic/icon-next-arrow-white.e7cda4aa68a3.svg") no-repeat;
          height: 12px;
          width: 12px;
          left: 6px;
          top: 12px; }
      .paginator ul li.first-pagination-child a::before,
      .paginator ol li.first-pagination-child a::before {
        content: "";
        background: url("/static/public-theme/img/icons/generic/icon-next-arrow-black.0ef17c72671a.svg") no-repeat;
        position: absolute;
        height: 16px;
        width: 16px;
        left: 2px;
        top: 8px;
        transform: rotate(180deg); }

.select {
  padding-bottom: 16px;
  border-bottom: 3px solid #000000;
  display: inline-block; }
  .select.width-100 {
    width: 100%; }
  .select .select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%; }
    .select .select-wrapper.width-100 {
      width: 100%; }
    .select .select-wrapper::after {
      content: "";
      background: url("/static/public-theme/img/icons/generic/icon-next-arrow-black.0ef17c72671a.svg") no-repeat;
      position: absolute;
      transform: rotate(90deg);
      width: 16px;
      height: 16px;
      right: 0;
      top: calc(100% - 18px);
      pointer-events: none; }
    .select .select-wrapper label {
      display: none; }
    .select .select-wrapper select {
      height: 32px;
      width: 100%;
      color: #000000;
      font-family: "National 2 Narrow", "National 2 Narrow Fallback", sans-serif;
      font-weight: bold;
      padding-right: 24px;
      font-size: 16px;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -ms-appearance: none;
      min-width: 120px;
      background: transparent;
      outline: none; }
      .select .select-wrapper select option {
        font-family: "National 2", "National 2 Fallback", sans-serif;
        font-size: 16px;
        color: #000000; }
  .select.outlined {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 3px solid #000000;
    padding: 0px; }
    .select.outlined .select-wrapper::after {
      top: calc(100% - 22px);
      right: 12px; }
    .select.outlined .select-wrapper select {
      padding-left: 16px;
      padding-right: 16px;
      height: 42px;
      background: transparent;
      text-align: left;
      text-align: -webkit-left;
      text-align-last: left; }
  .select.min-width-180 {
    min-width: 180px; }
  .select.clasic {
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    height: 56px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px; }
    .select.clasic .select-wrapper::after {
      top: calc(100% - 30px); }
    .select.clasic .select-wrapper select {
      height: 56px;
      padding: 0px;
      font-family: "National 2", "National 2 Fallback", sans-serif;
      color: #60737d;
      font-weight: 400; }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.faq-collapse li::before {
  content: "";
  border-bottom: 1px solid #DBE0E3;
  width: 100%;
  position: absolute;
  bottom: 0; }
.faq-collapse li:first-child::before {
  content: "";
  border-top: 1px solid #DBE0E3;
  width: 100%;
  position: absolute;
  top: 0; }
.faq-collapse .collapse-card-header {
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 24px; }
  .faq-collapse .collapse-card-header h2 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-family: "National 2 Narrow", "National 2 Narrow Fallback", sans-serif;
    font-weight: 600; }
  .faq-collapse .collapse-card-header span {
    display: none; }
  .faq-collapse .collapse-card-header .collapsed::after {
    content: "";
    position: absolute;
    background: url("/static/public-theme/img/icons/generic/icon-plus-black.e8b1259527b5.svg") no-repeat;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 0px; }
  .faq-collapse .collapse-card-header > div:not(.collapsed)::after {
    background: url("/static/public-theme/img/icons/generic/icon-minus-black.78c030192d61.svg") no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 0px;
    content: ""; }
.faq-collapse .collapse-card-body {
  padding-top: 8px;
  padding-bottom: 32px;
  font-size: 17px;
  line-height: 28px;
  color: #60737d; }
  .faq-collapse .collapse-card-body p:not(:last-child) {
    margin-bottom: 32px; }

.sticky-bottom-bar {
  position: fixed;
  bottom: 16px;
  width: 100%;
  z-index: 1; }
  .sticky-bottom-bar.hidden {
    display: none !important; }
  .sticky-bottom-bar .sticky-bottom-bar-content {
    padding: 24px;
    border: 3px solid #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: relative; }
    .sticky-bottom-bar .sticky-bottom-bar-content .sticky-bottom-bar-close-btn {
      cursor: pointer;
      position: absolute;
      right: 8px;
      top: -16px; }
    .sticky-bottom-bar .sticky-bottom-bar-content.bg-yellow {
      background: #FFC547 url("/static/public-theme/img/patterns/pattern-white.b5107428abd4.svg") no-repeat;
      background-position: 48% 24%;
      background-size: 64%; }

.resources-page header nav ul li > a {
  color: #000000; }
  .resources-page header nav ul li > a img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%); }

.courses-page header nav ul li a {
  color: #FFFFFF; }

.resource-card {
  position: relative; }
  .resource-card h2 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }

.resources-bar {
  margin-top: -208px; }
  .resources-bar ul {
    padding-bottom: 16px;
    border-bottom: 3px solid #000000; }
    .resources-bar ul li {
      display: inline-block; }
      .resources-bar ul li.active a {
        color: #000000;
        font-family: "National 2 Narrow", "National 2 Narrow Fallback", sans-serif;
        font-weight: bold; }
      .resources-bar ul li:not(:last-child) {
        margin-right: 12px; }
      .resources-bar ul li a {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        color: #60737d;
        text-align: center; }
        .resources-bar ul li a:hover, .resources-bar ul li a:focus {
          color: #000000; }
        .resources-bar ul li a span {
          display: block;
          margin-top: 8px; }

.select .select-wrapper::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute; }
.select .select-wrapper select {
  text-align: right;
  text-align: -webkit-right;
  text-align-last: right;
  direction: rtl; }
.select.all .select-wrapper::before {
  background: url("/static/public-theme/img/icons/white/icon-todos.2ce958b75f8c.svg"); }
.select.ebooks .select-wrapper::before {
  background: url("/static/public-theme/img/icons/yellow/icon-ebooks.ec078525f8be.svg"); }
.select.videos .select-wrapper::before {
  background: url("/static/public-theme/img/icons/yellow/icon-videos.fad00c494ae9.svg"); }
.select.infographics .select-wrapper::before {
  background: url("/static/public-theme/img/icons/blue/icon-infografias.ee5f0343d35b.svg"); }
.select.courses .select-wrapper::before {
  background: url("/static/public-theme/img/icons/blue/icon-cursos.e13d7e96dab2.svg"); }
.select.webinars .select-wrapper::before {
  background: url("/static/public-theme/img/icons/orange/icon-webinars.d1785cbf78da.svg"); }
.select.freebies .select-wrapper::before {
  background: url("/static/public-theme/img/icons/pink/icon-freebies.64a7ffcf5ab8.svg"); }
.select.css-inliner .select-wrapper::before {
  background: url("/static/public-theme/img/icons/blue/icon-cssinliner.0ef4fe03a74e.svg"); }

.block-resource-info figure {
  display: inline-block; }
.block-resource-info .col-lg-4 {
  flex: 0 0 25%;
  margin-bottom: 32px; }
.block-resource-info h3 {
  font-family: "National 2 Narrow", "National 2 Narrow Fallback", sans-serif;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold; }
.block-resource-info p {
  color: #60737d;
  font-size: 16px;
  line-height: 24px; }
.block-resource-info img {
  opacity: 0;
  width: 80px;
  height: 80px;
  margin-left: -12px;
  margin-bottom: 16px; }
.block-resource-info li figure::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: -12px;
  top: 0; }
.block-resource-info.ebooks li:first-child figure::after {
  background: url("/static/public-theme/img/icons/yellow/icon-ebooks.ec078525f8be.svg"); }
.block-resource-info.ebooks li:nth-child(3) figure::after {
  background: url("/static/public-theme/img/icons/yellow/icon-webinars.2d94c6d5b541.svg"); }
.block-resource-info.ebooks li:last-child figure::after {
  background: url("/static/public-theme/img/icons/yellow/icon-precios-email-marketing.66662f4bbf1a.svg"); }
.block-resource-info.webinars li:first-child figure::after {
  background: url("/static/public-theme/img/icons/orange/icon-calendar.8ea158972521.svg"); }
.block-resource-info.webinars li:nth-child(3) figure::after {
  background: url("/static/public-theme/img/icons/orange/icon-webinars.d1785cbf78da.svg"); }
.block-resource-info.webinars li:last-child figure::after {
  background: url("/static/public-theme/img/icons/orange/icon-ahorra-tiempo.1bfebcf6496d.svg"); }
.block-resource-info.freebies li:first-child figure::after {
  background: url("/static/public-theme/img/icons/pink/icon-freebies.64a7ffcf5ab8.svg"); }
.block-resource-info.freebies li:nth-child(3) figure::after {
  background: url("/static/public-theme/img/icons/red/icon-otros.9e79d4426a92.svg"); }
.block-resource-info.freebies li:last-child figure::after {
  background: url("/static/public-theme/img/icons/red/icon-precios-email-marketing.207ded67fdf6.svg"); }

.block-resource-check {
  text-align: center; }
  .block-resource-check li {
    padding-top: 84px;
    position: relative; }
    .block-resource-check li:not(:last-child) {
      margin-bottom: 24px; }
    .block-resource-check li::before {
      content: "";
      background: url("/static/public-theme/img/icons/green/icon-haz-campanas-mas-efectivas.d2c084d6ae97.svg") center no-repeat;
      width: 64px;
      height: 64px;
      position: absolute;
      top: 0;
      left: calc(50% - 32px); }
  .block-resource-check h3 span {
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 80px;
    font-weight: 600; }
  .block-resource-check span {
    min-height: 66px;
    display: inline-block;
    font-family: "National 2 Narrow", "National 2 Narrow Fallback", sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    font-weight: 600; }

@media (min-width: 991px) {
  .resource-card {
    hyphens: auto; }
    .resource-card .btn.medium {
      position: absolute;
      bottom: 24px;
      left: 24px;
      right: 24px; } }
@media (max-width: 991px) {
  .resources-bar ul li:not(:last-child) {
    margin-right: 4px; }

  .block-resource-info .col-lg-4 {
    flex: 0 0 50%; }

  .integrations-page .integrations-list li[class^="col"] {
    opacity: 1 !important; } }
@media (max-width: 767px) {
  .block-resource-check .col-lg-3,
  .block-resource-check .col-lg-12 {
    width: 100%; }
  .block-resource-check h3 span {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 48px; }

  .block-resource-info h3 {
    font-size: 24px; }
  .block-resource-info li figure::after {
    width: 48px;
    height: 48px; }
  .block-resource-info img {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    margin-left: 0px; }
  .block-resource-info .col-lg-4 {
    flex: 0 0 100%;
    text-align: center; } }
