<?php /** * The header for Astra Theme. * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?><!DOCTYPE html> <?php astra_html_before(); ?> <html <?php language_attributes(); ?>> <head> <?php astra_head_top(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php if ( apply_filters( 'astra_header_profile_gmpg_link', true ) ) { ?> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php } ?> <?php wp_head(); ?> <?php astra_head_bottom(); ?> </head> <body <?php astra_schema_body(); ?> <?php body_class(); ?>> <?php astra_body_top(); ?> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content" role="link" title="<?php echo esc_attr( astra_default_strings( 'string-header-skip-link', false ) ); ?>"> <?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?> </a> <div <?php echo astra_attr( 'site', array( 'id' => 'page', 'class' => 'hfeed site', ) ); ?> > <?php astra_header_before(); astra_header(); astra_header_after(); astra_content_before(); ?> <div id="content" class="site-content"> <div class="ast-container"> <?php astra_content_top(); ?>

¿Por qué hacer tu curso de conducción con nosotros?

Tres valores que nos definen y nos convierten en tu mejor elección.

Responsabilidad

Estamos comprometidos con la seguridad vial y con tu formación como conductor responsable.

Confianza

Cumplimos con todas las normas y certificaciones garantizando un proceso de formación seguro y transparente.

Innovación

Actualizamos constantemente nuestros métodos para ofrecerte una enseñanza moderna, práctica y de alta calidad.

¿Cómo puedes contactarnos?

Sede Candelaria la Nueva – Sede principal
Av Villavicencio Calle 68 Sur #46-13 Piso 3 y Piso 4 

 Teléfonos de información: 321 335 8043 / 312 258 3685                   Teléfonos de programación: 311 812 6353 / 350 338 3841

Sede Kennedy central
Cra 78B #33A-48 sur piso 2 y 3          

Teléfono de programación e información:  311 810 8730

Puntos de Información

Sede portal Américas
Cra 85a #44-09 sur (local 9)
300 422 1170

Sede Palenque 
Cra 78 #41G-57 
(601) 805 8682 – 311 544 2009

Sede Ensueño
Calle 59 Sur # 51 – 21 (local 285)
315 242 9216

<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php astra_content_bottom(); ?> </div> <!-- ast-container --> </div><!-- #content --> <?php astra_content_after(); astra_footer_before(); astra_footer(); astra_footer_after(); ?> </div><!-- #page --> <?php astra_body_bottom(); wp_footer(); ?> </body> </html>