/*
Theme Name: Tourex Child
Theme URI: https://wp.favdevs.net/tourex/
Author: Mthemeus
Author URI: https://themeforest.net/user/mthemeus
Template: tourex
Tested up to: 5.8
Requires PHP: 7.4
Description: Tourex Child Theme - A child theme for Tourex, Tour & Travel Booking WordPress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tourex-child
Copyright (C) 2025 Mthemeus
*/

/* 
    Add your custom styles below 
*/

/*=============================
    10. Preloader
===============================*/
/* Nuevo preloader con clases diferentes */


.preloader-gif-container {
  background-color: var(--tg-common-white);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex !important; /* Forzar flex */
  align-items: center !important;
  justify-content: center !important;
  margin: 0;
  padding: 0;
}

.preloader-gif-wrapper {
  text-align: center;
  padding: 0;
  margin: 0;
  /* Añadir estos para centrar contenido interno */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Este selector está correcto si tu HTML tiene:
   <div class="preloader-gif-wrapper"><img ...></div> */
.preloader-gif-wrapper img {
  max-width: 400px !important;
  width: auto;
  height: auto;
  display: block;
}

/* Elimina esto si no usas la clase .preloader-gif en la imagen
.preloader-gif {
  display: block;
  width: 100px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
} */