page_rels(['module_id'=>$module_id,'section_id'=>$section_id]); $meta_rels = $page_rels['meta_rels']; $section = $page_rels['module_name']; $section_level = $page_rels['section']; $meta_tags = $contenidosUI->header(['page_name'=>'contenido','contenido_id'=>1]); $preload_css = 'CSS:layout-index.min.css'; $style_css_page = ['movil'=>' .carousel_txt_cnt{height:80px} .btn_ase{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem .5rem;background-color:#fff;color:#000;border-radius:10px;font-weight:bolder;line-height:1.25} .btn_ase.active{background-color:#ff2a31;color:#fff} .box_icon_cnt{margin-top:-70px;padding:3.5rem 2rem 2rem} .box_icon::before {content:"";position:absolute;top:-2px;left:50%;transform:translateX(-50%);width:102px;height:102px;border-radius:50%;z-index:-1;border:1px solid var(--bdr-2)} .box_icon_wrp{position:relative;left:50%;transform:translateX(-50%);z-index:2;width:100px;height:100px;padding:10px;border-radius:50%} .box_icon_wrp img{position:relative;z-index:2;}', '412'=>' .btn_ase{padding:1.5rem 1rem} #svg_rocket{min-width:120px;min-height:unset;max-height:unset!important;}', '780'=>' #video_home{min-height:unset}', '960'=>'', '1200'=>' .ase_bg{background-size:cover!important} .btn_ase{justify-content:center;padding:1.5rem;}', '1400'=>' .box_icon{min-height:140px;margin-bottom:2rem;} #svg_rocket{min-width:140px;min-height:140%;}', '1600'=>'' ]; $serviciosUI = new serviciosUI(); $portfolioUI = new portfolioUI(); $preload_images = PUBLIC_IMG_URL.'bgs/bg_black.webp'; $preload_images = ''; echo $maquetacionUI->head(['meta_tags'=>$meta_tags,'meta_rels'=>$meta_rels,'preload_fonts'=>true,'preload_css'=>$preload_css,'style_css_page'=>$style_css_page,'preload_images'=>$preload_images]); /*-------------------------------------------------------------------------------------------------------------------------------------------------- LOAD ALL INTERFAZ DE UI -------------*/ $html_body = ' '.$contenidosUI->home_bienvenida(['contenido_id'=>1,'section_id'=>1]).' '.$contenidosUI->home_convertimos(['section_id'=>2]).' '.$contenidosUI->home_asesoramiento(['section_id'=>3]).' '.$serviciosUI->home_servicios_ofrecidos(['section_id'=>6]).' '.$contenidosUI->home_porque_elegirnos(['section_id'=>7]).' '.$portfolioUI->carousel_clientes(['section_id'=>8,'limit'=>18]); //$footer_end = $maquetacionUI->aviso_home(); $footer_end = ''; $library_page = 'JS:scripts-index.min.js'; echo $maquetacionUI->template(['section_id'=>$section_id,'section'=>$section,'section_level'=>$section_level,'html_body'=>$html_body,'footer_end'=>$footer_end,'no_scripts'=>$preload_css,'library_page'=>$library_page]); if(Config::get('site_produccion') == 1) ob_end_flush();