:root{
    --max-width-global: 1200px;
          
    --color-fondo: #171717;
    --img-background: url("../img/fondo_presupuesto.jpg");
    --color-texto: rgb(244, 244, 244);
    --font-family: Cobe;
    --font-weight: 400;

    --padding-tablet: 0 25px;
    --padding-mobil: 0 10px;

    --padding-box-horiz: 16px 0px;

    --hr-margin: 10px;

    --color-naranja-corp:rgb(255, 174, 0);

    
    /* TEST */

    --border-test: none;
    --fondo-test: none;
 /*  
    --border-test: 1px solid rgb(142, 142, 142);
    --fondo-test: rgba(204, 204, 204, 0.1);
  /*  

    /* BODY */    
    --gap-grid-body: 5px;  

    /* HEADER */
    --header-tam-img-logo:300px;
    --header-tam-img-rs:30px;
    --fondo-header: rgba(0, 0, 0, 0.8);
    --header-tam-img: 25px;
    --header-tam-img-mobil: 20px;

    /* FOOTER WHATSAPP */

    --background-color-grid-whatsapp: rgba(0, 0, 0, 0.8);    
    --padding-box-whatsapp:5px;

    --tam-iconos-whatsapp: 40px;
}

