<?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"> <?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?> </a> <div <?php echo wp_kses_post( 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(); ?>

Quiénes somos

Experiencia Premium

Descubre una experiencia única con nuestro servicio Premium. Ofrecemos comodidad, calidad y atención excepcional. 

Seguridad y Sostenibilidad

Priorizamos tu seguridad y el medio ambiente. Además, nos comprometemos con la sostenibilidad en todas nuestras operaciones.

Comodidad y Conveniencia

Viaja con comodidad y conveniencia. Ya sea por negocios o placer, tu experiencia será inolvidable.

Agencia De Viajes Especializada En Eventos

Uno de nuestros servicios más solicitados por particulares:

  1. Eventos deportivos y musicales:
  • Viajes a partidos de fútbol, finales, desplazamientos de deportistas y aficionados.
  • Otros eventos deportivos.
  • Gestionamos desplazamientos a conciertos como San Festival, Viña Rock, Contemporanea, FIB, Arenal Sound, etc.
  1. Eventos culturales: Fallas, San Fermín, El Pilar, Santiago de Compostela, fiestas navideñas.
  2. Eventos familiares y corporativos: bodas, comuniones, bautizos, comidas y cenas de empresa.

DESAFIANDO LAS CIFRAS

Eventos Personales
0
Eventos Profesionales
0

Expert Class Travel S.L
B88587688
Av. Andalucía km 9 28021, Madrid

contacto

  • Email: hola@expertclasstravel.es
  • Teléfono: 984689912

servicios

© Copyright 2024 | Expert Class Travel S.L
<?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>