/*==============
	RESET
	==============*/
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    background: #f7f6f2;
    line-height: 1;
    font-family: "Roboto", sans-serif;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a {
    text-decoration: none;
  }
  a:visited {
    color: inherit;
  }
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
  }
  
  button {
    outline: none;
  }
  
  input,
  input:focus,
  input:hover {
    outline: none;
  }
  
  /*==============
    HEADER
    ==============*/
  #header {
    border-bottom: 10px solid #31344b;
    background: #fff;
    width: 100%;
    height: 170px;
    position: relative;
    z-index: 5;
  }
  #header .container {
    position: relative;
  }
  
  #icone_menu {
    background: url(../images/geral/icone-menu.png) no-repeat top center;
    cursor: pointer;
    display: block;
    width: 54px;
    height: 41px;
    float: left;
    margin: 59px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #icone_menu.aberto {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: bottom center;
  }
  #icone_marca {
    margin: 28px 0 28px 330px;
    width: 305px;
    height: 101px;
    float: left;
  }
  #icone_marca img {
    max-width: 100%;
  }
  
  #icones_header {
    float: right;
    margin: 56px 0;
  }
  #icones_header.icones_header_desktop {
    float: left;
  }
  #icones_header.icones_header_desktop a {
    margin-left: 0;
    margin-right: 10px;
  }
  #icones_header a {
    background: url(../images/geral/icones-header.png) no-repeat;
    float: left;
    display: block;
    margin-left: 10px;
    width: 45px;
    height: 45px;
  }
  
  #icones_header a#icone_restrito {
    background-position: 0 0;
    position: relative;
  }
  #icones_header a#icone_restrito:before {
    content: "Área do condômino";
    position: absolute;
    left: 100%;
    top: 15px;
    width: 170px;
    margin-left: 12px;
  }
  #icones_header a#icone_localizacao {
    background-position: -45px 0;
  }
  #icones_header a#icone_facebook {
    background-position: -90px 0;
  }
  #icones_header a#icone_busca_header {
    background-position: -180px 0;
  }
  #icones_header a#icone_twitter {
    background-position: -135px 0;
  }
  #icones_header a#icone_instagram {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #31344b;
    border-radius: 50%;
  }
  @media all and (max-width: 767px) {
    #icones_header a#icone_instagram {
      border: 2px solid #31344b;
      padding: 3px;
    }
  }
  #icones_header a#icone_instagram:hover {
    background: #d93175;
    border-color: #d93175;
  }
  #icones_header a#icone_instagram svg {
    width: 28px;
    height: 28px;
    fill: #31344b;
  }
  #icones_header a#icone_instagram:hover svg {
    fill: #fff;
  }
  
  /*======================
    HEADER // MENU
    ======================*/
  #menu_principal {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 170px;
    left: 0;
  }
  
  #menu_principal #sombra_menu {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.39) 1%,
      rgba(0, 0, 0, 0) 45%
    ); /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(0, 0, 0, 0.4)),
      color-stop(1%, rgba(0, 0, 0, 0.39)),
      color-stop(45%, rgba(0, 0, 0, 0))
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.39) 1%,
      rgba(0, 0, 0, 0) 45%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.39) 1%,
      rgba(0, 0, 0, 0) 45%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.39) 1%,
      rgba(0, 0, 0, 0) 45%
    ); /* IE10+ */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.39) 1%,
      rgba(0, 0, 0, 0) 45%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
    position: absolute;
    width: 100%;
    height: 30px;
  }
  
  #menu_principal > ul > li {
    width: 234px;
    min-height: 250px;
    padding: 35px 20px;
    float: left;
  }
  #menu_principal ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 35px;
    font-weight: 300;
  }
  #menu_principal > ul > li > a {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
  }
  #menu_principal > ul > li > a:hover {
    text-decoration: none;
  }
  
  #menu_principal > ul > li.menu_home {
    background-color: #31344b;
  }
  #menu_principal ul li.menu_home a {
    font-weight: 700;
    font-size: 17px;
    line-height: 36px;
  }
  
  #menu_principal > ul > li.menu_plaza {
    background-color: #2952a5;
  }
  
  #menu_principal > ul > li.menu_small {
    background-color: #f36883;
  }
  
  #menu_principal > ul > li.menu_empresarial {
    background-color: #0f3787;
  }
  
  #menu_principal > ul > li.menu_residencial {
    background-color: #a57945;
  }
  
  #menu_principal > ul > li.menu_business {
    background-color: #4361a5;
  }
  
  /*============================
    HEADER // MENU DESTOP
    ===========================*/
  #menu_principal_desktop {
    background: #31344b;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 70px;
  }
  #menu_principal_desktop a.icone_home {
    background: url(../images/geral/icone-home.png) no-repeat left center;
    display: block;
    float: left;
    margin-right: 24px;
    width: 20px;
    height: 70px;
  }
  #menu_principal_desktop .container > ul > li {
    float: left;
  }
  #menu_principal_desktop .container > ul > li > a {
    display: block;
    /*padding:27px 22px 27px 0;*/
    padding: 27px 42px 27px 0;
  }
  #menu_principal_desktop .container > ul > li:hover > a {
    color: #8eaeda;
  }
  #menu_principal_desktop li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  
  #menu_principal_desktop .container > ul > li.menu_plaza.active > a {
    color: #e0e1e4;
  }
  #menu_principal_desktop .container > ul > li.menu_small.active > a {
    color: #f36883;
  }
  #menu_principal_desktop .container > ul > li.menu_empresarial.active > a {
    color: #8eaeda;
  }
  #menu_principal_desktop .container > ul > li.menu_residencial.active > a {
    color: #e59c45;
  }
  #menu_principal_desktop .container > ul > li.menu_business.active > a {
    color: #8aa8ed;
  }
  
  #menu_principal_desktop li ul {
    display: none;
    position: absolute;
    top: 70px;
    margin-left: -24px;
    border-bottom: 5px solid #31344b;
  }
  #menu_principal_desktop li.menu_plaza ul {
    width: 144px;
    background: #f7f6f2;
  }
  #menu_principal_desktop li.menu_small ul {
    width: 140px;
    background: #f36883;
  }
  #menu_principal_desktop li.menu_empresarial ul {
    width: 192px;
    background: #5d7daa;
  }
  #menu_principal_desktop li.menu_residencial ul {
    width: 188px;
    background: #e59c45;
  }
  #menu_principal_desktop li.menu_business ul {
    width: 164px;
    background: #4361a5;
  }
  
  #menu_principal_desktop li ul li {
    width: 100%;
  }
  
  #menu_principal_desktop li ul li a {
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 15px 15px 15px 24px;
    line-height: 20px;
  }
  #menu_principal_desktop li.menu_plaza ul li a {
    color: #31344b;
  }
  
  #menu_principal_desktop li ul li a:hover {
    background: #31344b;
    color: #fff;
  }
  /*==============
    FOOTER
    ==============*/
  #footer {
    background: #2d5bb5;
    width: 100%;
    clear: both;
  }
  /*===========================
    FOOTER // PRIMARIO
    ===========================*/
  #footer #primario {
    padding: 100px 0;
  }
  #menu_footer {
    width: 100%;
    float: left;
  }
  #menu_footer > ul > li {
    float: left;
    width: 204px;
  }
  #menu_footer > ul > li:last-child {
    width: 150px;
    float: right;
  }
  #menu_footer a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 35px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  #menu_footer .menu_home a,
  #menu_footer > ul > li > a {
    font-weight: 700;
  }
  
  #info_footer {
    float: left;
    width: 100%;
    margin-top: 85px;
  }
  #info_footer #horario_footer {
    background: url(../images/geral/icone-horario.png) no-repeat left center;
    float: left;
    width: 380px;
    padding-left: 50px;
  }
  #info_footer #horario_footer span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #info_footer #horario_footer small {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  #info_footer #horario_footer small:last-child {
    background: url(../images/geral/border-horario.png) no-repeat left 5px;
    padding-left: 12px;
    margin-left: 10px;
  }
  
  #info_footer #contato_footer {
    background: url(../images/geral/border-footer.png) no-repeat left 7px;
    float: left;
    width: 320px;
    margin-left: 10px;
    padding-left: 27px;
    margin-top: 19px;
  }
  #info_footer #contato_footer small {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  #info_footer #contato_footer small.email_footer {
    display: none;
  }
  
  #info_footer #privacidade_footer {
    color: #fff;
    display: block;
    float: left;
    margin-left: 100px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
  }
  
  #info_footer a.privacidade-link {
    color: #fff;
  }
  #info_footer a.privacidade-link {
    transition: color ease 350ms;
  }
  #info_footer a.privacidade-link:hover {
    color: #011d57;
  }
  
  #redes_sociais_footer {
    float: right;
    text-align: center;
  }
  #redes_sociais_footer span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
  }
  #redes_sociais_footer a {
    width: 40px;
    float: left;
  }
  #redes_sociais_footer a i {
    background: url(../images/geral/icones-redes-sociais-footer.png) no-repeat;
    display: block;
    float: left;
    margin-top: 5px;
  }
  #redes_sociais_footer a span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #redes_sociais_footer #instagram_footer svg {
    fill: #fff;
    width: 39px;
    height: 39px;
  }
  #redes_sociais_footer #instagram_footer:hover svg {
    fill: #d93175;
  }
  
  #redes_sociais_footer .custom-redes-sociais {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  
  #redes_sociais_footer #facebook_footer i {
    background-position: 0 0;
    width: 17px;
    height: 32px;
    margin-right: 15px;
  }
  
  #redes_sociais_footer #twitter_footer {
    float: right;
  }
  #redes_sociais_footer #twitter_footer i {
    background-position: -17px 0;
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  /*===========================
    FOOTER // SECUNDARIO
    ===========================*/
  #footer #secundario {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 104px;
    width: 100%;
    padding: 32px 0;
  }
  #footer #secundario .marca_enashopp {
    background: url(../images/geral/marca-enashopp.png) no-repeat left top;
    display: block;
    float: left;
    width: 144px;
    height: 38px;
    display: none;
  }
  #footer #secundario small {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 38px;
    font-weight: 300;
    float: left;
    padding-left: 15px;
  }
  #footer #secundario .marca_iwwa {
    float: right;
    background: url(../images/geral/marca-iwwa.png) no-repeat left top;
    display: block;
    width: 64px;
    height: 21px;
    margin-top: 8px;
  }
  
  /*===============
    HORARIO
    ==============*/
  a.funcionamento_sessao {
    background: url(../images/home/icone-horario-funcionamento.png) no-repeat left
      center;
    width: 28px;
    position: relative;
    vertical-align: middle;
    padding: 0px;
    margin-left: 20px;
    height: 30px;
  }
  .funcionamento_sessao .sombra {
    position: absolute;
    display: none;
  }
  
  .funcionamento_sessao_aberto {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    width: 190px;
    padding: 15px;
    position: absolute;
    background: #fff;
    top: 48px;
    left: -80px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    z-index: 3;
  }
  .funcionamento_sessao_aberto > div {
    padding: 7px 0;
    text-align: center;
  }
  .funcionamento_sessao_aberto > div small,
  .funcionamento_sessao_aberto > div b {
    color: #282462;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 0;
  }
  .funcionamento_sessao_aberto > div small {
    font-weight: 300;
  }
  .funcionamento_sessao_aberto > div b {
    display: block;
    font-weight: 700;
  }
  .funcionamento_sessao_aberto p {
    color: #282462;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-transform: none;
    margin: 10px 0 5px 0;
  }
  
  /*===========================
    PAGINA DE BUSCA
    ===========================*/
  #page_busca {
    background: #314599;
    width: 100%;
    float: left;
    min-height: 600px;
  }
  #formulario_busca {
    width: 1030px;
    height: 110px;
    margin: 80px auto 0 auto;
    border: 2px solid #4a7dd1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #formulario_busca:hover {
    border-color: #fff;
  }
  #formulario_busca input {
    width: 930px;
    height: 100%;
    background: none;
    border: none;
    float: left;
    line-height: 110px;
    padding: 0px 30px;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    font-family: "Roboto", sans-serif;
  }
  #formulario_busca.active {
    background: #fff;
    border-color: #fff;
  }
  #formulario_busca.active input {
    color: #7086bf;
  }
  #formulario_busca.active i {
    background-position: left center;
  }
  
  #formulario_busca i {
    background: transparent url("../images/home/icone-busca.png") no-repeat scroll
      0px 0px;
    width: 36px;
    height: 36px;
    display: block;
    float: right;
    margin: 35px 30px 35px 0px;
  }
  
  #resultado_busca #encontrado {
    margin: 80px 0;
  }
  #resultado_busca #encontrado > div {
    margin-bottom: 30px;
  }
  #resultado_busca #encontrado small {
    color: #ffffff;
    display: block;
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #resultado_busca #encontrado .item {
    margin-bottom: 15px;
  }
  #resultado_busca #encontrado .item:hover span {
    text-decoration: underline;
  }
  #resultado_busca #encontrado .imagem {
    width: 117px;
    height: 117px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    float: left;
  }
  #resultado_busca #encontrado #noticias_encontradas .imagem {
    background-size: auto auto;
  }
  #resultado_busca #encontrado .texto {
    float: left;
    margin-left: 20px;
    width: 230px;
  }
  #resultado_busca #encontrado .texto span {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
  }
  
  #resultado_busca #nenhum {
    width: 100%;
    margin-top: 70px;
    text-align: center;
  }
  #resultado_busca #nenhum b,
  #resultado_busca #nenhum small {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 35px;
  }
  #resultado_busca #nenhum b {
    font-weight: 700;
  }
  #resultado_busca #nenhum small {
    font-weight: 300;
  }
  /*=================================
    TITULO DAS PAGINAS INTERNAS
    =================================*/
  .sombra_content {
    background: url(../images/geral/sombra-content.png) no-repeat center;
    display: block;
    height: 29px;
    width: 100%;
    position: absolute;
    z-index: 2;
  }
  
  #topo_internas {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #titulo_internas {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(222, 222, 222, 0.3);
  }
  #titulo_internas h2 {
    color: #282462;
    font-weight: 100;
    font-size: 80px;
    padding: 45px 0px;
    line-height: 60px;
  }
  
  #menu_internas {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #cacac5;
    text-align: center;
  }
  #menu_internas a {
    color: #31344b;
    display: inline-block;
    padding: 41px 0 31px;
    margin: 0 23px;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #menu_internas a.active {
    border-bottom: 10px solid #2952a5;
    color: #2952a5;
  }
  
  #menu_internas.menu_single {
    text-align: left;
  }
  #menu_internas.menu_single a {
    margin: 0;
    background: url(../images/geral/seta-titulo-single.png) no-repeat left 44px;
    padding-left: 18px;
  }
  #menu_internas.menu_single a:hover {
    border-bottom: none !important;
  }
  
  #topo_internas .sombra_content {
    left: 0;
    bottom: -29px;
  }
  
  /*=================================
     PAGINAS DE INFORMACOES
     =================================*/
  #sobre {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
  }
  #sobre #slider {
    width: 100%;
    height: 390px;
  }
  #sobre #slider .item {
    width: 100%;
    height: 100%;
  }
  #sobre #slider .owl-controls {
    width: 100%;
    position: relative;
  }
  #sobre #slider .owl-pagination {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -40px;
  }
  #sobre #slider .owl-pagination div {
    display: inline-block;
    margin: 0 6px;
  }
  #sobre #slider .owl-pagination div span {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  #sobre #slider .owl-pagination div.active span,
  #sobre #slider .owl-pagination div:hover span {
    background: #fff;
  }
  
  #sobre #legenda {
    float: left;
    padding: 45px;
    width: 100%;
    text-align: center;
  }
  #sobre #legenda p {
    color: #fff;
    font-weight: 100;
    font-size: 43px;
    line-height: 55px;
  }
  
  #sobre #boxes {
    display: table;
  }
  #sobre #boxes > div {
    display: table-cell;
    width: 390px;
    padding: 40px;
  }
  #sobre #boxes > div p {
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    line-height: 38px;
  }
  #sobre #boxes > div b,
  #sobre #boxes > div strong {
    font-weight: 700;
  }
  
  #sobre #texto {
    background: #fff;
    float: left;
    width: 100%;
    padding: 40px;
  }
  #sobre #texto p {
    line-height: 29px;
    font-size: 17px;
    font-weight: 300;
  }
  #sobre #texto b,
  #sobre #texto strong {
    font-weight: 700;
  }
  
  /*==============================
    PAGINA DE PLANTAS
    ==============================*/
  #projetos {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #projetos b,
  #projetos span {
    color: #31344b;
    font-size: 17px;
    line-height: 27px;
  }
  #projetos b {
    font-weight: 700;
  }
  #projetos span {
    display: block;
    font-weight: 300;
  }
  
  #plantas {
    margin-bottom: 100px;
  }
  #plantas .row {
    margin-bottom: 40px;
  }
  #plantas .item {
    cursor: pointer;
    margin-bottom: 40px;
  }
  
  #plantas .item .imagem {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #plantas .item .imagem .sombra {
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/mundo-plaza/sombra-plantas.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  #plantas .item .imagem .icone {
    background: url(../images/mundo-plaza/icone-hover-plantas.png) no-repeat
      scroll center center rgba(242, 144, 28, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    display: block;
    width: 100%;
    height: 0;
    transition: height 0.3s ease-in-out 0s;
  }
  #plantas .item:hover .icone {
    height: 100%;
  }
  
  #plantas .item .texto {
    margin-top: 7px;
  }
  #plantas .item .texto span {
    color: #31344b;
    display: block;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
  }
  
  /*=================================
     PAGINAS DE GALERIA
     =================================*/
  #galeria {
    position: relative;
    margin-bottom: 110px;
  }
  #galeria #sync1 {
    background: #31344b;
    /*height: 640px;*/
    height: auto;
    padding: 20px 85px;
  }
  
  #galeria #sync1 .item {
    text-align: center;
    width: 100%;
    height: auto;
    /*height: 600px;*/
  }
  #galeria #sync1 .item img{
    width: 100%;
    height: auto;
  }
  #galeria #sync1 .item span {
    color: #fff;
    display: block;
    float: left;
    font-weight: 300;
    font-size: 22px;
    line-height: 38px;
    margin-top: 15px;
  }
  
  #galeria #sync1 .owl-buttons .owl-prev,
  #galeria #sync1 .owl-buttons .owl-next {
    position: absolute;
    background: url(../images/geral/setas-galeria-01.png) no-repeat left top;
    top: 45%;
    width: 52px;
    height: 97px;
  }
  #galeria #sync1 .owl-buttons .owl-prev {
    left: 15px;
    background-position: left top;
  }
  #galeria #sync1 .owl-buttons .owl-prev:hover {
    background-position: left bottom;
  }
  
  #galeria #sync1 .owl-buttons .owl-next {
    right: 15px;
    background-position: right top;
  }
  #galeria #sync1 .owl-buttons .owl-next:hover {
    background-position: right bottom;
  }
  
  #galeria #sync2 {
    width: 936px;
    margin: 0 auto;
  }
  #galeria #sync2 .item {
    width: 117px;
    height: 127px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
  }
  #galeria #sync2 .item .icone {
    background: url(../images/home/icone-hover-galeria.png) no-repeat center
      rgba(15, 55, 135, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 117px;
    height: 0;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    -webkit-box-shadow: inset 0 0 20px 2px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 20px 2px rgba(0, 0, 0, 0.6);
  }
  
  #galeria #sync2 .item:hover .icone {
    height: 117px;
  }
  #galeria #sync2 .synced .item .marcador {
    background: url(../images/mundo-plaza/marcador-galeria.png) no-repeat center;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    z-index: 2;
  }
  
  #galeria #sync2 .item img {
    width: auto;
    height: 117px;
  }
  #galeria #sync2 .owl-buttons .owl-prev,
  #galeria #sync2 .owl-buttons .owl-next {
    position: absolute;
    background: url(../images/geral/setas-galeria-02.png) no-repeat left center
      #0f3787;
    top: 0;
    width: 117px;
    height: 117px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  #galeria #sync2 .owl-buttons .owl-prev:hover,
  #galeria #sync2 .owl-buttons .owl-next:hover {
    background-color: #011e58;
  }
  
  #galeria #sync2 .owl-buttons .owl-prev {
    left: -117px;
    background-position: left top;
  }
  
  #galeria #sync2 .owl-buttons .owl-next {
    right: -117px;
    background-position: right top;
  }
  
  .nenhuma_galeria {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }
  
  /*=================================
     PAGINAS DE POSTS
     =================================*/
  #posts {
    width: 100%;
    display: none;
    float: left;
  }
  #posts.post_single {
    display: block;
  }
  #posts .item {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  #posts .item-galeria{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0;
  }
  #posts .item a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #posts .item .texto {
    float: left;
    width: 390px;
    height: 390px;
    position: relative;
    padding: 30px 40px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  #posts .item .texto span {
    color: #fff;
    font-weight: 100;
    line-height: 50px;
    font-size: 42px;
  }
  #posts .item .texto small {
    display: block;
    font-size: 28px;
    font-weight: 100;
    line-height: 36px;
    margin-top: 30px;
  }
  #posts .item .texto .data {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    height: 22px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 40px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    background: url(../images/geral/icone-data-post.png) no-repeat scroll 0px 0px;
    padding-left: 30px;
  }
  
  #posts .item .imagem {
    float: left;
    width: 780px;
    height: 390px;
  }
  
  #posts .item .content_post,
  .arquivos {
    background: #fff;
    float: left;
    clear: both;
    width: 100%;
    padding: 30px 40px;
  }
  .arquivos li {
    display: inline-block;
  }
  .arquivos span,
  .arquivos a {
    width: auto !important;
    float: left;
    margin-right: 9px;
    color: #1b246d;
    line-height: 29px;
    font-size: 17px;
  }
  .arquivos span {
    font-weight: 700;
  }
  .arquivos a:hover {
    color: #f00;
  }
  #posts .item .content_post p {
    padding: 5px 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
  }
  #posts .item .content_post p > b,
  #posts .item .content_post p > strong {
    font-weight: 700;
    font-size: 17px;
  }
  #posts .item .content_post b,
  #posts .item .content_post strong {
    font-weight: 700;
    font-size: 21px;
  }
  #posts .item .content_post a {
    display: inline;
    font-weight: 700;
    text-decoration: underline;
  }
  
  #ver_mais_post {
    background: #e0e1e4;
    float: left;
    width: 100%;
    height: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 30px 0;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    display: none;
  }
  #ver_mais_post span {
    background: #fff;
    color: #31344b;
    cursor: pointer;
    display: inline-block;
    padding: 0 35px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #ver_mais_post span.active {
    text-indent: -9999px;
    background: url(../images/geral/ajax-loader.gif) no-repeat center #fff;
    width: 206px;
    height: 28px;
  }
  
  #filtro #loader {
    bottom: -70px;
    left: 50%;
    margin: 0 0 0 -103px;
    position: absolute;
  }
  #loader {
    background: url(../images/geral/ajax-loader.gif) no-repeat center #f7f6f2;
    width: 206px;
    height: 28px;
    display: block;
    margin: 20px auto 40px;
    position: relative;
    z-index: 2;
  }
  .content_post #galeria {
    margin-bottom: 0;
  }
  #conteudo_street_small .content_post #galeria #sync1 {
    padding: 20px 85px;
    background: #31344b;
  }
  .content_post #galeria #sync1 .owl-buttons .owl-prev {
    left: 35px;
  }
  .content_post #galeria #sync1 .owl-buttons .owl-next {
    right: 35px;
  }
  
  /*=====================================
     LOJAS // SINGLE
     =====================================*/

  #single_loja {
      float: left;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      margin-top: 15px;
      width: 100%;
  }
  #single_loja #marca {
      float: left;
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 390px;
      height: 390px;
  }
  .nome_marca_single,
  .nome_empresa_single {
      display: table;
      text-align: left;
      padding: 0 15px 0 40px;
  }
  .nome_marca_single span,
  .nome_empresa_single span {
      font-size: 50px;
      color: #31344b;
      display: table-cell;
      vertical-align: middle;
  }
  #single_loja #imagem {
      float: left;
      position: relative;
      width: 390px;
      height: 390px;
  }
  #single_loja #imagem .sombra {
      background: url(../images/street-small/sombra-loja.png) no-repeat center;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
  }
  #single_loja #imagem .categoria {
      background: #df2e50;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      line-height: 30px;
      display: block;
      text-transform: uppercase;
      position: absolute;
      bottom: 20px;
      left: 0;
      z-index: 3;
      padding: 0 17px;
  }
  #single_loja #info {
      background: #282d52;
      float: left;
      width: 390px;
      height: 390px;
      padding: 15px 25px;
      position: relative;
      overflow-y: auto; 
      max-height: 390px; 
  }
  #single_loja #info::-webkit-scrollbar {
      width: 10px; 
  }
  #single_loja #info::-webkit-scrollbar-track {
      background: transparent; 
  }
  #single_loja #info::-webkit-scrollbar-thumb {
      background-color: #2D5BB5;
      border-radius: 5px; 
  }
  #single_loja #info::-webkit-scrollbar-thumb:hover {
      background-color: #1F4A94; 
  }
  #single_loja #info::-webkit-scrollbar-button {
      display: none;
  }
  #single_loja #info div {
      background: url(../images/street-small/icones-info.png) no-repeat left top;
      color: #84afe0;
      font-size: 17px;
      font-weight: 300;
      line-height: 48px;
      padding-left: 27px;
      height: 46px;
      overflow: hidden;
  }
  #single_loja #info div.descricao {
      background: none;
      height: auto;
      padding-left: 0;
      line-height: 25px;
      overflow: auto;
      margin: 5px 0;
  }
  #single_loja #info div.endereco {
      background: url(../images/street-small/icone-endereco.png) no-repeat left center;
      height: auto;
      line-height: 28px;
  }
  #single_loja #info div.telefone {
      background-position: 0 -30px;
  }
  #single_loja #info div.email {
      background-position: 0 -75px;
  }
  #single_loja #info div.site {
      background-position: 0 -120px;
  }
  #single_loja #info div.horario {
      background-position: 0 -175px;
      line-height: 32px;
      height: auto;
  }
  #single_loja #info div.resumo {
      background-image: url("../images/street-small/icon-resumo.png");
      background-position: 0 15px;
  }
  #single_loja #info .redes_sociais {
      background: none;
      position: static;
      bottom: auto;
      left: auto;
      padding: 0;
      margin-top: 10px;
      margin-bottom: 10px;
      height: auto;
      display: flex;
      gap: 12px;
  }
  #single_loja #info .redes_sociais a {
      background: url(../images/street-small/icones-redes-sociais-loja.png) no-repeat;
      display: block;
      width: 30px;
      height: 30px;
  }
  #single_loja #info .redes_sociais a.facebook {
      background-position: left top;
  }
  #single_loja #info .redes_sociais a.facebook:hover {
      background-position: left bottom;
  }
  #single_loja #info .redes_sociais a.twitter {
      background-position: -30px 0;
  }
  #single_loja #info .redes_sociais a.twitter:hover {
      background-position: -30px -30px;
  }
  #single_loja #info .redes_sociais a.youtube {
      background-position: -60px 0;
  }
  #single_loja #info .redes_sociais a.youtube:hover {
      background-position: -60px -30px;
  }
  #single_loja #info .redes_sociais a.insta {
      background-position: -90px 0;
  }
  #single_loja #info .redes_sociais a.insta:hover {
      background-position: -90px -30px;
  }
  #single_loja #info .redes_sociais a.insta_2 {
      background-position: -90px 0;
  }
  #single_loja #info .redes_sociais a.insta_2:hover {
      background-position: -90px -30px;
  }
  #single_loja #info .redes_sociais a.linkedin {
      background: url(../images/mundo-empresarial/linkedin.svg) no-repeat;
      background-size: contain;
      background-color: #fff;
      border-radius: 5px;
      transition: background 350ms ease;
  }
  #single_loja #info .redes_sociais a.linkedin:hover {
      background: url(../images/mundo-empresarial/linkedin-white.svg) no-repeat;
      background-size: contain;
      background-color: #0077b7;
  }
  #single_loja #info div.whatsapp {
      background: none;
      padding-left: 0;
  }
  #single_loja #info div.whatsapp a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #84afe0;
      text-decoration: none;
      transition: color 0.3s ease;
  }
  #single_loja #info div.whatsapp a:hover {
      color: #25d366;
      text-decoration: underline;
  }
  #single_loja #info div.whatsapp a .icone-whatsapp {
      background: url("../images/mundo-empresarial/whatsapp  16.png") no-repeat center;
      background-size: contain;
      width: 22px;
      height: 22px;
      display: inline-block;
  }

  #single_loja #info div.telefone a {
    color: #84afe0;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  #single_loja #info div.telefone a:hover {
    color: #25d366;
    text-decoration: underline;
  }
  /*=================================
     FILTRO DAS INTERNAS
     =================================*/
  #filtro {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
  }
  #filtro .topo {
    position: relative;
  }
  #filtro span {
    color: #31344b;
    display: block;
    font-size: 17px;
    line-height: 27px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  #filtro .filtro_selecionado {
    background: #fff;
    cursor: pointer;
    height: 60px;
    border: 1px solid #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #filtro .filtro_selecionado.active {
    background: #31344b;
    border-color: #31344b;
  }
  #filtro .filtro_selecionado small {
    color: #31344b;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    padding: 0 25px;
    float: left;
  }
  #filtro .filtro_selecionado.active small {
    color: #f7f6f2;
  }
  #filtro .filtro_selecionado i {
    background: url(../images/geral/setas-filtro.png) no-repeat left bottom;
    display: block;
    width: 13px;
    height: 9px;
    float: right;
    margin-right: 20px;
    margin-top: 25px;
  }
  #filtro .filtro_selecionado.active i {
    background-position: left top;
  }
  
  #filtro .list {
    background: #fff;
    position: absolute;
    left: 15px;
    top: 100px;
    width: 370px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 3;
    overflow: auto;
    max-height: 420px;
    display: none;
  }
  #filtro .list li {
    color: #31344b;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding: 15px 25px;
  }
  #filtro .list li:hover {
    background: #df2e50;
    color: #fff;
  }
  
  #filtro .mCSB_scrollTools {
    opacity: 1;
    right: 20px;
    top: 12px;
    bottom: 12px;
  }
  #filtro .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  #filtro .mCSB_scrollTools .mCSB_dragger {
    height: 100px !important;
  }
  #filtro .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #31344b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 14px;
  }
  #filtro .mCSB_scrollTools .mCSB_draggerRail {
    background: #e0e1e4;
  }
  
  #filtro #form_busca_novidades {
    background: #fff;
    cursor: pointer;
    height: 60px;
    border: 1px solid #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #filtro #form_busca_novidades input {
    border: none;
    background: none;
    color: #31344b;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    padding: 0 25px;
    float: left;
  }
  #filtro #form_busca_novidades.active {
    background: #31344b;
    border-color: #31344b;
  }
  #filtro #form_busca_novidades.active input {
    color: #fff;
  }
  #filtro #form_busca_novidades.active i {
    background-position: left bottom;
  }
  
  #filtro #form_busca_novidades i {
    background: url(../images/geral/icone-busca-filtro.png) no-repeat left top;
    display: block;
    width: 24px;
    height: 26px;
    float: right;
    margin: 17px 20px 17px 0;
  }
  
  #resultado_busca_internas {
    width: 100%;
    margin-bottom: 40px;
    float: left;
  }
  #resultado_busca_internas > span {
    color: #31344b;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    float: left;
  }
  #resultado_busca_internas span b {
    color: #df2e50;
    font-weight: 700;
  }
  #resultado_busca_internas a {
    background: url(../images/geral/botao-fechar.png) no-repeat left top;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px 0 5px 10px;
  }
  #resultado_busca_internas small {
    color: #df2e50;
    float: right;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
  }
  
  /*=======================
    RESPONSIVE
    =======================*/
  @media all and (min-width: 1200px) {
    .container {
      padding: 0;
    }
    /*===============
      HEADER
      ================*/
    #header {
      border: none;
      height: auto;
    }
    #icones_header a#icone_restrito:hover {
      background-position: 0 -45px;
    }
    #icones_header a#icone_localizacao:hover {
      background-position: -45px -45px;
    }
    #icones_header a#icone_facebook:hover {
      background-position: -90px -45px;
    }
    #icones_header a#icone_busca_header:hover {
      background-position: -180px -45px;
    }
    #icones_header a#icone_twitter:hover {
      background-position: -135px -45px;
    }
    #menu_principal ul li.menu_home a:hover {
      color: #9598af;
    }
    #menu_principal ul li.menu_plaza li a:hover {
      color: #438bdd;
    }
    #menu_principal ul li.menu_small li a:hover {
      color: #f36883;
    }
    #menu_principal ul li.menu_empresarial li a:hover {
      color: #85a3cd;
    }
    #menu_principal ul li.menu_residencial li a:hover {
      color: #ffcb8d;
    }
    /*===============
      FOOTER
      ================*/
    #menu_footer a:hover {
      color: #011d57;
    }
    #redes_sociais_footer #facebook_footer:hover i {
      background-position: 0 -32px;
    }
    #redes_sociais_footer #twitter_footer:hover i {
      background-position: -17px -32px;
    }
    #redes_sociais_footer #facebook_footer:hover span {
      color: #000817;
    }
    #redes_sociais_footer #twitter_footer:hover span {
      color: #55acee;
    }
    /*===========================
      PAGINA DE BUSCA
      ===========================*/
    #resultado_busca #encontrado .item:nth-child(3n + 1) {
      clear: both;
    }
    #resultado_busca_internas a:hover {
      background-position: left bottom;
    }
    /*===============
      HORARIO
      ================*/
    a.funcionamento_sessao:hover .sombra {
      display: block;
    }
    /*==============================
      PLANTAS
      ==============================*/
    #plantas .item:nth-child(4n + 1) {
      clear: both;
    }
    .galeria_sessao_plantas .galeria .item:last-child {
      display: none;
    }
    /*==============================
      INTERNAS
      ==============================*/
    #menu_internas a:hover {
      border-bottom: 10px solid #2952a5;
      color: #2952a5;
    }
    /*==============================
      FILTRO INTERNAS
      ==============================*/
    #filtro #form_busca_novidades:hover {
      border-color: #31344b;
    }
    #filtro .filtro_selecionado:hover {
      border-color: #31344b;
    }
    /*==============================
      PAGINA DE POSTS
      ==============================*/
    #ver_mais_post:hover {
      background: #31344b;
    }
  }
  
  @media all and (max-width: 1199px) {
    input,
    textarea {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
    }
    #icones_header a#icone_restrito:before {
      display: none;
    }
  }
  
  @media all and (min-width: 992px) and (max-width: 1199px) {
    /*==============
      HEADER
      ==============*/
    #icone_marca {
      margin: 28px 0px 28px 220px;
    }
    #icones_header a {
      margin-left: 7px;
    }
    /*====================
      HEADER // MENU
      ====================*/
    #menu_principal > ul > li {
      width: 194px;
    }
    #menu_principal > ul > li.menu_home {
      width: 100%;
      padding: 20px;
      height: 75px;
      min-height: 75px;
    }
    #menu_principal > ul > li > a {
      line-height: 28px;
    }
    #menu_principal ul li.menu_home > a {
      line-height: 20px;
      display: block;
      padding: 7px 0;
      width: 200px;
      float: left;
      text-align: center;
    }
    #menu_principal ul li.menu_home ul {
      float: left;
    }
    #menu_principal ul li.menu_home ul li {
      float: left;
      width: 181px;
      text-align: center;
    }
    /*===========================
      FOOTER // PRIMARIO
      ===========================*/
    #menu_footer > ul > li.menu_home,
    #menu_footer > ul > li.menu_empresarial {
      width: 410px;
    }
    #menu_footer > ul > li.menu_small {
      float: right;
      width: 150px;
    }
    #menu_footer > ul > li.menu_empresarial {
      clear: both;
    }
    #menu_footer > ul > li {
      width: auto;
      margin-bottom: 20px;
    }
  
    #redes_sociais_footer {
      width: auto;
    }
    #redes_sociais_footer > a {
      width: auto;
      margin-left: 15px;
    }
    /*===========================
      PAGINA DE BUSCA
      ===========================*/
    #resultado_busca #encontrado .item:nth-child(3n + 1) {
      clear: both;
    }
    #formulario_busca {
      width: 100%;
    }
    #formulario_busca input {
      width: 850px;
    }
    #resultado_busca #encontrado .texto {
      width: 156px;
    }
    #resultado_busca #encontrado .texto span {
      font-size: 20px;
      line-height: 25px;
    }
  
    /*===========================
      PAGINA DE POSTS
      ===========================*/
    #posts .item .imagem {
      width: 550px;
    }
    #posts .item .imagem img {
      max-width: none;
      height: 100%;
    }
    /*=================================
       PAGINAS DE INFORMACOES
       =================================*/
    #sobre #slider {
      height: 313px;
    }
    #sobre #boxes > div,
    #sobre #texto {
      padding: 30px;
    }
    /*==============================
       PAGINAS DE GALERIA
       ==============================*/
    #galeria #sync1 {
      padding: 20px 20px;
    }
    #galeria #sync1 .owl-buttons .owl-prev {
      left: 40px;
      background-position: left bottom;
    }
    #galeria #sync1 .owl-buttons .owl-next {
      right: 40px;
      background-position: right bottom;
    }
  
    #galeria #sync2 {
      width: 706px;
    }
    #galeria #sync2 .item {
      width: 118px;
    }
    /*==============================
      MUNDO PLAZA // PLANTAS
      ==============================*/
    #plantas .item:nth-child(3n + 1) {
      clear: both;
    }
    #plantas .item .imagem .sombra {
      background-size: cover;
    }
    /*====================================
      LOJAS // SINGLE
      =====================================*/
    #single_loja #marca,
    #single_loja #imagem {
      width: 50%;
      height: 470px;
    }
    #single_loja #imagem .sombra {
      background-size: cover;
    }
    #single_loja #info {
      width: 100%;
      height: auto;
      padding: 25px;
    }
    #single_loja #info div {
      width: 50%;
      float: left;
      clear: both;
    }
    #single_loja #info div.horario {
      position: absolute;
      right: 0;
      top: 25px;
    }
    #single_loja #info .redes_sociais {
      right: 0;
      left: inherit;
      bottom: 80px;
    }
  }
  
  @media all and (max-width: 991px) {
    /*==============
      HEADER
      ==============*/
    #menu_principal > ul > li {
      width: 100%;
      min-height: 0;
      height: auto;
      float: left;
    }
    #menu_principal > ul > li > a {
      font-size: 30px !important;
      pointer-events: none;
      display: block;
      background-image: url(../images/geral/seta-menu-down.png);
      background-repeat: no-repeat;
      background-position: right center;
    }
    #menu_principal > ul > li.active > a {
      background-image: url(../images/geral/seta-menu-up.png);
    }
    #menu_principal > ul > li > ul {
      position: relative;
      display: none;
      margin-top: 12px;
    }
  
    #menu_footer > ul > li.menu_home,
    #menu_footer > ul > li.menu_empresarial {
      width: 290px;
    }
    #menu_footer > ul > li.menu_small {
      float: right;
      width: 150px;
    }
    #menu_footer > ul > li.menu_empresarial {
      clear: both;
    }
    #menu_footer > ul > li {
      width: auto;
      margin-bottom: 20px;
    }
  }
  
  @media all and (min-width: 768px) and (max-width: 991px) {
    /*==============
      HEADER
      ==============*/
    #icone_marca {
      margin: 37px 0px 37px 130px;
      width: 250px;
      height: 86px;
    }
  
    #redes_sociais_footer {
      width: 100%;
      float: left;
      margin-top: 60px;
    }
    /*===========================
      PAGINA DE BUSCA
      ===========================*/
    #formulario_busca {
      width: 100%;
      margin: 60px auto 0px;
    }
    #formulario_busca input {
      width: 90%;
    }
    #resultado_busca #encontrado {
      margin: 50px 0;
    }
    #resultado_busca #encontrado .texto {
      width: 208px;
    }
    #resultado_busca #encontrado .texto span {
      font-size: 20px;
      line-height: 24px;
    }
  
    #resultado_busca_internas span {
      width: 680px;
    }
    #resultado_busca_internas small {
      display: none;
    }
    /*==============
      TITULOS
      ==============*/
    #titulo_internas h2 {
      font-size: 75px;
    }
    /*==============================
       PAGINAS DE GALERIA
       ==============================*/
    #galeria {
      margin-bottom: 60px;
    }
    #galeria #sync1 {
      padding: 20px 20px;
      /*height: 540px;*/
      height: auto;
    }
    #galeria #sync1 .owl-buttons {
      display: none;
    }
    #galeria #sync1 .item {
      height: 500px;
    }
    #galeria #sync1 .item img {
      height: 100%;
      width: auto;
    }
  
    #galeria #sync2 {
      width: 470px;
    }
    #galeria #sync2 .owl-buttons .owl-prev,
    #galeria #sync2 .owl-buttons .owl-next {
      width: 124px;
      height: 117px;
    }
    #galeria #sync2 .owl-buttons .owl-prev {
      left: -125px;
    }
    #galeria #sync2 .owl-buttons .owl-next {
      right: -125px;
    }
  
    /*==============
      POSTS
      ==============*/
    #filtro {
      margin-bottom: 50px;
    }
    #filtro > div {
      margin-bottom: 30px;
    }
    #filtro .list {
      width: 720px;
    }
    #filtro #form_busca_novidades input {
      width: 90%;
    }
  
    #posts .item .texto {
      width: 100%;
    }
    #posts .item .texto {
      height: auto;
      padding: 25px;
    }
    #posts .item .texto .data {
      position: static;
      margin-top: 30px;
    }
    #posts .item .texto small {
      margin-top: 25px;
    }
    #posts .item .imagem {
      width: 100%;
      height: 300px;
    }
    /*=================================
       PAGINAS DE INFORMACOES
       =================================*/
    #sobre #slider,
    #sobre #slider .item {
      height: 315px;
    }
    #sobre #slider .item img {
      height: 100%;
      width: auto;
      max-width: none;
    }
    #sobre #legenda {
      padding: 30px;
    }
    #sobre #boxes > div,
    #sobre #texto {
      padding: 30px;
    }
    #sobre #boxes > div {
      width: 100%;
      display: block;
      text-align: center;
    }
    #sobre #texto {
      text-align: center;
    }
    /*==============================
      MUNDO PLAZA // PLANTAS
      ==============================*/
    #projetos {
      margin-bottom: 20px;
    }
    #projetos > div {
      margin-bottom: 20px;
    }
    #plantas .item:nth-child(2n + 1) {
      clear: both;
    }
    #plantas .item .imagem .sombra {
      background-size: cover;
    }
    /*====================================
      LOJAS // SINGLE
      =====================================*/
    #single_loja #marca,
    #single_loja #imagem {
      width: 50%;
      height: 360px;
    }
    #single_loja #imagem .sombra {
      background-size: cover;
    }
    #single_loja #info {
      width: 100%;
      height: auto;
      padding: 20px 20px 70px;
    }
    #single_loja #info div {
      width: 100%;
      float: left;
      clear: both;
    }
    #single_loja #info .redes_sociais {
      bottom: 20px;
      left: 20px;
    }
  }
  
  @media all and (max-width: 767px) {
    body.aberto {
      overflow: hidden;
    }
    /*==============
      HEADER
      ==============*/
    #header {
      height: 90px;
    }
    #header .container {
      background: #fff;
      width: 100%;
      position: fixed;
    }
    #icone_menu {
      width: 28px;
      height: 21px;
      background-size: 100% auto;
      margin: 29px 0;
    }
    #menu_principal {
      top: 80px;
      overflow: auto;
      height: 476px;
    }
    #menu_principal > ul > li {
      padding: 20px;
    }
    #menu_principal > ul > li > a {
      font-size: 20px !important;
      background-size: 25px auto;
    }
    #menu_internas.menu_single a {
      background-position: left 28px;
    }
  
    #icone_marca {
      margin: 10px 0 10px -100px;
      width: 180px;
      height: 60px;
      position: absolute;
      left: 50%;
    }
    #icones_header {
      margin: 28px 0;
    }
    #icones_header a {
      width: 24px;
      height: 24px;
      background-size: 500% auto;
      margin-left: 5px;
    }
    #icones_header a#icone_facebook {
      background-position: -48px 0px;
    }
    #icones_header a#icone_localizacao {
      background-position: -24px 0;
    }
    #icones_header a#icone_busca_header {
      background-position: -96px 0px;
    }
    /*==============
      FOOTER
      ==============*/
    #footer #primario {
      padding: 50px 0px;
    }
    #menu_footer > ul > li {
      width: 100% !important;
    }
    #info_footer {
      margin-top: 0;
      text-align: center;
    }
    #info_footer #horario_footer {
      width: 100%;
      margin-bottom: 15px;
      padding: 0;
      background: none;
    }
    #info_footer #horario_footer small {
      font-size: 12px;
    }
    #info_footer #contato_footer {
      padding: 0;
      margin: 0;
      background: 0;
      width: 100%;
    }
    #info_footer #contato_footer small {
      font-size: 13px;
    }
    #redes_sociais_footer {
      width: 100%;
      margin-top: 30px;
      text-align: center;
    }
    #redes_sociais_footer > a {
      width: auto;
      float: none !important;
      display: inline-block;
    }
    #footer #secundario {
      height: auto;
    }
    #footer #secundario .marca_enashopp {
      width: 100px;
      height: 26px;
      background-size: 100% auto;
    }
    #footer #secundario small {
      line-height: 26px;
      font-size: 11px;
    }
    #footer #secundario .marca_iwwa {
      width: 45px;
      height: 14px;
      background-size: 100% auto;
    }
    /*===========================
      PAGINA DE BUSCA
      ===========================*/
    #formulario_busca {
      height: 80px;
      width: 100%;
      margin: 50px auto 0px;
    }
    #formulario_busca input {
      width: 220px;
      line-height: 80px;
      padding: 0px 15px;
      font-size: 21px;
    }
    #formulario_busca i {
      margin: 20px 20px 20px 0px;
    }
    #resultado_busca #encontrado {
      margin: 50px 0;
    }
    #resultado_busca #encontrado .item {
      margin-bottom: 25px;
    }
    #resultado_busca #encontrado .texto {
      width: 100%;
      margin: 0;
    }
    #resultado_busca #encontrado .texto span {
      font-size: 20px;
      line-height: 24px;
    }
  
    #resultado_busca_internas span {
      width: 84%;
      font-size: 27px;
      line-height: 32px;
    }
    #resultado_busca_internas a {
      float: right;
    }
    #resultado_busca_internas small {
      display: none;
    }
    /*==============================
       PAGINAS DE GALERIA
       ==============================*/
    #galeria {
      margin-bottom: 0;
    }
    #galeria #sync1 {
      padding: 20px 20px;
      height: auto;
    }
    #galeria #sync1 .owl-buttons {
      display: none;
    }
    #galeria #sync1 .item {
      height: 230px;
    }
  
    @media all and (min-width: 400px) and (max-width: 599px) {
      #galeria #sync1 .item {
        height: 350px;
      }
    }
    @media all and (min-width: 600px) and (max-width: 767px) {
      #galeria #sync1 .item {
        height: 450px;
      }
    }
    #galeria #sync1 .item img {
      height: 100%;
      width: auto;
    }
  
    #galeria #sync2 {
      width: auto;
    }
    #galeria #sync2 .owl-buttons .owl-prev,
    #galeria #sync2 .owl-buttons .owl-next {
      width: 124px;
      height: 117px;
    }
    #galeria #sync2 .owl-buttons {
      display: none;
    }
    #galeria #sync2 .owl-buttons .owl-prev {
      left: 0;
    }
    #galeria #sync2 .owl-buttons .owl-next {
      right: 0;
    }
    #galeria #sync2 .item {
      width: 100%;
      height: auto;
    }
    #galeria #sync2 .item img {
      height: 100%;
      width: 100%;
    }
    #galeria #sync2 .synced .item .marcador {
      background-color: #0f3787;
      height: 5px;
    }
    /*==============
      POSTS
      ==============*/
    #titulo_internas h2 {
      font-size: 52px;
      padding: 30px 0px;
    }
    #filtro {
      margin-top: 20px;
      margin-bottom: 40px;
    }
    #filtro > div {
      margin-bottom: 25px;
    }
    #filtro .list {
      width: auto;
      right: 15px;
    }
    #filtro #form_busca_novidades input {
      width: 80%;
    }
  
    #posts .item .texto {
      width: 100%;
    }
    #posts .item .texto {
      height: auto;
      padding: 15px;
    }
    #posts .item .texto span {
      font-size: 24px;
      line-height: 32px;
    }
    #posts .item .texto small {
      margin-top: 15px;
      font-size: 18px;
      line-height: 26px;
      display: none;
    }
    #posts .item .texto .data {
      position: static;
      margin-top: 30px;
      font-size: 15px;
    }
    #posts .item .texto .categoria {
      font-size: 12px;
    }
    #posts .item .imagem {
      width: 100%;
      height: auto;
    }
    #posts .item .content_post {
      padding: 15px;
    }
    /*==============
      INTERNAS
      ==============*/
    #menu_internas {
      height: auto;
      padding: 5px 0;
    }
    #menu_internas a {
      margin: 0;
      width: 100%;
      padding: 25px 0;
    }
    #menu_internas a.active {
      border: none;
      color: #fff;
      background: #2952a5;
    }
    /*==============================
      MUNDO PLAZA // PLANTAS
      ==============================*/
    #projetos {
      margin-bottom: 20px;
    }
    #projetos > div {
      margin-bottom: 20px;
    }
    #plantas {
      margin-bottom: 0;
    }
    #plantas .item:nth-child(2n + 1) {
      clear: both;
    }
    #plantas .item .imagem .sombra {
      background-size: cover;
    }
    #plantas .item .texto span {
      font-size: 20px;
      line-height: 24px;
    }
    /*=================================
       PAGINAS DE INFORMACOES
       =================================*/
    #sobre #slider,
    #sobre #slider .item {
      height: 250px;
    }
    #sobre #slider .item img {
      height: 100%;
      width: auto;
      max-width: none;
    }
    #sobre #legenda {
      padding: 20px;
    }
    #sobre #legenda p {
      font-size: 27px;
      line-height: 35px;
    }
    #sobre #boxes > div,
    #sobre #texto {
      padding: 20px;
    }
    #sobre #boxes > div p {
      font-size: 21px;
      line-height: 30px;
    }
    #sobre #boxes > div {
      width: 100%;
      display: block;
      text-align: center;
    }
    #sobre #texto {
      text-align: center;
    }
    /*====================================
      LOJAS // SINGLE
      =====================================*/
    #single_loja #marca {
      width: 100%;
    }
    #single_loja #imagem {
      width: 100%;
      height: auto;
    }
    #single_loja #imagem img {
      width: 100%;
      height: auto;
    }
    #single_loja #imagem .sombra {
      background-size: cover;
    }
    #single_loja #info {
      width: 100%;
      height: auto;
      padding: 20px 20px 70px;
    }
    #single_loja #info div {
      width: 100%;
      float: left;
      font-size: 15px;
      clear: both;
    }
    #single_loja #info .redes_sociais {
      bottom: 20px;
      left: 20px;
    }
  }
  @media all and (max-width: 400px) {
    #single_loja #info div {
      width: 100%;
      float: left;
      font-size: 13px !important;
      clear: both;
    }
  }