@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('../fonts/lato/Lato-Regular'),
    url('../fonts/lato/Lato-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('../fonts/lato/Lato-Bold'),
    url('../fonts/lato/Lato-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('../fonts/lato/Lato-Bold'),
    url('../fonts/lato/Lato-Bold.woff2') format('woff2');
}

html {
  font-size: 16px;
}

body {
  background: #fff;
  font-family: 'lato', arial, sans-serif;
  letter-spacing: .01rem;

  color: var(--ff-color28);
}

body, body * {
  line-height: 1.6 !important;
}

body a {
  color: #0097b2;
  text-decoration: none;
}

body a .icon svg {
  color: #0097b2;
  fill: #0097b2;
}

body .icon svg {
  display: inline-block;
  width: 1rem;
  text-decoration: none;
  position: relative;
  top: -1px;
}

body a:hover, body a:hover * {
  text-decoration: underline;
  text-decoration-color: var(--ff-color28);
  /* color: inherit; */
}

body.is-blurred .layout-wrapper {
  filter: blur(5px);
}

.lg-download {
  display: none !important;
}

.lg-item {
cursor: zoom-in !important;
}

.text > * {
  margin: 2.4rem 0;
}

.text > *:first-child {
  margin-top: 0;
}

.text > *:last-child {
  margin-bottom: 0;
}

.aside .text h3:not(:last-child) {
  margin-bottom: -1.6rem !important;
}

.image {}

.image img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

.row {
  display: flex;
}

.breadcrumbs .item {
  font-weight: bold;
  font-size: 1.2rem;
}

.breadcrumbs .item, .breadcrumbs .item * {
  text-decoration: none !important;
}

.breadcrumbs .item .icon {
  color: var(--ff-color3);
}

.breadcrumbs .item .icon {
  font-size: 1rem;
  margin: 0 .4rem 0 0;
  position: relative;
  top: -1px;
}

.main-header {
  background-color: #b3e89d;
  background-position: center 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; 
}


.main-header .logo-dotspot {
  max-width: 220px;
  margin-right: .5rem;
}

.main-header .logo-ff {
  font-size: 2rem;
  position: relative;
  padding: 0 2.5rem 0 0;
}

.main-header .logo-ff::after {
  display: block;
  content: '';  
  width: 26px;
  height: 26px;

  background: url('../img/stars.png') 0 100% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: .5rem;
}

.main-header .logo-store {
  font-size: 2rem;
}

.main-header .buttons li {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.main-header .buttons li * {
  text-decoration: none;
}

.main-header .buttons li a:hover .button-inner {
  color: #ddd;
}

.main-header .buttons li .button-inner {
  display: block;
  color: #fff;
  text-decoration: none;
  /* padding: 1.0rem 0 .2rem; */
}

.main-header .buttons li.active .button-inner {
  border-bottom: 2px #fff solid;
  font-weight: 500;
}

.main-header .logo-bar {
  background: var(--ff-gradient2);
}

.main-header .image-bar img {
  width: 100%;
}

.main-header .tagline-bar {
  background: var(--ff-gradient2);
}

.main-header .tagline {
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.main-header .tagline-inner {
  position: relative;
}

.main-header .tagline-inner::after {
  display: block;
  content: '';  
  width: 46px;
  height: 46px;

  background: url('../img/stars.png') 0 100% no-repeat;
  background-size: cover;
  
  position: absolute;
  top: -1.8rem;
  right: -3rem;
}
.details-page .main-header .image-bar,
.details-page .main-header .tagline-bar {
  display: none;
}

.button {
  display: block;
  background: transparent;
  text-align: center;
  border-radius: 100rem;
  color: #fff;
  background: #737373;
  max-width: 300px;
  padding: .6rem .5rem;
  font-weight: bold;
  text-decoration: none;
}

.button.secondary {
  background: var(--ff-gradient2);
}

.button:hover {
  color: #fff;
  opacity: .9;
  text-decoration: none;
}

.aside .main-image img {
  width: 100%;
}

.aside .links {
  padding-top: 2rem;
  border-top: 1px #ddd solid;
}

.aside .links ul,
.aside .links ol {
  padding: 0;
}

.aside .links li {
  list-style: none;
  margin: 0 0 .4rem;
}

.aside .links li .icon {
  margin: 0 .5rem 0 0;
  display: inline-block;
}

.aside .links li .icon svg {
  width: 1rem;
  text-decoration: none;
  position: relative;
  top: -1px;
}

.aside h3 {
  font-size: 1rem;
}

.icons-slider .slick-track {
  margin: 0;
}

.icons-slider .slide {
  padding: 0 1rem;
  min-width: 100px;
}

.icons-slider .slide .image {
  margin: 0 0 .6rem;
}

.icons-slider .slide .image img {
  display: block;
  width: 100%;
}

.icons-slider a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.icons-slider .text {
  font-size: .8rem;
  color: #666;
  text-decoration: none;
}

.aside .link-share {
  font-weight: bold;
  color: #555;
  text-decoration: none;
}

.aside .link-share:hover {
  text-decoration: underline;
}

.aside .link-share .icon {
  margin: 0 .5rem 0 0;
}

.main-content .section .section-title {
  font-weight: bold;
  margin: 0 0 2rem;
  font-size: 1.2rem;
}

@media (max-width: 1200px) {
  .main-content-wrapper .aside {
    order: 2;
    margin: 0 auto;
    max-width: 360px;
    display: none;
  }
}

@media (max-width: 1000px) {
  .main-header .buttons {
    padding: .5rem 0 !important;
    width: 100% !important;
  }

  .main-header .tagline {
    font-size: 1.8rem;
  }



  .main-header .logo-ff,
  .main-header .logo-store {
    font-size: 1.6rem;
  }

  .main-content-wrapper {
    display: flex;
    flex-direction: column;
  }

  
  .main-content-wrapper .main-content {
    padding: 0;
  }
}

.details-page .section.header {
  position: relative
}

.app-title.main-title {
  color: #333;
}

.app-title {
  /* color: #111; */
  font-weight: normal
}

.app-title b {
  font-weight: 500;
}

.aside .app-title a {
  color: var(--ff-color28);
}

.icons-slider .app-title {
  color: var(--ff-color28);
}

.icons-slider .rate {
  color: var(--ff-color28);
}

.icons-slider .app-title b {
  display: block;
  color: var(--ff-color28);
}

.details-page .section.header .subtitle {
  color: var(--ff-color3); 
  font-weight: bold;
}

.details-page .section.header .date {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tab-menu {
  border-bottom: 2px #ddd solid;
}


.tab-menu ul, .tab-menu ol {
  padding: 0;
  margin: 0;
}

.tab-menu li {
  display: inline-block;
  margin: 0 1.4rem 0 0;
}

.tab-menu li:last-child {
  margin: 0;
}

.tab-menu li a {
  text-decoration: none;

  color: #444;
  font-weight: 500;

  display: block;
  padding: 1rem 0;

  position: relative;
}

.tab-menu li a.active::after {
  position: absolute;
  display: block;
  content: '';
  height: 2px;
  background: #7ed957;
  left: 0;
  right: 0;
  bottom: -2px;
}

.main-footer {
  background: #ccc;
}

.main-footer .social-icons {
  
}

.main-footer .social-icons li {
  margin: 0 1.4rem 0 0;
}

.main-footer .social-icons a {
  color: var(--var-color28);
  font-size: 3rem;
}

.main-footer .social-icons a:hover {
  color: #dc2130;
  }

.main-footer .social-icons a:hover * {
  border: 0;
  text-decoration: none;
}

.main-footer .col-links li {
  border-bottom: 1px #999 solid;
}

.main-footer .col-links a {
  color: var(--ff-color28);
  display: block;
  padding: .6rem .6rem;

  transition: 50ms ease-in-out;
}

.main-footer .col-links a:hover {
  text-decoration: none;
  background: #bbb;
  color: var(--ff-color29);
}

.main-footer .col-links li svg {
  width: .5rem;
  color: inherit;
  fill: var(--ff-color28);
  margin: 0 .5rem 0 0;
  position: relative;
  top: -1px;
}

.main-footer .social-icons a:hover .fa-linkedin {
  color: #0274b3
}

.modal-share .share-link {
  width: 4rem;
  height: 4rem;
  display: block;
  background: #000;
  color: #fff;
  border-radius: 100rem;
  display: flex;
  padding: 1rem;
}

.modal-share .share-link.x {background: #000}
.modal-share .share-link.fb {background: #3b5998}
.modal-share .share-link.wa {background: #25d366}
.modal-share .share-link.li {background: #0274b3}

.modal-share svg {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  fill: #fff;
}

.modal-share a:hover > svg {
  transform: scale(1.1);
}