@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FF0000;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish-extrabold';
    src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('../fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html{
  overflow-x: hidden;
}
strong, b{
  font-weight: 700;
  font-family: 'robotobold';
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
}
body{
  font-family: 'robotoregular';
  overflow-x: hidden;
}
.footer{
  font-family: 'Mulish';
}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}
.aceitar_termos a{
    color: #FFFC9E!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FF0000;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}
a{
  transition: all .2s linear;
}
.editor a{
  color: var(--kry-color-1);!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #111111;
}
::-moz-selection{
  background: var(--kry-color-1);
}
::selection{
  background: var(--kry-color-1);
}
.pagination .active a,
.pagination .active a:hover{
  background-color: var(--kry-color-1);
  border-color: var(--kry-color-1);
}
.lds-ellipsis div{  
  background-color: var(--kry-color-1);
}

.editor, .editor p, .editor li{
  font-family: 'robotoregular';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}

.editor p{
  margin-bottom: 20px;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  background-color: var(--kry-color-2);

  font-family: 'robotoregular';
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  border: 1px solid #ccc;

  padding: 5px 10px;
}

.wp-pagenavi .previouspostslink{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wp-pagenavi .nextpostslink{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.wp-pagenavi span.current{
  background-color: var(--kry-color-1);
}

:root{
  --kry-color-1: #006E40;
  --kry-color-2: #00A15E; 
}

/* start */

.header.front_page{
	background-size: cover;
	background-position: top center;
	padding-bottom: 190px;
}
.header.front_page .container:nth-child(1) .row{
  margin-top: 15px;
  margin-bottom: 70px;
}
.header{
  background-size: cover;
  background-position: top center;
}
.header ul a{
	display: flex;
	margin-right: auto;
}
.header.default_page .container .row{
  margin-top: 15px;
  margin-bottom: 140px;
}
.header .header_page{
	display: flex;
	font-family: 'robotobold';
	color: white;
	align-items: center;
	list-style: none;
  column-gap: 32px;
  padding-left: 0px;
}
.header .header_home{
  display: flex;
  font-family: 'robotobold';
  color: white;
  align-items: center;
  list-style: none;
  column-gap: 32px;
  padding-left: 0px;
}
.header ul li a:hover{
	color: var(--kry-color-2);
}
.header h2{
	font-size: 40px;
	color: white;
	font-family: 'robotobold';
	text-align: center;
}

.header .logo__link{
  position: relative;
  z-index: 5;
  display: flex;
}

.header .logo__col::before{
  content: '';
  position: absolute;
  z-index: 0;
  inset: -15px -5px -5px -5px;

  background-color: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
}

.segura-filtro{
  background-color: white;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  margin-top: 30px;
}

.segura-filtro h3{
  font-size: 15px;
}

.segura-filtro #negociacao-buttons{
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.segura-filtro .btn-filter{
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: 'robotomedium';
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  border-radius: 0;
  width: 49%;
  height: 49px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #999999;
  margin-bottom: 0px;

  transition: all .3s ease;
}

.segura-filtro .btn-filter input{
  display: none;
}
.segura-filtro .btn-filter input:checked + label,
.segura-filtro .btn-filter.active,
.segura-filtro .btn-filter:hover{
  background-color: #999999;
  color: white;
}

.segura-filtro select{
  background-color: white;
  color: grey;
  border-color: #D9D9D9;
  border-radius: 0;
  width: 100%;
  height: 49px;
  padding: 5px;
}

.segura-filtro .select_ajuste{
  margin-left: 30px;
}

.segura-filtro .button3{
  font-family: 'robotobold';
  font-size: 15px;
  background-color: white;
  color: black;
  border: 3px solid black;
  border-radius: 0;
  margin-top: 47px;
  margin-left: 60px;
  width: 170px;
  height: 49px;
  font-weight: bolder;
  transition: 0.2s linear all;
  &:hover{
    background-color: var(--kry-color-1);
    border: none;
    transition: 0.2s linear all;
  }
}

.fx1 h2{
  font-size: 40px;
  margin-top: 2px;
  margin-bottom: 25px;
}
.fx1 h3{
  font-family: 'robotobold';
  font-size: 20px;
}
.fx1 .imoveis{
  margin-top: 40px;
  margin-bottom: 0px;
  display: flex;
  gap: 20px;
  align-items: center;
  hr{
    border: 1px solid var(--kry-color-1);
    width: 100%;
    margin-top: 30px;
  }
}
.fx1 .carousel-home{
  padding-right: 0px;
  padding-left: 0px;
}

.fx1 .casa{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: white;
  background-color: var(--kry-color-2);

  text-align: center;

  height: 100%;

  padding-left: 8px;
  padding-right: 8px;
}

.fx1 .casa_responsivo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 384px;

  margin-bottom: 45px;
}

.fx1 .casa_responsivo .img-destaque{
  width: 297px;
  max-width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.fx1 .casa_responsivo .img-destaque img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fx1 .casa h2{
  font-size: 40px;
}

.fx1 .casa a{
  font-size: 15px;
  border: 3px solid var(--kry-color-1);
  color: #FFFFFF;
  align-content: center;
  width: 170px;
  height: 49px;
}

.fx1 .casa span{
  padding-right: 15px;
}

.fx1 .owl-stage,
.fx1 .owl-item{
  display: flex;
  justify-content: center;
}

.card-imovel{
  display: flex;

  width: 100%;
  max-width: 260px;
  height: 100%;

  border: 1px solid #D9D9D9;
}

.card-imovel a{
  display: block;
  width: 100%;
}

.fx1 .card-imovel .segura-foto img{
  width: 100%;
  height: 170px;
  max-height: 100%;
  object-fit: cover;
}

.fx1 .card-imovel .segura-foto span{
  background-color: white;
  border-radius: 5px;
  color: #707070;
  padding: 3px 8px;
  font-size: 13px;
  font-family: 'robotobold';
  position: absolute;
  height: 20px;
  width: 80px;
  border: -8px;
  left: 10px;
}

.fx1 .card-imovel .segura-dados{
  padding-left: 15px;
  padding-bottom: 15px;
}

.fx1 .card-imovel .segura-dados h3{
  font-family: 'robotobold';
  font-size: 17px;
  color: #707070;
  margin-top: 7px;
  margin-bottom: 7px;
}

.fx1 .card-imovel .segura-dados span{
  font-family: 'robotoregular';
  font-size: 15px;
  color: #999999;
  display: block;
}

.fx1 .card-imovel .segura-dados span.valor{
  font-family: 'robotobold';
  font-size: 17px
  color: #999999;
  display: block;
  margin-top: 16px;
}

.header{
  background-image: url('../imagens/img_topo2.png');
  padding-bottom: 50px;
}
.header .segura-titulo{
  font-family: 'robotobold';
  text-align: center;
  color: white;
  font-size: 40px;
}
.header .segura-titulo h1{
  margin-bottom: 15px;
}
.header .segura-titulo .bread{
  color: white;
  font-size: 14px;
}
.fx1_quem_somos{
  padding-top: 25px;
  padding-bottom: 35px;
}
.fx1_quem_somos .titulo_fx1_quem_somos h2{
  font-family: 'robotobold';
  font-size: 25px;
}
.fx1_quem_somos .texto_fx1_quem_somos p{
  font-size: 19px;
  margin-bottom: 20px;
}
.fx1_quem_somos .subtitulos{
  display: flex;
  margin-bottom: 8px;
}
.fx1_quem_somos .subtitulos h3{
  font-family: 'robotobold';
  margin-left: 20px;
}

.header{
  background-image: url('../imagens/img_topo3.png');
  padding-bottom: 50px;
}
.header .segura-titulo{
  font-family: 'robotobold';
  text-align: center;
  color: white;
  font-size: 40px;
}
.fx1_compra{
  padding-top: 25px;
  padding-bottom: 30px;
}

.fx1_compra .segura-cards{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
.fx1_compra span h2{
  font-family: 'robotobold';
  text-align: center;
}
.fx1_compra .filtro{
  margin-bottom: 40px;
}
.fx1_compra .filtro h2{
  font-family: 'robotobold';
}
.fx1_compra select{
  width: 100%;
  height: 50px;
  color: #999999;
  border: 1px solid #D9D9D9;
}

.fx1_compra .card-imovel .segura-foto img{
  width: 100%;
  height: 100%;
  max-width: 260px;
  max-height: 170px;
  object-fit: cover;
}

.fx1_compra .card-imovel .segura-foto{
  position: relative;
}

.fx1_compra .card-imovel .segura-foto span {
    background-color: white;
    border-radius: 5px;
    color: #707070;
    padding: 3px 8px;
    font-size: 14px;
    font-family: 'robotobold';
    position: absolute;
    height: 20px;
    width: 100px;
    left: 10px;
    bottom: -5px;
    text-align: center;
}

.fx1_compra .card-imovel .segura-dados {
    padding: 16px;
    background-color: white;
}

.fx1_compra .card-imovel .segura-dados h3 {
    font-family: 'robotobold';
    font-size: 17px;
    color: #707070;
    margin-bottom: 7px;
    margin-top: 0;
    margin-bottom: 7px;
}

.fx1_compra .card-imovel .segura-dados span {
    font-family: 'robotoregular';
    font-size: 15px;
    color: #999999;
    display: block;
}

.fx1_compra .card-imovel .segura-dados span.valor {
    font-family: 'robotobold';
    font-size: 17px;
    color: #999999;
    display: block;
    margin-top: 16px;
}
.fx1_compra .card-imovel .segura-foto {
    position: relative;
}

.header{
  background-image: url('../imagens/img_topo4.png');
  padding-bottom: 50px;
}
.header .segura-titulo{
  font-family: 'robotobold';
  text-align: center;
  color: white;
  font-size: 40px;
}
.fx1_aluguel{
  background-color: #FAF7EE;
  padding-top: 30px;
  padding-bottom: 25px;
}
.fx1_aluguel .main-descricao{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fx1_aluguel .texto1_fx1_aluguel{
  text-align: center;
  width: 100%;
  max-width: 770px;
}
.fx1_aluguel h2{
  font-family: 'robotobold';
  font-size: 25px;
  text-align: center;
  margin-bottom: 25px;
}
.fx1_aluguel .texto1_fx1_aluguel p{
  font-size: 19px;
}
.fx1_aluguel .group_fx1_aluguel{
  width: 100%;
  text-align: center;
  display: flex;
  gap: 10px;
}
.fx1_aluguel .group_fx1_aluguel img{
  margin-bottom: 10px;
}

.fx1_aluguel .group_fx1_aluguel .group1{
  width: 100%;
  padding: 0px 1rem;
}

.fx1_aluguel .group_fx1_aluguel .group1 p{
  font-family: 'robotoregular';
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;

  color: #000000;
}

.fx1_aluguel .group_fx1_aluguel .group1 p strong,
.fx1_aluguel .group_fx1_aluguel .group1 p b{
  font-family: 'robotobold';
  font-weight: 700;
}

.fx2_aluguel{
  padding-top: 25px;
  padding-bottom: 30px;
}

.fx2_aluguel .segura-cards{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
}

.fx2_aluguel span h2{
  font-family: 'robotobold';
  text-align: center;
}
.fx2_aluguel .filtro{
  margin-bottom: 40px;
}
.fx2_aluguel .filtro h2{
  font-family: 'robotobold';
}
.fx2_aluguel select{
  width: 100%;
  height: 50px;
  color: #999999;
  border: 1px solid #D9D9D9;
}

.fx2_aluguel .card-imovel .segura-foto img{
  width: 100%;
  height: 100%;
  max-width: 260px;
  max-height: 170px;
}

.fx2_aluguel .card-imovel .segura-foto{
  position: relative;
}

.fx2_aluguel .card-imovel .segura-foto span {
    background-color: white;
    border-radius: 5px;
    color: #707070;
    padding: 3px 8px;
    font-size: 14px;
    font-family: 'robotobold';
    position: absolute;
    height: 20px;
    width: 100px;
    left: 10px;
    text-align: center;
    bottom: -5px;
}

.fx2_aluguel .card-imovel .segura-dados {
    padding: 16px;
    background-color: white;
}

.fx2_aluguel .card-imovel .segura-dados h3 {
    font-family: 'robotobold';
    font-size: 17px;
    color: #707070;
    margin-bottom: 7px;
    margin-top: 0;
    margin-bottom: 7px;
}

.fx2_aluguel .card-imovel .segura-dados span {
    font-family: 'robotoregular';
    font-size: 15px;
    color: #999999;
    display: block;
}

.fx2_aluguel .card-imovel .segura-dados span.valor {
    font-family: 'robotobold';
    font-size: 17px;
    color: #999999;
    display: block;
    margin-top: 16px;
}
.fx2_aluguel .card-imovel .segura-foto {
    position: relative;
}

.header{
  background-image: url('../imagens/img_topo5.png');
  padding-bottom: 50px;
}
.header .segura-titulo{
  font-family: 'robotobold';
  text-align: center;
  color: white;
  font-size: 40px;
}
.fx1_avalie{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.titulos h2{
  font-family: 'robotobold';
  font-size: 25px;
}
.subtitulo h3{
  font-size: 19px;
  margin-bottom: 33px;
}

.fx1_avalie .formulario_avalie{
  display: inline-block;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  max-width: 100%;
  width: 830px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  text-align: right;
}

.fx1_avalie .formulario_avalie p{
  margin-bottom: 0px;
}

.fx1_avalie .formulario_avalie p input{
  max-width: 100%;
  width: 100%;
  height: 49px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding-left: 12px;
  margin-bottom: 22px;
}

textarea{
  max-width: 100%;
  width: 100%;
  height: 49px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding-top: 8px;
  padding-left: 12px;
  margin-bottom: 22px;
}

.fx1_avalie .formulario_avalie p input.form_enviar{
  font-family: 'robotobold';
  font-size: 15px;
  max-width: 100%;
  width: 168px;
  height: 39px;
  background-color: var(--kry-color-1);
  border: none;
  border-radius: 5px;
  padding-left: 0px;
  margin-bottom: 0px;
  transition: all .2s linear;
  color: #FFFFFF;
  &:hover{
    background-color: var(--kry-color-2);
    transition: all .2s linear;
  }
}

.formulario_avalie .form_enviar{
  margin-right: 16px;
}

.header{
  background-image: url('../imagens/img_topo6.png');
  padding-bottom: 50px;
}
.header .segura-titulo{
  font-family: 'robotobold';
  text-align: center;
  color: white;
  font-size: 40px;
}

.fx1_fale_conosco{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.fx1_fale_conosco .container .row{
  display: flex;
}

.fx1_fale_conosco .container .col-lg-6{
  flex-grow: 1;
}

.fx1_fale_conosco .formulario_fale_conosco{
  display: inline-block;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  max-width: 100%;
  width: 570px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 34px;
  text-align: left;
}

.fx1_fale_conosco .formulario_fale_conosco p input{
  max-width: 100%;
  width: 100%;
  height: 49px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding-left: 12px;
  margin-bottom: 22px;
}

.fx1_fale_conosco .formulario_fale_conosco p input.form_enviar{
  font-family: 'robotobold';
  font-size: 15px;
  max-width: 100%;
  width: 168px;
  height: 39px;
  background-color: var(--kry-color-1);
  border: none;
  border-radius: 5px;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left: 34px;
  transition: all .2s linear;
  color: #FFFFFF;
  &:hover{
    background-color: var(--kry-color-2);
    transition: all .2s linear;
  }
}

.fx1_fale_conosco .formulario_fale_conosco .mensagem{
  height: 126px;
  resize: none;
}

.fx1_fale_conosco .mapa{
  height: 100%;
}

.fx1_fale_conosco .mapa iframe{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.fx1_compra_detalhe{
  padding-top: 80px;
  padding-bottom: 30px;
}

.fx1_compra_detalhe .casa_detalhe{
  background-color: #FCFCFC;
  border: 1px solid #D7D7D7;
  width: 870px;
  height: 100%;
  padding-right: 15px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.fx1_compra_detalhe .galeria__fotos{
  display: flex;
  width: 100%;
  height: 260px;
  max-width: 260px;
  text-align: center;
  justify-items: center;
}

.fx1_compra_detalhe .galeria__fotos img{
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
}

.linha_estilizada{
  border: 1px solid #D7D7D7;
  width: 100%;
  padding-left: 18px;
  margin-top: 45px;
}

.casa_detalhe .parte1{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-top: 15px;
}

.casa_detalhe .parte1 .title{
  font-size: 25px;
  font-family: 'robotobold';
}
.casa_detalhe .parte1 .price{
  margin-left: auto;
  font-size: 50px;
  font-family: 'robotobold';
  color: var(--kry-color-1);
}

.casa_detalhe .parte2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 47px;
  margin-bottom: 10px;
  gap: 24px;
}
.casa_detalhe .parte2 .group{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 100%;
  max-width: 122px;
  font-size: 17px;
  color: #35363A;
}
.casa_detalhe .parte3{
  margin-top: 30px;
  padding-left: 10px;
}
.casa_detalhe .parte3 h2{
  font-size: 25px;
  font-family: 'robotobold';
}
.casa_detalhe .parte3 p{
  font-size: 18px;
  color: #35363A;
}
.casa_detalhe .parte3 h3{
  font-size: 19px;
  font-family: 'robotobold';
}
.casa_detalhe .parte3 ul{
  font-size: 19px;
  display: flex;
  color: #35363A;
  margin-bottom: 30px;
}
.casa_detalhe .parte3 .lista_ajuste{
  margin-right: 140px;
}

.casa_detalhe .parte3 img{
  margin-bottom: 20px;
}

.casa_detalhe .parte3 .informacoes{
  display: flex;
  flex-direction: column;
  h3{
    margin-bottom: 30px;
  }
}

.casa_detalhe .parte3 .informacoes div{
  display: flex;
  font-size: 19px;
  img{
    margin-right: 6px;
  }
}

.fx1_compra_detalhe .contato_compra_detalhe{
  background-color: #FCFCFC;
  border: 1px solid #D7D7D7;
  width: 287px;
  height: 100%;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  margin-left: 15px;
}

.contato_compra_detalhe .botao_fone a{
  font-family: 'robotobold';
  background-color: var(--kry-color-1);
  width: 270px;
  height: 58px;
  color: white;
  border-radius: 10px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.contato_compra_detalhe .botao_whatsapp a{
  font-family: 'robotobold';
  background-color: #41B219;
  width: 270px;
  height: 58px;
  color: white;
  border-radius: 10px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.contato_compra_detalhe .botao_compartilhar a{
  font-family: 'robotobold';
  background-color: #1988EF;
  width: 270px;
  height: 58px;
  color: white;
  border-radius: 10px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#copy-message p{
  font-family: 'robotobold';
  background-color: green;
  width: 270px;
  height: 58px;
  color: white;
  border-radius: 10px;
  font-size: 17px;
  text-align: center;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.contato_compra_detalhe img{
  margin-right: 8px;
}

.fx2_compra_detalhe{
  background-color: #FAF7EE;
  padding-top: 15px;
  padding-bottom: 25px;

}

.fx2_compra_detalhe h2{
  font-family: 'robotobold';
  font-size: 40px;
  text-align: center;
  margin-bottom: 22px;
}

.fx2_compra_detalhe .segura-cards{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
}

.fx2_compra_detalhe .card-imovel .segura-foto img{
  width: 100%;
  height: 100%;
  max-width: 260px;
  max-height: 170px;
}

.fx2_compra_detalhe .card-imovel .segura-foto{
  position: relative;
}

.fx2_compra_detalhe .card-imovel .segura-foto span {
    background-color: white;
    border-radius: 5px;
    color: #707070;
    padding: 3px 8px;
    font-size: 14px;
    font-family: 'robotobold';
    position: absolute;
    height: 20px;
    width: 100px;
    left: 10px;
    bottom: -5px;
    text-align: center;
}

.fx2_compra_detalhe .card-imovel .segura-dados {
    padding: 16px;
    background-color: white;
}

.fx2_compra_detalhe .card-imovel .segura-dados h3 {
    font-family: 'robotobold';
    font-size: 17px;
    color: #707070;
    margin-bottom: 7px;
    margin-top: 0;
    margin-bottom: 7px;
}

.fx2_compra_detalhe .card-imovel .segura-dados span {
    font-family: 'robotoregular';
    font-size: 15px;
    color: #999999;
    display: block;
}

.fx2_compra_detalhe .card-imovel .segura-dados span.valor {
    font-family: 'robotobold';
    font-size: 17px;
    color: #999999;
    display: block;
    margin-top: 16px;
}
.fx2_compra_detalhe .card-imovel .segura-foto {
    position: relative;
}

.fx1_compra_detalhe .carousel_fotos{
  position: relative;
}

.fx1_compra_detalhe .owl-novidade{
  display: flex;
  justify-content: center;
}

.seta_esq{
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
}

.seta_dir{
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
}

.footer{
  background-color: var(--kry-color-2);
  height: 100%;
  padding-bottom: 107px;
  color: #FFFFFF;
}
.footer .logo_footer img{
  margin-top: 57px;
  margin-bottom: 100px;
  border-radius: 10px;
}
.footer h5{
  font-family: 'Mulish-extrabold';
  font-size: 15px;
  margin-top: 50px;
  margin-bottom: 11px;
}
.footer ul{
  list-style: none;
  padding-left: 0px;
}
.footer li{
  margin-bottom: 6px;
}
.footer .email img{
  margin-right: 10px;
}
.footer .copyright .autorais{
  float: left;
}

.footer .copyright .kryzalis{
  text-align: right;
  margin-right: 28px;
  img{
    margin-bottom: 15px;
  }
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
}

.filtragem .btn-filtrar{
  width: 100%;
  max-width: 180px;

  font-family: 'robotobold';
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #000000;

  border: 3px solid #000000;
  background-color: transparent;

  padding: 13px 5px;

  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;

  &:hover{
    background-color: var(--kry-color-1);
    border-color: var(--kry-color-1);

  }
}

.fx1_compra_detalhe .casa_detalhe .rede__social{
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.fx1_compra_detalhe .casa_detalhe .video__mapa{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 24px;

  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 44px;
}

.fx1_compra_detalhe .casa_detalhe .video__mapa .video{
  width: 100%;
  height: 420px;
  max-height: 100%;
  border-radius: 5px;
}

.fx1_compra_detalhe .casa_detalhe .video__mapa .mapa{
  width: 100%;
}

.fx1_compra_detalhe .casa_detalhe .video__mapa .mapa iframe{
  width: 100%;
  border-radius: 5px;
}

.footer .footer_contato{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  row-gap: 22px;
}

.footer .footer_contato .telefones{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;

  row-gap: 5px;
}

.footer .endereco{
  display: flex;
  align-items: flex-start;
  column-gap: 5px;

  margin-bottom: 10px;
}

@media(max-width: 768px){
  .header .select_ajuste{
    margin-left: 0px;
  }
  .fx1{
    max-width: 100%;
    text-align: center;
  }
  .fx1 .casa_responsivo{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .fx1 .casa_responsivo img{
    max-width: 100%;
  }
  .fx1 .casa{
    max-width: 100%;
  }
  .fx1 .casa_responsivo .col-lg-5{
    padding-right: 0px;
  }
  .fx2_aluguel .filtro{
    text-align: center;
  }
  .fx1_fale_conosco .formulario_fale_conosco{
    margin-bottom: 20px;
  }
  .fx1_compra_detalhe .casa_detalhe{
    max-width: 100%;
    text-align: center;
  }
  .fx1_compra_detalhe .casa_detalhe .parte1{
    display: flex;
    flex-direction: column;
  }
  .fx1_compra_detalhe .casa_detalhe .parte1 .price{
    margin-left: 0px;
  }
  .fx1_compra_detalhe .casa_detalhe .parte3 ul{
    flex-direction: column;
    align-items: center;
    text-align: left;

    max-width: 100%;

    padding-left: 0px;
  }
  .casa_detalhe .parte3 .lista_ajuste{
    margin-right: 0px;
  }

  .fx1_compra_detalhe .casa_detalhe .parte3 .informacoes div{
    margin-left: auto;
    margin-right: auto;
  }

  .fx1_compra_detalhe .contato_compra_detalhe{
    width: 100%;
    margin-left: 0px;
  }

  .footer{
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  }
  .footer .logo_footer img{
    margin-bottom: 0px;
  }
  .footer .email img{
    margin-bottom: 0px;
  }
  .footer .copyright{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .footer .copyright .kryzalis{
    margin-right: 0px;
  }
}
@media(max-width: 425px){
  .header .segura-filtro{
    text-align: center;
  }
  .header select{
      max-width: 100%;
  }
  .header .button3{
    margin-left: 0px;
  }
  .header .segura-menu ul {
    margin-bottom: 0px;
  }
  .fx1 .casa_responsivo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fx1 .casa{
    margin-bottom: 0px;
  }
  .fx1_quem_somos{
    text-align: center;
  }
  .fx1_quem_somos .subtitulos{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .fx1_compra .filtro{
    text-align: center;
  }
  .fx1_compra .filtro select{
    margin-bottom: 15px;
    margin-right: 0px;
    padding-left: 0px;
  }
  .fx2_aluguel .filtro select{
    margin-bottom: 15px;
    margin-right: 0px;
    padding-left: 0px;
  }
  .fx1_avalie .formulario_avalie{
    text-align: center;
  }
  .fx1_avalie .formulario_avalie .form_enviar{
    margin-right: 0px;
  }
  .fx1_fale_conosco .formulario_fale_conosco{
    text-align: center;
    margin-bottom: 20px;
  }
  .fx1_fale_conosco .formulario_fale_conosco .form_enviar{
    margin-left: 0px;
  }
  .fx1_compra_detalhe .casa_detalhe .parte3 .lista_ajuste{
    margin-right: 0px;
  }
  .fx1_compra_detalhe .casa_detalhe .parte3 ul{
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    text-align: center;
    list-style: none;
  }
}

@media(max-width: 320px){
  .ajuste_responsivo_320 img{
    margin-left: 30px;
  }
  .ajuste_responsivo_320 span{
    margin-left: -10px;
  }
}

.pg-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    padding: 40px 20px;
}

.pg-404 .container {
    max-width: 600px;
    width: 100%;
}

.pg-404 h1 {
    font-size: 100px;
    font-weight: bold;
    margin: 0;
    color: var(--kry-color-1);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.pg-404 h2 {
    font-size: 24px;
    margin: 10px 0 20px;
    font-weight: 600;
}

.pg-404 .editor {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}

.pg-404 .editor a {
    color: var(--kry-color-1);
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.pg-404 .editor a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Responsividade */
@media (max-width: 768px) {
    .pg-404 h1 {
        font-size: 80px;
    }
    .pg-404 h2 {
        font-size: 20px;
    }
    .pg-404 .editor {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .pg-404 h1 {
        font-size: 60px;
    }

    .pg-404 h2 {
        font-size: 18px;
    }

    .pg-404 .editor {
        font-size: 14px;
    }
}

/* ===================================== */
/* BLOG NOVO */
/* ===================================== */

/* INDEX */

  .kry__blog{
    font-family: 'robotoregular';
  }

  .kry__blog .container{
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .kry__blog .container .row{
    row-gap: 25px;
  }

  .kry__blog .result__title{
    font-family: 'robotoregular';
    font-size: 30px;
    font-weight: 700;

    color: #000000;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 25px;
  }

  .kry__blog .col__list__posts{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 35px;
  }

  .kry__blog .post__container{
    display: flex;
    flex-direction: column;
    row-gap: 20px;

    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    row-gap: 15px;
  }

  .kry__blog .post__header .category__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;

    gap: 14px 10px;
  }

  .kry__blog .category__wrapper .post__category{
    display: block;

    min-width: 186px;
    height: auto;

    font-family: 'robotoregular';
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;

    background-color: var(--kry-color-1);
    border-radius: 5px;

    transition: all .3s ease;

    padding: 7px 12px;
  }

  .kry__blog .category__wrapper .post__category:hover{
    filter: brightness(1.35);
  }

  .kry__blog .post__header h3{
    font-family: 'robotoregular';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;

    color: #000000;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    transition: color .3s ease;
  }

  .post__container:has(.post__body:hover) .post__header h3,
  .kry__blog .post__header h3:hover{
    color: var(--kry-color-1);
  }

  .kry__blog .post__body{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 20px;

    padding-bottom: 22px;
  }

  .kry__blog .post__body .post__thumbnail{
    flex-shrink: 0;
    width: 100%;
    max-width: 370px;
    height: 230px;
  }

  .kry__blog .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    border-radius: 20px;

    object-fit: cover;
    transition: all .3s ease;
  }

  .post__container:has(.post__header h3:hover) .post__body .post__thumbnail img,
  .kry__blog .post__body:hover .post__thumbnail img{
    transform: scale(.975);
  }

  .kry__blog .post__body .post__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    row-gap: 15px;
    max-width: 100%;
  }

  .kry__blog .post__author{
    max-width: 480px;

    font-family: 'robotoregular';
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;

    color: #000000;
    border-bottom: 1px solid #CBCBCB;
  }

  .kry__blog .post__excerpt p{
    font-family: 'robotoregular';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;

    color: #000000;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 0;
  }

/* /INDEX */

/* SIDEBAR */

  .kry__blog__sidebar .form__search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;

    margin-bottom: 78px;
  }

  .kry__blog__sidebar .form__search .search__input{
    flex-grow: 1;

    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #CBCBCB;

    font-family: 'robotoregular';
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    color: #000000;

    padding: 8px 9px;
  }

  .kry__blog__sidebar .form__search .search__input::placeholder{
    color: #777777;
  }

  .kry__blog__sidebar .form__search .btn__search{
    display: flex;
    align-items: center;

    background-color: var(--kry-color-1);
    border-radius: 3px;
    border: none;

    padding: 10px;
  }

  .kry__blog__sidebar .form__search .btn__search img{
    width: 17px;
    height: 17px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;

    background-color: var(--kry-color-1);
    border-radius: 12px;

    padding: 20px 30px;
    margin-bottom: 30px;
  }

  .kry__blog__sidebar .author__container .author__picture{
    width: 100%;
    max-width: 190px;
    height: 135px;

    margin-bottom: 18px;
  }

  .kry__blog__sidebar .author__container .author__picture img{
    width: 100%;
    max-width: 190px;
    height: 100%;
    max-height: 135px;
    border-radius: 10px;
    object-fit: cover;
  }

  .kry__blog__sidebar .author__container .author__name{
    font-family: 'robotoregular';
    font-size: 22px;
    font-weight: 500;
    text-align: center;

    color: #FFFFFF;

    border-bottom: 1px solid #F2F2F2;

    margin-bottom: 12px;
  }

  .kry__blog__sidebar .author__container .author__excerpt{
    font-family: 'robotoregular';
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;

    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    margin-bottom: 0;
  }

  .kry__blog__sidebar .social__media__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 17px;

    margin-bottom: 30px;
  }

  .kry__blog__sidebar .category__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 18px;

    background-color: var(--kry-color-1);
    border-radius: 10px;

    transition: all .3s ease;

    padding: 11px 10px;
  }

  .kry__blog__sidebar .category__item:hover{
    filter: brightness(1.3);
  }

  .kry__blog__sidebar .category__item .icon{
    display: block;
    width: 45px;
    height: 45px;

    flex-shrink: 0;
  }

  .kry__blog__sidebar .category__item img{
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .kry__blog__sidebar .category__item .category__name{
    font-family: 'robotoregular';
    font-weight: 800;
    font-size: 13px;
    line-height: 1.3;

    color: #FFFFFF;
  }

  .kry__blog__sidebar .blog__sidebar__banners img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }

/* /SIDEBAR */

/* WP-PAGENAVI */

  .pagenavi__container{
    margin-top: 40px;
  }

  .pagenavi__container .wp-pagenavi{
    justify-items: flex-start;
    align-content: center;
  }

  .pagenavi__container span,
  .pagenavi__container .page,
  .pagenavi__container .previouspostslink,
  .pagenavi__container .nextpostslink{
    display: inline-block;

    background-color: var(--kry-color-1);
    border: 1px solid #DFDFDF;

    font-family: 'robotoregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    align-content: center;

    color: #FFFFFF;

    transition: all .3s linear;

    padding: 4px 8px;
  }

  .pagenavi__container .current,
  .pagenavi__container .page:hover,
  .pagenavi__container .previouspostslink:hover,
  .pagenavi__container .nextpostslink:hover{
    background-color: var(--kry-color-2);
    color: #000000;
  }

  .pagenavi__container .previouspostslink{
    border-radius: 5px 0px 0px 5px;
  }

  .pagenavi__container .nextpostslink{
    border-radius: 0px 5px 5px 0px;
  }

/* /WP-PAGENAVI */

/* SINGLE */

  .kry__blog__single .post__container{
    border-bottom: none;
  }

  .kry__blog__single .post__header h1{
    font-family: 'robotoregular';
    font-weight: 400;
    font-size: 28px;
    line-height: 1.4;

    color: #000000;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .kry__blog .post__editor{
    font-family: 'robotoregular';
  }

  .kry__blog .post__editor::after {
    content: '';
    display: table;
    clear: both;
  }

  .kry__blog .post__editor p,
  .kry__blog .post__editor li
  {
    font-family: 'robotoregular';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.34;

    color: #000000;
  }

  .kry__blog .post__editor h1,
  .kry__blog .post__editor h2,
  .kry__blog .post__editor h3,
  .kry__blog .post__editor h4,
  .kry__blog .post__editor h5,
  .kry__blog .post__editor h6,
  .kry__blog .post__editor p,
  .kry__blog .post__editor li,
  .kry__blog .post__editor span,
  .kry__blog .post__editor strong,
  .kry__blog .post__editor b,
  .kry__blog .post__editor i,
  .kry__blog .post__editor em,
  .kry__blog .post__editor cite,
  .kry__blog .post__editor blockquote{
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  

  .kry__blog .post__editor strong,
  .kry__blog .post__editor b{
    font-weight: 700;
  }

  .kry__blog .post__editor i,
  .kry__blog .post__editor em,
  .kry__blog .post__editor cite{
    font-style: italic;
  }

  .kry__blog .post__editor u{
    text-decoration: underline;
  }

  .kry__blog .post__editor img{
    max-width: 100%;
    height: auto;
    border-radius: 20px;

    margin-top: 15px;
    margin-bottom: 15px;
  }

  .kry__blog .post__editor h1,
  .kry__blog .post__editor h2,
  .kry__blog .post__editor h3,
  .kry__blog .post__editor h4,
  .kry__blog .post__editor h5,
  .kry__blog .post__editor h6{
    font-family: 'robotoregular';
    font-weight: 700;
  }

  .kry__blog .post__editor h1{
    font-size: 2rem;
  }
  .kry__blog .post__editor h2{
    font-size: 1.75rem;
  }
  .kry__blog .post__editor h3{
    font-size: 1.5rem;
  }
  .kry__blog .post__editor h4{
    font-size: 1.25rem;
  }
  .kry__blog .post__editor h5{
    font-size: 1rem;
  }
  .kry__blog .post__editor h6{
    font-size: 0.75rem;
  }

  .kry__blog .post__editor hr{
    margin: 1.5rem 0;
    opacity: .5;
  }

  .kry__blog .post__editor s,
  .kry__blog .post__editor del{
    text-decoration: line-through 2px;
  }

  .kry__blog .post__editor a{
    color: var(--kry-color-1);
    transition: all .3s ease;
  }
  .kry__blog .post__editor a:hover{
    color: var(--kry-color-2);
  }

  .kry__blog .post__editor abbr{
    font-weight: 600;
    text-decoration: none;
    color: var(--kry-color-1);
  }

  .kry__blog .post__editor code{
    font-family: 'robotoregular';
    font-size: 17px;
    background-color: #F0F0F0;
  }

  .kry__blog .post__editor blockquote{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-left: 5px solid var(--kry-color-1);
    border-radius: 15px;

    padding: 20px;
    margin: 3rem 0px;
  }

  .kry__blog .post__editor blockquote > *{
    font-size: 16px;

    margin-bottom: 0 !important;
  }

  .kry__blog .post__editor mark{
    color: #FFF;
    background-color: var(--kry-color-1);
    border-radius: 2px;
  }

  .kry__blog .post__editor pre{
    background-color: #F0F0F0;
    border: 1px solid #D0D0D0;
    border-radius: 3px;
    padding: 8px 10px;

    margin: 1rem 0;
  }

  .kry__blog .post__editor ul,
  .kry__blog .post__editor ol{
    padding-left: 1.2rem;
  }

  .kry__blog .post__editor ::marker{
    font-size: 18px;
    font-weight: 600;
    color: var(--kry-color-1);
  }

  .kry__blog .post__editor dt{
    font-size: 18px;
    font-weight: 700;
  }

  .kry__blog .post__editor dd{
    font-size: 16px;
    font-weight: 400;

    padding-left: 18px;
  }

  .kry__blog .post__editor .table-responsive{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .kry__blog .post__editor .table{
    --bs-table-bg: transparent;
    margin-bottom: 0;
  }

  .kry__blog .post__editor .table:has(thead) thead tr,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child{
    background-color: var(--kry-color-1);
    color: #FFF;
  }

  .kry__blog .post__editor .table th,
  .kry__blog .post__editor .table:not(:has(thead)) tbody tr:first-child td{
    color: #FFF;
  }

  .kry__blog .post__editor .table tfoot{
    background-color: #CCCCCC;
  }

  .kry__blog .post__editor .table tfoot td{
    font-size: 15px;
    color: #444444;
  }

  .kry__blog .post__editor .table tr{
    font-weight: 400;
    font-size: 19px;

    color: #000000;
  }

  .kry__blog .post__editor .table td{
    padding: 5px;
  }

  .kry__blog .post__editor table{
    width: 100%;
  }

  .kry__blog .post__editor tbody,
  .kry__blog .post__editor tr,
  .kry__blog .post__editor td,
  .kry__blog .post__editor th{
    border: 1px solid #000 !important;
  }
  
  .kry__blog .post__editor figure{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .kry__blog .post__editor figcaption{
    font-size: 14px;
    color: #A0A0A0;
  }
  
  .kry__blog .post__editor audio{
    width: 100%;
    max-width: 400px;

    margin: .8rem 0;
  }
  .kry__blog .post__editor audio::-webkit-media-controls-panel{
    background-color: #CCCCCC;
  }
  .kry__blog .post__editor audio::-webkit-media-controls-play-button{
    background-color: #FFFFFF;
    border-radius: 50%;
  }
  .kry__blog .post__editor audio::-webkit-controls-current-time-display,
  .kry__blog .post__editor audio::-webkit-controls-time-remaining-display{
  }
  
  .kry__blog .post__editor video{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    background-color: #000;
    outline: none;

    margin: .8rem 0;
  }
  
  .kry__blog .post__editor address{
    width: fit-content;
    font-style: normal;
    background-color: #CCCCCC;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);

    padding: 20px;
  }
  
  .kry__blog .post__editor sub,
  .kry__blog .post__editor sup{
    font-size: 0.8rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .kry__blog .post__editor sub{
    bottom: -0.3rem;
  }
  .kry__blog .post__editor sup{
    top: -0.3rem;
  }
  
  .kry__blog .post__editor small{
    font-size: 0.9rem;
    font-weight: 300;
  }
  
  .kry__blog .post__editor form{
    margin: 0.8rem 0;
  }
  
  .kry__blog .post__editor label{
    font-family: 'robotoregular';
    font-size: 18px;
    font-weight: 400;

    color: #000000;
  }

  .kry__blog .post__editor textarea,
  .kry__blog .post__editor input,
  .kry__blog .post__editor input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .kry__blog .post__editor textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .kry__blog .post__editor button{
    background-color: var(--kry-color-1);
    border-radius: 100px;
    border: none;

    font-size: 16px;
    font-weight: 600;

    color: #FFFFFF;

    transition: all .3s ease;

    padding: 12px 18px;
  }

  .kry__blog .post__editor button:hover{
    filter: brightness(1.4);
  }

/* /SINGLE */

/* OTHERS POSTS */

  .others__posts__container{
    margin-top: 50px;
  }

  .others__posts__container h3{
    font-family: 'robotoregular';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;

    color: #000000;
    margin-bottom: 15px;
  }

  .others__posts__container .other__post{
    display: block;
    width: 100%;
    max-width: 370px;
  }

  .others__posts__container .other__post .post__thumbnail{
    position: relative;
    display: block;
    width: 100%;
    height: 230px;

    margin-bottom: 15px;
  }

  .other__post .post__thumbnail::before{
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;

    background-color: rgba(0,0,0,0);
    border-radius: 20px;
    transition: background-color .3s ease;
  }

  .others__posts__container .other__post:hover .post__thumbnail::before{
    background-color: rgba(0,0,0,.25);
  }

  .other__post .post__thumbnail img{
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 230px;
    border-radius: 20px;
  }

  .other__post .other__post__title{
    font-family: 'robotoregular';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;

    color: #000000;
  }

/* /OTHERS POSTS */

/* COMMENTS */

  .comments__container{
    margin-top: 25px;
  }

  .comments__container .comments__title,
  .comments__container .comment-reply-title{
    font-family: 'robotoregular';
    font-size: 23px;
    font-weight: 700;
    color: #000000;

    margin-bottom: 15px;
  }

  .comments__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 25px;

    margin-bottom: 20px;
  }

  .comments__wrapper .comment__item{
    position: relative;
    z-index: 10;

    width: 100%;

    display: flex;
    align-items: flex-start;
    column-gap: 20px;

    background-color: var(--kry-color-1);
    border-radius: 10px;

    padding: 12px 18px;
  }

  .comments__wrapper .comment__reply{
    width: calc(100% - 40px);

    background-color: var(--kry-color-2);

    margin-left: 40px;
  }

  .comments__wrapper .comment__reply::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 30px;
    z-index: 15;

    height: 25px;
    width: 4px;

    background-color: var(--kry-color-1);
  }

  .comment__item .comment__author__letter{
    position: relative;

    flex-shrink: 0;

    width: 60px;
    height: 60px;
    text-align: center;

    font-size: 30px;
    font-weight: 600;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .comment__item .comment__author__letter span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #FFF;
  }

  .comment__item .comment__name p{
    font-family: 'robotoregular';
    font-size: 15px;
    font-weight: 500;

    color: #FFFFFF;

    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: 'robotoregular';
    font-size: 16px;
    font-weight: 400;

    color: #FFFFFF;
    p{
      margin-bottom: 0;
    }
  }

  .comments__wrapper .comment__null{
    font-family: 'robotoregular';
    font-size: 22px;
    font-weight: 400;

    color: #000000;
  }

  .comments__form .comment-notes{
    font-family: 'robotoregular';
    font-size: 16px;
    font-weight: 400;

    color: #000000;
  }

  .comments__form .comment-form-comment,
  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    font-family: 'robotoregular';
    font-size: 18px;
    font-weight: 500;

    color: #000000;

    margin-bottom: 1rem;
  }

  .comments__form .comment-form-comment textarea,
  .comments__form .comment-form-author input,
  .comments__form .comment-form-email input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .comments__form .comment-form-comment textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .comments__form .form-submit .submit{
    background-color: var(--kry-color-2);
    border-radius: 100px;
    border: none;

    font-size: 16px;
    font-weight: 600;

    color: #FFF;

    transition: all .3s ease;

    padding: 15px 20px;
  }

  .comments__form .form-submit .submit:hover{
    filter: brightness(1.4);
  }

  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    width: 49.7%;
    display: inline-flex;
    flex-direction: column;
  }

  .comments__form .comment-form-cookies-consent{
    display: none;
  }

/* /COMMENTS */

/* RESPONSIVO */

  @media (max-width: 991px) {
    .kry__blog .col__list__posts{
      align-items: center;
    }
    .kry__blog .col__single__post,
    .others__posts__container .col-lg-4,
    .kry__blog .blog__sidebar__banners,
    .kry__blog .others__posts__wrapper{
      justify-items: center;
    }
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      width: 100%;
      max-width: 85%;
    }

    .col__blog__sidebar{
      justify-items: center;
    }
    .kry__blog__sidebar{
      width: 100%;
      max-width: 300px;
    }

    .comments__container h3,
    .others__posts__container h3,
    .pagenavi__container{
      text-align: center;
    }

    .comments__form .comment-form-author, .comments__form .comment-form-email{
      width: 100%;
    }
  }
  @media(max-width: 767px){
    .kry__blog .post__header{
      align-items: center;
    }
    .kry__blog .post__header h1{
      font-size: 21px;
    }
    .kry__blog .post__body{
      flex-direction: column;
      align-items: center;
    }

    .other__post .other__post__title{
      font-size: 18px;
    }
  }
  @media (max-width: 480px) {
    .kry__blog .post__container,
    .kry__blog .comments__container,
    .kry__blog .others__posts__container{
      max-width: 95%;
    }
    .kry__blog .category__wrapper .post__category{
      min-width: auto;
    }
    .kry__blog .post__header h1{
      font-size: 19px;
    }

    .comment__item .comment__author__letter{
      width: 45px;
      height: 45px;

      font-size: 25px;
    }
    .comments__wrapper .comment__reply{
      width: calc(100% - 20px);

      margin-left: 20px;
    }
  }

/* /RESPONSIVO */

/* ===================================== */
/* /BLOG NOVO */
/* ===================================== */

/*CORREÇÕES*/
.header .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .row .col-lg-10{
  flex-grow: 1;
}

.header .nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer2 .container::before,
.footer2 .container::after{
  content: none;
}

.footer2 .credits{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer2 .author p{
  font-family: 'robotoregular';
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
}

.fx2_aluguel .filtragem,
.fx1_compra .filtragem{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 30px;
}

@media(max-width: 1199px){
  .segura-filtro .button3{
    margin-left: 0px;
  }
  .footer .container .row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .logo_footer img{
    margin-bottom: 0px;
  }
  .footer .footer_contato{
    align-items: center;
  }
  .footer2{
    margin-top: 30px;
  }
  .footer2 .credits{
    flex-direction: column;
  }
  .fx1_fale_conosco .container .row{
    flex-direction: column;
    row-gap: 30px;
  }
  .fx1_fale_conosco .formulario_fale_conosco{
    width: 100%;
  }
  .fx1_fale_conosco .formulario_fale_conosco p input.form_enviar{
    margin-left: 15px;
  }
  .fx1_compra_detalhe .casa_detalhe{
    width: 100%;
    margin-bottom: 30px;
  }
  .fx1_compra_detalhe .contato_compra_detalhe{
    flex-direction: row;
    column-gap: 20px;
    width: 100%;
    height: 100px;
    padding: 0px 20px;
    margin-left: 0px;
  }
  .contato_compra_detalhe .botao_fone a,
  .contato_compra_detalhe .botao_whatsapp a,
  .contato_compra_detalhe .botao_compartilhar a{
    margin-bottom: 0px;
    width: 100%;
  }
  .contato_compra_detalhe .botao_fone,
  .contato_compra_detalhe .botao_whatsapp,
  .contato_compra_detalhe .botao_compartilhar{
    width: 100%;
  }
}
@media(max-width: 991px){
  .header .row{
    flex-direction: column;
  }
  .header .logo__col{
    margin-bottom: 18px;
  }
  .header .row .col-md-3{
    width: 100%;
  }
  .header .row .col-md-3:nth-child(4){
    margin-top: 15px;
    text-align: center;
  }
  .segura-filtro select{
    width: 100%;
  }
  .segura-filtro .select_ajuste{
    margin-left: 0px;
  }
  .segura-filtro .button3{
    margin-top: 0px;
  }
  .fx1 .owl-comerciais .item .card-imovel{
    width: 100%;
  }
  .owl-comerciais .card-imovel .segura-foto img{
    max-width: unset;
  }
  .fx1 .owl-comerciais .seta_esq{
    left: 0px;
  }
  .fx1 .owl-comerciais .seta_dir{
    right: 0px;
  }
  .fx1_aluguel .group_fx1_aluguel{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }

  .fx2_aluguel .filtro,
  .fx1_compra .filtro{
    text-align: center;
  }
  .fx2_aluguel .filtragem,
  .fx1_compra .filtragem{
    flex-direction: column;
    row-gap: 20px;
    width: 85%;
  }
  .fx2_aluguel .filtro-container,
  .fx1_compra .filtro-container{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fx2_aluguel .card-imovel,
  .fx1_compra .card-imovel{
    border: none;
  }
  .fx2_aluguel .card-imovel a,
  .fx1_compra .card-imovel a{
    border: 1px solid #D9D9D9;
  }
  .fx1_compra_detalhe .contato_compra_detalhe{
    flex-direction: column;
    height: 100%;
    row-gap: 20px;
    padding: 20px;
    margin-left: 0px;
  }
  .fx1_compra_detalhe .owl-comerciais .seta_dir{
    top: unset;
    bottom: 0;
    right: 43%;
  }
  .fx1_compra_detalhe .owl-comerciais .seta_esq{
    top: unset;
    bottom: 0;
    left: 43%;
  }

  .fx1_compra .col-lg-3,
  .fx1_aluguel .col-lg-3,
  .fx2_compra_detalhe .col-lg-3{
    justify-items: center;
  }
}
@media(max-width: 767px){
  .fx1 .owl-comerciais .card-imovel .segura-dados{
    padding-left: unset;
  }
  .fx1 .casa_responsivo{
    flex-direction: column-reverse;
    height: 100%;
  }
  .fx1 .casa_responsivo .img-destaque{
    width: 100%;
    max-width: unset;
    flex-shrink: unset;
  }
  .fx1 .row-destaque{
    display: flex;
    flex-direction: column;
  }
  .fx1 .casa{
    padding: 20px 12px;
  }
  .fx1_quem_somos{
    text-align: center;
  }
  .fx1_quem_somos .subtitulos{
    justify-content: center;
    align-items: center;
  }
  .fx1_quem_somos .subtitulos h3{
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .fx1_avalie .formulario_avalie{
    width: 85%;
    max-width: unset;
    text-align: left;
  }
  .fx1_avalie .formulario_avalie p input.form_enviar{
    margin-left: 15px;
  }
  .fx2_compra_detalhe .card-imovel{
    width: 85%;
  }
  .fx1_compra_detalhe .owl-comerciais .seta_esq{
    left: 33%;
  }
  .fx1_compra_detalhe .owl-comerciais .seta_dir{
    right: 33%;
  }
  .fx1_compra_detalhe .casa_detalhe .rede__social{
    justify-content: center;
  }
}
@media(max-width: 480px){
}

/* menu responsivo  2 #EDC407 */ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9998;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: var(--kry-color-2);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color: var(--kry-color-1);
      width: 265px;      
      margin-top: 0px!important;
      height: auto;
    }

    .nav:hover .menu,.nav:hover #menu{
      display: block;
    }
    
    .header .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{
      width: 100%;

      border-radius: 8px;
    }

    .menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid var(--kry-color-1);
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .navbtn span{
      background-color: var(--kry-color-1);
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header a.logo img{
      max-height: 50px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header .row{
      margin: 0;
    }

    .header .row > div{
      padding: 0;
    }

    .header{
      height: auto;
    }
    
    .segura-menu{
      display: none;
    }


    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }



    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;

      

    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/
