

    html{
    }
    
    body{
        margin:0;
        padding:0;
        color: white;
        text-align: center;
        overflow-x: hidden;
        /* background: #654aa0; */    /* tipo morado  claro:#664aa1; - obscuro:#664aa1 */     
    }   
    .margenLogos{
        background: white; 
        padding-bottom: 0.5%; 
        padding-top: 0%;
        padding-left: 0%;
        padding-right: 0.5%;
        height: 50vh;
        text-align: center;
    }
    /* Contenedor imgWebMovil */
    .desCliente{
        background: #80dcde; /* COLOR TIPO AQUA */
        padding-bottom: 0%; 
        padding-top: 0%;
        padding-left: 0%;
        padding-right: 0%;
        width: 100%;
        height: 100vh;
    }
    .imgWebMovil{
        /* width: 310px;
        height: 450px;
        */
        margin-left:36px;
    }
    /* DISEï¾ƒå‰ DE REJILLA CONTENEDORA DE LOGO */
    .logoCliente{
        display: flex; justify-content: center; align-items: center;            
        background: black;
        width: 100%;
        height: 49.5vh;
    }
    .logoCliente:hover{
        cursor:pointer;  
        /* background: yellow; */
    }

    /* FONDO CONTENIDO LOGOS */ 
    .FondoLogoNegro{
        background: #474747;       
    }
    .FondoLogoGris{
        background: #979797;    
    }
    .FondoLogoGrisLight{
        background: #dcdcdc;
    }

  	.img{
  		filter: grayscale(100%);
  	}
  	.contenedorImg:hover .img{
  		filter: grayscale(0%);
  	}

    /* FONDO DE COLOR ORIGINAL LOGOTIPOS CLIENTES */ 
    .Prinsel      {background: #FFFFFF;} /* #61a4e4;} */
    .Graco        {background: #FFFFFF;} /* #32448c;} */
    .Holcim       {background: #FFFFFF;} /* #c20d19;} */
    .Wdcd         {background: #FFFFFF;} /* #faec37;} */
    .Theinsiders  {background: #FFFFFF;} /* #48C3D0;} */ 
    .Tdmx         {background: #FFFFFF;} /* #eda50a;} */
    .Excellprint  {background: #FFFFFF;} /* #edd640;} */ 
    .Ferreteria   {background: #FFFFFF;} /* #d57731;} */
    .Wingstop     {background: #FFFFFF;} /* #3b693b;} */
    .Sitres       {background: #FFFFFF;} /* #5ba0d9;} */
    .Scorpio      {background: #FFFFFF;} /* #e1721b;} */
    .Prudence     {background: white; color: black; } 
    
    .Financiera   {background: #FFFFFF;} /* #ac9757;} */
    .Barilati     {background: #FFFFFF;} /* #14235b;} */
    .LetyAT4      {background: #FFFFFF;} /* #cd5e2a;} */
    
    .Newlife      {background: #FFFFFF;} /* #7d9b4e;} */ 
    .Philips      {background: #FFFFFF;} /* #1d2b58;} */
    .Pilexil      {background: #FFFFFF;} /* #ba0729;} */
    .Gestomex     {background: #FFFFFF;} /* #ff9000;} */
    .Carbyne      {background: #FFFFFF;}  
    .Kia          {background: #FFFFFF;}  
    .Sophia       {background: #FFFFFF;}      
    
    /*
    .LetyAT4      {background: pink;}
    .Loy          {background: yellow}
    */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    