body, p, h1, h2, ul, li{
    padding: 0px;
    margin: 0px;
}
html,body,div,button,select,option,span,h1,h2,h3,h4,h5,h6,p,a,strong,ul,li,form,label,article,aside,figure,figcaption,footer,header,menu,nav,section,textarea{
    
    font-family: 'fontgvirtual', Helvetica, Arial;
    font-size: 16px;
    padding: 0rem;
    margin: 0rem;

}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
hr{
    margin: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}
img {
  max-width: 100%;
  display: block;
}
input::placeholder {
  color: #ccc;
}
figure{
    max-width: 100%;
}
figure figcaption{
    font-size: 1.2rem;
    color: #000;
    padding: 0.25rem;
    box-sizing: border-box;
    text-align: center;
    font-style: italic;
}
strong{
    font-size: 1.2rem;
    font-weight: bold;
}
main{
    margin: auto;
}
.anuncio{
    width: 100%;
    margin-top: 15px;
}
/* ------------------------------------------------------- */
.button_menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  border: 0.063rem solid #ddd;
  min-width: 7.5rem;
  padding: 0.3rem 1rem;
  border-radius: 0.313rem;
  text-align: center;
}
.wrapper {
  max-width: 79.688rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
}
.brand > img {
    height: 2.5rem;
}

.site-header {
  position: relative;
  background-color: #fff;
  border-bottom: 0.063rem solid #f2f2f2;
  border-top: 3px solid #DD5302;
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 16%);
}

.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
  @media (min-width: 61.875rem) {

    .site-header__wrapper {
      padding-top: 0;
      padding-bottom: 0;
    }


}
@media (max-width: 61.875rem) {

  .site-header__end {
    padding-right: 4rem;
    }

}

@media (min-width: 61.875rem) {

  .nav__wrapper {
    display: flex;
    z-index: 2;
    }

    .displaynone{
    display: none;
}

}

@media (max-width: 61.875rem) {

  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #f4f4f4;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    z-index: 2;
    }

    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }

}

.nav__item > a {
  display: block;
  padding: 1rem 1rem;
  color: #000;
}

.nav__toggle {
  display: none;
}
  @media (max-width: 61.875rem) {

    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem;
      height: 1.563rem;
      z-index: 2;
      cursor: pointer;
    } 

}
/* ------------------------------------------------------- */
.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 85px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    background-image: url(https://guaraparivirtual.com.br/icones/whatsapp_white_24dp_imv.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}
.fa-whatsapp {
    margin-top: 16px;
}
.inf-login{
    color: #B40000;
    text-align: center;
    margin-bottom: 15px;
}
.frm-incricao{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.frm-incricao > form{
    padding: 20px;
    box-sizing: border-box;
}
.frm-incricao > form > input::placeholder {
  color: #333;
}
.frm-incricao > form > input{
    width: 100%;
    margin-bottom: 20px;
    padding: 13px;
    box-sizing: border-box;
    border-radius: 0.625rem;
    border: 0.063rem #ddd solid;
    font-size: 1.1rem;
    color: #333;
}
.frm-incricao > form > select{
    width: 100%;
    margin-bottom: 20px;
    padding: 13px;
    box-sizing: border-box;
    border-radius: 0.625rem;
    border: 0.063rem #ddd solid;
    font-size: 1.1rem;
    color: #333;
    background-color: #fff;
}
.frm-incricao-btn{
  width: 100%;
  display: block;
  font-size: 1rem;
  padding: 0.6rem 2rem;
  border: none;
  background: #FE9800;
  border-radius: 0.25rem;
  color: #fff !important;
  font-weight: normal;
  cursor: pointer;
}
.categoria-corretor-online-h2-imv{
    width: 100%;
    position: relative;
    font-size: 1.5rem;
    max-width: 79.375rem;
    color: #000;
    margin:  0 auto;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    box-sizing: border-box;
}
.categoria-corretor-online-h2-imv:before {
  content : "";
  position: absolute;
  left    : 1.25rem;
  bottom  : 0;
  height  : 0.063rem;
  width   : 225px;
  border-bottom:0.313rem solid #26cc64;
}
.categoria-h2-imv{
    width: 100%;
    position: relative;
    font-size: 1.5rem;
    max-width: 79.375rem;
    color: #000;
    margin:  0 auto;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    box-sizing: border-box;
    font-weight: bold !important;
}
.box{
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.box > iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.barratop-wide{
    background-color: #fff;
}
.barratop {
    max-width: 79.375rem;
    background-color: #fff;
    padding: 0.313rem;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.menutop ul{
    display: flex;
    flex-wrap: wrap;
}
.menutop a{
    display: block;
    color: #333;
    font-size: 1rem;
    padding: 0rem 1.25rem 0rem 1.25rem;
    box-sizing: border-box;
}
.menutop-redes img{
    display: flex;
    flex-wrap: wrap;
    max-height: 1.25rem;
}
.menutop-redes ul{
    display: flex;
    flex-wrap: wrap;
}
.menutop-redes a{
    display: block;
    color: #333;
    font-size: 1rem;
    padding: 0rem 1.25rem 0rem 1.25rem;
    box-sizing: border-box;
}
.header {
    max-width: 79.375rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.213rem;
    box-sizing: border-box;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    padding-right: 1.25rem;
}
.logo {
    max-width: 12.5rem;
    padding-left: 1.25rem;
    box-sizing: border-box;
}
.header input{
    font-size: 1.2rem;
    padding: 0.625rem;
    width: auto;
    border: 0.063rem solid #eee;
    border-radius: 0.313rem;
}
.menu {
    width: 100%;
    max-width: 79.375rem;
    height: 3.125rem;
    background-color: #fff;
    margin: 0 auto;
}

/*Estilizando as listas */
.menu ul {
 list-style: none;
 position: relative;
 }

.menu ul li {
 width: calc(100% / 6);
 float: left;
 }

.menu a {
    padding: 0.75rem;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
    font-weight: bold;
    transition: 1s;
 }

.menu ul ul {
 position: absolute;
 visibility: hidden;
 }

.menu ul li:hover ul {
 visibility: visible;
 }

.menu a:hover {
 background-color: #eee;
 color: #333;
 border-top: 2px solid #DD5302;
 }

.menu ul ul li {
 float: none;
}

.menu ul ul li a {
 background-color: #DD5302;
 }

/*Criando o label */

#bt_menu {
 display: none;
 }

label[for="bt_menu"]{
 display: none;
 }
 #bt_menu_imv {
 display: none;
 }

label[for="bt_menu_imv"]{
 display: none;
 }
/* ------------------------------------------------------- */
 .barratop-wide-imv{
    background-color: #fff;
}
.barratop-imv {
    max-width: 79.375rem;
    background-color: #fff;
    padding: 0.313rem;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.menutop-imv ul{
    display: flex;
    flex-wrap: wrap;
}
.menutop-imv a{
    display: block;
    color: #333;
    font-size: 1rem;
    padding: 0rem 1.25rem 0rem 1.25rem;
    box-sizing: border-box;
}
.menutop-redes-imv img{
    display: flex;
    flex-wrap: wrap;
    max-height: 1.25rem;
}
.menutop-redes-imv ul{
    display: flex;
    flex-wrap: wrap;
}
.menutop-redes-imv a{
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 0rem 1.25rem 0rem 1.25rem;
    box-sizing: border-box;
}
.header-imv {
    max-width: 79.375rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.213rem;
    box-sizing: border-box;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
.logo-imv {
    max-width: 12.5rem;
    padding-left: 1.25rem;
    box-sizing: border-box;
}
.header-imv h1{
    font-size: 1.5rem;
    padding: 0.625rem;
    width: auto;
    font-weight: bold;
}
.menu-imv {
    width: 100%;
    max-width: 79.375rem;
    height: 3.125rem;
    background-color: #fff;
    margin: 0 auto;
}

/*Estilizando as listas */
.menu-imv ul {
 list-style: none;
 position: relative;
 }

.menu-imv ul li {
 width: calc(100% / 4);
 float: left;
 }

.menu-imv a {
    padding: 0.75rem;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #eee;
    color: #333;
    font-weight: bold;
    border-top: 2px solid #333;
    transition: 1s;
 }

.menu-imv ul ul {
 position: absolute;
 visibility: hidden;
 }

.menu-imv ul li:hover ul {
 visibility: visible;
 }

.menu-imv a:hover {
 background-color: #ddd;
 color: #333;
 border-top: 2px solid #333;
 }

.menu-imv ul ul li {
 float: none;
}

.menu-imv ul ul li a {
 background-color: #069;
 }

#bt_menu-imv {
 display: none;
 }

label[for="bt_menu-imv"]{
 display: none;
 }
/* ------------------------------------------------------- */
 .footer-imv {
    float: left;
    display: block;
    width: 100%;
    background-color:#eee;
    margin-bottom: 4.50rem;
}
.footer-imv > p{
    max-width: 79.375rem;
    font-size: 1rem;
    color: #333;
    margin: 0 auto;
    padding: 1.875rem;
    text-align: center;
}
/* ------------------------------------------------------- */
.imv-destaques{
  display: flex;
  max-width: 79.375rem;
  flex-wrap: wrap;
  margin: auto;
}
.imv-destaques > h1{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-weight: normal;
}
.imv-destaques > h1 > span{
    color: #FE9800;
}
.imv-destaques > h2{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-weight: normal;
}
.imv-destaques > h2 > span{
    color: #FE9800;
}
.imv-destaques > p{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.7rem;
}
.imv-destaques-item{
    flex: 1 1 15.625rem;
    margin: 0.625rem;
}
.imv-destaque-foto{
    position: relative;
    width: 100%;
    height: 15.625rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.imv-destaque-foto:hover{
    filter: brightness(50%);
}
.imv-destaques-item-h2{
    background-color: #eee;
    font-weight: normal;
    font-size: 1rem;
    padding: 0.313rem 0.625rem 0.313rem 0.625rem;
    box-sizing: border-box;
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    color: #000;
}
.imv-destaques-item-p{
    position: absolute;
    background-color: #eee;
    font-weight: normal;
    font-size: 1rem;
    padding: 0.313rem 0.625rem 0.313rem 0.625rem;
    box-sizing: border-box;
    color: #000;
    border-radius: 0px 10px 0px 10px;
    bottom: 0;
}
/* ------------------------------------------------------- */
.imv-index-destaques{
  display: flex;
  width: 100%;
  max-width: 79.375rem;
  flex-wrap: wrap;
  margin: auto;
}
.imv-index-destaques-item{
    flex: 1 1 15.625rem;
    margin: 0.625rem;
}
.imv-index-destaque-foto{
    position: relative;
    width: 100%;
    height: 15.625rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.imv-index-destaque-foto:hover{
    filter: brightness(50%);
}
.imv-index-destaques-item-h2{
    background-color: #eee;
    font-size: 1rem;
    padding: 0.313rem 0.625rem 0.313rem 0.625rem;
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
}
.imv-index-destaques-item-h3{
    font-size: 1rem;
    padding: 0.625rem;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.imv-index-destaques-item-p{
    position: absolute;
    background-color: #eee;
    font-weight: normal;
    font-size: 1rem;
    padding: 0.313rem 0.625rem 0.313rem 0.625rem;
    box-sizing: border-box;
    color: #000;
    border-radius: 0px 10px 0px 10px;
    bottom: 0;
}
/* ------------------------------------------------------- */
 .noticias-destaques{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
  margin: 0 auto;
  max-width: 79.375rem;
  padding: 0.625rem;
  height: 34.375rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.noticias-destaques-item:nth-child(1) {
  grid-row: 1 / 3;
}
.noticias-destaques-item{
  display: grid;
}
.conteudo-destaque-foto {
  grid-column: 1;
  grid-row: 1/3;
  align-self: end;
  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.noticias-destaques-item-h2{
  background: rgb(32,32,32);
background: -moz-linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(214,214,214,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(214,214,214,0) 100%);
background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(214,214,214,0) 100%);
  padding: 0.425rem;
  color: white;
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  font-weight: normal;
  font-size: 1rem;
}


@media (max-width: 62.5rem) {
    .noticias-destaques{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  margin: 0 auto;
  max-width: 79.375rem;
  padding: 0.625rem;
  height: 65rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.noticias-destaques-item:nth-child(1) {
  grid-row: 1 / 3;
}
.noticias-destaques-item{
  display: grid;
}
.conteudo-destaque-foto {
  grid-column: 1;
  grid-row: 1/3;
  align-self: end;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.noticias-destaques-item-h2{
  background: rgb(32,32,32);
background: -moz-linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(214,214,214,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(214,214,214,0) 100%);
background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(214,214,214,0) 100%);
  padding: 0.425rem;
  color: white;
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  font-weight: normal;
  font-size: 1rem;
}
}

@media (max-width: 31.25rem) {
    .noticias-destaques{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  margin: 0 auto;
  max-width: 79.375rem;
  padding: 0.625rem;
  height: 65rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.noticias-destaques-item:nth-child(1) {
  grid-row: 1 / 1;
}
.noticias-destaques-item{
  display: grid;
}
.conteudo-destaque-foto {
  grid-column: 1;
  grid-row: 1/3;
  align-self: end;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.noticias-destaques-item-h2{
  background: rgb(32,32,32);
background: -moz-linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(214,214,214,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(214,214,214,0) 100%);
background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(214,214,214,0) 100%);
  padding: 0.425rem;
  color: white;
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  font-weight: normal;
  font-size: 1rem;
}
}
/* ------------------------------------------------------- */
.informacoes-relacionadas{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 79.375rem;
    margin: 0 auto;
    padding: 1.25rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}
.informacoes-relacionadas > h2{
    width: 100%;
    margin-bottom: 1.25rem;
}
.informacoes-relacionadas > a{
    width: calc(98% / 2);
    margin-top: 0.625rem;
}
.informacoes-relacionadas-p{
    width: 100%;
    border-radius: 0.625rem;
    padding: 0.625rem;
    box-sizing: border-box;
    background-color: #eee;
    font-weight: bold;
    color: #000;
    transition: background-color .3s;
}
.informacoes-relacionadas-p:hover{
    background-color: #ddd;
}
@media (max-width: 75rem) {
    .informacoes-relacionadas > a{
    width: 100%;
}
}
/* ------------------------------------------------------- */
.destaques {
  display: flex;
  flex-wrap: wrap;
  max-width: 79.375rem;
  margin: 0 auto;
}
.destaques > a {
  flex: 1 1 12.5rem;
  margin: 0.625rem;
  color: #333;
}
.destaques > a > h2 {
  font-size: 1.2rem;
}
/* ------------------------------------------------------- */
.fotos-imovel {
  display: flex;
  flex-wrap: wrap;
  max-width: 79.375rem;
  margin: 0 auto;
}
.fotos-imovel > div {
  flex: 1 1 18.75rem;
  margin: 0.625rem;
}
.fotos-imovel > div > img {
  border-radius: 0.625rem;
}
/* ------------------------------------------------------- */
.valores-imv{
    display: flex;
    flex-wrap: wrap;
    max-width: 79.375rem;
    margin: 0 auto;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-top: 40px;
}
.valores-imv > div{
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}
.valores-imv > div > span{
    font-weight: normal;
    color:#D90904;
}
.fixar-conteudo{
    width: 100%;
    float: left;
    background-color: #fff;
}
.conteudo {
  display: grid;
  grid-template-columns: 1fr 19.375rem;
  grid-gap: 0.625rem;
  max-width: 79.375rem;
  padding: 0rem;
  margin: 0 auto;
}
.conteudo-texto > h1{
    font-size: 1.9rem;
    padding: 2.6rem 0rem 0rem 1.25rem;
    box-sizing: border-box;
    text-align: center;
}
.conteudo-texto > div > h2{
    font-size: 1.3rem;
    padding: 0.25rem 1.25rem 0.25rem 0rem;
    box-sizing: border-box;
}
.conteudo-texto > div{
    font-size: 1.2rem;
    padding: 1.25rem;
    box-sizing: border-box;
    line-height: 2rem;
}
.conteudo-texto > div > figure{
    width: 100%;
    margin: 0 auto;
}
.conteudo-texto > div > figure > figcaption{
    font-size: 1.2rem;
    color: #000;
    padding: 0.25rem;
    box-sizing: border-box;
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}
.conteudo-texto > div > p > a{
    color: #DB5608;
}
.conteudo-texto > div > p{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.conteudo-texto > div > p > span{
    padding: 0.625rem;
    box-sizing: border-box;
}
.conteudo-texto-p{
    display: flex;
    flex-wrap: wrap;
}
.conteudo-texto-p > span{
    flex: 1 1 1;
}
.conteudo-texto-o-que-tem-no-imovel{
    display: flex;
    flex-wrap: wrap;
}
.conteudo-texto-o-que-tem-no-imovel > span{
    flex: 1 1 1;
    text-indent: 15px;
    background-image: url(https://guaraparivirtual.com.br/icones/certo.svg);
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: left;
}
.c-l-link > div {
  margin-top: 0.625rem;  
  margin-bottom: 0.625rem;
}
.conteudo-lateral-01{
    margin-top: 0.625rem;
}
.listar-conteudo{
    margin-bottom: 5rem;
}
.listar-conteudo a{
    color: #000;
}
.listar-conteudo-foto{
    width: 100%;
    height: 17rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0.625rem;
}
.listar-conteudo-texto{
    width: 100%;
    padding: 0.625rem;
    box-sizing: border-box;
}
.listar-conteudo-texto > h2{
    font-size: 1.2rem;
}
@media (max-width: 75rem) {
  .conteudo {
    grid-template-columns: 1fr;
  }
  .conteudo-lateral {
    display: flex;
    flex-wrap: wrap;
  }
  .conteudo-lateral > a {
    flex: 1 0 19.375rem;
    margin: 0 0.625rem;
  }
}
/* ------------------------------------------------------- */
.categorias-01-h2{
    position: relative;
    font-size: 1.5rem;
    width: 100%;
    max-width: 79.375rem;
    color: #000;
    margin:  0 auto;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    box-sizing: border-box;
    border-bottom:0.188rem solid #DE5206;
}
.categorias-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 79.375rem;
  padding: 0.625rem;
  margin: 0 auto;
  grid-gap: 1.25rem;
}
.categorias-01-link{
    color: #333;
}
.categorias-01 > a:nth-child(n + 4) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.625rem;
  align-items: center;
}

.categorias-01 > div.categorias-01-anuncio {
  grid-column: 1;
  grid-row: 2 / 5;
  border-top: 0.625rem solid #DE5206;
  display: block;
}

@media (max-width: 60.625rem) {
.categorias-01-h2{
    position: relative;
    font-size: 1.5rem;
    max-width: 79.375rem;
    color: #000;
    margin:  0 auto;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    box-sizing: border-box;
}
  .categorias-01 {
    grid-template-columns: repeat(2, 1fr);
  }
  .categorias-01 > a:nth-child(n + 4) {
    display: block;
  }
  .categorias-01 > div.categorias-01-anuncio {
    grid-column: auto;
    grid-row: auto;
    order: -1;
  }
}
/* ------------------------------------------------------- */
.categorias-02-h2{
    position: relative;
    font-size: 1.5rem;
    width: 100%;
    max-width: 79.375rem;
    color: #000;
    margin:  0 auto;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    box-sizing: border-box;
    border-bottom:0.188rem solid #056CB0;
}
.categorias-02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 79.375rem;
  padding: 0.625rem;
  margin: 0 auto;
  grid-gap: 1.25rem;
}
.categorias-02-link{
    color: #333;
}
.categorias-02 > a:nth-child(n + 4) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.625rem;
  align-items: center;
}

.categorias-02 > div.categorias-02-anuncio {
  grid-column: 3;
  grid-row: 2 / 5;
  border-top: 0.625rem solid #056CB0;
  display: block;
}

@media (max-width: 60.625rem) {
.categorias-02-h2{
    position: relative;
    font-size: 1.5rem;
    max-width: 79.375rem;
    color: #000;
    margin:  0 auto;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    box-sizing: border-box;
}
  .categorias-02 {
    grid-template-columns: repeat(2, 1fr);
  }
  .categorias-02 > a:nth-child(n + 4) {
    display: block;
  }
  .categorias-02 > div.categorias-02-anuncio {
    grid-column: auto;
    grid-row: auto;
    order: -1;
  }
}
/* ------------------------------------------------------- */
.categorias-03-h2{
    position: relative;
    font-size: 1.5rem;
    width: 100%;
    max-width: 79.375rem;
    color: #000;
    margin:  0 auto;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    box-sizing: border-box;
    border-bottom:0.188rem solid #A7DAFD;
}
.categorias-03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 79.375rem;
  padding: 0.625rem;
  margin: 0 auto;
  grid-gap: 1.25rem;
}
.categorias-03-link{
    color: #333;
}
.categorias-03 > a:nth-child(n + 4) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.625rem;
  align-items: center;
}

.categorias-03 > div.categorias-03-anuncio {
  grid-column: 1;
  grid-row: 2 / 5;
  border-top: 0.625rem solid #A7DAFD;
  display: block;
}

@media (max-width: 60.625rem) {
.categorias-03-h2{
    position: relative;
    font-size: 1.5rem;
    max-width: 79.375rem;
    color: #000;
    margin:  0 auto;
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    box-sizing: border-box;
}
  .categorias-03 {
    grid-template-columns: repeat(2, 1fr);
  }
  .categorias-03 > a:nth-child(n + 4) {
    display: block;
  }
  .categorias-03 > div.categorias-03-anuncio {
    grid-column: auto;
    grid-row: auto;
    order: -1;
  }
}
/* ------------------------------------------------------- */
@media (max-width: 45.625rem) {
.barratop {
    width: 100%;
    background-color: #fff;
    padding: 0.313rem;
    box-sizing: border-box;
    display: block;
}
.barratop-imv {
    width: 100%;
    background-color: #fff;
    padding: 0.313rem;
    box-sizing: border-box;
    display: block;
}
.menutop ul{
    display: flex;
}
.menutop ul li{
    display: flex;
    width: calc(100% / 3);
    justify-content: center;
    white-space : nowrap;
}
.menutop a{
    color: #333;
    font-size: 1rem;
    padding: 0rem;
    box-sizing: border-box;
 }
 .menutop-imv ul{
    display: flex;
}
.menutop-imv ul li{
    display: flex;
    width: calc(100% / 2);
    justify-content: center;
    white-space : nowrap;
}
.menutop-imv a{
    color: #333;
    font-size: 1rem;
    padding: 0rem;
    box-sizing: border-box;
 }
.menutop-redes{
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
}
.menutop-redes img{
    display: flex;
    flex-wrap: wrap;
    max-height: 1.25rem;
}
.menutop-redes ul{
    display: flex;
}
.menutop-redes ul li{
    display: flex;
    width: calc(100% / 4);
    justify-content: center;
}
.menutop-redes a{
    font-size: 1rem;
    padding: 0rem;
    box-sizing: border-box;
}
.menutop-redes-imv{
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
}
.menutop-redes-imv img{
    display: flex;
    flex-wrap: wrap;
    max-height: 1.25rem;
}
.menutop-redes-imv ul{
    display: flex;
}
.menutop-redes-imv ul li{
    display: flex;
    width: calc(100% / 4);
    justify-content: center;
}
.menutop-redes-imv a{
    font-size: 1rem;
    padding: 0rem;
    box-sizing: border-box;
}
.header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.header-imv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.logo {
    max-width: 8rem;
    margin-left: 1rem;
    padding: 0.625rem 0rem 0.625rem 0rem;
    box-sizing: border-box;
}
.header input{
    font-size: 1.5rem;
    padding: 0.625rem 0rem 0.625rem 0rem;
    max-width: 9rem;
    border: 0.063rem solid #eee;
    border-radius: 0.313rem;
    margin-right: 1rem;
    text-indent: 0.5rem;
}

}
@media (max-width: 51.875rem) {
.header-imv h1{
    display: none;
}
.logo {
    max-width: 8rem;
    margin-left: 1rem;
    padding: 0.625rem 0rem 0.625rem 0rem;
    box-sizing: border-box;
    margin: auto;
}
}
/* ------------------------------------------------------- */
nav.paginacao{
    float: left;
    max-width: 79.375rem;
    margin-bottom: 1.875rem;
}
nav.paginacao ul a{
    display: block;
    padding: 0.625rem;
    box-sizing: border-box;
}
ul.paginacao-pg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
ul.paginacao-pg li{
    background-color: #eee; 
    font-weight: bold;
    margin: 0 0.25rem;
    border-radius: 5%;
    transition: background-color .3s;
    margin-top: 0.625rem;
}
ul.paginacao-pg li a{
    font-size: 1.1rem;
    color: #333;
}
ul.paginacao-pg li:hover{
    background-color: #ddd;
}
a.current{
padding: 0.125rem 0.313rem 0.125rem 0.313rem;
margin-right: 0.125rem;
border: 0.063rem solid #52bfea;
font-weight: bold;
background-color: #52bfea;
color: #FFF;
}
/* ------------------------------------------------------- */
@media (max-width: 61.875rem) {
#bt_menu{
    display: none;
}
#bt_menu:checked ~ nav.menu{
    margin-left: 0;
    display: block;
}
.displaynone{
    display: block;
}
label[for="bt_menu"]{
    display: none;
    padding: 0.625rem;
    box-sizing: border-box;
    background-color: #eee;
    color: #333;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
}
nav.menu{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0rem;
    margin-left: -100%;
    transition: all 0.4s;
    overflow: hidden;
    border-top: 2px solid #fcfcfc !important;
}
nav.menu ul{
    list-style: none;
    position: relative;
}
nav.menu ul li{
    width: 100%;
    float: none;
}
nav.menu a{
    font-size: 1rem;
    padding: 0.75rem;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    text-align: left;
    color: #555;
    background-color: #fcfcfc;
    border-top: 2px solid #fcfcfc !important;
}
nav.menu ul ul{
    position: static;
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s;
}
nav.menu ul li:hover ul{
    height: auto;
}
nav.menu a:hover{
    color: #555;
}
#bt_menu_imv{
    display: none;
}
#bt_menu_imv:checked ~ nav.menu-imv{
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
}
label[for="bt_menu_imv"]{
    display: block;
    padding: 0.625rem;
    box-sizing: border-box;
    background-color: #eee;
    color: #333;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
}
nav.menu-imv{
    float: left;
    width: 100%;
    height: auto;
    background-color: #f9fdff;
    margin-top: 0rem;
    margin-left: -100%;
    transition: all 0.4s;
    overflow: hidden;
    border-top: 2px solid #fcfcfc !important;
}
nav.menu-imv ul{
    list-style: none;
    position: relative;
    z-index: 9999;
}
nav.menu-imv ul li{
    width: 100%;
    float: none;
}
nav.menu-imv a{
    font-size: 1rem;
    padding: 0.75rem;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    text-align: left;
    color: #555;
    background-color: #fcfcfc;
    border-top: 2px solid #fcfcfc !important;
}
nav.menu-imv ul ul{
    position: static;
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s;
}
nav.menu-imv ul li:hover ul{
    height: auto;
}
nav.menu-imv a:hover{
    color: #555;
}
}
.publicidade-1{
    width: 100%;
    background-color: #F5F5F5;
    padding: 0.625rem;
    box-sizing: border-box;
}
.publicidade-1 > img{
    width: 100%;
    max-width: 79.375rem;
    max-height: 15.625rem;
    margin: 0 auto;
}
.footer {
    float: left;
    display: block;
    width: 100%;
    background-color:#eee;
    margin-bottom: 4.50rem;
}
.footer > p{
    max-width: 79.375rem;
    font-size: 1rem;
    color: #333;
    margin: 0 auto;
    padding: 1.875rem;
    text-align: center;
}
/* ------------------------------------------------------- */
.modal-sys-conteudo {
  max-width: 79.375rem;
  background: white;
  padding: 0.625rem;
  box-sizing: border-box;
  margin: auto;
  margin-top: 0.625rem;
}
.modal-sys-conteudo > p{
  padding: 0.625rem;
}
.modal-sys-conteudo > h2{
  padding: 0.625rem;
}
.modal-sys-conteudo > form{
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem;
}
.modal-sys-conteudo > form > label{
  flex: 1 1 18.75rem;
  padding: 0.625rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1rem;
}
.modal-sys-conteudo > form > label > input{
  width: 100%;
  padding: 0.625rem;
  box-sizing: border-box;
  border-radius: 0.625rem;
  border: 0.063rem #ddd solid;
  font-size: 1rem;
}
.modal-sys-conteudo > form > label > select{
  width: 100%;
  padding: 0.625rem;
  box-sizing: border-box;
  border-radius: 0.625rem;
  border: 0.063rem #ddd solid;
  font-size: 1rem;
}
.modal-sys-conteudo > p{
  text-align: center;
  font-size: 1rem;
}
.modal-sys-conteudo-descricao {
  max-width: 79.375rem;
  background: white;
  padding: 1.9rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
  margin: auto;
  margin-top: 0.625rem;
}
.modal-sys-conteudo-descricao > label{
  padding: 0.625rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1rem;
}
.modal-sys-conteudo-descricao > label > textarea{
  width: 100%;
  min-height: 9.375rem;
  padding: 0.625rem;
  box-sizing: border-box;
  border-radius: 0.625rem;
  border: 0.063rem #ddd solid;
  font-size: 1rem;
  resize: none;
}
.cadtu-imv {
  width: 100%;
  margin-top: 1.25rem;
  display: block;
  font-size: 1.1rem;
  padding: 0.6rem 2rem;
  border: none;
  background: #26cc64;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
}
/* ------------------------------------------------------- */
.fale-com-responsavel{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    background-color: #25D366;
    padding: 10px;
    color: #fff;
    background-image: url(https://guaraparivirtual.com.br/icones/whatsapp_white_24dp_imv.svg);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: contain;
    box-sizing: border-box;
}
.menu-rolagem-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
}
.menu-rolagem-nav img{
    display: flex;
    flex-wrap: wrap;
    max-height: 1.25rem;
    margin: 0 auto;
}
.menu-rolagem-nav ul{
    display: flex;
}
.menu-rolagem-nav ul li{
    display: flex;
    width: calc(100% / 3);
    justify-content: center;
}
.menu-rolagem-nav a{
    font-size: 1rem;
    padding: 1rem;
    box-sizing: border-box;
    color: #333;
}
.menu-rolagem-nav-imovel{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
}
.menu-rolagem-nav-imovel img{
    display: flex;
    flex-wrap: wrap;
    max-height: 1.25rem;
    margin: 0 auto;
}
.menu-rolagem-nav-imovel ul{
    display: flex;
}
.menu-rolagem-nav-imovel ul li{
    display: flex;
    width: calc(100% / 4);
    justify-content: center;
}
.menu-rolagem-nav-imovel a{
    font-size: 1rem;
    padding: 1rem;
    box-sizing: border-box;
    color: #333;
}
/* ------------------------------------------------------- */

.formato_links_afiliados{
    width: auto;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 3px dotted #1f75b7;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formato_links_afiliados > h3{
    font-size: 1.5rem;
    text-align: left;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.formato_links_afiliados > h3 > a{
    font-size: 1rem;
    color: #0061A9;
}

.formato_materia{
    max-width: 79.688rem;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.formato_materia > figure{
    text-align: center;
    margin-top: 20px;
}
.formato_materia > figure > img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.formato_materia > figure > figcaption{
    font-size: 1rem;
    color: #000;
    padding: 0.25rem;
    box-sizing: border-box;
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}
.formato_materia > a > img{
    width: 100%;
    max-width: 200px;
    margin-top: 80px;
    border-radius: 50%;
}
.formato_materia > h1{
    font-size: 2.125rem;
    text-align: center;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.formato_materia > h2{
    font-size: 1.5rem;
    text-align: left;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formato_materia > h3{
    font-size: 1.2rem;
    text-align: left;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formato_materia > h4{
    font-size: 1.1rem;
    text-align: left;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formato_materia > p{
    font-size: 1rem;
    text-align: justify;
    color: #000;
    line-height: 1.9;
    margin-top: 20px;
}
.formato_materia > p > strong > a{
    font-size: 1rem;
    color: #EF5764;
}
.formato_materia > p > strong{
    font-size: 1rem;
    font-weight: bold;
}
.formato_materia > p > a{
    font-size: 1rem;
    color: #EF5764;
}
.formato_materia > p > i > a{
    font-size: 1rem;
    color: #EF5764;
}
.formato_materia > p > a > img{
    max-height: 12px;
}
.formato_materia_redes {
  display: flex;
  flex-wrap: nowrap;
  max-width: 79.375rem;
  margin: 0 auto;
  margin-top: 20px;
}
.formato_materia_redes > a {
    flex: 1;
    margin: 0.625rem;
    color: #333;
}
.formato_materia_redes > a > img{
    height: 50px;
    border-radius: 5%;
    margin: 0 auto;
}
/* ------------------------------------------------------- */

.guiacomercial-gv {
  display: flex;
  flex-wrap: wrap;
  max-width: 79.375rem;
  margin: 0 auto;
}
.guiacomercial-gv > a {
  flex: 1 1 18.75rem;
  margin: 0.625rem;
  color: #333;
}
.guiacomercial-gv > a > img{
  border-radius: 5%;
}
.guiacomercial-gv > a > h2 {
  font-size: 1.2rem;
}


.guia-comercial-categorias{
    display: flex;
    max-width: 79.375rem;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.guia-comercial-categorias > div{
    flex: 1 1 320px;
    margin: 0.625rem;
    border-radius: 10px;
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.guia-comercial-categorias > div > a{
    display: block;
    width: 100%;
    color: #000;
}


/* ------------------------------------------------------- */
.categoria-guia-comercial{
    width: 100%;
    max-width: 79.688rem;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.categoria-guia-comercial > a{
    flex: 1 1 305px;
    padding: 5px;
    box-sizing: border-box;
}
.categoria-guia-comercial > a > p{
    font-size: 16px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.categoria-guia-comercial > a > div{
    height: 300px;
    color: #000;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* ------------------------------------------------------- */
.formato_padrao_rotemix{
    max-width: 79.688rem;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.formato_padrao_rotemix > span{
    display: block;
}
.formato_padrao_rotemix > span > a{
    padding: 10px;
    box-sizing: border-box;
    background-color: #0477c9;
    border-radius: 10px;
    color: #fff;
}
.formato_padrao_rotemix > a > img{
    width: 100%;
    max-width: 200px;
    margin-top: 80px;
    border-radius: 50%;
}
.formato_padrao_rotemix > h1{
    font-size: 2.125rem;
    text-align: center;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.formato_padrao_rotemix > h2{
    font-size: 1.2rem;
    text-align: left;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formato_padrao_rotemix > h3{
    font-size: 1.2rem;
    text-align: center;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.formato_padrao_rotemix > p{
    font-size: 1rem;
    text-align: justify;
    color: #000;
    line-height: 1.7rem;
    margin-top: 20px;
}
.formato_padrao_rotemix > p > a{
    font-size: 1rem;
    color: #EF5764;
}
.formato_padrao_rotemix > p > a > img{
    max-height: 12px;
}
.formato_padrao_rotemix > form{
    width: 100%;
    max-width: 530px;
    margin: 0 auto;    
}
.formato_padrao_rotemix > form > p{
    text-align: left;
    padding: 0.625rem;
    box-sizing: border-box;
    font-size: 20px;  
}
.formato_padrao_rotemix > form > input{
    width: 100%;
    padding: 0.625rem;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #ddd;
    margin: 7px;
    outline: none;
    -webkit-transition: 0.5s;
}
.formato_padrao_rotemix > form > input:focus{
    border: 1px solid #777;
}
.formato_padrao_rotemix > form > input:hover{
    border: 1px solid #777;
}
.formato_padrao_rotemix > form > input::placeholder{
    color: #999;
}
.formato_padrao_rotemix > form > textarea::placeholder{
    color: #999;
}
.formato_padrao_rotemix > form > textarea:focus{
    border: 1px solid #777;
}
.formato_padrao_rotemix > form > textarea:hover{
    border: 1px solid #777;
}
.formato_padrao_rotemix > form > textarea{
    width: 100%;
    height: 120px;
    padding: 0.625rem;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #ddd;
    margin: 7px;
    resize: none;
    outline: none;
    -webkit-transition: 0.5s;
}
.formato_padrao_rotemix > form > button{
    width: 100%;
    padding: 0.625rem;
    box-sizing: border-box;
    background-color: #EF5725;
    color: #fff;
    border: 0;
    font-size: 16px;
    margin: 7px;
    cursor: pointer;
}
.formato_padrao_rotemix > form > button > img{
    height: 12px;
}
/* ------------------------------------------------------- */
.inf-conteudos-cidades{
    width: 100%;
    max-width: 79.688rem;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inf-conteudos-cidades > a{
    flex: 1 1 294px;
    padding: 10px;
    box-sizing: border-box;
}
.inf-conteudos-cidades > a > p{
    font-size: 16px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.inf-conteudos-cidades > a > div{
    height: 294px;
    color: #000;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* ------------------------------------------------------- */
.ecomer > img{
    width: 35px;
}
.ecomer{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ecomer > p > a{
    color: #DF5101;
}
/* ------------------------------------------------------- */
.inf_gc_01 > img{
    width: 15px;
}
.inf_gc_01{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.inf_gc_01 > p > a{
    color: #333;
}
/* ------------------------------------------------------- */