/*
Template: Techex - Information & Technology HTML Template
Author: RRDevs
Author URI: https://themeforest.net/user/rrdevs
Description: Information & Technology HTML Template
Version: 3.0
*/

/* // BASIC
@import 'basic';

// variables
@import 'variables';

//FONT
@import './fonts';

// TYPOGRAPHY

@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';



/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

/* // Menu - Header Section 
@import 'header';

// Hero Slide - Section 
@import 'hero';

// Section Title - Heading 
@import 'section';

// About - Section 
@import 'about';

// Features - Section 
@import 'features';

// Features - Section 
@import 'services';

// Features - Section 
@import 'testimonial';

// Portfolio - Cases - Section 
@import 'project';



// Call To Action - Section 
@import 'cta';

// Content Block - Section 
@import 'contentblock';



// funfact - Section 
@import 'funfact';

// Carousel - Section 
@import 'carousel';

// FAQ - Section 
@import 'faq';



// Contact Us - Section 
@import 'contact';



// footer - Section 
@import 'footer'; */

/* Forzar la desaparición del preloader */
.preloader, 
.loader-wrapper, 
#preloader {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}