/*
 * General
 *
 */


/* @media only screen and (min-width: 1140px)
@media only screen and (min-width: 768px) and (max-width: 989px)
@media only screen and (min-width: 480px) and (max-width: 767px)
@media only screen and (max-width: 479px) */

* {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;

  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  text-rendering: optimizeLegibility;

  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  font-kerning: normal;

  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}

/* permitir sticky */
#top {
  overflow: visible;
}

#top #wrap_all {
  overflow: visible;
}

/* strong */
#top strong,
#top b {
  font-weight: 700;
  color: #091313;
}

/* scroll top link */
#scroll-top-link {
  display: none;
}

/* image overlay */
#top .image-overlay {
  display: none !important;
}

/* image radius */
#top .avia_image {
  border-radius: 0;
}

#top .small-preview img,
#top .big-preview img {
  border-radius: 0;
}

/* heading */
#top h1,
#top h2,
#top h3,
#top h4,
#top h5 {
  letter-spacing: -0.025em;
  line-height: 1.1em;
}

/* buttons */
#top .avia-button.avia-size-large {
  padding: 17px 30px 17px 30px;
}

/* huge padding */
#top .avia-section-huge .content {
  padding-top: 110px;
  padding-bottom: 110px;
}

/* tooltipo */
#top .avia-tooltip {
  padding: 5px 10px;
  font-size: 15px;
  width: 210px;
  text-align: left;
}

#top .wp-block-image figcaption {
  font-size: 15px;
  text-align: center;
}

/*  widget enfold entrada blog */
#top .avia-content-slider .slide-image {
  border-radius: 0;
  margin-bottom: 20px;
}

#top .avia-content-slider .slide-image img {
  border-radius: 0;
}

#top .avia-content-slider .slide-entry-title {
  font-size: 1.2em;
}

#top .avia-content-slider .slide-entry-excerpt {
  margin-top: 10px;
}

#top .avia-content-slider .slide-meta {
  display: none;
}


.blue {
  color: #3cc;
}


.amount__wrap {
  display: inline-block;
}

.amount__symbol {
  font-size: 0.5em;
  font-weight: 900;
  line-height: 1.9em;
  vertical-align: top;
  margin-right: 2px;
}
