{"id":17138,"date":"2025-03-17T18:07:29","date_gmt":"2025-03-17T17:07:29","guid":{"rendered":"https:\/\/www.tecnitasa.es\/appraisal\/economic-holdings\/student-residences\/"},"modified":"2025-06-24T11:52:52","modified_gmt":"2025-06-24T09:52:52","slug":"student-residences","status":"publish","type":"page","link":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/","title":{"rendered":"Student residences"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"17138\" class=\"elementor elementor-17138 elementor-15143\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-769f8c63 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"769f8c63\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2cb48edf\" data-id=\"2cb48edf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6e505ce3 elementor-widget elementor-widget-heading\" data-id=\"6e505ce3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Appraisal of student residences<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fd29765 elementor-widget elementor-widget-breadcrumbs\" data-id=\"2fd29765\" data-element_type=\"widget\" data-widget_type=\"breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p id=\"breadcrumbs\"><span><span><a href=\"https:\/\/www.tecnitasa.es\/en\/home-new\/\">TECNITASA<\/a><\/span><\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-126cb836\" data-id=\"126cb836\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5cc76b39 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5cc76b39\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3305eb59\" data-id=\"3305eb59\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6405bc65 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6405bc65\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Request your free quote now<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20896af3 form-service elementor-widget elementor-widget-shortcode\" data-id=\"20896af3\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 3.1 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework solicita_tasacion_wrapper' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_15' ><div id='gf_15' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_15' id='gform_15' class='solicita_tasacion' action='\/en\/wp-json\/wp\/v2\/pages\/17138#gf_15' data-formid='15' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_15' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_15_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_1\" ><label class='gfield_label gform-field-label' for='input_15_1'>Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_15_1' type='text' value='' class='large'    placeholder='Name' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_15_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_3\" ><label class='gfield_label gform-field-label' for='input_15_3'>Surname<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_15_3' type='text' value='' class='large'    placeholder='Surname' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_15_8\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_8\" ><label class='gfield_label gform-field-label' for='input_15_8'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_8' id='input_15_8' type='email' value='' class='large'   placeholder='Email' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_15_9\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_9\" ><label class='gfield_label gform-field-label' for='input_15_9'>Phone number<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_9' id='input_15_9' type='tel' value='' class='large'  placeholder='Phone number' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_15_13\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_13\" ><label class='gfield_label gform-field-label' for='input_15_13'>Provincia<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_13' id='input_15_13' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Provincia<\/option><option value='\u00c1lava' >\u00c1lava<\/option><option value='Albacete' >Albacete<\/option><option value='Alicante' >Alicante<\/option><option value='Almer\u00eda' >Almer\u00eda<\/option><option value='Asturias' >Asturias<\/option><option value='\u00c1vila' >\u00c1vila<\/option><option value='Badajoz' >Badajoz<\/option><option value='Islas Baleares' >Islas Baleares<\/option><option value='Barcelona' >Barcelona<\/option><option value='Burgos' >Burgos<\/option><option value='C\u00e1ceres' >C\u00e1ceres<\/option><option value='C\u00e1diz' >C\u00e1diz<\/option><option value='Cantabria' >Cantabria<\/option><option value='Castell\u00f3n' >Castell\u00f3n<\/option><option value='Ceuta' >Ceuta<\/option><option value='Ciudad Real' >Ciudad Real<\/option><option value='C\u00f3rdoba' >C\u00f3rdoba<\/option><option value='Cuenca' >Cuenca<\/option><option value='Gerona' >Gerona<\/option><option value='Granada' >Granada<\/option><option value='Guadalajara' >Guadalajara<\/option><option value='Guip\u00fazcoa' >Guip\u00fazcoa<\/option><option value='Huelva' >Huelva<\/option><option value='Huesca' >Huesca<\/option><option value='Ja\u00e9n' >Ja\u00e9n<\/option><option value='La Coru\u00f1a' >La Coru\u00f1a<\/option><option value='Le\u00f3n' >Le\u00f3n<\/option><option value='L\u00e9rida' >L\u00e9rida<\/option><option value='La Rioja' >La Rioja<\/option><option value='Lugo' >Lugo<\/option><option value='Madrid' >Madrid<\/option><option value='M\u00e1laga' >M\u00e1laga<\/option><option value='Melilla' >Melilla<\/option><option value='Murcia' >Murcia<\/option><option value='Navarra' >Navarra<\/option><option value='Orense' >Orense<\/option><option value='Palencia' >Palencia<\/option><option value='Las Palmas' >Las Palmas<\/option><option value='Pontevedra' >Pontevedra<\/option><option value='Salamanca' >Salamanca<\/option><option value='S.C.Tenerife' >S.C.Tenerife<\/option><option value='Segovia' >Segovia<\/option><option value='Sevilla' >Sevilla<\/option><option value='Soria' >Soria<\/option><option value='Tarragona' >Tarragona<\/option><option value='Teruel' >Teruel<\/option><option value='Toledo' >Toledo<\/option><option value='Valencia' >Valencia<\/option><option value='Valladolid' >Valladolid<\/option><option value='Vizcaya' >Vizcaya<\/option><option value='Zamora' >Zamora<\/option><option value='Zaragoza' >Zaragoza<\/option><\/select><\/div><\/div><div id=\"field_15_14\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_14\" ><label class='gfield_label gform-field-label' for='input_15_14'>Ref. Catastral<\/label><div class='ginput_container ginput_container_text'><input name='input_14' id='input_15_14' type='text' value='' class='large'    placeholder='Referencia Catastral (si se conoce)'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_15_10\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_10\" ><label class='gfield_label gform-field-label' for='input_15_10'>Message<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_10' id='input_15_10' class='textarea small'    placeholder='How can we help you?' aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_15_11\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full form_consent gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_11\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consent<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_11.1' id='input_15_11_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_15_11_1' >I have read and accept the <a href=\"https:\/\/www.tecnitasa.es\/en\/privacy-policy\/\">privacy policy<\/a><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/label><input type='hidden' name='input_11.2' value='I have read and accept the &lt;a href=&quot;https:\/\/www.tecnitasa.es\/en\/privacy-policy\/&quot;&gt;privacy policy&lt;\/a&gt;' class='gform_hidden' \/><input type='hidden' name='input_11.3' value='15' class='gform_hidden' \/><\/div><\/fieldset><fieldset id=\"field_15_15\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full form_consent field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_15\" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >\u00bfNecesitas tambi\u00e9n asesoramiento gratuito para conseguir la mejor hipoteca?<\/legend><div class='ginput_container ginput_container_consent'><input name='input_15.1' id='input_15_15_1' type='checkbox' value='1'    aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_15_15_1' >S\u00ed, acepto compartir los datos con\u00a0Gibobs\u00a0Allbanks con el fin de que me asesoren gratuitamente en mi hipoteca.\u00a0<\/label><input type='hidden' name='input_15.2' value='S\u00ed, acepto compartir los datos con\u00a0Gibobs\u00a0Allbanks con el fin de que me asesoren gratuitamente en mi hipoteca.\u00a0' class='gform_hidden' \/><input type='hidden' name='input_15.3' value='15' class='gform_hidden' \/><\/div><\/fieldset><div id=\"field_15_16\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_15_16\" ><label class='gfield_label gform-field-label' for='input_15_16'>Name<\/label><div class='ginput_container'><input name='input_16' id='input_15_16' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_15_16'>This field is for validation purposes and should be left unchanged.<\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_15' class='gform_button button' onclick='gform.submission.handleButtonClick(this)' value='Send'  \/> <input type='hidden' name='gform_ajax' value='form_id=15&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_15' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_15' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='15' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_15' value='WyJ7XCIxMS4xXCI6XCIwMDlmZmEzNDY3MTFkYzljZTQxNWY5YjgxMmQxYzA1OVwiLFwiMTEuMlwiOlwiNGFlN2QyM2Y1MzdjMGMzYTk2ZjE4MGIwZmQyN2RkZDVcIixcIjExLjNcIjpcIjUyNGQxOWE4ODA3Mjc3Nzg0ZDk1NDY5NGQ2NjU5MGYwXCIsXCIxNS4xXCI6XCIwMDlmZmEzNDY3MTFkYzljZTQxNWY5YjgxMmQxYzA1OVwiLFwiMTUuMlwiOlwiOTVjZWZmN2YxMWExMTQ5NmVmYTdmMjFjYTI0YTE0NzNcIixcIjE1LjNcIjpcIjUyNGQxOWE4ODA3Mjc3Nzg0ZDk1NDY5NGQ2NjU5MGYwXCJ9IiwiMWRiZDI4YTRhMmY5YTcyYzYyMmEyNTU0ZjEwN2I1ZTciXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_15' id='gform_target_page_number_15' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_15' id='gform_source_page_number_15' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_15' id='gform_ajax_frame_15' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 15, 'https:\/\/www.tecnitasa.es\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_15').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_15');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_15').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_15').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_15').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_15').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_15').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_15').val();gformInitSpinner( 15, 'https:\/\/www.tecnitasa.es\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [15, current_page]);window['gf_submitting_15'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_15').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_15').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [15]);window['gf_submitting_15'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_15').text());}else{jQuery('#gform_15').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"15\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_15\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_15\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_15\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [15, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 15, currentPage: current_page } } );            gform.utils.trigger( { event: 'gform\/post_render', native: false, data: { formId: 15, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-ffbcc3a e-flex e-con-boxed e-con e-parent\" data-id=\"ffbcc3a\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42b893d elementor-widget elementor-widget-text-editor\" data-id=\"42b893d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"0\" data-end=\"385\"><strong data-start=\"3\" data-end=\"45\">Student housing appraisal<\/strong> is an <strong data-start=\"60\" data-end=\"72\">essential<\/strong> process for both <strong data-start=\"84\" data-end=\"100\">owners<\/strong> and <strong data-start=\"111\" data-end=\"125\">investors<\/strong> seeking to obtain an <strong data-start=\"148\" data-end=\"176\">accurate and realistic value<\/strong> for their properties. This process is <strong data-start=\"213\" data-end=\"222\">key<\/strong> to <strong data-start=\"239\" data-end=\"280\">financial and strategic decision<\/strong> making, especially in such a <strong data-start=\"313\" data-end=\"325\">dynamic<\/strong> sector as <strong data-start=\"340\" data-end=\"382\">education and student housing<\/strong>. <\/p><p data-start=\"387\" data-end=\"777\" data-is-last-node=\"\" data-is-only-node=\"\">Relying on <strong data-start=\"398\" data-end=\"422\">appraisal experts<\/strong>, such as those of <strong data-start=\"436\" data-end=\"455\">Tecnitasa Group<\/strong>, ensures a <strong data-start=\"468\" data-end=\"491\">professional report<\/strong> that <strong data-start=\"508\" data-end=\"521\">accurately<\/strong> reflects the <strong data-start=\"525\" data-end=\"550\">value of the property<\/strong>, both in <strong data-start=\"570\" data-end=\"587\">real estate<\/strong> and <strong data-start=\"593\" data-end=\"607\">operational<\/strong> terms. This <strong data-start=\"614\" data-end=\"626\">appraisal<\/strong> provides a <strong data-start=\"643\" data-end=\"658\">solid base<\/strong> to carry out <strong data-start=\"673\" data-end=\"703\">purchase and sale operations<\/strong>, <strong data-start=\"705\" data-end=\"734\">obtain financing<\/strong> or <strong data-start=\"737\" data-end=\"776\">investment feasibility analysis<\/strong>. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2bc767ec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2bc767ec\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-66c74869\" data-id=\"66c74869\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2df3d484 elementor-widget elementor-widget-image\" data-id=\"2df3d484\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/tasacion-de-residencias-de-estudiantes-1024x683.jpg\" class=\"attachment-large size-large wp-image-15145\" alt=\"servicio de tasacion de Residencias de estudiantes\" srcset=\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/tasacion-de-residencias-de-estudiantes-1024x683.jpg 1024w, https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/tasacion-de-residencias-de-estudiantes-300x200.jpg 300w, https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/tasacion-de-residencias-de-estudiantes-768x513.jpg 768w, https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/tasacion-de-residencias-de-estudiantes.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-11392355\" data-id=\"11392355\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50cd9448 elementor-widget elementor-widget-heading\" data-id=\"50cd9448\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What is a student housing appraisal?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47c5062 elementor-widget elementor-widget-text-editor\" data-id=\"47c5062\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"0\" data-end=\"192\">The <strong data-start=\"3\" data-end=\"45\">appraisal of student residences<\/strong> is a <strong data-start=\"60\" data-end=\"83\">technical and economic<\/strong> process that aims to <strong data-start=\"108\" data-end=\"131\">determine the value<\/strong> of a property dedicated to <strong data-start=\"159\" data-end=\"189\">student housing<\/strong>.<\/p><p data-start=\"194\" data-end=\"398\">This process covers not only the <strong data-start=\"225\" data-end=\"252\">valuation of the property<\/strong>, but also <strong data-start=\"267\" data-end=\"290\">operational aspects<\/strong>, such as <strong data-start=\"300\" data-end=\"326\">occupancy capacity<\/strong>, <strong data-start=\"332\" data-end=\"355\">services offered<\/strong> and <strong data-start=\"361\" data-end=\"395\">profitability of the operation<\/strong>.<\/p><p data-start=\"400\" data-end=\"637\" data-is-last-node=\"\" data-is-only-node=\"\">The <strong data-start=\"403\" data-end=\"415\">appraisal<\/strong> includes a <strong data-start=\"427\" data-end=\"449\">detailed analysis<\/strong> of several <strong data-start=\"460\" data-end=\"478\">key factors<\/strong> that directly affect the <strong data-start=\"510\" data-end=\"532\">value of the property<\/strong>, providing interested parties with a <strong data-start=\"571\" data-end=\"590\">comprehensive view<\/strong> of the property and its <strong data-start=\"612\" data-end=\"636\">economic viability<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5b538889 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5b538889\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d205acd\" data-id=\"d205acd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5a9f0e5c elementor-widget elementor-widget-heading\" data-id=\"5a9f0e5c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">&gt; Key factors influencing the appraisal of student residences<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e07412d elementor-widget elementor-widget-text-editor\" data-id=\"1e07412d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">The<strong> valuation of student residences<\/strong> is influenced by several factors that determine <strong>both their market value and their ability to generate income<\/strong>. Below, we analyze some of the most relevant elements: <\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53131332 elementor-widget elementor-widget-accordion\" data-id=\"53131332\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1391\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-1391\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Location and proximity to universities<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-1391\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-1391\"><p><span style=\"font-weight: 400;\">The location of the residence is one of the most determining factors in its appraisal. The closer it is to universities or educational centers, the greater the demand, which increases its value. In addition, good connectivity with public transportation and proximity to shopping or leisure areas also increase the attractiveness of the property.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1392\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-1392\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Capacity and type of accommodation<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-1392\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-1392\"><p><span style=\"font-weight: 400;\">The number of rooms and the type of accommodation are crucial in the valuation of a student residence. The property&#8217;s ability to accommodate a large number of students influences its profitability. In addition, the distribution of space (single rooms, shared rooms or apartments) and average occupancy are key factors that appraisers consider when determining the economic value of the residence hall.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1393\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-1393\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Infrastructure and services offered<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-1393\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-1393\"><p><span style=\"font-weight: 400;\">The state of conservation of the residence and the quality of the services it offers are also essential factors in the valuation of the property. Services such as dining rooms, study rooms, gyms, recreational areas or laundry rooms, among others, not only make the residence more attractive, but also have a direct impact on its operating profitability. A well-maintained property with a full range of services is more likely to achieve a high occupancy rate.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1394\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-1394\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Annual profitability and occupancy<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-1394\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-1394\"><p><span style=\"font-weight: 400;\">Compliance with urban planning regulations and the necessary licenses to operate as a student residence are factors that have an impact on both the appraisal and the operation of the property, so it is important to have the property in order.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-1395\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-1395\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Regulations and activity licenses<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-1395\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-1395\"><p><span style=\"font-weight: 400;\">Compliance with urban planning regulations and the necessary licenses to operate as a student residence are factors that have an impact on both the appraisal and the operation of the property, so it is important to have the property in order.  <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-51810568 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"51810568\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47fd6d62\" data-id=\"47fd6d62\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5dff91ad elementor-align-center elementor-widget elementor-widget-button\" data-id=\"5dff91ad\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.tecnitasa.es\/en\/appraisal-form\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Request your appraisal now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7f5df29a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7f5df29a\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-56c3dfd6\" data-id=\"56c3dfd6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7a5ea2f4 elementor-widget elementor-widget-heading\" data-id=\"7a5ea2f4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">&gt; Why is it important to appraise a student residence<span style=\"color: #D50037\">?<\/span> <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25c80b7f elementor-widget elementor-widget-text-editor\" data-id=\"25c80b7f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">The valuation of a student residence is essential for several strategic and financial reasons:<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf0f3c0 elementor-widget elementor-widget-accordion\" data-id=\"bf0f3c0\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-2001\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2001\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Determination of the real value of the healthcare asset<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-2001\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2001\"><p><span style=\"font-weight: 400;\">An official appraisal allows us to know the real value of the property, which is essential in purchase and sale operations, mergers or acquisitions in the real estate and education sectors.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-2002\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2002\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">  Obtaining financing and real estate loans<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-2002\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2002\"><p><span style=\"font-weight: 400;\">Financial institutions require detailed appraisal reports in order to grant loans or financing. Without a proper appraisal, obtaining credit for the purchase or renovation of a student residence may be compromised. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-2003\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2003\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Facilitating sale and purchase and transfer processes<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-2003\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2003\"><p><span style=\"font-weight: 400;\">Accurate valuation facilitates commercial transactions, ensuring fair and transparent prices for both sellers and buyers, which minimizes the risks associated with the sale and purchase.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-2004\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2004\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Tax optimization and estate planning<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-2004\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2004\"><p><span style=\"font-weight: 400;\">The appraisal is also useful to optimize the tax burden and to adequately plan asset management. This is crucial in processes of succession or sale of real estate assets. <\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-2005\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2005\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Assessment of business viability and sustainability<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-2005\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2005\"><p><span style=\"font-weight: 400;\">Before making a significant investment or expansion of the residence, the appraisal provides key information on the profitability and long-term viability of the project.<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6212c44e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6212c44e\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fb6b99b\" data-id=\"fb6b99b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-22621d9c elementor-widget elementor-widget-heading\" data-id=\"22621d9c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Benefits of hiring a professional student housing valuation service<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ebe59ec elementor-widget elementor-widget-text-editor\" data-id=\"7ebe59ec\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Having a <strong>specialized service in the appraisal of student residences<\/strong> offers a series of benefits:<\/span><\/p><h3><b>Experience in the residential sector  <\/b><\/h3><p><span style=\"font-weight: 400;\">Professionals specialized in valuing properties such as student residences have a <strong>deep knowledge of the market and its particularities<\/strong>. This allows them to obtain a more accurate valuation, adjusted to the reality of the sector. <\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-554bef17 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"554bef17\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6b27843a\" data-id=\"6b27843a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-65d504c4 elementor-widget elementor-widget-image\" data-id=\"65d504c4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"563\" height=\"350\" src=\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2024\/12\/col.webp\" class=\"attachment-large size-large wp-image-13364\" alt=\"\" srcset=\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2024\/12\/col.webp 563w, https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2024\/12\/col-300x187.webp 300w\" sizes=\"(max-width: 563px) 100vw, 563px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-5475faab\" data-id=\"5475faab\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-202bdb8 elementor-widget elementor-widget-text-editor\" data-id=\"202bdb8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3><b>Official technical reports<\/b><\/h3><p><span style=\"font-weight: 400;\">An official appraisal report issued by an appraisal company approved by the Bank of Spain guarantees that the document is valid before financial institutions, investors and regulatory bodies.<\/span><span style=\"font-weight: 400;\">.<\/span><\/p><h3><b>Up-to-date and competitive valuations<\/b><\/h3><p><span style=\"font-weight: 400;\">Professional appraisers perform valuations in line with the latest real estate market trends, ensuring that the report is aligned with industry conditions.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-44c246f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"44c246f\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-292fdd3a\" data-id=\"292fdd3a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6905e112 elementor-widget elementor-widget-heading\" data-id=\"6905e112\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Discover our residential real estate appraisal services \n<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a151e84 elementor-widget elementor-widget-text-editor\" data-id=\"6a151e84\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">In addition to residential appraisals, Tecnitasa Group offers a wide range of real estate valuation services oriented to different sectors.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2ae2af7d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2ae2af7d\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7ee73136\" data-id=\"7ee73136\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59389afa elementor-flip-box--effect-fade elementor-widget elementor-widget-flip-box\" data-id=\"59389afa\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tHotel Appraisal\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3265a710 elementor-widget elementor-widget-heading\" data-id=\"3265a710\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.tecnitasa.es\/tasacion\/explotaciones-economicas\/hoteles\/\">Hotels<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-60f49ee3\" data-id=\"60f49ee3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4d6f6112 elementor-flip-box--effect-fade elementor-widget elementor-widget-flip-box\" data-id=\"4d6f6112\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tAppraisal of storage rooms\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f9b5554 elementor-widget elementor-widget-heading\" data-id=\"6f9b5554\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.tecnitasa.es\/en\/appraisal\/residential-real-estate\/storage-rooms\/\">Storage rooms<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-39a3593d\" data-id=\"39a3593d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46591655 elementor-flip-box--effect-fade elementor-widget elementor-widget-flip-box\" data-id=\"46591655\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tOfficial mortgage appraisal\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a320888 elementor-widget elementor-widget-heading\" data-id=\"4a320888\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.tecnitasa.es\/en\/appraisal\/residential-real-estate\/mortgage-appraisal\/\">Official mortgage appraisal<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3e06a387 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3e06a387\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4c009dfa\" data-id=\"4c009dfa\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8947567 elementor-flip-box--effect-fade elementor-widget elementor-widget-flip-box\" data-id=\"8947567\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tHospital appraisals\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e09d6a2 elementor-widget elementor-widget-heading\" data-id=\"5e09d6a2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.tecnitasa.es\/tasacion\/explotaciones-economicas\/hospitales\/\">Hospitals<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-45c6af82\" data-id=\"45c6af82\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5ca19e1c elementor-flip-box--effect-fade elementor-widget elementor-widget-flip-box\" data-id=\"5ca19e1c\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tValuation of garages\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-154a4903 elementor-widget elementor-widget-heading\" data-id=\"154a4903\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.tecnitasa.es\/en\/appraisal\/residential-real-estate\/garages\/\">Garages<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-af70d36\" data-id=\"af70d36\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e857c48 elementor-flip-box--effect-fade elementor-widget elementor-widget-flip-box\" data-id=\"1e857c48\" data-element_type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tLuxury appraisal\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29a934c1 elementor-widget elementor-widget-heading\" data-id=\"29a934c1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.tecnitasa.es\/en\/premium\/\">Luxury segment<\/a><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ff47f14 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ff47f14\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1bffeb7f\" data-id=\"1bffeb7f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-70ff4b85 elementor-widget elementor-widget-heading\" data-id=\"70ff4b85\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Latest appraisal news<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-645ce52d elementor-widget elementor-widget-text-editor\" data-id=\"645ce52d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Check our blog for up-to-date news and specialized articles on the appraisal industry. We offer information on trends, market changes, regulations and advice for owners and investors in this segment. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40f11ace elementor-align-center elementor-widget elementor-widget-button\" data-id=\"40f11ace\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.tecnitasa.es\/en\/blog\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View all<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-34b62685 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"34b62685\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-55ab0c6e\" data-id=\"55ab0c6e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3acd198 elementor-widget elementor-widget-heading\" data-id=\"3acd198\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Looking for a company \nfor student housing appraisal?<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6657847b elementor-widget elementor-widget-text-editor\" data-id=\"6657847b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">If you need an accurate and professional appraisal of a student residence, at Tecnitasa we offer services tailored to your needs. We have years of experience and guarantee reliable and detailed reports that comply with all rules and regulations. Request your quote today!  <\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1dfcaf00 elementor-align-left elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"1dfcaf00\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.tecnitasa.es\/en\/appraisal-form\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Request your appraisal now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3cf73de1\" data-id=\"3cf73de1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-29aaefdc elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"29aaefdc\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f836cc4\" data-id=\"3f836cc4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d19eb28 elementor-widget elementor-widget-heading\" data-id=\"d19eb28\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Frequently asked questions about student residence appraisals<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-129b381a elementor-widget elementor-widget-accordion\" data-id=\"129b381a\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-3121\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-3121\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">What documents are required to appraise a student residence?<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-3121\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-3121\"><p>In order to carry out the valuation of a student residence, documents such as:<br \/>&#8211; The simple note<br \/>&#8211; Cadastral documentation<br \/>In case you need a valuation as an economic exploitation, you need:<br \/>&#8211; Lease contracts and payments: Current rental documents together with the receipts of the last payments made, if any.<br \/>&#8211; Architectural drawings: Detailed drawings with measurements or to scale (the estimate does not include the preparation of new drawings).<br \/>&#8211; Financial information: Audited financial statements reflecting the revenues and expenses of the activity for the last three years or, in the case of projects under construction, a Feasibility Study.<br \/>&#8211; License to operate: Official authorization required to exercise the corresponding activity.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-3122\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-3122\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How long does it take to perform an appraisal of a student residence?<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-3122\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-3122\"><p>The time of the appraisal varies according to the complexity of the property. We try to do a quality job in the shortest time possible. Ask us for an estimate without obligation.  <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-3123\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-3123\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Is the appraisal valid for obtaining bank financing?<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-3123\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-3123\"><p>Yes, appraisal reports made by approved appraisal companies are valid for obtaining financing from banks.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<h3 id=\"elementor-tab-title-3124\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-3124\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.402375 0.320084C0.899911 -0.142046 1.66469 -0.0986313 2.11056 0.417053L11.4051 11.167C12.022 11.8805 12.978 11.8805 13.5949 11.167L22.8894 0.417056C23.3353 -0.0986279 24.1001 -0.142042 24.5976 0.320088C25.0952 0.782217 25.137 1.57489 24.6912 2.09058L15.3966 12.8405C13.8182 14.6662 11.1818 14.6662 9.60337 12.8405L0.308819 2.09057C-0.137047 1.57489 -0.0951607 0.782213 0.402375 0.320084Z\" fill=\"#232360\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"25\" height=\"15\" viewBox=\"0 0 25 15\" fill=\"none\"><path id=\"Vector\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.5976 13.8896C24.1001 14.3518 23.3353 14.3083 22.8894 13.7927L13.5949 3.04269C12.978 2.32919 12.022 2.32919 11.4051 3.04269L2.11055 13.7927C1.66469 14.3083 0.89991 14.3518 0.402374 13.8896C-0.0951632 13.4275 -0.137048 12.6348 0.308817 12.1191L9.60337 1.36917C11.1818 -0.456434 13.8182 -0.456433 15.3966 1.36917L24.6912 12.1191C25.137 12.6348 25.0952 13.4275 24.5976 13.8896Z\" fill=\"#D50037\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">What is the cost of a professional appraisal of student housing?<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t<div id=\"elementor-tab-content-3124\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-3124\"><p>The cost of an official appraisal varies depending on the complexity and size of the property. Please request a personalized quote for exact information. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What documents are required to appraise a student residence?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>In order to carry out the valuation of a student residence, documents such as:<br \\\/>&#8211; The simple note<br \\\/>&#8211; Cadastral documentation<br \\\/>In case you need a valuation as an economic exploitation, you need:<br \\\/>&#8211; Lease contracts and payments: Current rental documents together with the receipts of the last payments made, if any.<br \\\/>&#8211; Architectural drawings: Detailed drawings with measurements or to scale (the estimate does not include the preparation of new drawings).<br \\\/>&#8211; Financial information: Audited financial statements reflecting the revenues and expenses of the activity for the last three years or, in the case of projects under construction, a Feasibility Study.<br \\\/>&#8211; License to operate: Official authorization required to exercise the corresponding activity.<\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"How long does it take to perform an appraisal of a student residence?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>The time of the appraisal varies according to the complexity of the property. We try to do a quality job in the shortest time possible. Ask us for an estimate without obligation.  <\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is the appraisal valid for obtaining bank financing?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes, appraisal reports made by approved appraisal companies are valid for obtaining financing from banks.<\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What is the cost of a professional appraisal of student housing?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>The cost of an official appraisal varies depending on the complexity and size of the property. Please request a personalized quote for exact information. <\\\/p>\\n\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c2fe3ed elementor-widget elementor-widget-html\" data-id=\"c2fe3ed\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"application\/ld+json\">{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"FAQPage\",\r\n  \"mainEntity\": [\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfQu\u00e9 documentos son necesarios para tasar una residencia de estudiantes?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Para realizar la tasaci\u00f3n de una residencia de estudiantes, generalmente se necesitan documentos como:<br\/><br\/><strong>- Nota simple.<\/strong><br\/><strong>- Documentaci\u00f3n catastral.<\/strong><br\/><br\/>En caso de necesitar una valoraci\u00f3n como explotaci\u00f3n econ\u00f3mica, se requiere:<br\/><br\/><strong>- Contratos y pagos de arrendamiento:<\/strong> Documentos de alquiler vigentes junto con los comprobantes de los \u00faltimos pagos realizados, si los hubiera.<br\/><strong>- Planos arquitect\u00f3nicos:<\/strong> Dise\u00f1os detallados con medidas o a escala (el presupuesto no incluye la elaboraci\u00f3n de nuevos planos).<br\/><strong>- Informaci\u00f3n financiera:<\/strong> Estados financieros auditados que reflejen los ingresos y gastos de la actividad en los \u00faltimos tres a\u00f1os o, en caso de proyectos en construcci\u00f3n, un Estudio de Viabilidad.<br\/><strong>- Licencia para operar:<\/strong> Autorizaci\u00f3n oficial requerida para ejercer la actividad correspondiente.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfCu\u00e1nto tiempo se tarda en realizar la tasaci\u00f3n de una residencia de estudiantes?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"El tiempo de la tasaci\u00f3n var\u00eda seg\u00fan la <strong>complejidad del inmueble<\/strong>. Tratamos de realizar un trabajo de <strong>calidad en el menor tiempo posible<\/strong>. P\u00eddenos presupuesto sin compromiso.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfEs v\u00e1lida la tasaci\u00f3n para obtener financiaci\u00f3n bancaria?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"S\u00ed, los informes de tasaci\u00f3n realizados por <strong>empresas de tasaci\u00f3n homologadas<\/strong> son v\u00e1lidos para obtener financiaci\u00f3n ante <strong>entidades bancarias<\/strong>.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfC\u00f3mo se valora la rentabilidad de la residencia en la tasaci\u00f3n?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"La rentabilidad se valora analizando la <strong>ocupaci\u00f3n anual<\/strong>, los <strong>ingresos generados<\/strong> y los <strong>costes operativos<\/strong>. Este an\u00e1lisis permite conocer la rentabilidad econ\u00f3mica de la residencia de estudiantes.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"\u00bfQu\u00e9 coste tiene una tasaci\u00f3n profesional de residencias de estudiantes?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"El coste de una tasaci\u00f3n oficial var\u00eda dependiendo de la <strong>complejidad<\/strong> y el <strong>tama\u00f1o del inmueble<\/strong>. Solicita un <strong>presupuesto personalizado<\/strong> para obtener informaci\u00f3n exacta.\"\r\n      }\r\n    }\r\n  ]\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Appraisal of student residences Request your free quote now Student housing appraisal is an essential process for both owners and investors seeking to obtain an accurate and realistic value for their properties. This process is key to financial and strategic decision making, especially in such a dynamic sector as education and student housing. Relying on [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":15148,"parent":17134,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-17138","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u3010Student Residence Appraisal Service \u2714\ufe0f\u3011<\/title>\n<meta name=\"description\" content=\"Do you need to appraise a student residence? We offer accurate appraisals for sale and purchase, financing and property management. Request your report!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u3010Student Residence Appraisal Service \u2714\ufe0f\u3011\" \/>\n<meta property=\"og:description\" content=\"Do you need to appraise a student residence? We offer accurate appraisals for sale and purchase, financing and property management. Request your report!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/\" \/>\n<meta property=\"og:site_name\" content=\"Grupo Tecnitasa\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-24T09:52:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/residencias-de-estudiantes.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/\",\"url\":\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/\",\"name\":\"\u3010Student Residence Appraisal Service \u2714\ufe0f\u3011\",\"isPartOf\":{\"@id\":\"https:\/\/www.tecnitasa.es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/residencias-de-estudiantes.jpg\",\"datePublished\":\"2025-03-17T17:07:29+00:00\",\"dateModified\":\"2025-06-24T09:52:52+00:00\",\"description\":\"Do you need to appraise a student residence? We offer accurate appraisals for sale and purchase, financing and property management. Request your report!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#primaryimage\",\"url\":\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/residencias-de-estudiantes.jpg\",\"contentUrl\":\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/residencias-de-estudiantes.jpg\",\"width\":1500,\"height\":1000,\"caption\":\"tasaci\u00f3n de residencias de estudiantes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"TECNITASA\",\"item\":\"https:\/\/www.tecnitasa.es\/en\/home-new\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Appraisal\",\"item\":\"https:\/\/www.tecnitasa.es\/en\/appraisal\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Economic Holdings\",\"item\":\"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Student residences\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.tecnitasa.es\/#website\",\"url\":\"https:\/\/www.tecnitasa.es\/\",\"name\":\"Grupo Tecnitasa\",\"description\":\"Valoraci\u00f3n, Tasaci\u00f3n, Consultor\u00eda y Sostenibilidad.\",\"publisher\":{\"@id\":\"https:\/\/www.tecnitasa.es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.tecnitasa.es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.tecnitasa.es\/#organization\",\"name\":\"TECNITASA\",\"url\":\"https:\/\/www.tecnitasa.es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.tecnitasa.es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2021\/11\/logo-tecnitasa-rojo.png\",\"contentUrl\":\"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2021\/11\/logo-tecnitasa-rojo.png\",\"width\":500,\"height\":70,\"caption\":\"TECNITASA\"},\"image\":{\"@id\":\"https:\/\/www.tecnitasa.es\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u3010Student Residence Appraisal Service \u2714\ufe0f\u3011","description":"Do you need to appraise a student residence? We offer accurate appraisals for sale and purchase, financing and property management. Request your report!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/","og_locale":"en_US","og_type":"article","og_title":"\u3010Student Residence Appraisal Service \u2714\ufe0f\u3011","og_description":"Do you need to appraise a student residence? We offer accurate appraisals for sale and purchase, financing and property management. Request your report!","og_url":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/","og_site_name":"Grupo Tecnitasa","article_modified_time":"2025-06-24T09:52:52+00:00","og_image":[{"width":1500,"height":1000,"url":"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/residencias-de-estudiantes.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/","url":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/","name":"\u3010Student Residence Appraisal Service \u2714\ufe0f\u3011","isPartOf":{"@id":"https:\/\/www.tecnitasa.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#primaryimage"},"image":{"@id":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#primaryimage"},"thumbnailUrl":"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/residencias-de-estudiantes.jpg","datePublished":"2025-03-17T17:07:29+00:00","dateModified":"2025-06-24T09:52:52+00:00","description":"Do you need to appraise a student residence? We offer accurate appraisals for sale and purchase, financing and property management. Request your report!","breadcrumb":{"@id":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#primaryimage","url":"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/residencias-de-estudiantes.jpg","contentUrl":"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2025\/03\/residencias-de-estudiantes.jpg","width":1500,"height":1000,"caption":"tasaci\u00f3n de residencias de estudiantes"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/student-residences\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"TECNITASA","item":"https:\/\/www.tecnitasa.es\/en\/home-new\/"},{"@type":"ListItem","position":2,"name":"Appraisal","item":"https:\/\/www.tecnitasa.es\/en\/appraisal\/"},{"@type":"ListItem","position":3,"name":"Economic Holdings","item":"https:\/\/www.tecnitasa.es\/en\/appraisal\/economic-holdings\/"},{"@type":"ListItem","position":4,"name":"Student residences"}]},{"@type":"WebSite","@id":"https:\/\/www.tecnitasa.es\/#website","url":"https:\/\/www.tecnitasa.es\/","name":"Grupo Tecnitasa","description":"Valoraci\u00f3n, Tasaci\u00f3n, Consultor\u00eda y Sostenibilidad.","publisher":{"@id":"https:\/\/www.tecnitasa.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tecnitasa.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.tecnitasa.es\/#organization","name":"TECNITASA","url":"https:\/\/www.tecnitasa.es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tecnitasa.es\/#\/schema\/logo\/image\/","url":"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2021\/11\/logo-tecnitasa-rojo.png","contentUrl":"https:\/\/www.tecnitasa.es\/wp-content\/uploads\/2021\/11\/logo-tecnitasa-rojo.png","width":500,"height":70,"caption":"TECNITASA"},"image":{"@id":"https:\/\/www.tecnitasa.es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.tecnitasa.es\/en\/wp-json\/wp\/v2\/pages\/17138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tecnitasa.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tecnitasa.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tecnitasa.es\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tecnitasa.es\/en\/wp-json\/wp\/v2\/comments?post=17138"}],"version-history":[{"count":0,"href":"https:\/\/www.tecnitasa.es\/en\/wp-json\/wp\/v2\/pages\/17138\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.tecnitasa.es\/en\/wp-json\/wp\/v2\/pages\/17134"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tecnitasa.es\/en\/wp-json\/wp\/v2\/media\/15148"}],"wp:attachment":[{"href":"https:\/\/www.tecnitasa.es\/en\/wp-json\/wp\/v2\/media?parent=17138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}