<script>
            jQuery(document).ready(function(){
                window.formManager = new EstudiCatFormManager({
                    // url: "https://q2m7eg67j3.execute-api.eu-west-3.amazonaws.com/Prod/teamleader",   // Development (estudicat)
                    url: "https://sgd5t38go2.execute-api.eu-west-3.amazonaws.com/Prod/teamleader",   // Production (estudicat)
                    recaptchaSiteKey: "6LcF90caAAAAAG58ffxv7vXkmdKem8pfPecvzE2v",
                    locale:{
                        error_no_service: "You must select, at least, one service",
                        error_recaptcha: "You must check the \"I\'n not a robot\" field",
                        msg_form_sent: "Thank you for contacting us. We have receive your message and we will send you budget information as soon as possible.",
                        msg_form_error: "There was an error trying to send the form.\nPlease try it again later."
                    },
                    valoresParcela:[
                        {nombre: "Less than 20.000", valor: "0-20000"},
                        {nombre: "Between 50.000 and 100.000", valor: "50000-100000"},
                        {nombre: "More than 100.000", valor: "100000-999999"}
                    ],
                    valoresSuperficie:[
                        {nombre: "Less than que 50", valor: "0-50"},
                        {nombre: "Between 150 and 400", valor: "150-400"},
                        {nombre: "More than 400", valor: "400-999999"}
                    ],
                    selectedServices: ["cedula_habitabilidad","certificado_energetico"]                });

                window.formManager.init()
                .then(()=>{
                })
                .catch((error)=>{
                    console.log(error);
                });
            });
        </script>

        <div id="multiserviceForm">
            <a name="form_presupuesto" class="anchor"></a>
            <form id="formPresupuesto">

                <fieldset id="servicios">

                    <div class="intro">
                        <h2>Request budget</h2>
                        <p>Request a budget for one or more of our services:</p>
                    </div>
                    
                    <div class="grupo row"><div class="campo col-md-6">
            <label for="campoServicioCedulaHab">
                <input type="checkbox" class="service" name="cedula_habitabilidad" value="cedula_habitabilidad" id="campoServicioCedulaHab">
                <i class="fa fa-square-o unchecked"></i>
                <i class="fa fa-check-square checked"></i>
                <span>Habitability card<a class="masInfo" href="/en/occupancy-certificate-energy-efficiency-certificate/" title="Más información"><i class="fa fa-info-circle"></i></a></span>                
            </label>
        </div><div class="campo col-md-6">
            <label for="campoCertificadoEnergetico">
                <input type="checkbox" class="service" name="certificado_energetico" value="certificado_energetico" id="campoCertificadoEnergetico">
                <i class="fa fa-square-o unchecked"></i>
                <i class="fa fa-check-square checked"></i>
                <span>Energy efficiency certificates<a class="masInfo" href="/en/occupancy-certificate-energy-efficiency-certificate/" title="Más información"><i class="fa fa-info-circle"></i></a></span>                
            </label>
        </div><div class="campo col-md-6">
            <label for="informeEdificaciones">
                <input type="checkbox" class="service" name="informe_edificaciones" value="informe_edificaciones" id="informeEdificaciones">
                <i class="fa fa-square-o unchecked"></i>
                <i class="fa fa-check-square checked"></i>
                <span>Buildings report<a class="masInfo" href="/es/informe-de-edificaciones/" title="Más información"><i class="fa fa-info-circle"></i></a></span>                
            </label>
        </div><div class="campo col-md-6">
            <label for="estudioLimitesParcela">
                <input type="checkbox" class="service" name="estudio_limites_parcela" value="estudio_limites_parcela" id="estudioLimitesParcela">
                <i class="fa fa-square-o unchecked"></i>
                <i class="fa fa-check-square checked"></i>
                <span>Study of plot boundaries<a class="masInfo" href="/en/study-of-plot-boundaries/" title="Más información"><i class="fa fa-info-circle"></i></a></span>                
            </label>
        </div><div class="campo col-md-6">
            <label for="expedienteDH">
                <input type="checkbox" class="service" name="expediente_dh" value="expediente_dh" id="expedienteDH">
                <i class="fa fa-square-o unchecked"></i>
                <i class="fa fa-check-square checked"></i>
                <span>Horizontal division project<a class="masInfo" href="/en/horizontal-division-file/" title="Más información"><i class="fa fa-info-circle"></i></a></span>                
            </label>
        </div><div class="campo col-md-6">
            <label for="expedienteSegAgr">
                <input type="checkbox" class="service" name="expediente_seg_agr" value="expediente_seg_agr" id="expedienteSegAgr">
                <i class="fa fa-square-o unchecked"></i>
                <i class="fa fa-check-square checked"></i>
                <span>Grouping/segregation Project<a class="masInfo" href="/en/segregation-or-grouping-project/" title="Más información"><i class="fa fa-info-circle"></i></a></span>                
            </label>
        </div><div class="campo col-md-6">
            <label for="valoraciones">
                <input type="checkbox" class="service" name="valoraciones" value="valoraciones" id="valoraciones">
                <i class="fa fa-square-o unchecked"></i>
                <i class="fa fa-check-square checked"></i>
                <span>Property valuation<a class="masInfo" href="/en/assessment/" title="Más información"><i class="fa fa-info-circle"></i></a></span>                
            </label>
        </div><div class="campo col-md-6">
            <label for="declaracionesCatastrales">
                <input type="checkbox" class="service" name="presentacion_dec_cat" value="presentacion_dec_cat" id="declaracionesCatastrales">
                <i class="fa fa-square-o unchecked"></i>
                <i class="fa fa-check-square checked"></i>
                <span>Cadastral request<a class="masInfo" href="/en/presentation-of-cadastral-statements/" title="Más información"><i class="fa fa-info-circle"></i></a></span>                
            </label>
        </div></div>
                </fieldset>

                <fieldset id="datosInmueble">
                    
                    <p class="title">Property data:</p>

                    <div id="bloqueTipoInmueble" class="campo dependiente " data-dependencias="valoraciones">
                        <div class="campo tipoInmueble">
                            <p>Type:</p>
                            <label for="campoTipoInmuebleUrbano">
                                <input type="radio" id="campoTipoInmuebleUrbano" name="tipoInmueble" value="urbano" data-bloque="grupoUrbano">
                                <i class="fa fa-circle-o unchecked"></i>
                                <i class="fa fa-dot-circle-o checked"></i>
                                Urban                            </label>
                            <label for="campoTipoInmuebleRustico">
                                <input type="radio" id="campoTipoInmuebleRustico" name="tipoInmueble" value="rustico" data-bloque="grupoRustico">
                                <i class="fa fa-circle-o unchecked"></i>
                                <i class="fa fa-dot-circle-o checked"></i>
                                Rustic                            </label>
                        </div>

                        <div id="grupoUrbano" class="grupo row" style="display: none;">
                            <div class="campo col-md-6">
                                <label for="campoInmuebleDireccionCompleta">Full address</label>
                                <input name="inmueble_direccion" id="campoInmuebleDireccionCompleta" type="text" value="" placeholder="Street, number, floor..." />
                            </div>
                            <div class="campo col-md-6">
                                <label for="campoInmuebleCP">Post code</label>
                                <input name="inmueble_cp" id="campoInmuebleCP" type="text" value="" maxlength="5" />
                            </div>
                        </div>
    
                        <div id="grupoRustico" class="grupo row" style="display: none;">
                            <div class="campo col-md-6">
                                <label for="campoInmueblePoligono">Polygon number</label>
                                <input name="inmueble_poligono" id="campoInmueblePoligono" type="number" value="" />
                            </div>
                            <div class="campo col-md-6">
                                <label for="campoInmuebleParcela">Parcel number</label>
                                <input name="inmueble_parcela" id="campoInmuebleParcela" type="number" value="" />
                            </div>
                        </div>
                    </div>

                    <div class="grupo row">
                        <div id="bloqueSupParcela" class="campo dependiente col-md-6" data-dependencias="estudio_limites_parcela,expediente_seg_agr,valoraciones">
                            <label for="campoSupParcela">Plot area (m<sup>2</sup>):</label>
                            <select name="rangoSupParcela" id="campoSupParcela" class="selectorRangoValor" data-campovalor="valorSupParcela">
                                <option value="">...</option>
                                <option value="0-20000">Less than 20.000</option>
                                <option value="20000-50000">Between 20.000 and 50.000</option>
                                <option value="50000-100000">Between 50.000 and 100.000</option>
                                <option value="100000-999999">More than 100.000</option>
                                <option value="exact">Exact value...</option>
                            </select>
                            <input class="valorExacto" type="number" id="valorSupParcela" name="valorSupParcela" style="display: none;" />
                        </div>

                        <div id="bloqueSupConstruida" class="campo dependiente col-md-6" data-dependencias="cedula_habitabilidad,certificado_energetico,informe_edificaciones,expediente_dh,valoraciones">
                            <label for="campoSupConstruida">Builded surface (m<sup>2</sup>):</label>
                            <select name="rangoSupConstruida" id="campoSupConstruida" class="selectorRangoValor" data-campovalor="valorSupConstruida">
                                <option value="">...</option>
                                <option value="0-50">Less than 50</option>
                                <option value="50-150">Between 50 and 150</option>
                                <option value="150-400">Between 150 and 400</option>
                                <option value="400-999999">More than 400</option>
                                <option value="exact">Exact value...</option>
                            </select>
                            <input class="valorExacto" type="number" id="valorSupConstruida" name="valorSupConstruida" style="display: none;" />
                        </div>
                    </div>

                    <div class="grupo row">
                        <div id="bloqueNumPlantas" class="campo dependiente col-md-6" data-dependencias="cedula_habitabilidad,certificado_energetico,informe_edificaciones,expediente_dh">
                            <label for="campoNumPlantas">Number of floors:</label>
                            <select name="numPlantas" id="campoNumPlantas" class="numeric">
                                <option value="">...</option>
                            </select>
                        </div>

                        <div id="bloqueNumParcelas" class="campo dependiente col-md-6" data-dependencias="estudio_limites_parcela">
                            <label for="campoNumParcelas">Affected parcels:</label>
                            <select name="numParcelas" id="campoNumParcelas" class="numeric">
                                <option value="">...</option>
                            </select>
                        </div>

                        <div id="bloqueMunicipioInmueble" class="campo col-md-6">
                            <label for="municipioInmueble">Munifipality:</label>
                            <select name="municipioInmueble" id="municipioInmueble" class="city" required>
                                <option value="">...</option>
                            </select>
                        </div>

                        <div class="campo col-md-6">
                            <label for="campoRC">Cadastral reference:</label>
                            <input type="text" name="ref_catastral" maxlength="40" />
                        </div>
                    </div>
                    
                </fieldset>

                <fieldset id="datosPersonales">
                    <p class="title">Personal data:</p>

                    <div class="grupo row">
                        <div class="campo nombre col-md-6">
                            <label for="campoNombre">Name:</label>
                            <input type="text" id="campoNombre" name="nombre" required />
                        </div> 
                        <div class="campo apellidos col-md-6">
                            <label for="campoApellidos">Surnames:</label>
                            <input type="text" id="campoApellidos" name="apellidos" required />
                        </div>
                        <div class="campo email col-md-6">
                            <label for="campoEmail">E-mail:</label>
                            <input type="email" id="campoEmail" name="email" required />
                        </div>
                        <div class="campo telefono col-md-6">
                            <label for="campoTelefono">Phone number:</label>
                            <input type="text" id="campoTelefono" name="telefono" />
                        </div>
                        <div class="campo municipio col-md-6">
                            <label for="campoMunicipio">Municipality:</label>
                            <select name="municipio" id="campoMunicipio" class="city">
                                <option value="">...</option>
                            </select>
                        </div>
                        <div class="campo direccion col-md-6">
                            <label for="campoDireccionCompleta">Full address:</label>
                            <input type="text" id="campoDireccionCompleta" name="direccion" />
                        </div>
                        <div class="campo empresa col-md-6">
                            <label for="campoEmpresa">Company:</label>
                            <input type="text" id="campoEmpresa" name="empresa" /> 
                        </div>
                    </div>
                </fieldset>

                <div class="loading" style="display:none"><span></span></div>

                <input class="submit-button" type="submit" value="Send">

            </form>
            <div class="message ok" style="display: none">
                <i class="fa fa-check"></i>
                <p>Thank you for contacting us. We have receive your message and we will send you budget information as soon as possible.</p>
            </div>
        </div>{"id":810,"date":"2020-10-06T14:00:30","date_gmt":"2020-10-06T14:00:30","guid":{"rendered":"http:\/\/www.estudi-cat.com\/en\/?page_id=810"},"modified":"2020-12-18T11:13:44","modified_gmt":"2020-12-18T11:13:44","slug":"occupancy-certificate-energy-efficiency-certificate","status":"publish","type":"page","link":"https:\/\/www.estudi-cat.com\/en\/occupancy-certificate-energy-efficiency-certificate\/","title":{"rendered":"Occupancy certificate + energy efficiency certificate"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row content_width=&#8221;container&#8221; video_autoplay=&#8221;true&#8221; video_controls=&#8221;true&#8221; video_mute=&#8221;true&#8221; css=&#8221;.vc_custom_1459427140749{margin-bottom: 0px !important;border-right-width: 15px !important;border-left-width: 15px !important;padding-top: 40px !important;padding-right: 20px !important;padding-bottom: 10px !important;padding-left: 20px !important;border-left-color: #000000 !important;border-left-style: solid !important;border-right-color: #000000 !important;border-right-style: solid !important;}&#8221;][vc_column width=&#8221;1\/1&#8243;][vc_column_text]<\/p>\n<h1>Occupancy certificate + energy efficiency certificate<\/h1>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row content_width=&#8221;container&#8221; video_autoplay=&#8221;true&#8221; video_controls=&#8221;true&#8221; video_mute=&#8221;true&#8221; css=&#8221;.vc_custom_1598009842474{margin-bottom: 0px !important;border-right-width: 15px !important;border-left-width: 15px !important;padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 35px !important;padding-left: 20px !important;border-left-color: #000000 !important;border-left-style: solid !important;border-right-color: #000000 !important;border-right-style: solid !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1459430436775{margin-bottom: 20px !important;}&#8221;][vc_column_text el_class=&#8221;margin0&#8243; css=&#8221;.vc_custom_1602831741614{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h2 class=\"h2at4\"><strong>SERVICE 1+2: OCCUPANCY CERTIFICATE + ENERGY EFFICIENCY CERTIFICATE<\/strong><\/h2>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;10px&#8221;][vc_column_text el_class=&#8221;txt-servei&#8221; css=&#8221;.vc_custom_1602767153690{margin-top: 0px !important;}&#8221;]<\/p>\n<p class=\"pat4\">We help you to put your home in order for the sale by regularizing the occupancy certificate and the energy efficiency certificate.<\/p>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;15px&#8221;]<a href=\"#form_presupuesto\" class=\"btn btn-dark\" target=\"_self\">I WANT TO HAVE EVERYTHING READY<\/a>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1459430443053{margin-bottom: 20px !important;}&#8221;][vc_column_text el_class=&#8221;txt-servei&#8221; css=&#8221;.vc_custom_1597999752989{margin-top: 0px !important;}&#8221;]<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-624\" src=\"http:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/informe-de-edificaciones.jpg\" alt=\"informe de edificaciones\" width=\"600\" height=\"301\" srcset=\"https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/informe-de-edificaciones.jpg 600w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/informe-de-edificaciones-300x151.jpg 300w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/informe-de-edificaciones-450x226.jpg 450w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>[\/vc_column_text][\/vc_column][\/vc_row][vc_row content_width=&#8221;container&#8221; video_autoplay=&#8221;true&#8221; video_controls=&#8221;true&#8221; video_mute=&#8221;true&#8221; css=&#8221;.vc_custom_1598009848318{margin-bottom: 0px !important;border-right-width: 15px !important;border-left-width: 15px !important;padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 35px !important;padding-left: 20px !important;border-left-color: #000000 !important;border-left-style: solid !important;border-right-color: #000000 !important;border-right-style: solid !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1459430443053{margin-bottom: 20px !important;}&#8221;][vc_column_text el_class=&#8221;txt-servei&#8221; css=&#8221;.vc_custom_1598009004336{margin-top: 0px !important;}&#8221;]<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-644\" src=\"http:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/C\u00e9dula-de-habitabilidad-Certificado-energ\u00e9tico.jpg\" alt=\" C\u00e9dula de habitabilidad + Certificado energ\u00e9tico\" width=\"700\" height=\"406\" srcset=\"https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/C\u00e9dula-de-habitabilidad-Certificado-energ\u00e9tico.jpg 700w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/C\u00e9dula-de-habitabilidad-Certificado-energ\u00e9tico-300x174.jpg 300w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/C\u00e9dula-de-habitabilidad-Certificado-energ\u00e9tico-450x261.jpg 450w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/>[\/vc_column_text][vc_empty_space height=&#8221;15px&#8221;]<a href=\"#form_presupuesto\" class=\"btn btn-dark\" target=\"_self\">I WANT TO HAVE EVERYTHING READY<\/a>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1459430436775{margin-bottom: 20px !important;}&#8221;][vc_column_text el_class=&#8221;margin0&#8243; css=&#8221;.vc_custom_1602831746808{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h2 class=\"h2at4\">Show that your home is suitable for live.<\/h2>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;25px&#8221;][vc_column_text el_class=&#8221;txt-servei&#8221; css=&#8221;.vc_custom_1602767162430{margin-top: 0px !important;}&#8221;]<\/p>\n<p class=\"pat4\">Currently, homes are delivered with an occupancy certificate in order. It\u2019s an inescapable requirement and you must also remember to renew it every 10 years.<\/p>\n<p class=\"pat4\">However, if your home is more than 10 or 15 years old, it may not meet this requirement.<\/p>\n<p class=\"pat4\">This isn\u2019t a problem if you live in it. However, it\u2019s a mandatory to have it in order to prove to the buyer or tenant that the property has the basic supplies needed to live in it.[\/vc_column_text][\/vc_column][\/vc_row][vc_row content_width=&#8221;container&#8221; video_autoplay=&#8221;true&#8221; video_controls=&#8221;true&#8221; video_mute=&#8221;true&#8221; css=&#8221;.vc_custom_1598009853890{margin-bottom: 0px !important;border-right-width: 15px !important;border-left-width: 15px !important;padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 35px !important;padding-left: 20px !important;border-left-color: #000000 !important;border-left-style: solid !important;border-right-color: #000000 !important;border-right-style: solid !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1459430436775{margin-bottom: 20px !important;}&#8221;][vc_column_text el_class=&#8221;margin0&#8243; css=&#8221;.vc_custom_1602831751190{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h3 class=\"h3at4\">What\u2019s the energy efficiency of your home?<\/h3>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;10px&#8221;][vc_column_text el_class=&#8221;txt-servei&#8221; css=&#8221;.vc_custom_1602767170839{margin-top: 0px !important;}&#8221;]<\/p>\n<p class=\"pat4\">In order to carry out the sale of your home, it\u2019s necessary that it has an energy efficiency certificate. It\u2019s mandatory since 2013 and an essential requirement to carry out the operation.<\/p>\n<p class=\"pat4\">When this is approved, we will deliver you the energy label. This label, very similar to those of household appliances, indicates the rating of your home in the emissions and consumption test.<\/p>\n<p class=\"pat4\">The scale goes from \u201cA\u201d to \u201cG\u201d, from most efficient to less.[\/vc_column_text][vc_empty_space height=&#8221;15px&#8221;]<a href=\"#form_presupuesto\" class=\"btn btn-dark\" target=\"_self\">I WANT TO MAKE A REQUEST<\/a>[\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1459430443053{margin-bottom: 20px !important;}&#8221;][vc_column_text el_class=&#8221;txt-servei&#8221; css=&#8221;.vc_custom_1598000675853{margin-top: 0px !important;}&#8221;]<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-593\" src=\"http:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/valoracion-parcelas.jpg\" alt=\"valoracion parcelas\" width=\"600\" height=\"493\" srcset=\"https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/valoracion-parcelas.jpg 600w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/valoracion-parcelas-300x247.jpg 300w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/valoracion-parcelas-450x370.jpg 450w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>[\/vc_column_text][\/vc_column][\/vc_row][vc_row content_width=&#8221;container&#8221; video_autoplay=&#8221;true&#8221; video_controls=&#8221;true&#8221; video_mute=&#8221;true&#8221; css=&#8221;.vc_custom_1598430663548{margin-bottom: 0px !important;border-right-width: 15px !important;border-left-width: 15px !important;padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 55px !important;padding-left: 20px !important;border-left-color: #000000 !important;border-left-style: solid !important;border-right-color: #000000 !important;border-right-style: solid !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1459430436775{margin-bottom: 20px !important;}&#8221;][vc_column_text el_class=&#8221;txt-servei&#8221; css=&#8221;.vc_custom_1598008891661{margin-top: 0px !important;}&#8221;]<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-619\" src=\"http:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/documentos-1.jpg\" alt=\"documentos\" width=\"600\" height=\"448\" srcset=\"https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/documentos-1.jpg 600w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/documentos-1-300x224.jpg 300w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/documentos-1-450x336.jpg 450w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1459430443053{margin-bottom: 20px !important;}&#8221;][vc_column_text el_class=&#8221;margin0&#8243; css=&#8221;.vc_custom_1602831756331{margin-bottom: 0px !important;}&#8221;]<\/p>\n<h3 class=\"h3at4\">Necessary documents<\/h3>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;10px&#8221;][vc_column_text el_class=&#8221;txt-servei&#8221; css=&#8221;.vc_custom_1602767217925{margin-top: 0px !important;}&#8221;]<\/p>\n<p class=\"pat4\">First of all, check that you have the necessary documentation for this job.<\/p>\n<ul>\n<li class=\"pat4\">Property deed<\/li>\n<li class=\"pat4\">DNI of the property owner<\/li>\n<li class=\"pat4\">Old occupancy certificate*<\/li>\n<li class=\"pat4\">Electricity and water supply receipt*<\/li>\n<li class=\"pat4\">Last IBI receipt<\/li>\n<\/ul>\n<p class=\"pat4\">*For the occupancy certificate.[\/vc_column_text][\/vc_column][\/vc_row][vc_row content_width=&#8221;container&#8221; video_autoplay=&#8221;true&#8221; video_controls=&#8221;true&#8221; video_mute=&#8221;true&#8221; css=&#8221;.vc_custom_1598009867617{margin-bottom: 0px !important;border-right-width: 15px !important;border-left-width: 15px !important;padding-top: 0px !important;padding-right: 20px !important;padding-bottom: 40px !important;padding-left: 20px !important;border-left-color: #000000 !important;border-left-style: solid !important;border-right-color: #000000 !important;border-right-style: solid !important;}&#8221;][vc_column width=&#8221;1\/3&#8243;][vc_column_text el_class=&#8221;home-contacte&#8221; css=&#8221;.vc_custom_1602767228240{margin-bottom: 20px !important;}&#8221;]<\/p>\n<h3 class=\"h3at4\">Are you thinking of selling and want to have everything in order to avoid last minute surprises?<\/h3>\n<p>Fill in the form and we will contact you as soon as possible.<\/p>\n<p class=\"pat4\">Phone number: <a href=\"tel:+34971755945\">+34 971 755 945<\/a><br \/>\nEmail: <a href=\"mailto:info@estudi-cat.com\">info@estudi-cat.com<\/a><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row content_width=&#8221;container&#8221; video_autoplay=&#8221;true&#8221; video_controls=&#8221;true&#8221; video_mute=&#8221;true&#8221; css=&#8221;.vc_custom_1598519198081{margin-bottom: 0px !important;border-right-width: 15px !important;border-left-width: 15px !important;padding-top: 40px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;border-left-color: #020202 !important;border-left-style: solid !important;border-right-color: #020202 !important;border-right-style: solid !important;}&#8221;][vc_column width=&#8221;1\/1&#8243;][vc_column_text]<img loading=\"lazy\" decoding=\"async\" class=\"wp-image-677 alignnone\" src=\"http:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/logo_FEDER_Balears.png\" alt=\"logo_FEDER_Balears\" width=\"420\" height=\"87\" srcset=\"https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/logo_FEDER_Balears.png 1402w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/logo_FEDER_Balears-300x62.png 300w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/logo_FEDER_Balears-1024x213.png 1024w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/logo_FEDER_Balears-880x183.png 880w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/08\/logo_FEDER_Balears-450x93.png 450w\" sizes=\"(max-width: 420px) 100vw, 420px\" \/>\u00a0 <img decoding=\"async\" class=\"aligncenter conselleria wp-image-999 size-medium\" src=\"http:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/12\/C_TRAN_EN_SP_DGINN_col-300x218.png\" alt=\"\" width=\"150\" srcset=\"https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/12\/C_TRAN_EN_SP_DGINN_col-300x218.png 300w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/12\/C_TRAN_EN_SP_DGINN_col-450x327.png 450w, https:\/\/www.estudi-cat.com\/wp-content\/uploads\/2020\/12\/C_TRAN_EN_SP_DGINN_col.png 784w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>Aquest projecte est\u00e0 cofinan\u00e7at en un 50% amb c\u00e0rrec al programa Operatiu FEDER 2014-2020 de les Illes Balears.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row content_width=&#8221;container&#8221; video_autoplay=&#8221;true&#8221; video_controls=&#8221;true&#8221; video_mute=&#8221;true&#8221; css=&#8221;.vc_custom_1459427140749{margin-bottom: 0px !important;border-right-width: 15px !important;border-left-width: 15px !important;padding-top: 40px !important;padding-right: 20px !important;padding-bottom: 10px !important;padding-left: 20px !important;border-left-color: #000000 !important;border-left-style: solid !important;border-right-color: #000000 !important;border-right-style: solid !important;}&#8221;][vc_column width=&#8221;1\/1&#8243;][vc_column_text] Occupancy certificate + energy efficiency certificate [\/vc_column_text][\/vc_column][\/vc_row][vc_row content_width=&#8221;container&#8221; video_autoplay=&#8221;true&#8221; video_controls=&#8221;true&#8221; video_mute=&#8221;true&#8221; css=&#8221;.vc_custom_1598009842474{margin-bottom: 0px !important;border-right-width: 15px !important;border-left-width: 15px !important;padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 35px !important;padding-left: 20px !important;border-left-color: #000000 !important;border-left-style: solid !important;border-right-color: #000000 !important;border-right-style: solid !important;}&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1459430436775{margin-bottom: 20px !important;}&#8221;][vc_column_text el_class=&#8221;margin0&#8243; css=&#8221;.vc_custom_1602831741614{margin-bottom: 0px [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/www.estudi-cat.com\/en\/wp-json\/wp\/v2\/pages\/810"}],"collection":[{"href":"https:\/\/www.estudi-cat.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.estudi-cat.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.estudi-cat.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.estudi-cat.com\/en\/wp-json\/wp\/v2\/comments?post=810"}],"version-history":[{"count":7,"href":"https:\/\/www.estudi-cat.com\/en\/wp-json\/wp\/v2\/pages\/810\/revisions"}],"predecessor-version":[{"id":1006,"href":"https:\/\/www.estudi-cat.com\/en\/wp-json\/wp\/v2\/pages\/810\/revisions\/1006"}],"wp:attachment":[{"href":"https:\/\/www.estudi-cat.com\/en\/wp-json\/wp\/v2\/media?parent=810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}