/*
    Theme Name: NUBE eCommerce Theme
    Theme URI: http://www.nubegt.com
    Author: NUBE Agencia Creativa
    Author URI: http://www.nubegt.com
    Description: Institutional website, it features multiple sections on the front page as well as navigation and menus, and more. It works great in many browsers, for any abilities, and on any device.
    Version: 1.0
    License: NUBE Agencia Creativa | 2025 All rights reserved | 2025 Todos los derechos reservados
    License URI: http://www.nubegt.com
    Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
    All rigts reserved. For more information or technical support visit http://www.nubegt.com or write us a eMail to soporte@nubegt.com
*/

/* Declaración de la fuente Avenir Next LT Pro Regular */
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirLTPro-Regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap; /* Mejora el rendimiento de carga */
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirLTPro-RegularItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirLTPro-Medium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Mejora el rendimiento de carga */
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirLTPro-MediumOblique.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirLTPro-Heavy.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirLTPro-HeavyOblique.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirLTPro-Black.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirLTPro-BlackOblique.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


