/*
Theme Name: Ad Vantage
Author: Ad Vantage Marketing / Adélio Vieira
Author URI: https://www.advantagemarketing.com.br/
Description:  Tema criado para especialmente para nossos clientes. Baseado no tema WP Starter Bootstrap (Afterimage Designs)
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: advantagetheme
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: wp-bootstrap-starter
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {overflow-x: hidden !important;}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 130%;
  color: #434343;
  overflow-x: hidden !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}


a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* Editor */
.row.editor {
    margin: 0 auto;
    display: block;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #666666;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
  font-family: 'Aleo', sans-serif;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
  font-family: 'Aleo', sans-serif;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.7em;
}

p, span, li, li span, li p, p span {
  font-size: 17px;
  font-weight: 100 !important;
  line-height: 150%;
}
p b,
p span b,
p strong,
p span strong {
  font-weight: bold !important;
}
.siteorigin-widget-tinymce.textwidget li {
  margin-bottom: 1.3em;
}
::marker {
    color: #853c8d;
}

div p:last-child {
    margin-bottom: 0;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;position: relative;
}



.btn{
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 800;
  opacity: .8;
  transition: all ease .3s;
}

.btn:hover { 
  opacity: 1;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  transition: all ease .3s;
}
.btn-xs {
    font-size: 12px;
    padding: 2px 10px;
}
.btn-blue {
    background: #853c8d;
    color: #FFF !important;
}

.btn-cta a:hover {
  text-decoration: none;
}

a.btn-borda {
    background: none !important;
    border: 1px solid;
}
a.btn-borda:hover {
    background: #853c8d !important;
    border: 1px solid #853c8d !important;
}
a.btn-borda.btn-borda-branca {
    color: #fff;
    border: 1px solid #fff !important;
}

.section-padding {padding: 60px 0; }
.section-padding-top {padding-top: 60px;}
.section-padding-bottom {padding-bottom: 60px;}
.section-title h2 {font-size: 35px;}
.section-divisor {
    border-top: 1px solid #eee;
}
.section-divisor-bottom {
    border-bottom: 1px solid #eee;
}
.panel-grid {
    margin: 0 !important;
}


#topo-paginas {
    background: #853c8d;
    color: #fff;
    padding: 40px 10px;
    background-size: cover;
}

#topo-paginas h1{
      color: #fff;
    font-size: 36px;
    line-height: 140%;
    font-weight: 100 !important;
}
}
@media only screen and (max-width: 768px) {
  .section-padding, #taliani {
    padding: 40px 26px !important;
  }
  .section-title h2 {
    font-size: 7vw;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: rgba(255,255,255,.8) ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 0 1rem;
  position: relative;
  z-index: 99;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li {
  padding: 0 0.9rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #434343;
  font-weight: 400;
  font-size: 0.975rem;
    border-top: 5px solid transparent;
    transition: all ease .2s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_parent > a{
  color: #434343;
  border-top: 5px solid #853c8d;
    transition: all ease .2s;
  /*background: #f9f9f9;*/
  color: #853c8d !important;

}

body:not(.theme-preset-active) #masthead .navbar-nav > li.menu-item-has-children:hover > ul{
 display: block;
}

@media (min-width: 1200px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li.menu-item-has-children:hover > ul {
    margin-top: -20px;
  }
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_parent > a {
    font-weight: 700 !important;
}

.navbar-expand-xl .navbar-nav .nav-link {padding: 34px 0;}
.navbar-brand {
  height: auto;
}

.navbar .navbar-brand {
    width: 100%;
    max-width: 315px;
    padding: 15px 0;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
nav a.btn-login {
    background: #0daa65;
    color: #FFF;
    padding: 0px 15px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
  nav a.btn-login {
    position: absolute;
    right: 0;
    top: 82px;
  }
}

nav a.btn-login:hover {
    background: #098b52; /* Verde Hover */
  }

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 14.500rem;
}
.dropdown-menu .dropdown-item:hover {
    background: #f8f8f8 !important;
    color: #853c8d;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  /*padding-bottom: 3.75rem;
  padding-top: 4.125rem;*/
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {position: relative;}
footer#colophon {
  position: relative;
  font-size: 85%;
}



body:not(.theme-preset-active) footer#colophon {
  color: #9a9a9a;
  background-color: #412745;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

#footer-widget {
    background: #301c32;
    color: #9a9a9a;
    padding: 40px 0;
}
#footer-widget h3.widget-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
}

#footer-widget p, #footer-widget span {
    color: #9a9a9a;
    font-size: 14px;
    line-height: 120%;
}

#footer-widget .widget {
    padding: 0;
}


#footer-widget .logo-rodape {
    max-width: 200px;
}


#footer-widget .menu-solucoes li.nav-item a {
    background: none;
    color: #FFF;
    font-size: 14px;
    padding: 5px 0;
    transition: all ease .2s;
}

#footer-widget .menu-solucoes li.nav-item a:hover {
  background: none;
  padding-left: 5px;
  transition: all ease .2s;
}

#footer-widget .menu-solucoes li.nav-item  {
    background: none;
}

#footer-widget .menu-solucoes li.nav-item a i.fa {
    color: #0daa65;
    margin-right: 7px;
}
#footer-widget .menu-solucoes li.nav-item a:hover i.fa {
    color: #fff;
    margin-right: 7px;
}



#footer-widget .endereco .fa {
    color: #0daa65;
    float: left;
    margin: 0 10px 23px 0;
}

#footer-widget .redes-sociais .nav {
    display: block !important;
}


#footer-widget .redes-sociais li.nav-item a {
    border-radius: 100px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    padding: 5px 5px;
    background: #0daa65;
    color: #FFF;
    position: relative;
    text-align: center;
    margin-right: 20px;
    transition: all ease .2s;
}

#footer-widget .redes-sociais li.nav-item a:hover {
  background: #098b52;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all ease .2s;
}

#footer-widget .redes-sociais li.nav-item  {
    display: inline !important;
    background: none;
    width: auto !important;
    float: left;
    padding: 0;
    min-width: auto;
}


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  footer .site-info, footer .icones-redes-sociais {
      text-align: center;
  }
  a.bot-whatsapp {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: -45px;
  }
}



/* Slider */
#slider-home h2 {
    font-weight: 100 !important;
}

#slider-home h2 b,
#slider-home h2 strong{
    font-weight: 600 !important;
}

/* Section */
h2.section-title, 
.section-title h2 {
    color: #853c8d;
    font-size: 40px;
}
.text-black h2.section-title, 
.text-black .section-title h2 {
    color: #666;
    font-size: 40px;
}


.dark-bg h2.section-title, 
.dark-bg .section-title h2,
.dark-bg .texto-icone h3 {
    color: #FFF;
}
.dark-bg,
.dark-bg p,
.dark-bg span, 
.dark-bg li, 
.dark-bg h3, 
.dark-bg h2 {
  color: #fff;
}
/* Big Numbers */

#big-numbers .panel-grid-cell {
    margin: 0 0 0 0 !important;
    width: 25%;
}

#big-numbers .panel-grid-cell .so-panel {
    margin: 0 0 0 0 !important;
}

#big-numbers .big-number {
    border: 1px solid #ffffff20;
    padding: 50px 0px;
}

#big-numbers  .big-number.panel-widget-style-for-6-2-0-0 {border-left: 0 !important;border-top: 0 !important;}
#big-numbers  .big-number.panel-widget-style-for-6-2-0-1 {border-left: 0 !important;border-bottom: 0 !important;}
#big-numbers  .big-number.panel-widget-style-for-6-2-1-0 {border-top: 0 !important;}
#big-numbers  .big-number.panel-widget-style-for-6-2-1-1{border-bottom: 0 !important;}
#big-numbers  .big-number.panel-widget-style-for-6-2-2-0 {border-top: 0 !important;}
#big-numbers  .big-number.panel-widget-style-for-6-2-2-1{border-bottom: 0 !important;}
#big-numbers  .big-number.panel-widget-style-for-6-2-3-0 {border-top: 0 !important;border-right: 0 !important;}
#big-numbers  .big-number.panel-widget-style-for-6-2-3-1{border-bottom: 0 !important;border-right: 0 !important;}



@media screen and (max-width: 768px) {
  #big-numbers  .big-number.panel-widget-style-for-6-2-0-0,
  #big-numbers  .big-number.panel-widget-style-for-6-2-0-1,
  #big-numbers  .big-number.panel-widget-style-for-6-2-1-0,
  #big-numbers  .big-number.panel-widget-style-for-6-2-1-1,
  #big-numbers  .big-number.panel-widget-style-for-6-2-2-0 ,
  #big-numbers  .big-number.panel-widget-style-for-6-2-2-1,
  #big-numbers  .big-number.panel-widget-style-for-6-2-3-0,
  #big-numbers  .big-number.panel-widget-style-for-6-2-3-1{border-left: 0;border-right: 0;border-top:1px solid #ffffff20; border-bottom: 1px solid #ffffff20;}
  #big-numbers  .big-number.panel-widget-style-for-6-2-0-0 {border-top: 0;}
  #big-numbers  .big-number.panel-widget-style-for-6-2-3-1 {border-bottom: 0;}
}/* Fim do Media */
#big-numbers .big-number p,
#big-numbers .big-number h2{
    text-align: center;
    color: #FFF;
    line-height: 100%;
    padding: 0;margin: 0;
}

#big-numbers .big-number h2 {
    font-size: 38px;
}



/* Recursos */
.itens-recurso {
    padding: 30px 0 !important;
}

.itens-recurso .panel-grid-cell {
    margin-bottom: 0 !important;
}

.itens-light h3 {
    font-weight: 400;
    margin-top: 0px;
}

.texto-icone h3 {
    font-weight: 600;
    color: #853c8d;
    font-size: 20px;
    padding: 0;
    margin: -10px -15px 0 -15px;
}

.texto-icone p {
    margin: 0px -15px 0 -15px;
}

@media screen and (max-width: 768px) {
.itens-recurso {
    margin: 0 0;
    padding: 0 0 0 !important;
}

.section-mockup {
    background-position: right !important;
}

  .texto-icone {margin: 20px 0;}
  .texto-icone h3,
  .texto-icone p{
    text-align: center !important;
    margin: 0 0 0 0;
  }

}



/* Formulario */

#formulario {
    margin: 0 auto !important;
    max-width: 540px !important;
}

#formulario .form-line {
    margin-bottom: 20px;
}
#formulario .form-line label{
    margin-bottom: 0px;
}

#faixa-formulario .form-group small,
#formulario .form-group small {
    margin: 0;
    padding: 0;
}

#faixa-formulario input.btn.btn-primary,
#formulario input.btn.btn-primary {
    border-radius: 100px;
    padding: 3px 30px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    background: #0daa65;
    border: 0;
}
#formulario .form-group, #faixa-formulario .form-group {
    margin-bottom: 5px;
}
/* Sobre */
.mvv {
    background: #FFF !important;
    margin: 0 -12px 0 -12px !important;
    padding: 25px;
    border-bottom: 4px solid #0daa65;
}
.mvv p, .mvv h2 {
    color: #666 !important;
}

.mvv h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
    margin: 0 0 10px 0 !important;
}

#blog-sidebar .wpcf7-response-output {
    border-radius: 100px;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
}

@media (min-width: 1111px) {
  .mvv {
      min-height: 290px;
  }
}

.imagens-editoras > div {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

@media (min-width:  1025px) {
.imagens-editoras > div { width: 50% !important;}
/*media*/}




/* FAQ*/

.pergunta .so-panel{
    position: relative;
    padding-left: 50px;
}
.pergunta h2.widget-title.section-title {
    background: #0daa65;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 23px;
    text-align: center;
    width: 40px;
    padding-top: 8px;
    height: 40px;
    border-radius: 100px;
}


/* Timeline */
.hori-timeline .events {
    border-top: 1px solid #e9ecef;
    text-align: center;
    margin-top: 100px;
    position: relative;
}

.hori-timeline .events:after {
    content: '2020';
    background: #e9ecef;
    padding: 4px 10px;
    color: #853c8d;
    position: absolute;
    top: -17px;
    font-family: 'Aleo';
    font-size: 20px;
    font-weight: bold;
    right: 0;
}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin:0 15px;
}
.hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 20px;
    border-radius: 100px;
    top: 0;
    background: #853c8d;
    width: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;    

    font-family: 'Aleo';
    font-size: 22px;
    font-weight: 800;
    color: #853c8d;
}
.texto-timeline {
    background: #EEE;
    border-radius: 6px;
    padding: 10px;
    height: 150px;
    position: relative; 
    margin-top: 13px;
}

.texto-timeline:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #EEE;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    top: 0;
    left: 48%;
    border-radius: 6px;
}
.texto-timeline p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    padding: 10px;
}

@media screen and (max-width: 768px) {
  .hori-timeline .events {
      border-top: 0;
      border-left: 2px solid #e9ecef;
      padding-bottom: 100px;
      margin-top: 0;
    width: 90%;
    margin-left: 10vw;
  }
  .hori-timeline .events:after {
      right: auto;
      left: -34px;
      bottom: 0;
      top: auto;
  }

  .hori-timeline .events .event-list:before {
      top: auto;
      left: -15px;
  }
.hori-timeline .events .event-list .event-date {
    left: -42px;
    text-align: left;
    width: auto;
    background: #FFF;
}

.texto-timeline {
    margin-top: -30px;
}

.texto-timeline:before {
    left: 0;
    top: 38px;
}

}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-table;
        width: 20%;
        padding-top: 35px;
    }
    .hori-timeline .events .event-list .event-date {
        top: -35px;
    }
    .list-inline-item.event-list.item-timeline {
      margin-top: -12px;
    }

}



/* Soluôes */
.sol h2.section-title {
    font-size: 22px;
    margin-top: -15px;
}

.sol.sol-os h2.section-title, 
.sol.sol-os h2.section-title p, 
.sol.sol-os h2.section-title h2, 
.sol.sol-os h2.section-title h3 {
    padding: 0 25px;
}


.sol .btn-cta .ow-button-base a {
    font-size: 9px !important;
    padding: 1px 13px;
    border-radius: 100px;
    margin: -10px 0 0 0 !important;
}

.box-border {
    background: #f8f8f8;
    padding: 25px 15px;
    border-bottom: 5px solid;
}

.border-purple {
    border-color:#853c8d;
}

.box-border h2 {
    font-family: 'Roboto';
    margin: 0 0 0;
    padding: 0;
}


/* Contato */
#faixa-mapa {
    position: relative;
}

#mapa iframe {
    width: 100%;
}

@media (min-width: 768px) {
  .atendimento {
    padding: 0 25%;
  }
}

.atendimento {
   /* position: relative;
    background: #FFF;
    padding: 30px 36px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-shadow: 0 0 18px #888; */
}

.atendimento h2 {
    color: #853c8d;
    font-size: 39px;
    margin: 0 0 20px 0;
    padding: 0;
}
/*--------------------------
# ERRO 404
-------------------------*/
#pagina-erro {
    padding: 100px 0;
    background-size: cover;
}

@media (min-width: 1200px) {
  .erro-msg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  }
}


.erro-msg h1 {
    font-size: 100px;
    color: #853c8d;
    padding: 0;
    margin:0;
}

.erro-msg h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    font-weight: 100;
    width: 83%;
    font-size: 33px;
}

.erro-msg p {
    margin: 0;
}

.erro-msg form.search-form {
  margin-top: 20px;
    width: 100%;
    max-width: 400px;
}




/*------------------------------------------------------
# Blog
-----------------------------------------------------*/
#blog-header {
    padding: 11.2vh 0 10vh 0;
    background-size: cover;
}

.blog-title,
.blog-title:hover {
    font-size: 50px;
    margin: 0;
    padding: 20px 0;
    font-family: 'Aleo';
    color: #FFF;
    font-weight: 100;
    text-decoration: none;
}


.blog-search {
  padding:50px 0 0 0;
}

.blog-search form.search-form label,
form.search-form label {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 615px;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.blog-search form input.search-field,
form.search-form input.search-field {
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    text-align: center;
}


.blog-search form button.search-submit,
form.search-form button.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100px;
}


.loop-title {
  padding: 40px 0;
}
.loop-title h2 {
    font-size: 40px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Aleo';
    font-weight: 100;
    position: relative;
    background: #fff;
    display: inline;
    width: auto;
    z-index: 1;
}

.loop-title h2:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 500%;
    max-width: 1170px;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height: 1px;
    background: #666;
    z-index: -1;
}


.loop-title h2 span{
    font-size: 40px;
    font-weight: 800;
}

.post-item {
    padding: 25px;
}

.post-image {
    position: relative;
    width: 100%;
    height: 150px;
    max-height: 150px;
    overflow: hidden;
    transition: all ease .2s;
}

.post-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: all ease .2s;
}

.post-item:hover .post-image img {
  max-width: 110% !important;
}

.post-item header.entry-header,
.post-item .entry-content{
    margin: 0 0 0;
    background: #f8f8f8;
}
.post-item header.entry-header .entry-title{
    margin: 0 0 0 0;
    padding: 10px 20px 0 20px;
    font-size: 20px;
    border: 0;
    color: #853c8d;

}

@media (min-width: 1200px) {
  .post-item header.entry-header .entry-title{
    overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2; /* number of lines to show */
     -webkit-box-orient: vertical;
  }
}




.post-item .entry-content {
    padding: 10px 20px;
}
.post-item .entry-content p{
    margin: 0;
}

.post-item .cta-saibamais {
    display: inline-block;
    background: #0daa65;
    padding: 2px 10px;
    margin: 15px 0;
    border-radius: 100px;
    color: #FFF;
    font-size: 15px;
}

.post-item .cta-saibamais:hover {
  text-decoration: none;
  background: #853c8d;
}

.post-item .entry-content small span, 
.post-item .entry-content small,
.post-item .entry-content small a {
    font-size: 12px;
    color: #999;
}
.post-item .entry-content small a {
    color: #000;
    font-weight: bold;
}

.navigation.post-nav {
    width: 100%;
    margin: 30px auto;
    max-width: 1000px;
    text-align: center;
}



.navigation.post-nav li {
    display: inline-block;
    list-style: none;
    background: #8c8c8c;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    padding: 2px 0;
    color: #FFF;
    font-weight: bold;
}

.navigation.post-nav li a{color: #FFF; }

.navigation.post-nav li.navlink {
    width: auto;
    padding: 2px 16px;
    text-align: center;
}

.navigation.post-nav li.active {
    background: #853c8d;
}


#post-header {
    background-size: cover;
    padding: 250px 0 0 0;
    margin-top: 50px;
    background-position: center;
}

#post-header h1.entry-title {
    padding: 60px 0 15px 0;
    margin: 0 0 0;
    border: 0;
    color: #FFF;
    position: relative;
    font-size: 28px;
    font-weight: 400;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 65%, rgba(0,0,0,0) 100%);
}
span.sep {
    margin: 0 10px;
    font-weight: 100;
}

#post-body .navigation {
    border-top: 5px solid #0daa65;
    margin-bottom: 50px;
}

#post-body h4 {
    font-family: 'Aleo', 'Roboto', Helvetica;
    font-size: 22px;
    margin: 20px 0 0 0;
    font-weight: 100;
    padding: 9px 0;
    display: inline-block;
    color: #0baa65;
}


.post-navigation .nav-links a {
    border: 0;
    font-family: 'Aleo';
    color: #0daa65;
    width: 75%;
}

.post-navigation .nav-previous a::before {
    display: block;
    content: 'Artigo anterior:';
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-size: 13px;
    font-weight: lighter;
}

.post-navigation .nav-next a::after {display: none;}
.post-navigation .nav-next a::before {
    display: block;
    content: 'Próximo artigo:';
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-size: 13px;
    font-weight: lighter;
}

.post-info * {
    font-size: 13px;
    color: #333;
}

.post-info  {
    margin: 8px 0 30px 0;
}

#blog-sidebar {
    margin-top: 50px;
}
#blog-sidebar section {
    width:100%;
    padding: 25px;
}

@media (min-width: 1200px) {
  #blog-sidebar section {
      width: 33.33%;
      padding: 25px;
  }
}

#blog-sidebar h3.widget-title {
    font-family: 'Aleo';
    color: #853c8d;
    border-bottom: 2px solid;
    padding: 5px 0;
    text-transform: uppercase;
}

#blog-sidebar .rpwwt-post-title {
    font-weight: 600;
    color: #444;
    line-height: 100%;
}

#blog-sidebar .rpwwt-post-date {
    font-size: 14px;
    margin-top: 5px;
}

#blog-sidebar ul.nav.flex-column {
    display: block !important;
    flex: none !important;
}

#blog-sidebar .nav li.cat-item {
    display: inline-block !important;
    background: #888;
    color: #fff;
}

#blog-sidebar li.cat-item a{
    color: #fff;
    padding: 5px 10px;
}
#blog-sidebar li.cat-item:hover a{
    color: #fff;
    background: #853c8d;
}


@media screen and (max-width: 768){
  #post-header {
    padding: 80px 0 0 0;
  }
  #blog-header {
      padding: 40px 0 !important;
  }
  #post-header h1.entry-title {
      padding: 60px 10px 10px 10px;
  }

  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
      float: none;
      width: 100%;
  }


}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## smartphone
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
  .hidden-desktop {
    display: block !important;
  }
  .navbar .navbar-brand {
    max-width: 200px;
  }
  .navbar-nav {
    border-top: 1px solid #e5e6e6;
}

}
  .hidden-desktop {
    display: none;
  }
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}