.elementor-1132 .elementor-element.elementor-element-ef0a927{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-ea74bfd */.title-header {
    background-color: #3F2724 !important;
}
.info-adicional-der {
    color:#3F2724 !important;
}
#enviar-form-propiedad-vertical {
    background-color: #3F2724 !important;
    border: 0px solid #3F2724 !important;
}
.icon-property {
    background-color: #3F2724 !important;
    border: 0px solid #3F2724 !important;
}
.dropdown-toggle{
   background-color: #3F2724 !important; 
}
.tag-ficha {
    background-color: #3F2724 !important;
   
}
.tag-ficha-oferta {
    background-color: #3F2724 !important;
}

.custom-bloque-ficha,
.estilo-form-VB,
.botones-imprimibles,
.botones-ficha,
.text-advertencia {
  box-sizing: border-box;
}

/* Móvil y tablet: una columna */
@media (max-width: 1024px) {
  .custom-bloque-ficha,
  .estilo-form-VB,
  .botones-imprimibles,
  .botones-ficha,
  .text-advertencia {
    width: 100%;
    float: none;
  }
    .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
}

/* Escritorio: ficha a la izquierda, formulario+botones a la derecha */
@media (min-width: 1025px) {
  .custom-bloque-ficha {
    width: 75%;
    float: left;
    padding-right: 2rem;
  }

  .estilo-form-VB,
  .botones-imprimibles,
  .botones-ficha {
    width: 25%;
    float: right;
  }

  .text-advertencia {
    clear: both;
    width: 75%;
    margin-top: 2rem;
  }
}

/* Ajuste visual de bloques internos de la ficha */
.custom-bloque-ficha .row.fondo-ficha {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2rem;
}/* End custom CSS */