<!DOCTYPE html>
<html lang="es">
<!--begin::Head-->
<head><base href="">
<meta charset="utf-8" />
<title>{% block title %}Inicio | Ventanilla Virtual{% endblock %}</title>
<meta name="description" content="Ventanilla Virtual" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="canonical" href="https://vuv.iubeo.mx" />
<!--begin::Fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
<!--end::Fonts-->
{% block stylesheet %}
<!--begin::Page Vendors Styles(used by this page)-->
<link href="{{ asset('mtr9/plugins/custom/fullcalendar/fullcalendar.bundle.css') }}" rel="stylesheet" type="text/css" />
<!--end::Page Vendors Styles-->
<!--begin::Global Theme Styles(used by all pages)-->
<link href="{{ asset('mtr9/plugins/global/plugins.bundle.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('mtr9/plugins/custom/prismjs/prismjs.bundle.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('mtr9/css/style.bundle.css') }}" rel="stylesheet" type="text/css" />
<!--end::Global Theme Styles-->
<!--begin::Layout Themes(used by all pages)-->
<!--end::Layout Themes-->
<link rel="icon" type="image/png" href="{{ asset('mtr9/media/logos/favicon-96x96.png') }}" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="{{ asset('mtr9/media/logos/favicon.svg') }}" />
<link rel="shortcut icon" href="{{ asset('mtr9/media/logos/favicon.ico') }}" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('mtr9/media/logos/apple-touch-icon.png') }}" />
{% endblock %}
</head>
<!--end::Head-->
<!--begin::Body-->
<body id="kt_body" class="header header-mobile-fixed page-loading" style="background: linear-gradient( 174.2deg, rgba(255,244,228,1) 7.1%, rgba(240,246,238,1) 67.4% ); background-attachment: fixed;">
<!--begin::Main-->
<!--begin::Header Mobile-->
<div id="kt_header_mobile" class="header-mobile bg-primary header-mobile" style="background-color: #962B49 !important;">
<!--begin::Logo-->
<a href="{{ path('home') }}">
<img alt="Logo" src="{{ asset('mtr/media/logos/logoSistema.png') }}" class="max-h-30px" />
</a>
<!--end::Logo-->
<!--begin::Toolbar-->
<div class="d-flex align-items-center">
<button class="btn p-0 burger-icon burger-icon-left ml-4" id="kt_header_mobile_toggle">
<span></span>
</button>
<button class="btn p-0 ml-2" id="kt_header_mobile_topbar_toggle">
<span class="svg-icon svg-icon-xl">
<!--begin::Svg Icon | path:assets/media/svg/icons/General/User.svg-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon points="0 0 24 0 24 24 0 24" />
<path d="M12,11 C9.790861,11 8,9.209139 8,7 C8,4.790861 9.790861,3 12,3 C14.209139,3 16,4.790861 16,7 C16,9.209139 14.209139,11 12,11 Z" fill="#000000" fill-rule="nonzero" opacity="0.3" />
<path d="M3.00065168,20.1992055 C3.38825852,15.4265159 7.26191235,13 11.9833413,13 C16.7712164,13 20.7048837,15.2931929 20.9979143,20.2 C21.0095879,20.3954741 20.9979143,21 20.2466999,21 C16.541124,21 11.0347247,21 3.72750223,21 C3.47671215,21 2.97953825,20.45918 3.00065168,20.1992055 Z" fill="#000000" fill-rule="nonzero" />
</g>
</svg>
<!--end::Svg Icon-->
</span>
</button>
</div>
<!--end::Toolbar-->
</div>
<!--end::Header Mobile-->
<div class="d-flex flex-column flex-root">
<!--begin::Page-->
<div class="d-flex flex-row flex-column-fluid page">
<!--begin::Wrapper-->
<div class="d-flex flex-column flex-row-fluid wrapper" id="kt_wrapper">
<!--begin::Header-->
<div id="kt_header" class="header flex-column header-fixed">
<!--begin::Top-->
<div class="header-top" style="background-color: #962B49;">
<!--begin::Container-->
<div class="container">
<!--begin::Left-->
<div class="d-none d-lg-flex align-items-center mr-3">
<!--begin::Logo-->
<a href="{{ path('home') }}" class="mr-20">
<img alt="Logo" src="{{ asset('mtr/media/logos/logoSistema.png') }}" class="max-h-65px" />
</a>
<!--end::Logo-->
</div>
<!--end::Left-->
<!--begin::Topbar-->
<div class="topbar">
<!--begin::Notifications-->
<div class="dropdown">
<!--begin::Toggle-->
<!--begin::Dropdown-->
</div>
<!--end::Topbar-->
</div>
<!--end::Container-->
</div>
<!--end::Top-->
<!--begin::Bottom-->
<!--end::Bottom-->
</div>
<!--end::Header-->
<!--begin::Content-->
<div class="content d-flex flex-column flex-column-fluid" id="kt_content">
<!--begin::Entry-->
<div class="d-flex flex-column-fluid">
<!--begin::Container-->
<div class="container">
<!--begin::Dashboard-->
{% block body %}
{% endblock %}
<!--end::Dashboard-->
</div>
<!--end::Container-->
</div>
<!--end::Entry-->
</div>
<!--end::Content-->
<!--begin::Footer-->
<div class="footer bg-white py-4 d-flex flex-lg-column" id="kt_footer">
<!--begin::Container-->
<div class="container d-flex flex-column flex-md-row align-items-center justify-content-between">
<!--begin::Copyright-->
<div class="text-dark order-2 order-md-1">
<span class="text-muted font-weight-bold mr-2">{{ "now"|date("Y") }}© Ventanilla Virtual</span>
</div>
<!--end::Copyright-->
<!--begin::Nav-->
<div class="nav nav-dark order-1 order-md-2">
</div>
<!--end::Nav-->
</div>
<!--end::Container-->
</div>
<!--end::Footer-->
</div>
<!--end::Wrapper-->
</div>
<!--end::Page-->
</div>
<!--end::Main-->
<!-- begin::User Panel-->
<!-- end::User Panel-->
<!--begin::Scrolltop-->
<div id="kt_scrolltop" class="scrolltop">
<span class="svg-icon">
<!--begin::Svg Icon | path:assets/media/svg/icons/Navigation/Up-2.svg-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon points="0 0 24 0 24 24 0 24" />
<rect fill="#000000" opacity="0.3" x="11" y="10" width="2" height="10" rx="1" />
<path d="M6.70710678,12.7071068 C6.31658249,13.0976311 5.68341751,13.0976311 5.29289322,12.7071068 C4.90236893,12.3165825 4.90236893,11.6834175 5.29289322,11.2928932 L11.2928932,5.29289322 C11.6714722,4.91431428 12.2810586,4.90106866 12.6757246,5.26284586 L18.6757246,10.7628459 C19.0828436,11.1360383 19.1103465,11.7686056 18.7371541,12.1757246 C18.3639617,12.5828436 17.7313944,12.6103465 17.3242754,12.2371541 L12.0300757,7.38413782 L6.70710678,12.7071068 Z" fill="#000000" fill-rule="nonzero" />
</g>
</svg>
<!--end::Svg Icon-->
</span>
</div>
<!--end::Scrolltop-->
<script>var HOST_URL = "";</script>
<!--begin::Global Config(global config for global JS scripts)-->
<script>var KTAppSettings = { "breakpoints": { "sm": 576, "md": 768, "lg": 992, "xl": 1200, "xxl": 1200 }, "colors": { "theme": { "base": { "white": "#ffffff", "primary": "#0BB783", "secondary": "#E5EAEE", "success": "#1BC5BD", "info": "#8950FC", "warning": "#FFA800", "danger": "#F64E60", "light": "#F3F6F9", "dark": "#212121" }, "light": { "white": "#ffffff", "primary": "#D7F9EF", "secondary": "#ECF0F3", "success": "#C9F7F5", "info": "#EEE5FF", "warning": "#FFF4DE", "danger": "#FFE2E5", "light": "#F3F6F9", "dark": "#D6D6E0" }, "inverse": { "white": "#ffffff", "primary": "#ffffff", "secondary": "#212121", "success": "#ffffff", "info": "#ffffff", "warning": "#ffffff", "danger": "#ffffff", "light": "#464E5F", "dark": "#ffffff" } }, "gray": { "gray-100": "#F3F6F9", "gray-200": "#ECF0F3", "gray-300": "#E5EAEE", "gray-400": "#D6D6E0", "gray-500": "#B5B5C3", "gray-600": "#80808F", "gray-700": "#464E5F", "gray-800": "#1B283F", "gray-900": "#212121" } }, "font-family": "Poppins" };</script>
<!--end::Global Config-->
{% block javascript %}
<!--begin::Global Theme Bundle(used by all pages)-->
<script src="{{ asset('mtr9/plugins/global/plugins.bundle.js') }}"></script>
<script src="{{ asset('mtr9/plugins/custom/prismjs/prismjs.bundle.js') }}"></script>
<script src="{{ asset('mtr9/js/scripts.bundle.js') }}"></script>
<script src="{{ asset('vendors/select2/i18n/es.js') }}"></script>
<script src="{{ asset('vendors/formvalidation/js/locales/es_ES.js') }}"></script>
<script src="{{ asset('js/vendors/formvalidation/validaciones/formulario.js') }}"></script>
{% endblock %}
</body>
<!--end::Body-->
</html>