/*
Theme Name: Kzue Imóveis Clientes
Author: Solução Digital
Author URI: https://solucao.digital/
Version: 2.0.0
Text Domain: solucaodigital
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Pages
    ## Posts
    ## Comments
    ## Modals
  ## Slick Slider
# Footer
# Media
    ## Captions
    ## Galleries
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", sans-serif !important;
  margin: 0;
  min-height: 100vh;
}

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 {
  color: #00145f;                          /*#fff;     mvz*/
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a:focus, a:hover{
  outline: 0 !important;
  box-shadow: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #4c4c4c;
  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: none;
  outline: 0 !important;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  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"] {
  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;
}

::selection {
  color: #000;
  background: #4c4c4c; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #000;
  background: #4c4c4c; /* Gecko Browsers */
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'Open Sans', sans-serif;              /* 'Roboto', sans-serif;    mvz*/
  font-size: 17px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #00146a;
}

h1{
  font-size: 72px;
}

h2{
  font-size: 36px;
}

h3{
  font-size: 22px ;
}

h4{
  font-size: 17px;
}

p{
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #666666;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #202020;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

abbr, acronym {
  border-bottom: 1px dotted #4c4c4c;
  cursor: help;
}

mark, ins {
  background: #4c4c4c;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
}

hr {
  background-color: #f8f8f8;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0em;
}

ul {
  list-style: disc;
  padding: 0px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

li:focus{
  outline: 0 !important;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="reset"],
input[type="submit"] {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0px;
  border: #2c1515 solid 1px !important;
  padding: 0px 30px;
  background: #303235;
  margin-top: 10px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #FFF;
}
input[type="reset"]:hover,
input[type="submit"]:hover {
  outline: 0 !important;
  box-shadow: none !important;
  color: #000 !important;
  background: transparent !important;
  border: #000 solid 1px !important;
}

input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
select:focus,
select:active {
  outline: 0 !important;
  box-shadow: none !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="file"],
textarea,
select{
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  border-radius: 2px;
  border: #999 solid 1px;
  padding: 10px 25px;
  width: 100%;
  margin: 15px 0;
  height: 45px;
}

textarea {
  width: 100%;
  height: 120px;
  min-height: 120px;
  padding: 15px !important;
}


::-webkit-input-placeholder {       /* Chrome/Opera/Safari */
  color: #ccc !important;
}
::-moz-placeholder {                /* Firefox 19+ */
  color: #ccc !important;
}
:-ms-input-placeholder {            /* IE 10+ */
  color: #ccc !important;
}
:-moz-placeholder {               /* Firefox 18- */
  color: #ccc !important;
}

/** CF7 **/
div.wpcf7-response-output{
  font-size: 14px;
  color: #fff !important;
  font-weight: 300 !important;
  border: none !important;
  padding: 0;
  margin-top: 0px;
  text-align: left;
}
textarea.wpcf7-not-valid,
select.wpcf7-not-valid,
input.wpcf7-not-valid{
  border: #FF0000 solid 1px !important;
}
span.wpcf7-not-valid-tip{
  display: none !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover, a:focus {
  color: #646464;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

button.btn,
a.btn {
  display: inline-block;
  height: 70px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  border-radius: 0px;
  padding: 5px 35px;
  border: none;
  background: #dededb;
  text-transform: uppercase;
}
button.btn-padrao:focus,
a.btn-padrao:focus,
button.btn-padrao:hover,
a.btn-padrao:hover {
  outline: 0 !important;
  color: #000;
  background: #f2b800;
  text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*----------------- LOGO DO MENU PRINCIPAL ------------------------------------------------------*/
.navbrand {
  position: relative;
  display: inline-block;
  z-index: 100;
  text-align: center;
}
.navbrand img {
  width: 125px;
  margin: 30px;
}


/*----------------- MENU PRINCIPAL NAV-RESPONSIVE -----------------------------------------------*/
#nav-responsive {
  position: relative;
  float: right;
  z-index: 2;
}
#nav-responsive .responsive-container {
  padding-left: 0;
  padding-right: 0;
}
#nav-responsive .menu-principal{
  margin: 40px 0 0;
}
#nav-responsive .menu-principal ul,
footer .menu-principal ul {
  display: inline-block;
}
#nav-responsive .menu-principal ul li a{
  display: inline-block;
  margin: 0 16px;
  padding: 15px 25px;
  color: #FEFEFE;
  border-bottom: 4px solid #333 ;
  background-color: #333;
}

#nav-responsive .menu-principal ul li a.active,
#nav-responsive .menu-principal ul li a:hover {
  color: #898f8f;
  border-bottom: 4px solid #898f8f ;
  background-color: #303030;
}

/*----------------- MENU HEADER - 992px-1199px ---------------------------------------------------*/
@media
only screen and (max-width: 1199px) and (min-width: 992px) {
  #nav-responsive {
    width: 627px;
  }
  #nav-responsive .menu-principal ul li a {
    font-size: 15px;
  }
  #nav-responsive .menu-principal ul li {
    margin: 0 14px;
  }

}

/*----------------- DEFINIÇÕES PARA MENU MOBILE -------------------------------------------------*/
@media (max-width: 991px) {
  header#masthead {
    height: 89px;
  }
  /*---------- NAVBRAND ----------------*/
  .navbrand {
    width: 183px;
  }
  /*---------- RESPONSIVE-BUTTOM -------*/
  #responsive-button {
    display: inline-block;
    float: right;
  }
  /*---------- NAV-RESPONSIVE ----------*/
  #nav-responsive {
    width: 100%;
  }
  #nav-responsive .responsive-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #nav-responsive.overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    background: #405ac8; /* Old browsers */
    background: -moz-linear-gradient(to top, #405ac8 0%, #041870 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, #405ac8 0%,#041870 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #405ac8 0%,#041870 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405ac8', endColorstr='#041870',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: 0.4s;
    z-index: 97;
  }
  #nav-responsive .menu-principal {
    position: relative;
    top: 160px;
    margin: 0;
  }
  #nav-responsive .menu-principal ul li{
    display: block;
    margin: 0;
    height: 70px;
  }


}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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;
}

.no-paddings{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/*--------------------------------------------------------------
# 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;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content{
}
.site-content{
  padding-top: 50px;
}
/*--------------------------------------------------------------
# GERAL
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #303030;
}
#page h1{
  font-size: 32px;
}
#page h2{
  font-size: 26px;
}
#page h3{
  font-size: 22px;
}
#page h4{
  font-size: 17px;
}

#page p{
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #666666;
}
#page span{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #7a89cc;
}

#page a {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #303030;
  text-decoration: none;
  -webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#page li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #00146a;
  list-style: none;
}

.cat-pergunta {
  font-weight: bold;
  font-size: 22px;
}

.h2-perghunta {
  font-size: 16px;
  font-weight: bold;
}
#page hr {
  position: relative;
}
#page .fa-plus-circle {
  color: #ffffff;
}

#page-wrapper {
  min-height: calc(100vh - 253px);
}

.restrito-tabs li {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #00146a;
  border: 1px solid #CCC;
}
.restrito-tabs li:hover {
  background-color: #eee;
}

.restrito-tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
}

.restrito-tabs li.active {
  background-color: #303030;
}
.restrito-tabs li.active a {
  color: #FFF !important;
}


/*------------- GERAL - ESPAÇAMENTOS ------------------------------------------------------------*/
.mgTop30{
  margin-top: 30px;
}
.mgBot30{
  margin-bottom: 30px;
}
.mgTopBot30{
  margin: 30px auto;
}
/*------------- GERAL -TRANSIÇÕES --------------------------------------------------------------*/
.slow-transition {
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease;
}
.medium-transition {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.fast-transition {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
/*----------------- GERAL - BLOCO BANNERS -------------------------------------------------------
----  Configuração de todas as páginas exceto da página Home ------------------------------------*/
#bloco-banner {
  position: relative;
  height: 420px;
}
#bloco-banner .banner-bloco-img{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#bloco-banner .banner-bloco-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#bloco-banner .banner-bloco-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #e6e6e6;
}
/*----------------- BREADCRUMB -------------------------------------------------*/
#breadcrumbs{
  position: relative;
  padding-top: 165px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
#breadcrumbs a {
  padding: 15px 5px;
  font-size: 12px;
  color: #7a89cc;
  text-decoration: underline;
  font-weight: 500;
}
#breadcrumbs a:hover {
  text-decoration: none;
}
#breadcrumbs span{
  color: #fff;
  font-size: 12px;
}
#breadcrumbs span.breadcrumb_last{
  padding: 15px 5px;
}

.hr-breadcrumbs {
  margin: 5px 0;
  border: none;
  border-top: 1px solid #7a89cc;
  opacity: 0.3;
}

/* FOOTER */
footer {
  width: 100%;
  background-color: #333;
}

.footer-direitos {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}

.logo-sd {
  display: block;
  text-align: center;
  padding: 15px 0;
  opacity: 0.6;
}


/* LOGIN */
h1.login-title {
  font-size: 16px;
  text-align: center;
}
.account-wall {
  padding: 20px;
  border: 1px solid #666;
  border-radius: 3px;
  margin: 20px 0;
}

.box-restrito {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #CCC;
}

.box-restrito label {
  width: 100%;
  margin-top: 10px;
}

.espacador {
  display: block;
  border-bottom: 1px solid #333;
  margin: 15px 15px 30px;
  padding: 15px;
  width: 100%;
}

.pergunta {
  margin: 20px 0 -10px;
}

/* Locatario */

.boleto-box {
  width: 90px;
  text-align: center;
  padding: 20px 0 10px;
  background-color: #EEE;
  border-radius: 5px;
  margin: 10px;
  float: left;
}

.boleto-box .fa-file-pdf {
  color: #ca0404;
  font-size: 30px;
  width: 65px;
  text-align: center;
}

@media screen and (max-width: 992px){
  #page h1.login-title {
    font-size: 24px;
  }
}


@media screen and (min-width: 992px){
  .footer-direitos {
    text-align: left;
  }
  .logo-sd {
    text-align: right;
  }
}