/* Fix for container within navbar on small viewports, for Firefox and Chrome.
This may but be necessary when Bootstrap 4 is improved after alpha. */

@media (max-width: 575px) {
  .navbar > .container {
    position: static;
    width: 100%;
  }
}

/* Max content widths */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Navbar */
.navbar-topbar {
  border-radius: 0;
}
.navbar .dropdown-menu li {
  width: 100%;
  margin-left: 0 !important;
}
.navbar .dropdown-menu {
  margin-top: 0;
  padding: 1rem 0;
  border-radius: 8px;
  border: none;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3);
}

/* Main content */
#content article {
  margin: 0;
}
#content header {
  margin: 20px 0;
}
#content footer {
  padding-bottom: 20px;
}
.page-header {
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding: 10px 14px;
}

/* Sidebar */
.sidebar {
  margin-top: 20px;
}
.sidebar section {
  margin-bottom: 40px;
}
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0;
}
.sidebar li {
  margin: 10px 0;
}

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */

/* Comments */

#respond {
  margin-top: 40px;
}
ol.commentlist {
  counter-reset: li; /* Initiate a counter */
  padding: 0;
}
ol.commentlist ul {
  padding: 0;
}
ol.commentlist > li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: none; /* Disable the normal item numbering */
}
ol.commentlist > li:before {
  content: "Thread " counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  padding: 5px 20px 5px 10px;
  color: #999;
}
ol.commentlist li ol,
ol.commentlist li ul {
  list-style-type: none;
  margin: 0;
}

.commentlist li li {
  background: #f9f9f9;
}
.commentlist li li li {
  background: #fff;
}
.commentlist li li li li {
  background: #f9f9f9;
}
.commentlist li li li li li li {
  background: #fff;
}
.commentlist li {
  padding: 20px;
}
.commentlist ul li {
  margin-top: 20px;
  margin-bottom: 0;
}
.reply p {
  margin: 0;
}

/* Fonts */
@font-face {
  font-family: "Fakt";
  src: url("../fonts/FaktPro-Thin.eot");
  src: url("../fonts/FaktPro-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FaktPro-Thin.woff") format("woff"),
    url("../fonts/FaktPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Fakt";
  src: url("../fonts/FaktPro-ThinItalic.eot");
  src: url("../fonts/FaktPro-ThinItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FaktPro-ThinItalic.woff") format("woff"),
    url("../fonts/FaktPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Fakt";
  src: url("../fonts/FaktPro-Light.eot");
  src: url("../fonts/FaktPro-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FaktPro-Light.woff") format("woff"),
    url("../fonts/FaktPro-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Fakt";
  src: url("../fonts/FaktPro-Blond.eot");
  src: url("../fonts/FaktPro-Blond.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FaktPro-Blond.woff") format("woff"),
    url("../fonts/FaktPro-Blond.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fakt";
  src: url("../fonts/FaktPro-Normal.eot");
  src: url("../fonts/FaktPro-Normal.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FaktPro-Normal.woff") format("woff"),
    url("../fonts/FaktPro-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fakt";
  src: url("../fonts/FaktPro-Medium.eot");
  src: url("../fonts/FaktPro-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FaktPro-Medium.woff") format("woff"),
    url("../fonts/FaktPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Fakt";
  src: url("../fonts/FaktPro-SemiBold.eot");
  src: url("../fonts/FaktPro-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FaktPro-SemiBold.woff") format("woff"),
    url("../fonts/FaktPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/**** Custom ****/
.container {
  max-width: 1400px;
}

body {
  position: relative;
  /* color: #6a6e76; */
  color: #18181c;
  font-family: "Fakt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  font-size: 19px;
  overflow-x: hidden;
  background: #f6f9fc;
  padding-bottom: 80px;
}
body.home {
  background: #fff;
}
body,
button,
html,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home #content section {
  padding: 120px 0 140px 0;
}

/* Main nav */
.main-menu {
  float: right;
}
.main-navbar {
  float: right;
  padding: 0;
  margin-top: 10px;
}
.main-navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  padding-left: 0.8rem;
  padding-right: 1.2rem;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

/* Header VeriFactu */
.verifactu-bar {
  background-color: #303745;
  color: #ffffff;
  padding: 12px 20px;
  position: relative;
  z-index: 99999;
}
.verifactu-bar .container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.vf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #a6ff1b;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.vf-icon-qr {
  margin-right: 4px;
}
.vf-icon-arrow {
  margin-left: 4px;
  margin-right: 4px;
}
.verifactu-bar:hover .vf-icon {
  color: #c0ff50;
}
.vf-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.vf-link {
  color: #a6ff1b;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.vf-link:hover {
  color: #c0ff50;
  transform: translateY(-1px);
}
.vf-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.vf-phone:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #a6ff1b;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.vf-phone-icon {
  font-size: 16px;
  color: #a6ff1b;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  line-height: 1;
}
.vf-phone:hover .vf-phone-icon {
  color: #c0ff50;
  transform: scale(1.1);
}
.vf-phone span {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
}
/* Tablet */
@media (max-width: 1024px) {
  .verifactu-bar {
    padding: 10px 15px;
  }
  .verifactu-bar .container {
    gap: 10px;
  }
  .vf-text,
  .vf-link {
    font-size: 15px;
  }
  .vf-phone {
    font-size: 14px;
    padding: 5px 18px;
  }
  .vf-icon {
    font-size: 18px;
  }
}

/* Móvil */
@media (max-width: 768px) {
  .verifactu-bar {
    padding: 10px 12px;
  }
  .verifactu-bar .container {
    gap: 6px;
    flex-wrap: nowrap;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .verifactu-bar .container::-webkit-scrollbar {
    display: none;
  }
  .vf-text {
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .vf-icon {
    font-size: 14px;
    flex-shrink: 0;
  }
  .vf-link {
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .vf-phone {
    display: none;
  }
}

/* Móvil pequeño */
@media (max-width: 480px) {
  .verifactu-bar {
    padding: 8px 10px;
  }
  .verifactu-bar .container {
    gap: 4px;
    flex-wrap: nowrap;
  }
  .vf-text {
    font-size: 11px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .vf-link {
    font-size: 11px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .vf-icon {
    font-size: 12px;
    flex-shrink: 0;
  }
}
.site-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  background: -webkit-linear-gradient(225deg, #0072ff 0%, #00c6ff 100%);
  background: linear-gradient(225deg, #0072ff 0%, #00c6ff 100%);
}
.header-dashboard {
  position: absolute;
  top: 360px;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .site-header {
  min-height: 920px;
  margin-bottom: 110px;
}
.site-bg-header {
  position: absolute;
  width: 100%;
  background: url(../images/home-bg02.png) no-repeat right 0px;
  inset: 0;
  background-size: cover;
}
.header-top {
  padding: 62px 0px 16px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s ease;
  top: 0;
}
.header-top .container {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.triangle,
.triangle svg {
  bottom: -1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.triangle svg {
  fill: #fff;
}
.navbar-brand {
  background: rgba(0, 0, 0, 0) url(../images/logo-white03.png) no-repeat scroll
    0 0;
  text-indent: -9999px;
  width: 186px;
  transition: all 0.5s ease;
  background-size: contain;
  margin-right: 0;
}
.header-content {
  position: relative;
  z-index: 99;
}

/* Header top fixed */
.header-top.fixed {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px 0 rgba(50, 52, 57, 0.11);
  padding-top: 10px;
}
.header-top.fixed .main-navbar .navbar-nav .nav-link {
  color: #4d5f78;
}
.header-top.fixed .navbar-brand {
  background: rgba(0, 0, 0, 0) url("../images/logo03.png") no-repeat scroll 0 0;
}

/* home claim */
header .intro-text {
  padding-bottom: 76px;
  padding-top: 126px;
}
.home header .intro-text {
  padding-bottom: 0;
  padding-top: 152px;
}
header .intro-text .intro-lead-in {
  color: #fff;
  font-size: 40px;
  letter-spacing: -0.6px;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.home header .intro-text .intro-lead-in {
  font-size: 46px;
}
.intro-heading {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  max-width: 770px;
  margin: 0 auto;
  line-height: 1.3em;
}
header .header-dashboard {
  display: block;
  margin: -80px auto auto;
  text-align: center;
}
header .header-dashboard .dashboard {
  height: auto;
  margin-top: 30px;
  /*     max-width: 1080px; */
  /* 	box-shadow: 0 10px 64px 12px rgba(0, 0, 0, 0.2); */
}
.header-buttons {
  margin: 32px auto 100px;
  text-align: center;
}
.header-buttons .btn {
  margin: 0 6px;
}

/* Typography */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #364962;
  letter-spacing: -0.2px;
  line-height: 1.3em;
}
.home h2 {
  color: #364962;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 46.8px;
}
.hentry {
  margin-bottom: 120px;
}
.hentry h2 {
  margin: 40px 0 20px 0;
}
h3 {
  color: #364962;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3em;
}
.pre-title {
  color: #0f8bf0;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.intro-subtitle {
  text-align: center;
  font-size: 24px;
  color: #fff;
}

/* Buttons */
.btn {
  font-weight: 400;
  line-height: 1.2;
  padding: 12px 20px 9px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 0.9rem;
}
.btn-primary {
  background-color: #87c840;
  border-color: #87c840;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.6px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #70b427 !important;
  background-color: #70b427 !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
}
.btn-secondary {
  background-color: transparent;
  border-color: #70b427;
  text-transform: uppercase;
  color: #70b427;
}

.btn-tertiary {
  background-color: #0f8bf0;
  border-color: #0f8bf0;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.6px;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
  border-color: #0f8bf0 !important;
  background-color: #0f8bf0 !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
  color: #fff;
}

/* Home benefits */
.home #content section.home-benefits {
  padding-top: 80px;
}
.home-benefits h3 {
  color: #364962;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.home-benefits p {
  text-align: center;
}
.home-benefits img {
  margin-bottom: 30px;
}
.home-benefits-item {
  text-align: center;
  font-size: 18px;
}

/* Home Features */
.home-feature .container {
  padding-left: 84px;
  padding-right: 84px;
}
.home-feature .pre-title {
  margin-top: 26px;
}
.home-feature h2 {
  margin-bottom: 20px;
}
.feature-desktop--right {
  left: 22%;
}
.feature-desktop {
  background: #fff none repeat scroll 0 0;
  border-radius: 20px;
  border-top: 1px inset #fff3;
  box-shadow: 0 20px 90px rgba(5, 23, 39, 0.12);
  padding: 30px;
  position: absolute;
  right: 50%;
  top: -20px;
  width: 690px;
}
.feature-screen {
  width: 620px;
}
.feature-image__team-left {
  border-radius: 4px;
  left: -14%;
  top: 236px;
  width: 686px;
}
.feature-image {
  box-shadow: 0 20px 100px rgba(5, 23, 39, 0.16);
  position: absolute;
}
.feature-image__team-top {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  left: 56%;
  top: -34px;
  width: 240px;
}
.feature-connect {
  position: absolute;
  left: 28px;
  top: -30px;
  width: 602px;
}
.feature-grow {
  background: #f6f9fc url("../images/bg-reports.png") no-repeat scroll 0 bottom;
  background-size: contain;
  padding: 120px 0 170px 0 !important;
}
.home-feature {
  overflow: hidden;
}

/* Home-features */
.home-features .container {
  padding: 0 80px;
}
.home-features h2 {
  margin-bottom: 30px;
  margin-top: 0px;
}
.home-features-item {
  position: relative;
}
.home-features-item::before {
  content: "";
  background: rgba(0, 0, 0, 0) url("../images/ico-check.png") no-repeat scroll
    4px 4px;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0px;
  top: 9px;
  border: 2px solid #7dc840;
  border-radius: 50%;
}
.home-features-item {
  padding: 8px 0 8px 40px;
  position: relative;
}

/* Featured list */
.featured-list {
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.featured-list li {
  padding-left: 60px;
  padding-top: 5px;
  position: relative;
}
.featured-list h4 {
  color: #364962;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 6px;
}
.featured-list p {
  line-height: 1.4em;
}
.featured-list img {
  position: absolute;
  top: 2px;
  left: 4px;
}

/* Home Testimonials */
.home-testimonials {
  padding: 80px 0;
}
.home-testimonials h2 {
  text-align: center;
}
.testimonials__item {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: 0 6px 10px rgba(71, 80, 89, 0.05);
  font-size: 18px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
  margin: 34px 10px 10px 10px;
}
.testimonials__item img {
  border-radius: 50%;
  height: 66px;
  margin-top: -60px;
  vertical-align: top;
  width: 66px;
  display: inline-block;
}
.testimonials__content-wrap {
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 4px 0 28px;
}
.testimonials__name {
  color: #0f8bf0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
  margin: 0 0 6px;
}
.carousel-multi {
  margin-top: 40px;
  padding: 0 2rem;
}
.slick-prev,
.slick-next {
  z-index: 9;
}
.slick-next {
  right: 18px;
}
.slick-prev {
  left: 18px;
}
.testimonials__content-wrap {
  height: auto !important;
}

/* Home CTA */
.footer-cta {
  text-align: center;
  background: #fff;
  padding: 110px 0 130px 0 !important;
  background: #fff url("../images/bg-cta-footer.jpg") repeat-x scroll 0 bottom;
}
.footer-cta .container {
  margin-bottom: 0 !important;
}
.home .footer-cta {
  background-color: #fff;
}
.footer-cta p {
  font-size: 25px;
}
.footer-cta .btn {
  margin-top: 10px;
}
.footer-cta h2 {
  margin: 4px !important;
  font-size: 34px !important;
  font-family: "Rubik", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #364962 !important;
  letter-spacing: -0.2px !important;
  line-height: 1.3em !important;
}

/* Site footer */
.site-footer {
  padding: 4rem 0;
  font-size: 1.1rem;
}
.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0;
}
.site-footer h3 {
  font-size: 22px;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}
.site-footer li {
  margin: 4px 0;
}
.site-footer li a {
  color: #476185;
}
.footer-contact p {
  text-wrap: balance;
}
.footer-contact .contact-data {
  color: #476185;
  font-size: 16px;
}
.footer-contact .contact-data .fa {
  font-size: 14px;
  margin-right: 10px;
}
.footer-bottom {
  background-color: #273444;
  color: #8492a6;
  padding: 40px 0 20px;
  font-size: 18px;
}
.footer-bottom a {
  color: #8492a6;
}
.footer-menu {
  text-align: right;
}
.footer-menu ul {
  list-style: none;
}
.footer-menu ul li {
  display: inline-block;
  margin-left: 16px;
}
.footer-copyright {
  text-align: center;
}
.footer-social {
  margin-top: 30px;
}
.footer-social a {
  color: #333;
  margin: 0 5px;
  font-size: 18px;
}
.footer-social a:hover,
.footer-social a:focus,
.footer-social a:active {
  color: #fff;
  text-decoration: none;
}

/* Utils */
.section--gray {
  background: #f6f9fc;
}
b,
strong {
  font-weight: bolder;
  color: #333;
}
.dir-rtl {
  direction: rtl;
  overflow: visible !important;
  display: block;
}
.hand-underline {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="63" height="11" viewBox="0 0 63 11"><path fill="none" stroke="%2324CC82" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M2 9C30.667 2.614 50.333.597 61 2.95"/></svg>')
    no-repeat bottom;
  background-size: auto auto;
  background-size: contain;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding-right: 0.25rem;
  color: #0ac977;
}

/* Pricing */
.ptp-pricing-table {
  margin-bottom: 40px;
}
.ptp-three-col {
  width: 28% !important;
}
.ptp-col {
  padding-left: 0;
  padding-right: 0;
  margin: 10px;
  box-shadow: 0 1px 4px 0 rgba(119, 135, 147, 0.1),
    0 10px 20px 0 rgba(119, 135, 147, 0.1);
  border-radius: 6px;
  background-color: #fff;
}
div.ptp-item-container {
  border: none !important;
}
.ptp-plan {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  color: #2385d8 !important;
  font-size: 26px !important;
  height: 70px !important;
}
div.ptp-price,
div.ptp-plan,
div.ptp-cta {
  background-color: transparent !important;
}
#ptp-10 .ptp-item-container a.ptp-button {
  background-color: #0f8bf0;
  border: 1px solid #0f8bf0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  padding: 14px 20px 9px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  border-radius: 0.25rem;
  box-shadow: none;
  width: 100%;
  font-size: 17px;
  letter-spacing: 0.6px;
}
#ptp-10 .ptp-item-container a.ptp-button:hover,
#ptp-10 .ptp-item-container a.ptp-button:focus,
#ptp-10 .ptp-item-container a.ptp-button:active {
  border-color: #0f8bf0 !important;
  background-color: #0f8bf0 !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
}
#ptp-10 div.ptp-item-container {
  padding: 0 40px !important;
}
div.ptp-price {
  font-size: 44px !important;
  color: #333;
  padding: 0 !important;
  font-family: "Rubik", sans-serif;
}
div.ptp-price .currency {
  font-size: 20px !important;
  vertical-align: super;
}
div.ptp-price .month {
  font-size: 20px !important;
}
.ptp-highlight a.ptp-button {
  background-color: #87c840 !important;
  border-color: #87c840 !important;
  border-bottom: none !important;
}
#ptp-10 .ptp-highlight a.ptp-button:hover,
#ptp-10 .ptp-highlight a.ptp-button:focus,
#ptp-10 .ptp-highlight a.ptp-button:active {
  border-color: #87c840 !important;
  background-color: #87c840 !important;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
}
#ptp-10 div.ptp-most-popular {
  border-radius: 3px !important;
  font-size: 0.9em;
  margin-top: 10px;
}
.ptp-col.ptp-highlight {
  margin-top: -20px;
}
.ptp-highlight .ptp-plan {
  height: 90px !important;
}
div.ptp-most-popular {
  line-height: 1.6em !important;
  background-color: #f2f2f2 !important;
  color: #7f8c8d !important;
}
.ptp-row-id-0 {
  padding-top: 0 !important;
}
.ptp-row-id-0 p {
  color: #999;
  margin-bottom: 0 !important;
  line-height: 1.4em;
  font-size: 16px;
}
.page-template-page-pricing h2 {
  margin-bottom: 30px;
  margin-top: 0px;
  color: #364962;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 46.8px;
}

/* Pricing switch */
.pricing_switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  font-size: 15px;
  color: #4a505e;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 78px;
  margin-top: 10px;
}
.pricing_switch p {
  display: inline;
}
.pricing_switch span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -10px;
  width: auto;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #4a505e;
  text-align: right;
}
.pricing_switch span.monthly {
  text-align: left;
  color: #87c840;
}
.pricing_switch .toggle {
  margin: 0 10px;
  display: inline-block;
  font-size: 0;
  background: #369bf0;
  border-radius: 100px;
  width: 57px;
  height: 30px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}
.pricing_switch .toggle:after {
  content: "";
  display: block;
  background: #fff;
  box-shadow: 0 2px 8px 0 #182080;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 4px;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pricing_switch .toggle.monthly:after {
  left: 29px;
}
.pricing_switch.yearly span.yearly {
  color: #2385d8;
}
.pricing_switch.yearly.monthly span.yearly {
  color: #4a505e;
}
.pricing_switch.yearly span.monthly {
  color: #4a505e;
}
.pricing_switch.yearly.monthly span.monthly {
  color: #2385d8;
}

/* Change prices */
.plans .plan .price span {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  text-align: center;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ptp-price span.monthly {
  display: none;
}
.ptp-pricing-table.monthly .ptp-price span.monthly {
  display: inline;
}
.ptp-pricing-table.monthly .ptp-price span.yearly {
  display: none;
}

/* Show save */
.plans.yearly .plan .sale p {
  top: 2px;
}
.plans .plan .sale p {
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 7px 9px;
  text-align: center;
  display: inline-block;
  background: #1544b5;
  top: 30px;
  position: absolute;
  right: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* Faqs */
.hrf-faq-list {
  margin-bottom: 120px;
}
h3.hrf-title {
  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid #eee;
  padding: 8px 10px 10px 10px;
}
.hrf-faq-list article:first-child h3.hrf-title {
  border-top: none;
}
.hrf-content {
  font-size: 18px !important;
}
.hrf-entry {
  margin: 10px 0 !important;
}
.hrf-title.close-faq span {
  background-color: #87c840 !important;
  border-radius: 50%;
}

/* Modal */
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.modal-body label {
  font-size: 15px;
  text-align: left;
}
.modal-subtitle {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .modal-dialog {
    margin-top: 0px;
    min-height: calc(100vh - 20px);
  }
}
.close {
  position: absolute;
  font-size: 2.5rem;
  right: 26px;
  top: 10px;
}
#cta-modal {
  text-align: center;
}
#cta-modal .modal-dialog {
  max-width: 600px;
}
#cta-modal .modal-body {
  padding: 24px 74px 44px 74px;
}
#cta-modal .modal-header {
  border: none;
}
#cta-modal h3 {
  font-weight: 500;
  margin-bottom: 4px;
}
#cta-modal .wpcf7-submit {
  margin-top: 28px;
}
#cta-modal .form-control {
  padding: 0.8rem 0.75rem 0.7rem 0.75rem;
}

.page-narrow #content article {
  margin: 0 auto 120px auto;
  max-width: 900px;
}

/* hacks */
.page-id-11 #content {
  max-width: 980px;
  margin: 0 auto;
}

.page-id-64 .footer-cta,
.page-id-64 .intro-text {
  display: none;
}
#content .post-64 {
  margin: 100px 0;
}
.post-64 h2 {
  margin-top: 30px;
  margin-bottom: 6px;
}
.post-64 p {
  font-size: 26px;
}

/* Contact page */
.contact-page > div {
  margin-bottom: 120px;
  padding: 20px;
}
.contact-page > div h3 {
  margin-bottom: 20px;
}
.contact-page > div strong {
  margin-top: 20px;
  color: #333;
}
.contact-page > div a {
  color: #87c840;
}

/* wedocs */
.wedocs-shortcode-wrap {
  margin-top: 20px;
}
.docs-template-default .footer-cta,
.page-help .footer-cta {
  display: none;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
  background-color: #fff;
  background-position: top 34px center !important;
  background-repeat: no-repeat !important;
  background-size: 67px 67px !important;
  box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  min-height: 183px;
  padding: 96px 20px 20px;
  position: relative;
  transition: all 0.2s;
  background-image: url(../images/ico-help01.jpg);
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single:nth-child(2) {
  background-image: url(../images/ico-help02.jpg);
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single:nth-child(3) {
  background-image: url(../images/ico-help03.jpg);
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single:nth-child(4) {
  background-image: url(../images/ico-help04.jpg);
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single:nth-child(5) {
  background-image: url(../images/ico-help05.jpg);
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single:nth-child(6) {
  background-image: url(../images/ico-help06.jpg);
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single::before {
  background: #71bff1;
  content: "";
  position: absolute;
  top: -3px;
  height: 3px;
  width: calc(100% + 2px);
  left: -1px;
  right: -1px;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 {
  text-align: center;
  border: none;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 a {
  text-decoration: none;
  color: #364962;
  font-weight: 400;
  font-size: 22px;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .inside {
  padding: 4px 14px 14px 14px;
  min-height: 60px;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li {
  margin: 0;
  text-align: center;
  padding-left: 0px;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li::before {
  display: none;
}
.wedocs-shortcode-wrap
  ul.wedocs-docs-list
  li.wedocs-docs-single
  .wedocs-doc-link {
  padding: 8px 20px 0px 20px;
  margin-top: 10px;
  text-align: center;
  border-top: 1px solid #eee;
}
.wedocs-doc-link a {
  font-size: 14px;
}
.wedocs-doc-sections a {
  font-size: 16px;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections {
  margin-left: 0;
  list-style: none;
}
.wedocs-breadcrumb {
  display: none;
}
.wedocs-single-content h1 {
  font-size: 34px;
  margin-bottom: 26px;
}
.wedocs-single-wrap .wedocs-single-content article a.wedocs-print-article {
  color: #bfbfbf;
}
.wedocs-single-wrap
  .wedocs-single-content
  article
  footer.entry-footer.wedocs-entry-footer
  time {
  float: right;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #bfbfbf;
}
.wedocs-help-link {
  font-size: 14px;
  color: #bfbfbf;
}
.wedocs-single-wrap .wedocs-sidebar h3.widget-title {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Fakt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: none;
  margin-bottom: 0;
}
.wedocs-feedback-wrap a {
  font-weight: normal;
  padding: 4px 10px 1px 10px;
  color: #fff;
  text-decoration: none;
  line-height: 150%;
  border-radius: 2px;
  font-size: 16px;
}
.wedocs-feedback-wrap a.positive {
  background: #87c840;
  border: 1px solid #87c840;
  margin-right: 10px;
}
.wedocs-feedback-wrap a.negative {
  background: #c53529;
  border: 1px solid #c53529;
}
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
  padding: 4px 0;
  font-size: 16px;
  color: #333;
}
.wedocs-single-wrap
  .wedocs-sidebar
  ul.doc-nav-list
  > li.current_page_parent
  > a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a,
.wedocs-single-wrap
  .wedocs-sidebar
  ul.doc-nav-list
  > li.current_page_ancestor
  > a {
  background: transparent;
  color: #333;
  font-weight: 600;
}
.wedocs-single-wrap .wedocs-sidebar {
  width: 20%;
}
.wedocs-single-wrap .wedocs-single-content {
  border-left: none;
}

/* wedocs bug force 3-cols*/
.wedocs-shortcode-wrap ul.wedocs-docs-list.wedocs-col-3 > li {
  float: left;
  width: 31%;
  margin-right: 3%;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list.wedocs-col-3 > li:nth-child(3n + 1) {
  clear: both;
}
.wedocs-shortcode-wrap ul.wedocs-docs-list.wedocs-col-3 > li:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .wedocs-shortcode-wrap ul.wedocs-docs-list.wedocs-col-3 > li {
    width: 48%;
  }
  .wedocs-shortcode-wrap
    ul.wedocs-docs-list.wedocs-col-3
    > li:nth-child(3n + 1) {
    clear: none;
  }
  .wedocs-shortcode-wrap
    ul.wedocs-docs-list.wedocs-col-3
    > li:nth-child(2n + 1) {
    clear: both;
    margin-right: 2%;
  }
}
@media screen and (max-width: 425px) {
  .wedocs-shortcode-wrap ul.wedocs-docs-list.wedocs-col-3 > li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

/**** Table pricing detail ****/
.elevation2 {
  box-shadow: 0 16px 32px 0 rgba(62, 57, 107, 0.2);
}
.pricing-list {
  margin-top: 80px;
}
.act-comparisoncontainer {
  background-color: white;
  position: relative;
  max-width: 1080px;
  padding: 0px 20px 40px 20px;
  border-radius: 8px;
  overflow: hidden;
  margin: 48px auto 100px auto;
}

/** Tooltip **/
.act-tooltip {
  position: relative;
  padding: 12px 12px 12px 0;
}
.act-tooltip .act-tooltip__indicator {
  border-radius: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  color: #00aeff;
  background-color: rgba(0, 174, 255, 0.2);
  cursor: pointer;
  margin-left: 6px;
}
.act-tooltip .act-tooltip__message {
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translate3d(12px, -50%, 0);
  background-color: #3e396b;
  padding: 1.64286em;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  min-width: 240px;
  max-width: 300px;
  opacity: 0;
  pointer-events: none;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  line-height: 2;
  z-index: 20;
  word-wrap: break-word;
}
.act-comparisoncontainer
  #act-comparisonheader--fixed
  .act-comparisonheader__container {
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 35px 0px 35px;
}
.act-pricing__table {
  z-index: 50;
  position: relative;
  padding: 0px 20px 0 20px;
}
.act-pricingfeatures {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .act-pricingfeatures li:nth-of-type(odd) {
    background-color: #f8faff;
  }
}
.act-pricingfeatures li:first-child {
  background-color: #fff;
}
.act-pricingfeatures .act-pricingfeatures--feature {
  margin: 0.64286em 0;
  padding-left: 8px;
  font-weight: 500;
}
.act-pricingfeatures .act-emptydash {
  color: #9d9dbd;
}
.act-pricingfeatures:last-child {
  margin-bottom: 0;
}
.act-pricingfeatures li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #050f2c;
}
.act-pricingfeatures li:not(:first-child) {
  border-bottom: solid 1px #f3f3f9;
}
.act-pricingfeatures .act-whatispricing__operation {
  max-width: 330px;
  margin: 0 auto;
}
.act-pricingfeatures .act-whatispricing__operation input {
  padding: 0.6875em 1.5625em 0.6875em 2.5em;
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #262626;
  background-image: url("data:image/svg+xml, %3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.15%2010.692h-.768l-.272-.263c.952-1.11%201.526-2.547%201.526-4.112C12.636%202.828%209.806%200%206.318%200%202.828%200%200%202.828%200%206.318c0%203.49%202.828%206.318%206.318%206.318%201.565%200%203.003-.574%204.11-1.526l.264.272v.768l4.86%204.85L17%2015.552l-4.85-4.86zm-5.832%200c-2.42%200-4.374-1.954-4.374-4.374s1.954-4.374%204.374-4.374%204.374%201.954%204.374%204.374-1.954%204.374-4.374%204.374z%22%20fill%3D%22%23AAA%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-position: left 12px center;
  background-repeat: no-repeat;
}
.act-pricingfeatures .act-whatispricing__operation input:focus {
  outline: none;
}
.act-pricingfeatures .act-whatispricing__operation .act-whatispricing__results {
  width: 100%;
  background-color: white;
}
.act-pricingfeatures .act-whatispricing__help {
  text-align: center;
  padding-bottom: 70px;
}
.act-pricingfeatures .act-whatispricing__help a {
  text-decoration: none;
}
.act-column--wide {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}
.act-column--wide .act-column--info {
  font-size: 20px;
  font-weight: 500;
  color: #2385d8;
  margin: 0 0 10px 8px;
}
.act-column--narrow {
  text-align: center;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  padding: 0 10px;
}
.act-column--narrow:last-child {
  padding-right: 0;
}
.act-column--narrow a.btn.pos-abt {
  bottom: 0;
  opacity: 0;
  width: 80%;
  left: 50%;
  -ms-transform: translate(-50%, 6px);
  transform: translate(-50%, 6px);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  line-height: 1;
  height: auto;
  transition: 60ms ease-out;
}
.act-column--narrow a.btn.ellipsis {
  padding: 8px;
}
.plan-cta {
  background-color: #f3f7fce6;
  border-radius: 4px;
  padding: 14px 0 10px 0;
  color: #fff;
}
.act-column--narrow .plan-cta p:first-child {
  letter-spacing: 0.2px;
  color: #2385d8;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 2px;
}
.act-column--narrow .plan-cta p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.2em;
}
.act-comparisoncontainer--mobile .act-pricingfeatures > li {
  border-bottom: 0 !important;
}
.act-comparisoncontainer--mobile div {
  width: 100%;
}
.act-comparisoncontainer--mobile .act-pricingfeature__maintitle {
  padding-left: 10px;
  padding-bottom: 4px;
  border-bottom: 0;
  text-align: center;
  font-size: 22px;
  color: #9d9dbd;
  margin-bottom: 30px;
  width: 100%;
}
.act-comparisoncontainer--mobile .act-pricingfeature__title {
  padding: 0 10px 6px 10px;
  border-bottom: 1px solid #dedef8;
  font-size: 16px;
}
.act-comparisoncontainer--mobile ul:not(.act-pricingfeatures) {
  padding: 0 20px;
  border-bottom: none;
  max-height: 0;
  overflow: hidden;
}
.act-comparisoncontainer--mobile ul:not(.act-pricingfeatures) li {
  border-bottom: 1px solid #dedef8;
  padding-bottom: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.act-comparisoncontainer--mobile ul:not(.act-pricingfeatures) li span {
  width: 40%;
  text-align: center;
  display: inline-block;
}
.act-comparisoncontainer--mobile
  ul:not(.act-pricingfeatures)
  li
  span:not(.act-emptydash) {
  color: #050f2c;
}
.act-comparisoncontainer--mobile
  ul:not(.act-pricingfeatures)
  li
  .act-pricingamount--converted {
  display: none;
}
.act-comparisoncontainer--mobile
  ul:not(.act-pricingfeatures)
  li:not(:last-child) {
  margin-bottom: 4px;
}
.act-pricing-qa {
  max-width: 1200px;
  padding: 0 0 20px 0px;
  margin: 2.14286em auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.act-pricing-qa .act-pricing-qa__column {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}
@media (max-width: 768px) {
  .act-pricing-qa .act-pricing-qa__column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.act-pricing-qa h3 {
  font-size: 15px;
  font-weight: 600;
  color: #050f2c;
}
.act-pricing-qa p {
  font-size: 15px;
  line-height: 1.8;
  color: #17215a;
  margin-bottom: 2.66667em;
}
.act-pricing-qa ul {
  list-style-type: none;
}
.act-pricing-qa li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 100%;
  margin-top: 10px;
  margin-left: -22px;
  background-color: #becce0;
}
.act-pricing-qa li p {
  margin-bottom: 0;
}

/* Home pos */
.home-features-pos {
  padding: 0 !important;
}
.home-features-pos p {
  max-width: 800px;
  margin: 0 auto;
}
.home-features-pos img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* Blog single*/
.single-post header .intro-text {
  padding-bottom: 116px;
  padding-top: 116px;
}
.single-post #content {
  margin: 0 auto 120px auto;
  max-width: 900px;
}
.type-post p {
  line-height: 1.6em;
}
.single-post header .intro-text .intro-lead-in {
  max-width: 590px;
  margin: 0 auto;
}
.single-post h2 {
  margin: 40px 0 20px 0;
  font-size: 30px;
}
.single-post .blog,
.single-post h3 {
  color: #364962;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 16px;
}
.single-post .hentry header {
  margin-top: -108px !important;
  text-align: center;
  margin-bottom: 96px !important;
}
.title-post-categories {
  text-align: center;
}
.title-post-categories a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #78e2ff !important;
}
.single-post .hentry header p {
  color: #fff;
  font-size: 16px;
}
.hentry ul {
  list-style: outside none none;
  padding-left: 22px;
}
.single-post .hentry li {
  position: relative;
  padding-left: 16px;
}
.single-post .hentry li::before {
  background-color: #3fc8ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 0.64em;
  width: 6px;
}

/* Blog */
.blog-post-list {
  margin: 40px 0;
}
.blog-post {
  margin-bottom: 44px !important;
  box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
}
.blog-post-wrapper {
  background-color: #fff;
  position: relative;
}
.blog-post-img {
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.blog-post-content-wrapper {
  padding: 32px 28px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.blog-post-content-wrapper::after {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  content: "";
  height: 0;
  right: 52%;
  position: absolute;
  top: 30px;
  width: 0;
  z-index: 9;
}
.blog-post-content-wrapper h2 {
  line-height: 25px !important;
}
.blog-post-content-wrapper h2 a {
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 25px !important;
  color: #353535;
}
.blog-post-content-wrapper h2 a:hover,
.blog-post-content-wrapper h2 a:focus,
.blog-post-content-wrapper h2 a:active {
  text-decoration: none;
}
.blog-post-content-wrapper p {
  font-size: 17px;
  margin: 20px 0 0 0;
}
.blog-post-date {
  font-size: 15px;
  color: #999;
}

/* Social share */
.ssba-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.single-docs .ssba {
  display: none;
}

/* Multimedia container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

/* Page features */
.page-features section .container {
  padding: 0 80px;
  margin-bottom: 80px;
}
.page-features section h2 {
  margin-bottom: 30px;
  margin-top: 0px;
  color: #364962;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 46.8px;
}
.detail-features-item {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: 0 6px 10px rgba(71, 80, 89, 0.05);
  font-size: 17px;
  line-height: 1.6;
  padding: 30px;

  margin: 34px 10px 10px 10px;
}
.detail-features-item ul {
  padding-left: 0;
}
.detail-features-item h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.detail-features-item ul {
  list-style: outside none none;
  padding-left: 22px;
}
.detail-features-item li {
  position: relative;
  padding-left: 16px;
}
.detail-features-item li::before {
  background-color: #87c840;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 0.64em;
  width: 6px;
}

/* 404 */
.error404 {
  background: #fff;
}
.error404 header .intro-text {
  padding-bottom: 0;
  padding-top: 0;
  height: 68px;
}
.error404 .footer-cta {
  display: none;
}
.error404 #content {
  text-align: center;
  margin: 0 0 300px 0;
  background: rgba(0, 0, 0, 0) url("../images/404.jpg") no-repeat scroll center
    0;
  height: 300px;
  padding-top: 90px;
}
.error404 h1 {
  color: #0f8bf0;
}

/* Modules */
.modules-list {
  padding: 0 80px;
  margin-bottom: 80px;
}
.module-item {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: 0 6px 10px rgba(71, 80, 89, 0.05);
  font-size: 17px;
  line-height: 1.6;
  padding: 40px 30px 20px 30px;
  margin: 34px 10px 10px 10px;
  text-align: center;
  min-height: 390px;
}
.module-ico {
  margin-bottom: 20px;
}
.module-item h3 a {
  color: #333;
}
.module-price {
  border-top: 1px solid #eee;
  margin-top: 26px;
  padding-top: 26px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.module-price span {
  color: #333;
}
.module-price a {
  color: #87c840;
  display: inline-block;
  float: right;
}
.module-price p {
  display: inline-block;
}

/* CTA modules */
.cta-modules {
  padding-top: 40px;
  padding-bottom: 144px;
}
.cta-modules .container {
  padding-left: 84px;
  padding-right: 84px;
}
.cta-modules .btn {
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding: 11px 18px 10px 18px;
  margin-top: 16px;
  line-height: 1em;
  border: none;
}
.cta-modules img {
  margin-top: -50px;
  margin-left: -50px;
}

/**** Cookies ****/
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto {
  border-top: none;
  border-bottom: none;
  text-align: center;
}
.cdp-cookies-alerta .cdp-cookies-texto {
  left: 50%;
  padding: 12px 24px;
  bottom: 28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(50, 52, 57, 0.11);
  width: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cdp-ocultar {
  bottom: -200px !important;
}
.cdp-cookies-alerta .cdp-cookies-texto p {
  text-align: left;
  font-family: "Fakt", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1.4em;
  margin: 0;
}
.cdp-cookies-alerta .cdp-cookies-texto a {
  color: #0f8bf0 !important;
  text-decoration: underline;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:visited {
  color: #0f8bf0;
  text-decoration: none;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco
  .cdp-cookies-texto
  .cdp-cookies-boton-cerrar {
  background-color: #0f8bf0;
  position: relative;
  /* top: 8px;
  right: 12px; */
  width: auto;
  height: auto;
  padding: 6px 12px;
  font-size: 15px !important;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 500;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto p {
  color: #333;
  width: auto;
}
.btn-contact {
  position: fixed;
  right: 30px;
  bottom: -6px;
  border-radius: 5px;
  padding: 12px 24px 12px;
}
.cta-header-mobile {
  display: none;
}
@media (max-width: 990px) {
  .cdp-cookies-alerta .cdp-cookies-texto {
    flex-direction: column;
    width: 90%;
    gap: 0.4rem;
  }
  .cdp-cookies-alerta .cdp-cookies-texto p {
    text-align: center !important;
  }
}

/* Responsive */
@media (max-width: 1200px) {
  /* Bootstrap menu responsive fullscreen */
  .navbar-toggler {
    position: absolute;
    top: -28px;
    right: -14px;
    z-index: 999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../images/ico-close.png);
    width: 26px;
    height: 26px;
  }
  .collapsing {
    transition: none !important;
  }
  .main-menu.collapsing,
  .main-menu.show {
    display: block;
    background-color: rgb(17 129 227);
    position: fixed;
    width: 100%;
    height: 100vh !important;
    top: -14px;
    bottom: 0;
    left: 0;
    color: #21acfd;
    background: #0988f4;
  }
  .navbar-nav {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .main-menu .menu-item {
    text-align: left;
  }
  .main-navbar .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 1rem;
    text-align: left;
  }
  .navbar .dropdown-menu {
    margin-top: 0;
    background: transparent;
    border-radius: 0;
    padding: 0 0 0.6rem 0;
    box-shadow: none;
    margin-bottom: 0.6rem;
  }
  .dropdown-item {
    color: #fff;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
  }
  .cta-header {
    display: none;
  }
  .cta-header-mobile {
    bottom: 5%;
    position: absolute;
    display: block;
    width: 83%;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-top.fixed {
    background-color: transparent !important;
    box-shadow: none !important;
    position: relative !important;
    padding: 16px 0px 6px 0 !important;
  }
  .header-top .navbar-toggler:focus {
    outline: none;
  }
}

@media (max-width: 1170px) {
  header .header-dashboard .dashboard {
    max-width: 90%;
  }
  .header-dashboard {
    width: 100%;
  }
  .header-dashboard img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .main-navbar .navbar-nav .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media (max-width: 990px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .main-navbar {
    float: none;
    padding: 0;
    text-align: center;
  }
  .main-menu {
    margin-top: 14px;
  }
  .site-footer {
    text-align: center;
  }
  .footer {
    text-align: center;
  }
  .footer-menu ul {
    padding: 0;
  }
  .footer-menu {
    text-align: center;
  }
  .navbar-brand-footer {
    margin-right: 1rem;
    background-position: center;
  }
  .site-header {
    margin-bottom: 20px;
  }
  .home header .intro-text {
    padding-top: 30px;
  }
  header .intro-text {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .single-post header .intro-text {
    padding-bottom: 86px;
    padding-top: 66px;
  }
  .home header .intro-text .intro-lead-in {
    font-size: 36px;
  }
  .intro-subtitle {
    font-size: 22px;
  }
  .intro-heading,
  .intro-subtitle {
    line-height: 1.4em;
  }
  .ptp-three-col {
    width: 31% !important;
  }
  #ptp-30 div.ptp-item-container {
    padding: 0 0px !important;
  }
  div.ptp-bullet-item {
    height: auto !important;
  }
  .header-buttons {
    margin-top: 20px;
  }
  .header-top.fixed .navbar-brand,
  .navbar-brand {
    width: 126px;
  }
  .header-dashboard {
    top: 4.5%;
  }
  .header-top {
    position: relative !important;
    padding-bottom: 6px;
    padding-top: 16px;
  }

  div.ptp-plan {
    font-size: 24px !important;
    padding: 0 !important;
  }
  .blog-post-content-wrapper h2 {
    line-height: 16px !important;
  }
  .blog-post-content-wrapper h2 a {
    font-size: 18px !important;
  }
  .blog-post-content-wrapper {
    padding: 24px;
  }
  .home-feature,
  .feature-grow {
    overflow: hidden;
  }

  .cta-header {
    display: none;
  }
}
@media (max-width: 768px) {
  #content section {
    padding: 50px 0;
  }
  .home-feature {
    height: auto;
  }
  .feature-desktop,
  .feature-connect {
    position: static;
  }
  .feature-connect {
    text-align: center;
    max-width: 100%;
  }
  .feature-connect img {
    max-width: 100%;
  }
  .home-feature .dir-rtl,
  .home-feature .feature-desktop {
    margin-top: 50px;
  }
  .feature-image__team-top {
    top: 10px;
  }
  .dir-rtl {
    display: none;
  }
  .ptp-three-col {
    width: 100% !important;
  }
  #ptp-30 a.ptp-button {
    font-size: 18px;
  }
  .pricing_switch {
    margin-bottom: 60px;
    margin-top: 10px;
  }
  .home header .intro-text .intro-lead-in,
  header .intro-text .intro-lead-in {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .home .intro-heading,
  .intro-subtitle {
    font-size: 24px;
  }
  .home #content section {
    padding: 40px 0 40px 0 !important;
    overflow: hidden;
  }
  .home h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home h3 {
    font-size: 20px;
  }
  .footer-cta h2 {
    font-size: 28px !important;
    margin-bottom: 8px !important;
  }
  .ptp-col {
    margin: 0 0 20px 0 !important;
  }
  .pricing_switch {
    margin-bottom: 20px;
  }
  .home .site-header {
    min-height: 480px;
    overflow: visible;
  }
  .wedocs-shortcode-wrap ul.wedocs-docs-list.wedocs-col-3 > li,
  .wedocs-shortcode-wrap ul.wedocs-docs-list.wedocs-col-2 > li {
    width: 100%;
  }
  .act-pricingfeatures li {
    font-size: 14px;
  }
  .act-column--wide .act-column--info {
    font-size: 17px;
  }
  .act-column--narrow .plan-cta p:first-child {
    font-size: 12px;
    max-width: 46px;
  }
  .plan-cta {
    background-color: transparent;
  }
  .act-comparisoncontainer
    #act-comparisonheader--fixed
    .act-comparisonheader__container {
    padding-top: 0px;
  }
  .cta-modules {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cta-modules img {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .home header .intro-text .intro-lead-in,
  header .intro-text .intro-lead-in {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .home .intro-heading,
  .intro-subtitle {
    font-size: 20px;
  }
  .blog-post-content-wrapper::after {
    display: none;
  }
  .blog-post-content-wrapper,
  .blog-post-img {
    width: 100%;
  }
  .blog-post-img {
    max-height: 160px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-brand {
    float: left;
  }
  .main-navbar {
    float: none;
  }
}

/* Dropdown toggle customization */
.dropdown-toggle:after {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid !important;
  border-right-width: 1px !important;
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.4em;
  vertical-align: 0.255em;
  border-top: none;
  border-left: none;
  border-right-color: inherit;
  position: absolute;
  top: 13px;
}

/* Accordion */
.accordion .card .card-header .btn-link {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.082rem + 0.19vw, 1.25rem);
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #364962;
  white-space: normal;
}
.accordion .card .card-header .btn-link br {
  display: none;
}
.accordion .card .card-header {
  border: none;
  background: transparent;
  padding: 1.6rem 3.4rem 1.6rem 0.4rem;
}
.accordion .card .card-header .btn-link:active,
.accordion .card .card-header .btn-link:hover,
.accordion .card .card-header .btn-link:focus {
  text-decoration: none;
  opacity: 0.8;
}
.accordion .card .card-body.detail-features-item {
  background: transparent;
  box-shadow: none;
  padding: 0 3.4rem 0 0.4rem;
  margin: 0 0 34px 0;
}
.accordion .card {
  border-bottom: 1px solid #a0adb5;
  border-radius: 0;
}
.accordion .card h3:after,
.accordion .card h2:after {
  color: #364962;
  font-family: FontAwesome;
  top: 26px;
  right: 12px;
  content: "\f055";
  position: absolute;
  font-size: 26px;
  padding: 0;
}

/* Footer fijo con cuenta regresiva */
.fixed-countdown-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0072ff;
  color: #ffffff;
  padding: 18px 20px;
  text-align: center;
  z-index: 99998;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
}

.countdown-footer-content {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.countdown-footer-text {
  color: #fff;
  font-weight: 500;
}

.countdown-footer-days,
.countdown-footer-hours,
.countdown-footer-minutes,
.countdown-footer-seconds {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  min-width: 30px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.countdown-footer-label {
  color: #fff;
  font-weight: 400;
  margin: 0 2px;
}

@media (max-width: 768px) {
  .fixed-countdown-footer {
    padding: 10px 10px;
  }
  .countdown-footer-content {
    font-size: 14px;
    gap: 3px;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 1.4;
  }
  .countdown-footer-text {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    font-size: 13px;
    display: block;
  }
  .countdown-footer-days,
  .countdown-footer-hours,
  .countdown-footer-minutes,
  .countdown-footer-seconds {
    font-size: 16px;
    min-width: 18px;
  }
  .countdown-footer-label {
    font-size: 12px;
    margin: 0 1px;
  }
  body {
    padding-bottom: 70px;
  }
}

@media (max-width: 480px) {
  .fixed-countdown-footer {
    padding: 8px 8px;
  }
  .countdown-footer-text {
    font-size: 12px;
  }
  .countdown-footer-days,
  .countdown-footer-hours,
  .countdown-footer-minutes,
  .countdown-footer-seconds {
    font-size: 15px;
    min-width: 16px;
  }
  .countdown-footer-label {
    font-size: 11px;
  }
  body {
    padding-bottom: 65px;
  }
}
