/*
Theme Name: Brasil Investigações
Theme URI: http://www.brasilinvestigacoes.com.br/
Author: Brasil Investigações
Author URI: http://www.brasilinvestigacoes.com.br/
Description: Tema criado para o site Brasil Investigações
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: investigacao
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:   100%;
}

body {
  margin: 0;
}

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;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 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"] {
  -webkit-box-sizing: border-box;
      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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
      box-sizing: inherit;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.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%;
}

/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      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: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  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;
}

/*--------------------------------------------------------------
# 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;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.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;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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 {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.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-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
figure.gallery-item {
  border: 1px solid #ccc;
}

figcaption {
  background-color: #e6e6e6;
  min-height: 70px;
  padding: 15px;
}

ul.bread-crumb.clearfix li:last-child span {
  color: #a6cf39;
}

div.wpcf7-validation-errors {
  clear: both;
  margin: 0;
  padding: 15px;
  background-color: #fffdf2;
}

.wpcf7-not-valid {
  border-color: #ff0000 !important;
  background-color: #fffafa !important;
}

.dropdown-menu {
  margin: 0px !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: transparent !important;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

#chamada-acao {
  padding: 55px 0;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%,#fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#fcfcfc));
  background: -o-linear-gradient(top, #ffffff 0%,#fcfcfc 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 );
}

a.liga-agora:hover{
  background-color: #e5da00;
  color: #443e1f;
  border: 1px solid #000;
}

a.liga-agora {
  background-color: #e5da00;
  color: #443e1f;
  border: 1px solid #000;
  padding: 15px 0px 0px;
  font-size: 35px;
  position: relative;
  border-radius: 0;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
}

span.text-p {
  display: block;
  font-size: 11px;
  background-color: #000000;
  padding: 5px;
  color: #FFF;
  font-weight: normal;
  font-family: "Raleway";
  margin-top: 10px;
}

.linha-abaixo {
  position: relative;
  margin-top: 0px;
}

.linha-abaixo::before {
  bottom: -14px;
  content: "";
  position: absolute;
  width: 60%;
  height: 6px;
  background: url(./assets/img/hr-background.png) repeat-x 0 0;
  border: 0;
  left: 20%;
}

.rev_slider_wrapper #slider1 .banner-mod-claro .gardener-caption-h1,
.rev_slider_wrapper #slider1 .banner-mod-claro .gardener-caption-p {
  color: #000;
}

.rev_slider_wrapper #slider1 .banner-mod-claro .banner-btn .sub-text {
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
  display: block;
  text-transform: initial;
  line-height: 23px;
  text-align: center;
  margin-bottom: 25px;
}

.relative {
  position: relative;
}

.mission-right-img-holder {
  position: relative;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  background-color: #fdfdfd;
}

.banner-mobile.banner-interno {
  display: none;
}

/*
#banner-mobile .banner-mobile::before {
  background-color: rgba(29, 29, 29, 0.68);
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
*/

.content-first-row section#welcome-section-mover .single-welcome-mover .content.content-text {
  min-height: 150px;
}

@media screen and (min-width: 1680px) and (max-width: 1680px){
  #welcome-section-mover .single-welcome-mover .content {
    padding: 20px 15px;
  }
  #welcome-section-mover .content.content-no-border {
    padding: 15px 20px;
  }
  section#welcome-section-mover .single-welcome-mover .content.content-text {
    min-height: 290px;
  }
  section#welcome-to-mover .thm-image-hover {
    padding: 0;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px){
  section#welcome-to-mover .textoCaixa h2 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 17px;
  }
  section#welcome-to-mover .textoCaixa p {
    font-size: 15px;
    line-height: 23px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px){
  section#welcome-to-mover .thm-image-hover {
    padding: 0;
  }
  section#welcome-to-mover .textoCaixa {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1680px){
  #welcome-section-mover .box-itens-home {
    margin: 0;
    width: 100%;
    padding: 0 2.5%;
  }
  #welcome-section-mover .single-welcome-mover .content.content-text {
    padding: 25px 10px;
  }
  #welcome-to-mover .thm-image-hover {
    padding: 10% 45px 0 0;
  }
  #chamada-acao {
    padding: 15px 0 35px;
  }
  section#welcome-to-mover .textoCaixa h2 {
    margin-top: 0;
  }
  div.single-welcome-mover .content a h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px){
  #welcome-to-mover .thm-image-hover {
    padding: 0;
  }
  #welcome-section-mover .single-welcome-mover .content a h2 {
    font-size: 20px;
  }
  #welcome-section-mover .single-welcome-mover .content.content-text {
    padding: 10px;
  }
  #welcome-to-mover .textoCaixa {
    text-align: center;
  }
  ul#primary-menu {
    float: none !important;
  }
  header.mover .mainmenu-container {
    margin-top: 0;
    text-align: center;
  }
  header.mover {
    padding-bottom: 0;
  }
  #welcome-section-mover span.big2 {
    letter-spacing: 0px;
  }
  #ChatWidgetButton-iframe {
    display: none;
  }
  .mission-right-img-holder img {
    max-width: initial;
    height: 220px;
    width: auto;
  }
}

@media screen and (max-width: 768px)
{
  .banner-mobile.banner-interno {
    display: block;
  }
  #page-title .banner-mobile .botao-mobile a {
    font-size: 40px;
  }
  .zopim {
    display: none !important;
  }
}

.logo a {
  display: inline-block;
}

span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  display: block;
  background-color: #ff0000;
  padding-left: 12px;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
  margin: 0;
  padding: 15px;
  color: red;
  background-color: #fff6f6;
  text-align: center;
}

span.big1 {
  display: block;
  line-height: 1;
  margin-top: 15px;
  font-family: 'Raleway';
}
span.big2 {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 6px;
  margin-bottom: 35px;
  color: #da0000;
  letter-spacing: 4px;
  font-family: 'Fjalla One', sans-serif;
  text-shadow: 3px 3px 0px #efefef;
}

a.color-white,
a.color-white:focus,
a.color-white:hover {
  color: #ffffff;
}

.tparrows {
  display: none !important;
}

.logo img {
  max-width: 100%;
}

#conteudo ul.estados-telefone {
  margin-bottom: 35px;
}

#conteudo ul.estados-telefone li {
  line-height: 25px;
}

.conteudo-faq p:first-child {
  /*margin-bottom: 15px;*/
}

.et_monarch .et_social_inline_bottom {
  margin-top: 30px;
  text-align: left;
  clear: both;
}

.et_social_inline.et_social_mobile_on.et_social_inline_bottom:before {
  content: "Compartilhe nossa empresa nas redes sociais";
}

.big2.botao-01 {
  margin-bottom: 10px !important;
}

.banner-mobile.banner-stilo-2{  
  font-family: 'Fjalla One',sans-serif;
}

.banner-mobile.banner-stilo-2 .botao-mobile a {
  margin-top: 0;
  background-color: #e5da00;
  padding-top: 15px;
  padding-bottom: 0px;
  border-radius: 10px 10px 10px 10px;
  border-bottom: 5px solid #9a9300;
  width: 100%;
}

.no-transform {
  text-transform: none !important;
}

.m-t-25 {
  margin-top: 25px;
}

.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}

.botao-ligue-agora img {
  vertical-align: top;
}

.formas-de-pagamento-cartoes {
  display: inline-block;
  vertical-align: top;
}

#conteudo ul.list-normal {
  padding-left: 15px;
  margin-bottom: 15px;
}

#conteudo ul.list-normal li {
  list-style: initial;
  margin-left: 15px;
  line-height: 2;
}

.wh-lgagora {
  vertical-align: top;
  margin-left: 5px;
}

.gallery-item img {
  height: auto;
  padding: 5px;
  border: 1px solid #d3d3d3;
}

figure.gallery-item {
  padding: 0 10px;
  border: none;
}

.gallery {
  margin-left: -10px;
  margin-right: -10px;
}

.img-holder.cor-invertida img {
  -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
}

.img-holder.cor-invertida:hover img {
  -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
}

.img-holder img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  max-width: 100%;
}

.img-holder a {
  display: inline-block;
}

.img-holder:hover img {
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
      transform: scale(1.1);
  -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
}

html.lity-active {
  overflow: hidden !important;
}

.box-destaque {
  background-color: #f3f3f3;
  padding: 12px 0 10px;
  border: 3px solid #e5da00;
  border-style: outset;
  margin-bottom: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

a.botao-ligue {
  padding: 10px 15px;
  background-color: #cecece;
  display: inline-block;
  margin-bottom: 5px;
  color: #000;
  border: 1px solid black;
  font-size: 26px;
  text-shadow: 1px 0px 0px #FFF;
  border-radius: 15px;
  text-align: center;
  width: 45%;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  font-family: monospace;
}

a.botao-ligue span {
  display: block;
  text-transform: uppercase;
  color: #ff0000;
  font-size: 16px;
  font-family: "Raleway";
}

a.botao-ligue:hover {
  color: #000000;
}

.prl-15 {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.box-amarelo {
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid #3e3e3e;
}

.titulo-regioes {
  padding: 15px;
  background-color: #3e3e3e;
  border-bottom: 0px;
  font-weight: bold;
  font-size: 22px;
  color: #ffd000;
  margin-top: 25px;
}

.cidades-atendidas span {
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  border: 1px solid #383737;
  background-color: black;
  border-radius: 5px;
  margin-bottom: 5px;
}

#bottom-bar .container .cidades-atendidas {
  padding-top: 15px;
  line-height: 1;
}

.mapa-brasil.tipo-2 {
  margin-right: 0;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-20 {
  font-size: 20px;
}

.fs-26 {
  font-size: 26px;
}

.lh-1-2 {
  line-height: 1.2;
}

.image-page.mid-text {
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.animate-btn
{
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.action-button
{
  position: relative;
  padding: 10px 40px;
  margin: 0px 0px 10px 0px;
  float: left;
  /*border-radius: 10px;*/
  font-family: 'Raleway';
  font-weight: bold;
  color: #FFF;
  text-decoration: none;  
}

.yellow-btn
{
  background-color: #e5da00;
  border-bottom: 5px solid #bbb200;
  color: #443e1f;
}

.yellow-btn:hover {
  color: #443e1f;
}

.action-button:active
{
  transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
  border-bottom: 1px solid;
}

.img-escritorio-visita{
  position: absolute;
  left: -30px;
  top: 0px;
}

.texto-fotos-escritorio {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #00000059;
  margin: 0;
  padding: 15px;
  color: #FFF;
  text-align: center;
  /*border-top: 3px double rgba(0, 0, 0, 0.5);*/
}

.block {
  display: block;
}

#banner-mobile .item-slide-mb {
  position: relative;
  min-height: 250px;
  background-position: center;
  background-size: cover;
}

.no-margin-top {
  margin-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

#conteudo .img-holder.video-tag-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.moldura {
  position: relative;
  display: inline-block;
}
.moldura::before {
  border: 1px solid #dbd8cf;
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.txt-bottom-img {
  vertical-align: text-bottom;
}

.liga-agora.liga-agora-wh {
  font-size: 30px;
}

.img-w-tel {
  width: 40px;
}

.redes-s a,
.redes-s a:hover,
.redes-s a:active,
.redes-s a:visited {
  font-size: 20px;
  color: #b7b18d;
}

.redes-black {
  background-color: #000000;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.redes-black span.pull-right.redes-s {
  float: none !important;
}

.redes-black .redes-s a,
.redes-black .redes-s a:hover,
.redes-black .redes-s a:active,
.redes-black .redes-s a:visited {
  font-size: 25px;
  color: #ffffff;
}

.blue-face {
  color: #2467b6;
}

.va-middle {
  vertical-align: middle;
}

.icone-blog {
  font-size: 22px !important;
}

i.ic-maior {
  font-size: 27px;
}

.form-contato-fora-horario {
  background-color: #f1f1f1;
  padding: 30px 0px;
  margin: 0 0 40px;
}
.form-contato-fora-horario div.wpcf7-mail-sent-ok {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 12px;
  font-size: 16px;
  border: 0px;
  border-bottom: 1px solid;
}
.form-contato-fora-horario span.wpcf7-not-valid-tip,
.form-contato-fora-horario div.wpcf7-validation-errors {
  display: none !important;
}
.form-contato-fora-horario > div {
  padding: 20px 35px 0px;
}
.form-contato-fora-horario .contact-form {

}
.form-contato-fora-horario .contact-form textarea {
  height: 225px !important;
}
.form-contato-fora-horario .contact-form input,
.form-contato-fora-horario .contact-form select {
  height: 35px;
}
.form-contato-fora-horario .contact-form input,
.form-contato-fora-horario .contact-form select,
.form-contato-fora-horario .contact-form textarea {
  padding: 15px 20px;
  background-color: #FFFFFF;
  border-radius: 25px;
  font-family: Raleway;
  line-height: 1;
  height: auto;
}
.form-contato-fora-horario h1,
.form-contato-fora-horario h2,
.form-contato-fora-horario h3,
.form-contato-fora-horario h4,
.form-contato-fora-horario h5,
.form-contato-fora-horario h6 {
  text-transform: uppercase;
  margin-top: 0px;
  font-family: 'Fjalla One', sans-serif;
}
.white {
  color: #ffffff;
}

.form-contato-fora-horario .contact-form .wpcf7-submit {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  height: 40px;
}

.f-monospace {
  font-family: monospace;
}

.tags a {
  text-transform: lowercase;
}

.tags a:nth-child(even) {
  font-weight: bold;
  color: #107ab7;
}

.tags a:nth-child(odd) {
  color: #5d5d5d;
}

.buscadores-bg {
  background-color: #000000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.buscadores span {
  font-size: 13px;
  text-decoration: underline;
}

.buscadores span:before {
  content: "#";
}

.bg-gray {background: #171717;}
.p-t-10 {padding-top: 10px;}
.p-t-15 {padding-top: 15px;}
.p-t-20 {padding-top: 20px;}
.p-t-25 {padding-top: 25px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-25 {padding-bottom: 25px;}
.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-25 {margin-bottom: 25px;}
.yellow {color: #ffd000;}
@media screen and (max-width: 991px) {
  .fs-16 {
    line-height: 1.4;
  }
  .fs-26 {
    font-size: 18px;
    line-height: 1.4;
  }
}
