/*
Theme Name: Prodycma
Theme URI: http://tusitio.com
Author: Tu Nombre
Description: Tema profesional
Version: 1.0
Text Domain: prodycma
*/

/* =====================================================
   GLOBAL DESIGN SYSTEM
===================================================== */

/* RESET */
*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Arial, sans-serif;
    background:#fff;
}

/* =====================================================
   DESIGN TOKENS (SISTEMA GLOBAL)
===================================================== */

:root{

    /* COLORS */
    --color-primary:#C51414;
    --color-dark:#1F1D1D;
    --color-white:#ffffff;

    /* HEADER SYSTEM */
    --header-offset-y:0px;

    /* TOP BAR */
    --top-bar-h:60px;

    /* MID BAR */
    --mid-bar-h:90px;

    /* NAV BAR */
    --nav-bar-h:70px;

}